The kernel rpms
glibc-2.15 32-bit sigcontext.h pulls in asm/sigcontext.h. Because turbostat is using -I to point to the kernel source UAPI dir, we get an error about linux/compiler.h not being found. That's true, because the kernel doesn't export linux/compiler.h and it's stripped out of the uapi sigcontext.h file when we export it. But that doesn't help us when turbostat is being stupid and pointing at the pre-stripped UAPI headers. Just what. So just point it to the top level kernel include directory after it's already searched everything else. |
||
|---|---|---|
| scripts | ||
| .gitignore | ||
| 0001-drivers-crypto-nx-fix-init-race-alignmasks-and-GCM-b.patch | ||
| 0001-kmsg-Honor-dmesg_restrict-sysctl-on-dev-kmsg.patch | ||
| acpi-debug-infinite-loop.patch | ||
| acpi-sony-nonvs-blacklist.patch | ||
| acpi-video-dos.patch | ||
| alps.patch | ||
| apple-gmux-backlight-support.patch | ||
| arm-alignment-faults.patch | ||
| arm-tegra-nvec-kconfig.patch | ||
| arm-tegra-sdhci-module-fix.patch | ||
| arm-tegra-usb-no-reset-linux33.patch | ||
| ath9k_rx_dma_stop_check.patch | ||
| backlight_revert.patch | ||
| compile-fixes.patch | ||
| config-arm-generic | ||
| config-arm-kirkwood | ||
| config-arm-omap | ||
| config-arm-tegra | ||
| config-armv7 | ||
| config-debug | ||
| config-generic | ||
| config-i686-PAE | ||
| config-local | ||
| config-nodebug | ||
| config-powerpc-generic | ||
| config-powerpc32-generic | ||
| config-powerpc32-smp | ||
| config-powerpc64 | ||
| config-s390x | ||
| config-x86-32-generic | ||
| config-x86-generic | ||
| config-x86_64-generic | ||
| cpupower.config | ||
| cpupower.service | ||
| crash-driver.patch | ||
| crypto-user-fix-info-leaks-in-report-API.patch | ||
| defaults-acpi-video.patch | ||
| die-floppy-die.patch | ||
| disable-i8042-check-on-apple-mac.patch | ||
| dmar-disable-when-ricoh-multifunction.patch | ||
| dmi_scan-fix-missing-check-for-_dmi_-signature-in-smbios_present.patch | ||
| drivers-media-update.patch | ||
| drm-edid-try-harder-to-fix-up-broken-headers.patch | ||
| drm-i915-dp-stfu.patch | ||
| drm-i915-tv-detect-hush.patch | ||
| drm-intel-next.patch | ||
| drm-vgem.patch | ||
| efi-dont-map-boot-services-on-32bit.patch | ||
| efi-fixes-3.8.patch | ||
| efifb-skip-DMI-checks-if-bootloader-knows.patch | ||
| exec-do-not-leave-bprm-interp-on-stack.patch | ||
| fix-destroy_conntrack-GPF.patch | ||
| fs-proc-devtree-remove_proc_entry.patch | ||
| hfsplus-Add-an-ioctl-to-bless-files.patch | ||
| hfsplus-initialise-userflags.patch | ||
| hibernate-freeze-filesystems.patch | ||
| Input-add-support-for-Cypress-PS2-Trackpads.patch | ||
| Input-increase-struct-ps2dev-cmdbuf-to-8-bytes.patch | ||
| input-kill-stupid-messages.patch | ||
| ips-noirq.patch | ||
| kernel.spec | ||
| keys-fix-race-with-concurrent-install_user_keyrings.patch | ||
| linux-2.6-acpi-debug-infinite-loop.patch | ||
| linux-2.6-intel-iommu-igfx.patch | ||
| linux-3.3-newidmapper-01.patch | ||
| linux-3.3-newidmapper-02.patch | ||
| linux-3.3-newidmapper-03.patch | ||
| lis3-improve-handling-of-null-rate.patch | ||
| logitech-dj-do-not-directly-call-hid_output_raw_report-during-probe.patch | ||
| Makefile | ||
| makefile-after_link.patch | ||
| Makefile.config | ||
| Makefile.release | ||
| merge.pl | ||
| mod-extra.list | ||
| net-sctp-Validate-parameter-size-for-SCTP_GET_ASSOC_.patch | ||
| net-tcp-bz857324.patch | ||
| NFS-optimise-away-unnecessary-setattrs-for-open-O_TRUNC.patch | ||
| NFSv4-fix-open-O_TRUNC-and-ftruncate-error-handling.patch | ||
| NFSv4-Further-reduce-the-footprint-of-the-idmapper.patch | ||
| NFSv4-Minor-cleanups-for-nfs4_handle_exception-and-n.patch | ||
| NFSv4-Rate-limit-the-state-manager-for-lock-reclaim-.patch | ||
| NFSv4-Reduce-the-footprint-of-the-idmapper.patch | ||
| no-pcspkr-modalias.patch | ||
| PatchList.txt | ||
| pci-fix-ats-compile.patch | ||
| quite-apm.patch | ||
| README.txt | ||
| scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch | ||
| selinux-apply-different-permission-to-ptrace-child.patch | ||
| serial-460800.patch | ||
| silence-acpi-blacklist.patch | ||
| silence-empty-ipi-mask-warning.patch | ||
| silence-fbcon-logo.patch | ||
| silence-noise.patch | ||
| silence-timekeeping-spew.patch | ||
| silence-tty-null.patch | ||
| sources | ||
| taint-rss.patch | ||
| taint-vbox.patch | ||
| TODO | ||
| turbostat-makefile.diff | ||
| uefi-multi-gpu.patch | ||
| upstream-reverts.patch | ||
| userns-avoid-recursion-in-put_user_ns.patch | ||
| utrace.patch | ||
| vmbugon-warnon.patch | ||
| weird-root-dentry-name-debug.patch | ||
| x86-Avoid-invoking-RCU-when-CPU-is-idle.patch | ||
| x86-mm-Fix-vmalloc_fault-oops-during-lazy-MMU-updates.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.