Go to file
2014-07-11 12:28:53 -04:00
scripts
.gitignore update .gitignore for perf-man 2014-06-16 13:33:19 +01:00
0001-acpi-video-Add-4-new-models-to-the-use_native_backli.patch
0001-ideapad-laptop-Change-Lenovo-Yoga-2-series-rfkill-ha.patch Add metadata header to 0002-ideapad-laptop-Change-Lenovo-Yoga-2-series-rfkill-ha.patch 2014-06-27 10:41:59 +02:00
0001-lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch
acpi-video-Add-use_native_backlight-quirk-for-HP-Pro.patch
acpi-video-Add-use-native-backlight-quirk-for-the-Th.patch
arm-beagle.patch Rebase Utilute and BeagleBone patches, Minaor ARM updates 2014-07-11 00:10:56 +01:00
arm-imx6-utilite.patch Rebase Utilute and BeagleBone patches, Minaor ARM updates 2014-07-11 00:10:56 +01:00
arm-tegra-usb-no-reset-linux33.patch
asus-wmi-Add-a-no-backlight-quirk.patch
ath9k_rx_dma_stop_check.patch
compile-fixes.patch
config-arm64 arm64: build-in ahci, ethernet, and rtc drivers. 2014-07-02 09:28:51 -04:00
config-arm-generic Linux v3.16-rc1 2014-06-16 10:44:42 -04:00
config-armv7 Enable ISL12057 RTC for ARM (NetGear ReadyNAS) 2014-07-11 15:17:32 +01:00
config-armv7-generic further exynos kernel config update, cleanup ARM config excludes to ensure consistency across v7 configs 2014-06-22 16:21:05 +01:00
config-armv7-lpae Minor TI Keystone update 2014-06-23 07:25:04 +01:00
config-debug
config-generic Linux v3.16-rc4-20-g448bfad8a185 2014-07-08 09:52:05 -04:00
config-i686-PAE
config-local
config-no-extra
config-nodebug Linux v3.16-rc4-20-g448bfad8a185 2014-07-08 09:52:05 -04:00
config-powerpc32-generic
config-powerpc32-smp
config-powerpc64
config-powerpc64le
config-powerpc64p7
config-powerpc-generic
config-s390x Linux v3.16-rc2 2014-06-23 10:16:25 -04:00
config-x86_64-generic
config-x86-32-generic Linux v3.15-9930-g0e04c641b199 2014-06-14 09:09:58 -04:00
config-x86-generic Linux v3.16-rc4-20-g448bfad8a185 2014-07-08 09:52:05 -04:00
cpupower.config
cpupower.service
crash-driver.patch
criu-no-expert.patch
die-floppy-die.patch
disable-i8042-check-on-apple-mac.patch
disable-libdw-unwind-on-non-x86.patch
drm-i915-hush-check-crtc-state.patch
drm-radeon-Disable-writeback-by-default-on-ppc.patch
eeepc-wmi-Add-no-backlight-quirk-for-Asus-H87I-PLUS-.patch
filter-aarch64.sh
filter-armv7hl.sh
filter-i686.sh Add hid-sensor-rotation to the filter for i686 2014-06-11 14:06:41 -04:00
filter-modules.sh
filter-ppc64.sh
filter-ppc64le.sh
filter-ppc64p7.sh
filter-ppc.sh
filter-s390x.sh
filter-x86_64.sh
hibernate-freeze-filesystems.patch
input-kill-stupid-messages.patch
kernel-arm64.patch Drop intel pstate patches. Fixup arm64 patch 2014-07-11 12:28:53 -04:00
kernel.spec Drop intel pstate patches. Fixup arm64 patch 2014-07-11 12:28:53 -04:00
lis3-improve-handling-of-null-rate.patch
Makefile
makefile-after_link.patch
Makefile.config
Makefile.release
merge.pl
mod-extra.list
mod-extra.sh
mod-sign.sh
modsign-uefi.patch
no-pcspkr-modalias.patch
nowatchdog-on-virt.patch Linux v3.16-rc2-35-g8b8f5d971584 2014-06-24 10:14:12 -04:00
PatchList.txt
perf-lib64.patch
README.txt
rebase-notes.txt
revert-input-wacom-testing-result-shows-get_report-is-unnecessary.patch Revert commit that breaks Wacom Intuos4 from Benjamin Tissoires 2014-06-25 08:45:26 -04:00
Revert-userns-Allow-unprivileged-users-to-create-use.patch
samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch Linux v3.15-8556-gdfb945473ae8 2014-06-13 08:58:29 -04:00
sb-hibernate.patch Linux v3.15-9930-g0e04c641b199 2014-06-14 09:09:58 -04:00
scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
secure-modules.patch Linux v3.16-rc1-215-g3c8fb5044583 2014-06-20 10:22:00 -04:00
serial-460800.patch
silence-fbcon-logo.patch
silence-noise.patch
sources Linux v3.16-rc4-120-g85d90faed31e 2014-07-11 11:46:04 -04:00
sysrq-secure-boot.patch
TODO
upstream-reverts.patch
weird-root-dentry-name-debug.patch
x509.genkey

		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.