Go to file
2019-10-04 14:51:57 +00:00
configs second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
scripts Fix the header tarball script BUILDID addition 2019-10-03 14:47:37 +00:00
tests
.gitignore update .gitignore for v5 numbering 2019-01-15 01:17:15 +00:00
0001-Drop-that-for-now.patch
0001-Make-get_cert_list-not-complain-about-cert-lists-tha.patch
0001-mm-kmemleak-skip-late_init-if-not-skip-disable.patch
0002-Add-efi_status_to_str-and-rework-efi_status_to_err.patch Linux v5.3-13236-g97f9a3c4eee5 2019-10-01 14:20:23 +00:00
0003-Make-get_cert_list-use-efi_status_to_str-to-print-er.patch
ACPI-irq-Workaround-firmware-issue-on-X-Gene-based-m400.patch Work around firmware issue on X-Gene based m400 (rhbz 1574718) 2018-05-10 09:43:52 -04:00
ACPI-scan-Fix-regression-related-to-X-Gene-UARTs.patch Linux v4.18-2978-g1eb46908b35d 2018-08-15 10:58:06 -07:00
arm64-Add-option-of-13-for-FORCE_MAX_ZONEORDER.patch Enable sound SoC on aarch64, Update some ARM patches to latest upstream, small cleanups 2017-04-26 11:33:46 +01:00
arm64-tegra-jetson-tx1-fixes.patch
arm64-tegra-Jetson-TX2-Allow-bootloader-to-configure.patch fix mac on Jetson-TX2 NIC 2019-08-04 15:31:08 +01:00
arm-make-highpte-not-expert.patch
arm-sdhci-esdhc-imx-fixes.patch
ARM-tegra-usb-no-reset.patch
build_configs.sh
check_configs.awk
config_generation
disable-i8042-check-on-apple-mac.patch Linux v4.2-9700-g7d9071a09502 2015-09-08 08:34:33 -04:00
efi-secureboot.patch Linux v5.3-13236-g97f9a3c4eee5 2019-10-01 14:20:23 +00:00
filter-aarch64.sh
filter-armv7hl.sh
filter-i686.sh
filter-modules.sh
filter-ppc64le.sh
filter-s390x.sh
filter-x86_64.sh Rename kernel-drivers to kernel-modules 2014-05-01 21:10:48 -04:00
generate_all_configs.sh
generate_bls_conf.sh
generate_debug_configs.sh
gitrev Linux v5.3-13236-g97f9a3c4eee5 2019-10-01 14:20:23 +00:00
input-rmi4-remove-the-need-for-artifical-IRQ.patch Linux v4.18-rc2-132-gf57494321cbf 2018-06-28 08:34:35 -07:00
Input-synaptics-pin-3-touches-when-the-firmware-repo.patch Linux v4.2-rc2 2015-07-13 10:53:53 -04:00
kernel-aarch64-debug.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-aarch64.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-armv7hl-debug.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-armv7hl-lpae-debug.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-armv7hl-lpae.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-armv7hl.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-i686-debug.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-i686.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-local Change method of configuration generation 2016-12-06 12:07:10 -08:00
kernel-ppc64le-debug.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-ppc64le.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-s390x-debug.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-s390x.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-x86_64-debug.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel-x86_64.config second round of arm 5.4 updates 2019-10-03 11:10:55 +01:00
kernel.spec Reenable debugging options. 2019-10-04 14:51:57 +00:00
KEYS-Make-use-of-platform-keyring-for-module-signature.patch Linux v5.3-13236-g97f9a3c4eee5 2019-10-01 14:20:23 +00:00
lift-lockdown-sysrq.patch Rebase the lockdown sysrq patch to work with upstream 2019-10-02 20:11:04 +00:00
Makefile
merge.pl
mod-extra.list
mod-extra.sh
mod-sign.sh
PatchList.txt
process_configs.sh
README.txt Spelling and minor readme fixes 2018-10-23 16:31:51 +01:00
rebase-notes.txt
remove-binary-diff.pl
sources
TODO re-enable RCU_FAST_NO_HZ, enable NO_HZ_FULL on x86_64 2014-09-17 13:10:12 -05:00
usb-phy-tegra-Add-38.4MHz-clock-table-entry.patch fix i.MX6 gpu module loading, fix Jetson TX1 usb 2016-04-28 13:42:42 +01:00
x509.genkey Switch to using modsign-post-KS upstream with x509 certs 2012-09-25 13:22:04 -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 hierarchy.
-----------------
Instead of having to maintain a config file for every arch variant we build on,
the kernel spec uses a nested system of configs. Each option CONFIG_FOO is
represented by a single file named CONFIG_FOO which contains the state (=y, =m,
=n). These options are collected in the folder base-generic. Architecture
specific options are set in nested folders. An option set in a nested folder
will override the same option set in one of the higher levels.

The individual CONFIG_FOO files only exist in the pkg-git repository. The RPM
contains kernel-foo.config files which are the result of combining all the
CONFIG_FOO files. The files are combined by running build_configs.sh. This
script _must_ be run each time one of the options is changed.

Example flow:

# Enable the option CONFIG_ABC123 as a module for all arches
echo "CONFIG_ABC123=m" > configs/base-generic/CONFIG_ABC1234
# enable the option CONFIG_XYZ321 for only x86
echo "# CONFIG_XYZ321 is not set" > configs/base-generic/CONFIG_XYZ321
echo "CONFIG_XYZ321=m" > configs/base-generic/x86/CONFIG_XYZ321
# regenerate the combined config files
./build_configs.sh

The file config_generation gives a listing of what folders go into each
config file generated.

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 are always turned on.
This is done to increase coverage testing, as not many people actually
run kernel-debug.

The debug options are managed in a separate heierarchy under base-debug. This
works in a similar manner to base-generic. More deeply nested folders, again,
override options. The file config_generation gives a listing of what folders
go into each config file generated.