Go to file
2011-10-13 15:52:35 -04:00
scripts
.gitignore
acpi-ensure-thermal-limits-match-cpu-freq.patch
add-appleir-usb-driver.patch
add-macbookair41-keyboard.patch Fix MacBookAir4,1 keymap, see http://thread.gmane.org/gmane.linux.kernel.input/21462/focus=21626 2011-09-20 10:57:18 +01:00
arm-omap-dt-compat.patch
arm-smsc-support-reading-mac-address-from-device-tree.patch
block-stray-block-put-after-teardown.patch
config-arm-generic
config-arm-omap-generic Linux 3.1-rc8 2011-09-27 21:13:20 -04:00
config-arm-tegra Linux 3.1-rc8 2011-09-27 21:13:20 -04:00
config-debug
config-generic Enable CONFIG_IP_VS_IPV6 support 2011-09-14 11:55:37 -04:00
config-i686-PAE
config-ia64-generic
config-local
config-nodebug
config-powerpc32-generic
config-powerpc32-smp
config-powerpc64 Bump NR_CPUS to 1024 on ppc64 2011-09-20 17:10:59 -04:00
config-powerpc-generic
config-rhel-generic
config-s390x
config-sparc64-generic
config-x86_64-generic Disable Xen balloon memory hotplug support (rhbz 744408) 2011-10-11 08:45:59 -04:00
config-x86-32-generic Limit 32-bit x86 kernels to 32 processors. 2011-09-20 17:13:44 -04:00
config-x86-generic Make CONFIG_XEN_PLATFORM_PCI=y (rhbz 740664) 2011-09-22 18:34:54 -04:00
cpupower.config
cpupower.service
crypto-register-cryptd-first.patch
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/i915: Treat SDVO LVDS as digital when parsing EDID (#729882) 2011-10-13 10:49:31 -04:00
drm-intel-make-lvds-work.patch
drm-intel-next.patch
drm-nouveau-updates.patch
efi-dont-map-boot-services-on-32bit.patch
epoll-fix-spurious-lockdep-warnings.patch
find-provides
fix_xen_guest_on_old_EC2.patch
genkey
git-linus.diff
hvcs_pi_buf_alloc.patch Add patch to fix POWER virtual serial driver (rhbz 738096) 2011-09-14 09:44:57 -04:00
iwlagn-fix-ht_params-NULL-pointer-dereference.patch Add patch from Stanislaw Gruszka to fix iwlagn NULL dereference (rhbz 744155) 2011-10-13 08:48:43 -04:00
kernel.spec Add C600 ID to the Logitech USB patch 2011-10-13 15:52:35 -04:00
linux-2.6-32bit-mmap-exec-randomization.patch Merge some improvements to the 32bit mmap randomisation from Kees Cook. 2011-09-19 16:44:51 -04:00
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-debug-taint-vm.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 Merge some improvements to the 32bit mmap randomisation from Kees Cook. 2011-09-19 16:44:51 -04:00
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 implement xkcd#149 2011-10-13 11:52:10 -04:00
Makefile.config
merge.pl
mmc-Always-check-for-lower-base-frequency-quirk-for-.patch Add patch to fix Ricoh e823 SD card readers (rhbz 722509) 2011-10-06 20:33:00 -04:00
powerpc-Fix-deadlock-in-icswx-code.patch Add patch to fix deadlock in ppc64 icswx code (rhbz 737984) 2011-09-14 16:12:36 -04:00
rcu-avoid-just-onlined-cpu-resched.patch
rcutree-avoid-false-quiescent-states.patch
README.txt
revert-efi-rtclock.patch
sources Linux 3.1-rc9 2011-10-05 10:27:02 -04:00
taint-vbox.patch Taint if virtualbox modules have been loaded. 2011-10-06 18:39:09 -04:00
TODO Add patch to fix Ricoh e823 SD card readers (rhbz 722509) 2011-10-06 20:33:00 -04:00
udlfb-bind-framebuffer-to-interface.patch
ums-realtek-driver-uses-stack-memory-for-DMA.patch
usb-add-quirk-for-logitech-webcams.patch Add C600 ID to the Logitech USB patch 2011-10-13 15:52:35 -04:00
utrace.patch Linux 3.1-rc8 2011-09-27 21:13:20 -04: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.