Go to file
2012-04-04 10:50:46 -04:00
scripts Move the 'prep all configs' to a separate script. 2012-03-19 17:30:04 -04:00
.gitignore
acpi-sony-nonvs-blacklist.patch
arm-omap-dt-compat.patch
arm-smsc-support-reading-mac-address-from-device-tree.patch
arm-tegra-nvec-kconfig.patch
btrfs-use-after-free.patch btrfs use after free 2012-04-03 17:04:43 -05:00
config-arm-generic
config-arm-highbank
config-arm-imx
config-arm-kirkwood
config-arm-omap-generic
config-arm-tegra
config-debug move DEBUG_VM to generic 2012-03-16 15:52:12 -04:00
config-generic Linux v3.4-rc1-144-g01627d9 2012-04-03 16:44:48 -05:00
config-i686-PAE
config-local
config-nodebug Linux v3.4-rc1-144-g01627d9 2012-04-03 16:44:48 -05:00
config-powerpc32-generic
config-powerpc32-smp
config-powerpc64
config-powerpc-generic
config-s390x
config-sparc64-generic
config-x86_64-generic
config-x86-32-generic
config-x86-generic Linux v3.4-rc1-144-g01627d9 2012-04-03 16:44:48 -05:00
cpupower.config
cpupower.service
die-floppy-die.patch
disable-i8042-check-on-apple-mac.patch
dmar-disable-when-ricoh-multifunction.patch
drm-edid-try-harder-to-fix-up-broken-headers.patch
drm-i915-dp-stfu.patch drm-i915-dp-stfu.patch: Muzzle a bunch of DP WARN()s. They're not wrong, 2012-03-16 16:46:13 -04:00
drm-intel-next.patch
drm-vgem.patch
efi-dont-map-boot-services-on-32bit.patch
fix_xen_guest_on_old_EC2.patch
floppy-Remove-_hlt-related-functions.patch
genkey
hibernate-freeze-filesystems.patch
highbank-export-clock-functions.patch
kernel.spec Add additional bug number for libata hotplug fix (rhbz 807632) 2012-04-04 10:50:46 -04:00
libata-disable-runtime-pm-for-hotpluggable-port.patch Disable runtime PM for hotpluggable ATA ports (rhbz 806676) 2012-04-04 10:48:11 -04:00
linux-2.6-32bit-mmap-exec-randomization.patch
linux-2.6-acpi-debug-infinite-loop.patch linux 3.4-rc1 2012-04-02 15:44:23 -05:00
linux-2.6-acpi-video-dos.patch
linux-2.6-compile-fixes.patch linux 3.4-rc1 2012-04-02 15:44:23 -05:00
linux-2.6-crash-driver.patch
linux-2.6-defaults-acpi-video.patch
linux-2.6-e1000-ich9-montevina.patch
linux-2.6-i386-nx-emulation.patch linux 3.4-rc1 2012-04-02 15:44:23 -05: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
lis3-improve-handling-of-null-rate.patch
mac80211-fix-possible-tid_rx-reorder_timer-use-after-free.patch mac80211: fix possible tid_rx->reorder_timer use after free 2012-03-20 08:47:13 -04:00
Makefile Change config parsing to use {_target_cpu} (From Niels de Vos) 2012-03-30 15:22:42 -04:00
Makefile.config
Makefile.release
merge.pl
mod-extra.list Move 9p modules back to main package for KVM (rhbz 807733) 2012-03-28 12:56:18 -04:00
modsign-20111207.patch Fix occasional EBADMSG from signed modules. (rhbz 804345) 2012-03-22 17:28:30 -04:00
nx-emu-remove-cpuinitdata-for-disable_nx-on-x86_32.patch Drop __cpuinitdata on disable_nx for x86_32 (rhbz 808075) 2012-03-29 11:04:44 -04:00
PatchList.txt
pci-fix-ats-compile.patch
power-x86-destdir.patch
quite-apm.patch
README.txt
rebase-notes.txt rebase-notes: no X32 2012-03-19 20:54:31 -04:00
scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
shlib_base_randomize.patch CVE-2012-1568: execshield: predictable ascii armour base address (rhbz 804957) 2012-03-20 10:35:32 -04:00
sources Linux v3.4-rc1-144-g01627d9 2012-04-03 16:44:48 -05:00
taint-vbox.patch
TODO
unhandled-irqs-switch-to-polling.patch Fixup irqpoll patch to really not impact machines without ASM108x bridges (rhbz 800520) 2012-03-16 11:07:58 -04:00
uvcvideo-Fix-race-induced-crash-in-uvc_video_clock_update.patch Fix crash in uvc_video_clock_update from Laurent Pinchart (rhbz 806433) 2012-04-03 13:57:31 -04:00
weird-root-dentry-name-debug.patch
x86-Avoid-invoking-RCU-when-CPU-is-idle.patch

		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.

The heirarchy looks like this..

                           config-generic
                                 |
                         config-x86-generic
                         |                |
             config-x86-32-generic   config-x86-64-generic

An option set in a lower level will override the same option set in one
of the higher levels.


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.