Go to file
Josh Boyer 884a3e1f3c Move yenta_socket back into main kernel package
One day, pcmcia will be like the old MCA bus.  Hopefully that day is soon.
2011-12-06 09:19:39 -05:00
scripts bumpspecfile: get user name and email from git config 2011-11-29 05:45:06 -05:00
.gitignore Ignore all .xz and .bz2 files 2011-11-23 08:58:58 -05:00
acpi-ensure-thermal-limits-match-cpu-freq.patch
acpi-sony-nonvs-blacklist.patch
alps.patch Backport ALPS touchpad patches from input/next branch (rhbz #590880) 2011-12-02 16:20:17 -05:00
arm-omap-dt-compat.patch
arm-smsc-support-reading-mac-address-from-device-tree.patch
bcma-brcmsmac-compat.patch Remove overlap between bcma/b43 and brcmsmac and reenable bcm4331 2011-11-11 10:03:43 -05:00
block-stray-block-put-after-teardown.patch
compat-add-module_usb_driver-and-module_platform_driver.patch Add compat-wireless patch to define module_usb_driver 2011-12-03 13:29:53 -05:00
compat-wireless-config-fixups.patch - Revise compat-wireless configuration 2011-12-02 19:39:24 -05:00
config-arm-generic Linux 3.2-rc4 2011-12-01 21:13:52 -05:00
config-arm-omap-generic remove dead option 2011-11-04 13:39:41 -04:00
config-arm-tegra
config-backports - Revise compat-wireless configuration 2011-12-02 19:39:24 -05:00
config-debug
config-generic Enable CONFIG_BSD_ACCT_V3. Should be safe since psacct-6.5.4-4.fc14. 2011-12-05 15:00:57 -05:00
config-i686-PAE
config-local
config-nodebug
config-powerpc32-generic
config-powerpc32-smp
config-powerpc64 Linux 3.1-git7 (upstream 31555213f) 2011-11-07 11:25:51 -05:00
config-powerpc-generic
config-s390x
config-sparc64-generic
config-x86_64-generic Linux 3.1-git7 (upstream 31555213f) 2011-11-07 11:25:51 -05:00
config-x86-32-generic
config-x86-generic
cpupower.config
cpupower.service
die-floppy-die.patch
disable-i8042-check-on-apple-mac.patch
dmar-disable-when-ricoh-multifunction.patch
drm-i915-sdvo-lvds-is-digital.patch
drm-intel-next.patch
efi-dont-map-boot-services-on-32bit.patch
epoll-limit-paths.patch
fix_xen_guest_on_old_EC2.patch
floppy-Remove-_hlt-related-functions.patch
kernel.spec Move yenta_socket back into main kernel package 2011-12-06 09:19:39 -05:00
linux-2.6-32bit-mmap-exec-randomization.patch
linux-2.6-acpi-debug-infinite-loop.patch
linux-2.6-acpi-video-dos.patch
linux-2.6-compile-fixes.patch
linux-2.6-crash-driver.patch
linux-2.6-defaults-acpi-video.patch
linux-2.6-defaults-aspm.patch
linux-2.6-e1000-ich9-montevina.patch
linux-2.6-i386-nx-emulation.patch
linux-2.6-input-kill-stupid-messages.patch
linux-2.6-intel-iommu-igfx.patch
linux-2.6-makefile-after_link.patch
linux-2.6-serial-460800.patch
linux-2.6-silence-acpi-blacklist.patch
linux-2.6-silence-fbcon-logo.patch
linux-2.6-silence-noise.patch
linux-2.6-upstream-reverts.patch
linux-2.6-v4l-dvb-experimental.patch
linux-2.6-v4l-dvb-fixes.patch
linux-2.6-v4l-dvb-update.patch
linux-2.6.30-no-pcspkr-modalias.patch
Makefile
Makefile.config
Makefile.release
merge.pl
mod-extra.list Move yenta_socket back into main kernel package 2011-12-06 09:19:39 -05:00
nfsv4-include-bitmap-in-nfsv4_get_acl_data.patch Linux 3.2-rc1-git4 2011-11-14 09:55:52 -05:00
oom-fix-integer-overflow-of-points.patch
pci-Rework-ASPM-disable-code.patch Add patch to rework ASPM handling from Matthew Garrett 2011-11-11 14:36:05 -05:00
quite-apm.patch Only print the apm_cpu_idle message once (rhbz #760341) 2011-12-05 16:52:21 -05:00
README.txt
revert-efi-rtclock.patch
sources Linux 3.2-rc4-git2 (8e8da023f5af71662867729db5547dc54786093c) 2011-12-05 09:52:17 -05:00
sysfs-msi-irq-per-device.patch sysfs: Add msi irq device enumeration (bz 744012) 2011-11-08 11:37:04 -05:00
taint-vbox.patch
TODO Drop drm-intel-make-lvds-work.patch (rhbz #731296) 2011-11-29 11:24:53 -05:00
utrace.patch Update utrace patches from Oleg. 2011-11-21 15:42:09 -05:00

		Kernel package tips & tricks.
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The kernel is one of the more complicated packages in the distro, and
for the newcomer, some of the voodoo in the spec file can be somewhat scary.
This file attempts to document some of the magic.


Speeding up make prep
---------------------
The kernel is nearly 500MB of source code, and as such, 'make prep'
takes a while. The spec file employs some trickery so that repeated
invocations of make prep don't take as long.  Ordinarily the %prep
phase of a package will delete the tree it is about to untar/patch.
The kernel %prep keeps around an unpatched version of the tree,
and makes a symlink tree clone of that clean tree and than applies
the patches listed in the spec to the symlink tree.
This makes a huge difference if you're doing multiple make preps a day.
As an added bonus, doing a diff between the clean tree and the symlink
tree is slightly faster than it would be doing two proper copies of the tree.


build logs.
-----------
There's a convenience helper script in scripts/grab-logs.sh
that will grab the build logs from koji for the kernel version reported
by make verrel


config heirarchy.
-----------------
Instead of having to maintain a config file for every arch variant we build on,
the kernel spec uses a nested system of configs.  At the top level, is
config-generic. Add options here that should be present in every possible
config on all architectures.
Beneath this are per-arch overrides. For example config-x86-generic add
additional x86 specific options, and also _override_ any options that were
set in config-generic.
There exist two additional overrides, config-debug, and config-nodebug,
which override -generic, and the per-arch overrides. It is documented
further below.

debug options.
--------------
This is a little complicated, as the purpose & meaning of this changes
depending on where we are in the release cycle.
If we are building for a current stable release, 'make release' has
typically been run already, which sets up the following..
- Two builds occur, a 'kernel' and a 'kernel-debug' flavor.
- kernel-debug will get various heavyweight debugging options like
  lockdep etc turned on.

If we are building for rawhide, 'make debug' has been run, which changes
the status quo to:
- We only build one kernel 'kernel'
- The debug options from 'config-debug' are always turned on.
This is done to increase coverage testing, as not many people actually
run kernel-debug.

To add new debug options, add an option to _both_ config-debug and config-nodebug,
and also new stanzas to the Makefile 'debug' and 'release' targets.

Sometimes debug options get added to config-generic, or per-arch overrides
instead of config-[no]debug. In this instance, the options should have no
discernable performance impact, otherwise they belong in the debug files.