Go to file
Don Zickus c54d82caa9 configs: Rename config directories to sub-directory
As part of an effort to foster better cross collaboration with
internal Red Hat kernels, align the configs layout to match
that kernel.  This will allow Red Hat engineers to provide easier
guidance on how to set various config options.

In addition, the scripts that process the config options will migrate
to the configs/ directory too in later patches.  Future config
workflows will stage all work in the configs/ area.

A simple diff between the kernels will easily expose which config
options are different.  Reading the comments in the file provides
guidance to Fedora to determine if that kernel should make a
similar change or not.

Rename debugconfig -> configs/base-debug
Rename baseconfig -> configs/base-generic
Rename configs/base-generic/arm/arm64 -> configs/base-generic/arm/aarch64

No code changes made.
2017-11-13 09:39:12 -08:00
configs
scripts
.gitignore
1-2-kvm-vmx-Reinstate-support-for-CPUs-without-virtual-NMI.patch
0001-iio-Use-event-header-from-kernel-tree.patch
0001-Input-gpio_keys-Allow-suppression-of-input-events-fo.patch
0001-PATCH-staging-rtl8822be-fix-wrong-dma-unmap-len.patch
0001-platform-x86-peaq-wmi-Add-DMI-check-before-binding-t.patch
0001-staging-vboxvideo-Fix-reporting-invalid-suggested-of.patch
0002-Input-soc_button_array-Suppress-power-button-presses.patch
0010-Input-silead-Add-support-for-capactive-home-button-f.patch
Add-an-EFI-signature-blob-parser-and-key-loader.patch
Add-EFI-signature-data-types.patch
Add-option-to-automatically-enforce-module-signature.patch
allwinner-net-emac.patch
arm64-Add-option-of-13-for-FORCE_MAX_ZONEORDER.patch
arm64-socionext-96b-enablement.patch
arm-exynos-fix-usb3.patch
arm-imx6-hummingboard2.patch
arm-revert-mmc-omap_hsmmc-Use-dma_request_chan-for-reque.patch
ARM-tegra-usb-no-reset.patch
ath9k-rx-dma-stop-check.patch
bcm283x-dma-mapping-skip-USB-devices-when-configuring-DMA-during-probe.patch
bcm2837-bluetooth-support.patch
build_configs.sh
check_configs.awk
config_generation
cpupower.config
cpupower.service
crash-driver.patch
criu-no-expert.patch
CVE-2017-7645.patch
die-floppy-die.patch
disable-i8042-check-on-apple-mac.patch
drm-cma-reduce-dmesg-logs.patch
drm-i915-Boost-GPU-clocks-if-we-miss-the-pageflip-s-vblank.patch
drm-i915-hush-check-crtc-state.patch
efi-Add-EFI_SECURE_BOOT-bit.patch
efi-Add-SHIM-and-image-security-database-GUID-defini.patch
efi-Disable-secure-boot-if-shim-is-in-insecure-mode.patch
efi-lockdown.patch
filter-aarch64.sh
filter-armv7hl.sh
filter-i686.sh
filter-modules.sh
filter-ppc64.sh
filter-ppc64le.sh
filter-s390x.sh
filter-x86_64.sh
firmware-Drop-WARN-from-usermodehelper_read_trylock-.patch
Fix-for-module-sig-verification.patch
generate_all_configs.sh
generate_debug_configs.sh
gitrev
input-kill-stupid-messages.patch
input-rmi4-remove-the-need-for-artifical-IRQ.patch
Input-synaptics-pin-3-touches-when-the-firmware-repo.patch
Kbuild-Add-an-option-to-enable-GCC-VTA.patch
kernel-aarch64-debug.config
kernel-aarch64.config
kernel-armv7hl-debug.config
kernel-armv7hl-lpae-debug.config
kernel-armv7hl-lpae.config
kernel-armv7hl.config
kernel-i686-debug.config
kernel-i686-PAE.config
kernel-i686-PAEdebug.config
kernel-i686.config
kernel-local
kernel-ppc64-debug.config
kernel-ppc64.config
kernel-ppc64le-debug.config
kernel-ppc64le.config
kernel-s390x-debug.config
kernel-s390x.config
kernel-x86_64-debug.config
kernel-x86_64.config
kernel.spec
KEYS-Allow-unrestricted-boot-time-addition-of-keys-t.patch
KEYS-don-t-let-add_key-update-an-uninstantiated-key.patch
lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch
lis3-improve-handling-of-null-rate.patch
Makefile
merge.pl
mod-extra.list
mod-extra.sh
mod-sign.sh
MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch
MODSIGN-Support-not-importing-certs-from-db.patch
no-pcspkr-modalias.patch
PatchList.txt
PCI-aspm-deal-with-missing-root-ports-in-link-state-handling.patch
qcom-msm89xx-fixes.patch
README.txt
rebase-notes.txt
remove-binary-diff.pl
scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
silence-fbcon-logo.patch
sources
TODO
usb-phy-tegra-Add-38.4MHz-clock-table-entry.patch
USB-ulpi-fix-bus-node-lookup.patch
v3-2-2-Input-synaptics---Lenovo-X1-Carbon-5-should-use-SMBUS-RMI.patch
x509.genkey
xen-pciback-Don-t-disable-PCI_COMMAND-on-PCI-device-.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. 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 baseconfig. Architecture specifi
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" > baseconfig/CONFIG_ABC1234
# enable the option CONFIG_XYZ321 for only x86
echo "# CONFIG_XYZ321 is not set" > baseconfig/CONFIG_XYZ321
echo "CONFIG_XYZ321=m" > baseconfig/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 debugconfig. This
works in a similar manner to baseconfig. More deeply nested folders, again,
override options. The file config_generation gives a listing of what folders
go into each config file generated.