diff --git a/Makefile.rhelver b/Makefile.rhelver index 727baf119..8fceabade 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -1,4 +1,4 @@ -RHEL_MAJOR = 10 +RHEL_MAJOR = 8 RHEL_MINOR = 99 # @@ -12,49 +12,34 @@ RHEL_MINOR = 99 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 38 +RHEL_RELEASE = 0 # -# RHEL_REBASE_NUM -# ---------------- +# Early y+1 numbering +# -------------------- +# +# In early y+1 process, RHEL_RELEASE consists of 2 numbers: x.y +# First is RHEL_RELEASE inherited/merged from y as-is, second number +# is incremented with each build starting from 1. After merge from y, +# it resets back to 1. This way y+1 nvr reflects status of last merge. +# +# Example: +# +# rhel8.0 rhel-8.1 +# kernel-4.18.0-58.el8 --> kernel-4.18.0-58.1.el8 +# kernel-4.18.0-58.2.el8 +# kernel-4.18.0-59.el8 kernel-4.18.0-59.1.el8 +# kernel-4.18.0-60.el8 +# kernel-4.18.0-61.el8 --> kernel-4.18.0-61.1.el8 # -# Used in RPM version string for Gemini kernels, which dont use upstream -# VERSION/PATCHLEVEL/SUBLEVEL. The number represents rebase number for -# current MAJOR release. # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_REBASE_NUM = 1 - - -# -# ZSTREAM -# ------- -# -# This variable controls whether we use zstream numbering or not for the -# package release. The zstream release keeps the build number of the last -# build done for ystream for the Beta milestone, and increments a second -# number for each build. The third number is used for branched builds -# (eg.: for builds with security fixes or hot fixes done outside of the -# batch release process). -# -# For example, with ZSTREAM unset or set to "no", all builds will contain -# a release with only the build number, eg.: kernel--X.el*, -# where X is the build number. With ZSTREAM set to "yes", we will have -# builds with kernel--X.Y.Z.el*, where X is the last -# RHEL_RELEASE number before ZSTREAM flag was set to yes, Y will now be the -# build number and Z will always be 1 except if you're doing a branched build -# (when you give RHDISTGIT_BRANCH on the command line, in which case the Z -# number will be incremented instead of the Y). -# -ZSTREAM ?= no - -# -# Automotive -# ---------- -# -# Represents the major and minor release used by automotive. -# Primarily this is used to to identify the build target when -# building the automotive kernel package. -AUTOMOTIVE_MAJOR = 2 -AUTOMOTIVE_MINOR = 99 +EARLY_YSTREAM ?= no +EARLY_YBUILD:= +EARLY_YRELEASE:= +ifneq ("$(ZSTREAM)", "yes") + ifeq ("$(EARLY_YSTREAM)","yes") + RHEL_RELEASE:=$(RHEL_RELEASE).$(EARLY_YRELEASE) + endif +endif diff --git a/Patchlist.changelog b/Patchlist.changelog index fed3d67b3..84b8b8ffd 100644 --- a/Patchlist.changelog +++ b/Patchlist.changelog @@ -1,474 +1,1026 @@ -https://gitlab.com/cki-project/kernel-ark/-/commit/831ff9bcd8e9eab864062470a3250beb1e1ec924 - 831ff9bcd8e9eab864062470a3250beb1e1ec924 rust: Add -fdiagnostics-show-context to bindgen_skip_c_flags +https://gitlab.com/cki-project/kernel-ark/-/commit/0915a21561d49ab5b9c33bcdba2483bb305ab5cd + 0915a21561d49ab5b9c33bcdba2483bb305ab5cd tipc: fix size validations for the MSG_CRYPTO type -https://gitlab.com/cki-project/kernel-ark/-/commit/fe3e9e24af806d756edbda922103b1fa95d9b89b - fe3e9e24af806d756edbda922103b1fa95d9b89b Revert "Removing Obsolete hba pci-ids from rhel8" +https://gitlab.com/cki-project/kernel-ark/-/commit/ac7528c112c7612679d66ac0e887fdcce8eec7c0 + ac7528c112c7612679d66ac0e887fdcce8eec7c0 Revert "usb: renesas-xhci: Fix handling of unknown ROM state" -https://gitlab.com/cki-project/kernel-ark/-/commit/c4a0a995da9df8732f688d09db5252173277589d - c4a0a995da9df8732f688d09db5252173277589d rh_messages.h: add missing lpfc devices +https://gitlab.com/cki-project/kernel-ark/-/commit/0e6f651912bdd027a6d730b68d6d1c3f4427c0ae + 0e6f651912bdd027a6d730b68d6d1c3f4427c0ae Linux 5.12.19 -https://gitlab.com/cki-project/kernel-ark/-/commit/0ad9a88c3263fa8fa39437f69472588917255c99 - 0ad9a88c3263fa8fa39437f69472588917255c99 kernel: extend rh_waived to cope better with the CVE mitigations case +https://gitlab.com/cki-project/kernel-ark/-/commit/514b6531b1cbb64199db63bfdb80953d71998cca + 514b6531b1cbb64199db63bfdb80953d71998cca seq_file: disallow extremely large seq buffer allocations -https://gitlab.com/cki-project/kernel-ark/-/commit/cf18c49636f2583c85831f909699034026325242 - cf18c49636f2583c85831f909699034026325242 rh_messages.h: add missing aacraid device +https://gitlab.com/cki-project/kernel-ark/-/commit/eeae4230dbf181f318a6604a74106765e0c66248 + eeae4230dbf181f318a6604a74106765e0c66248 misc: alcor_pci: fix inverted branch condition -https://gitlab.com/cki-project/kernel-ark/-/commit/26ca931184edb2c3c7f7c1951f53fa3333d9c90e - 26ca931184edb2c3c7f7c1951f53fa3333d9c90e rh_messages.h: update unmaintained drivers +https://gitlab.com/cki-project/kernel-ark/-/commit/8898558843d3311c9225c1216bee8017e1215adb + 8898558843d3311c9225c1216bee8017e1215adb scsi: scsi_dh_alua: Fix signedness bug in alua_rtpg() -https://gitlab.com/cki-project/kernel-ark/-/commit/c1c1a1b7059900f4b9b657f5189285a287160e11 - c1c1a1b7059900f4b9b657f5189285a287160e11 arm64: add early lockdown for secure boot +https://gitlab.com/cki-project/kernel-ark/-/commit/ccc413fa14a9e9fbc8de2c6dbec68e1e20dfae95 + ccc413fa14a9e9fbc8de2c6dbec68e1e20dfae95 certs: add 'x509_revocation_list' to gitignore -https://gitlab.com/cki-project/kernel-ark/-/commit/a613ae52a8d9378e6fa70f697b3ce0acee220491 - a613ae52a8d9378e6fa70f697b3ce0acee220491 efi: pass secure boot mode to kernel proper +https://gitlab.com/cki-project/kernel-ark/-/commit/b775383355755885b19d2acef977f1ca132e80a3 + b775383355755885b19d2acef977f1ca132e80a3 cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_init -https://gitlab.com/cki-project/kernel-ark/-/commit/f869258b6b654d316e84325e46e431da4dfd04e7 - f869258b6b654d316e84325e46e431da4dfd04e7 selftests/bpf: Remove ksyms_weak_lskel test +https://gitlab.com/cki-project/kernel-ark/-/commit/29cb4c6229201f22f6ce16d6a9fd15f76c001dc0 + 29cb4c6229201f22f6ce16d6a9fd15f76c001dc0 MIPS: vdso: Invalid GIC access through VDSO -https://gitlab.com/cki-project/kernel-ark/-/commit/8b69219fe6a11766cf1a2e07dc94e56448b47824 - 8b69219fe6a11766cf1a2e07dc94e56448b47824 Simplify include Makefile.rhelver +https://gitlab.com/cki-project/kernel-ark/-/commit/503d234c8f665c4bfc8a019e360de391d94b2afc + 503d234c8f665c4bfc8a019e360de391d94b2afc s390/irq: remove HAVE_IRQ_EXIT_ON_IRQ_STACK -https://gitlab.com/cki-project/kernel-ark/-/commit/c2621ac616e25a9a04fbcb8af0c1f8b2bdd8c099 - c2621ac616e25a9a04fbcb8af0c1f8b2bdd8c099 redhat: make ENABLE_WERROR also enable OBJTOOL_WERROR +https://gitlab.com/cki-project/kernel-ark/-/commit/b0626b6f00a5f7781c0311a91a08c91c8ee8253f + b0626b6f00a5f7781c0311a91a08c91c8ee8253f perf script python: Fix buffer size to report iregs in perf script -https://gitlab.com/cki-project/kernel-ark/-/commit/d28cbdeb89fe565e10fb4be8d8378153e86611f6 - d28cbdeb89fe565e10fb4be8d8378153e86611f6 main.c: fix initcall blacklisted +https://gitlab.com/cki-project/kernel-ark/-/commit/cdef787703bd7e3edfff976d21666ab8daba0690 + cdef787703bd7e3edfff976d21666ab8daba0690 mips: disable branch profiling in boot/decompress.o -https://gitlab.com/cki-project/kernel-ark/-/commit/b71ab57c8db44881edc32a124ddc2ebe536b6a4c - b71ab57c8db44881edc32a124ddc2ebe536b6a4c arch/x86/kernel/setup.c: fix rh_check_supported +https://gitlab.com/cki-project/kernel-ark/-/commit/29d73ac5f2e9d3f9e62f2574a06ffc60d20cd308 + 29d73ac5f2e9d3f9e62f2574a06ffc60d20cd308 mips: always link byteswap helpers into decompressor -https://gitlab.com/cki-project/kernel-ark/-/commit/c4ea2384863e54e0c5582b3508518e659581ce69 - c4ea2384863e54e0c5582b3508518e659581ce69 efi,lockdown: fix kernel lockdown on Secure Boot +https://gitlab.com/cki-project/kernel-ark/-/commit/1dc6cd71e05d4fc7b3e77741768798fb22798909 + 1dc6cd71e05d4fc7b3e77741768798fb22798909 kprobe/static_call: Restore missing static_call_text_reserved() -https://gitlab.com/cki-project/kernel-ark/-/commit/60b2ddeb0986e1c43a98b44a4ab414a7e2744701 - 60b2ddeb0986e1c43a98b44a4ab414a7e2744701 Revert "nvme: Return BLK_STS_TARGET if the DNR bit is set" +https://gitlab.com/cki-project/kernel-ark/-/commit/80f755926a7e3bb00ff69ee12232b33a473dfc27 + 80f755926a7e3bb00ff69ee12232b33a473dfc27 static_call: Fix static_call_text_reserved() vs __init -https://gitlab.com/cki-project/kernel-ark/-/commit/860632dd288c7aa7807959a79af9159482510cd1 - 860632dd288c7aa7807959a79af9159482510cd1 Revert "nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT" +https://gitlab.com/cki-project/kernel-ark/-/commit/a37c6588370eaf9aa9302a7b39b9035c06e89f78 + a37c6588370eaf9aa9302a7b39b9035c06e89f78 jump_label: Fix jump_label_text_reserved() vs __init -https://gitlab.com/cki-project/kernel-ark/-/commit/aaef2c3ee081c8980bb60fd4b7a6ed9e187d9048 - aaef2c3ee081c8980bb60fd4b7a6ed9e187d9048 Revert "nvme: decouple basic ANA log page re-read support from native multipathing" +https://gitlab.com/cki-project/kernel-ark/-/commit/1ff871b8ef77a233e79a3612fe943a6d3c8aff01 + 1ff871b8ef77a233e79a3612fe943a6d3c8aff01 sched/uclamp: Ignore max aggregation if rq is idle -https://gitlab.com/cki-project/kernel-ark/-/commit/5cd4353dae0ee79d13f57b7ccee85cd0bcbe4b4f - 5cd4353dae0ee79d13f57b7ccee85cd0bcbe4b4f Revert "nvme: nvme_mpath_init remove multipath check" +https://gitlab.com/cki-project/kernel-ark/-/commit/e9ebbb7636314b702c81c56dc4fc0e09a6a6f8f2 + e9ebbb7636314b702c81c56dc4fc0e09a6a6f8f2 scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe() -https://gitlab.com/cki-project/kernel-ark/-/commit/656a0565ffe54f99ac1390a68c5ee7050ab6fb25 - 656a0565ffe54f99ac1390a68c5ee7050ab6fb25 redhat: automotive: define CONFIG_RH_AUTOMOTIVE +https://gitlab.com/cki-project/kernel-ark/-/commit/fcfa9adc8b9a0ebb589ce7fcf96e12da58d0f1a1 + fcfa9adc8b9a0ebb589ce7fcf96e12da58d0f1a1 arm64: dts: rockchip: Re-add regulator-always-on for vcc_sdio for rk3399-roc-pc -https://gitlab.com/cki-project/kernel-ark/-/commit/f1025d6236c72b4fbd03940b6fa2178f2a84f418 - f1025d6236c72b4fbd03940b6fa2178f2a84f418 redhat: fix modules.order target +https://gitlab.com/cki-project/kernel-ark/-/commit/94784eeae3acf602a026489b9863b609a5d18be3 + 94784eeae3acf602a026489b9863b609a5d18be3 arm64: dts: rockchip: Re-add regulator-boot-on, regulator-always-on for vdd_gpu on rk3399-roc-pc -https://gitlab.com/cki-project/kernel-ark/-/commit/6e0fa997052c92d6085a50083e75dedc0160443f - 6e0fa997052c92d6085a50083e75dedc0160443f [redhat] rh_messages.h: driver and device updates +https://gitlab.com/cki-project/kernel-ark/-/commit/aecb325ec375b798cfb971f92e9a6e8d7611e660 + aecb325ec375b798cfb971f92e9a6e8d7611e660 firmware: turris-mox-rwtm: show message about HWRNG registration -https://gitlab.com/cki-project/kernel-ark/-/commit/d8822fd0573e9f254f097c1743078e4e74ac70f5 - d8822fd0573e9f254f097c1743078e4e74ac70f5 crypto: rng - Fix extrng EFAULT handling +https://gitlab.com/cki-project/kernel-ark/-/commit/16783a7bdd93eee5250e1c4d40098ace3dd33553 + 16783a7bdd93eee5250e1c4d40098ace3dd33553 firmware: turris-mox-rwtm: fail probing when firmware does not support hwrng -https://gitlab.com/cki-project/kernel-ark/-/commit/c224e4b6a61af08574bb0565755ed609bf08cacb - c224e4b6a61af08574bb0565755ed609bf08cacb crypto: sig - Disable signing +https://gitlab.com/cki-project/kernel-ark/-/commit/8753760d470f46320eb9d0f21e527ad97fe01d5c + 8753760d470f46320eb9d0f21e527ad97fe01d5c firmware: turris-mox-rwtm: report failures better -https://gitlab.com/cki-project/kernel-ark/-/commit/39417e970be7f6bc63f34d5ed5511f7e629802c2 - 39417e970be7f6bc63f34d5ed5511f7e629802c2 crypto: rng - Ensure stdrng is tested before user-space starts +https://gitlab.com/cki-project/kernel-ark/-/commit/de00d68db74aadfd4efd884aca78233bcb03d4c7 + de00d68db74aadfd4efd884aca78233bcb03d4c7 firmware: turris-mox-rwtm: fix reply status decoding function -https://gitlab.com/cki-project/kernel-ark/-/commit/52be246b6342ed5b1486729fd5c5893b10549a92 - 52be246b6342ed5b1486729fd5c5893b10549a92 [redhat] rh_messages.h: Mark BlueField-4 as disabled +https://gitlab.com/cki-project/kernel-ark/-/commit/95cd0713e64b5a2c920685c601bf98c3a292843c + 95cd0713e64b5a2c920685c601bf98c3a292843c thermal/drivers/rcar_gen3_thermal: Fix coefficient calculations -https://gitlab.com/cki-project/kernel-ark/-/commit/2c9e64af9fa1f8599ce05877441afcac8ac91b04 - 2c9e64af9fa1f8599ce05877441afcac8ac91b04 Update the RHEL_DIFFERENCES help string +https://gitlab.com/cki-project/kernel-ark/-/commit/62ff270f181a11e2a6545172babcf9b9dc8bf8eb + 62ff270f181a11e2a6545172babcf9b9dc8bf8eb ARM: dts: imx6q-dhcom: Add gpios pinctrl for i2c bus recovery -https://gitlab.com/cki-project/kernel-ark/-/commit/beef34cb1efc34b7fbee35535c66915995d12ed1 - beef34cb1efc34b7fbee35535c66915995d12ed1 redhat: include resolve_btfids in kernel-devel +https://gitlab.com/cki-project/kernel-ark/-/commit/7fc92d934b0aba12b9e26d80973d7623eee0f167 + 7fc92d934b0aba12b9e26d80973d7623eee0f167 ARM: dts: imx6q-dhcom: Fix ethernet plugin detection problems -https://gitlab.com/cki-project/kernel-ark/-/commit/1a1426b7a8df854c78385dd8ce8b74e9ee641477 - 1a1426b7a8df854c78385dd8ce8b74e9ee641477 redhat: workaround CKI cross compilation for scripts +https://gitlab.com/cki-project/kernel-ark/-/commit/1061c6fed15be90de3ed10e233db72afe4be6164 + 1061c6fed15be90de3ed10e233db72afe4be6164 ARM: dts: imx6q-dhcom: Fix ethernet reset time properties -https://gitlab.com/cki-project/kernel-ark/-/commit/2c83d6cfffe1f891bf024df81be6cd41c2073ad9 - 2c83d6cfffe1f891bf024df81be6cd41c2073ad9 crypto: akcipher - Disable signing and decryption +https://gitlab.com/cki-project/kernel-ark/-/commit/903dc59a0f189958524866f826efa11df4fda338 + 903dc59a0f189958524866f826efa11df4fda338 thermal/drivers/sprd: Add missing MODULE_DEVICE_TABLE -https://gitlab.com/cki-project/kernel-ark/-/commit/af93553b8d335ccf5dd4f90ab9419e497aa36a80 - af93553b8d335ccf5dd4f90ab9419e497aa36a80 crypto: dh - implement FIPS PCT +https://gitlab.com/cki-project/kernel-ark/-/commit/512db6641d402754e1dfdfa9abd1ddacf828a031 + 512db6641d402754e1dfdfa9abd1ddacf828a031 ARM: dts: am437x: align ti,pindir-d0-out-d1-in property with dt-shema -https://gitlab.com/cki-project/kernel-ark/-/commit/f0540d9d32978dff227cbb930193e8dc2557b23b - f0540d9d32978dff227cbb930193e8dc2557b23b crypto: ecdh - disallow plain "ecdh" usage in FIPS mode +https://gitlab.com/cki-project/kernel-ark/-/commit/4047cebe6b731c4eab903be2ddfb1b6d8ec47928 + 4047cebe6b731c4eab903be2ddfb1b6d8ec47928 ARM: dts: am335x: align ti,pindir-d0-out-d1-in property with dt-shema -https://gitlab.com/cki-project/kernel-ark/-/commit/243ef89ad354eea332d7bfb23fd4cf259240de91 - 243ef89ad354eea332d7bfb23fd4cf259240de91 crypto: seqiv - flag instantiations as FIPS compliant +https://gitlab.com/cki-project/kernel-ark/-/commit/419100c5346034c428298552dfd5cca6e9e36f2c + 419100c5346034c428298552dfd5cca6e9e36f2c ARM: dts: dra7: Fix duplicate USB4 target module node -https://gitlab.com/cki-project/kernel-ark/-/commit/6a23cbc588e9b9f7b2bc7250c6c6903d4d904eb1 - 6a23cbc588e9b9f7b2bc7250c6c6903d4d904eb1 [kernel] bpf: set default value for bpf_jit_harden +https://gitlab.com/cki-project/kernel-ark/-/commit/398a57aca9a9a92ba3285d30bc325ac0cd245d0b + 398a57aca9a9a92ba3285d30bc325ac0cd245d0b arm64: dts: allwinner: a64-sopine-baseboard: change RGMII mode to TXID -https://gitlab.com/cki-project/kernel-ark/-/commit/bb84b630a172d0204c8d243c57a6a1d2eae7843c - bb84b630a172d0204c8d243c57a6a1d2eae7843c not upstream: Disable vdso getrandom when FIPS is enabled +https://gitlab.com/cki-project/kernel-ark/-/commit/48ee69825f7480622ed447b0249123236d3b3ad0 + 48ee69825f7480622ed447b0249123236d3b3ad0 memory: fsl_ifc: fix leak of private memory on probe failure -https://gitlab.com/cki-project/kernel-ark/-/commit/b643998c61552fb5615268e7e529999d64d54175 - b643998c61552fb5615268e7e529999d64d54175 Add support to rh_waived cmdline boot parameter +https://gitlab.com/cki-project/kernel-ark/-/commit/83af5816308b490b05fc8fa27fc1bdc769df200a + 83af5816308b490b05fc8fa27fc1bdc769df200a memory: fsl_ifc: fix leak of IO mapping on probe failure -https://gitlab.com/cki-project/kernel-ark/-/commit/a1e04b6f3580382a902256c7bf8b395b9a1be47f - a1e04b6f3580382a902256c7bf8b395b9a1be47f rh_flags: fix failed when register_sysctl_sz rh_flags_table to kernel +https://gitlab.com/cki-project/kernel-ark/-/commit/41cd2622e22d67f7407c638c194400f6a3382733 + 41cd2622e22d67f7407c638c194400f6a3382733 arm64: dts: ti: k3-j721e-main: Fix external refclk input to SERDES -https://gitlab.com/cki-project/kernel-ark/-/commit/03cf1862c6221ee2a6de9a5ab25adaec6460b62e - 03cf1862c6221ee2a6de9a5ab25adaec6460b62e [redhat] rh_flags: constify the ctl_table argument of proc_handler +https://gitlab.com/cki-project/kernel-ark/-/commit/84415d483dd0e79b1d2c4193b73a8e79d050c01b + 84415d483dd0e79b1d2c4193b73a8e79d050c01b Revert "ARM: dts: bcm283x: increase dwc2's RX FIFO size" -https://gitlab.com/cki-project/kernel-ark/-/commit/e2708e55f9151652da80e388b4bf88c649288c0f - e2708e55f9151652da80e388b4bf88c649288c0f redhat: rh_flags: declare proper static methods when !CONFIG_RHEL_DIFFERENCES +https://gitlab.com/cki-project/kernel-ark/-/commit/8f6b7eb4bc5770c34794d667624eec7adc1922bd + 8f6b7eb4bc5770c34794d667624eec7adc1922bd arm64: dts: renesas: r8a779a0: Drop power-domains property from GIC node -https://gitlab.com/cki-project/kernel-ark/-/commit/6f593811cc1e5664f45fe2d09916eada1187e992 - 6f593811cc1e5664f45fe2d09916eada1187e992 redhat: make bnx2xx drivers unmaintained in rhel-10 +https://gitlab.com/cki-project/kernel-ark/-/commit/6fa600fbd43738a7982ed5fc447451b1c98f3039 + 6fa600fbd43738a7982ed5fc447451b1c98f3039 reset: bail if try_module_get() fails -https://gitlab.com/cki-project/kernel-ark/-/commit/5db8220bd67c719a20c1269233585b40f48837da - 5db8220bd67c719a20c1269233585b40f48837da rh_flags: Rename rh_features to rh_flags +https://gitlab.com/cki-project/kernel-ark/-/commit/bb30cbbf0de0241310bf6529253f103024cadb26 + bb30cbbf0de0241310bf6529253f103024cadb26 ARM: dts: BCM5301X: Fixup SPI binding -https://gitlab.com/cki-project/kernel-ark/-/commit/19ca502a0087eed65a014c6271f9bfc207d8d7eb - 19ca502a0087eed65a014c6271f9bfc207d8d7eb kernel: rh_features: fix reading empty feature list from /proc +https://gitlab.com/cki-project/kernel-ark/-/commit/9f818ec66f4764c7e9878cb0b3c2a84ff652f588 + 9f818ec66f4764c7e9878cb0b3c2a84ff652f588 dt-bindings: i2c: at91: fix example for scl-gpios -https://gitlab.com/cki-project/kernel-ark/-/commit/ba24639032f00b47748a6f39a4eb33950df015c2 - ba24639032f00b47748a6f39a4eb33950df015c2 rh_features: move rh_features entry to sys/kernel +https://gitlab.com/cki-project/kernel-ark/-/commit/3819aedd4533bda0483572630316266be1b05ecb + 3819aedd4533bda0483572630316266be1b05ecb firmware: arm_scmi: Reset Rx buffer to max size during async commands -https://gitlab.com/cki-project/kernel-ark/-/commit/883e43fe6a0da0d9ad90e7c997a95f11bab9b888 - 883e43fe6a0da0d9ad90e7c997a95f11bab9b888 rh_features: convert to atomic allocation +https://gitlab.com/cki-project/kernel-ark/-/commit/7e17ac2049626f0d385b015318696577198f0e4c + 7e17ac2049626f0d385b015318696577198f0e4c soc: mtk-pm-domains: Fix the clock prepared issue -https://gitlab.com/cki-project/kernel-ark/-/commit/c8daa2e832df14ee9174435a357b2ae0994a3ef3 - c8daa2e832df14ee9174435a357b2ae0994a3ef3 add rh_features to /proc +https://gitlab.com/cki-project/kernel-ark/-/commit/ace0c0fbb39a4bd6a781ef957fccbf0bf989dfc4 + ace0c0fbb39a4bd6a781ef957fccbf0bf989dfc4 soc: mtk-pm-domains: do not register smi node as syscon -https://gitlab.com/cki-project/kernel-ark/-/commit/4f33dbbe3ec578d49e12c07421b913bf480fccef - 4f33dbbe3ec578d49e12c07421b913bf480fccef add support for rh_features +https://gitlab.com/cki-project/kernel-ark/-/commit/d50892c215646bd8185bbd71de9ed774a7bdea75 + d50892c215646bd8185bbd71de9ed774a7bdea75 firmware: tegra: Fix error return code in tegra210_bpmp_init() -https://gitlab.com/cki-project/kernel-ark/-/commit/53a5900b05260b81f13eb3b9d6a9419429f310ab - 53a5900b05260b81f13eb3b9d6a9419429f310ab [redhat] PCI: Fix pci_rh_check_status() call semantics +https://gitlab.com/cki-project/kernel-ark/-/commit/212f26021a9ba3d2f6969a797837bfcfebafe961 + 212f26021a9ba3d2f6969a797837bfcfebafe961 arm64: dts: qcom: c630: Add no-hpd to DSI bridge node -https://gitlab.com/cki-project/kernel-ark/-/commit/aeb9a237a0ec39b7bde89d8bb040cd5b267f6802 - aeb9a237a0ec39b7bde89d8bb040cd5b267f6802 scsi: sd: condition probe_type under RHEL_DIFFERENCES +https://gitlab.com/cki-project/kernel-ark/-/commit/7df6ccab5c78cf7ce92ed824a6532a3eff758195 + 7df6ccab5c78cf7ce92ed824a6532a3eff758195 arm64: dts: qcom: trogdor: Add no-hpd to DSI bridge node -https://gitlab.com/cki-project/kernel-ark/-/commit/159e72af8b1631b720f4a7e0012fa624764cecde - 159e72af8b1631b720f4a7e0012fa624764cecde scsi: sd: remove unused sd_probe_types +https://gitlab.com/cki-project/kernel-ark/-/commit/eae9b86a5b0787c04bad79b2a7df469eefb6ff66 + eae9b86a5b0787c04bad79b2a7df469eefb6ff66 ARM: dts: stm32: Rework LAN8710Ai PHY reset on DHCOM SoM -https://gitlab.com/cki-project/kernel-ark/-/commit/d8c04860eb7bf29617ca1754f1076fd9f5992e77 - d8c04860eb7bf29617ca1754f1076fd9f5992e77 [redhat] rh_messages.h: mark mlx5 on Bluefield-3 as unmaintained +https://gitlab.com/cki-project/kernel-ark/-/commit/06ec0621208cca79a27a69235d6910c2fe508357 + 06ec0621208cca79a27a69235d6910c2fe508357 arm64: dts: renesas: r8a7796[01]: Fix OPP table entry voltages -https://gitlab.com/cki-project/kernel-ark/-/commit/496c64b4afece4ab525467a6be71ffe60d0c564f - 496c64b4afece4ab525467a6be71ffe60d0c564f [redhat] rh_messages.h: initial driver and device lists +https://gitlab.com/cki-project/kernel-ark/-/commit/862e7992b3a662698a99f39497332a9aadbdf134 + 862e7992b3a662698a99f39497332a9aadbdf134 arm64: dts: renesas: Add missing opp-suspend properties -https://gitlab.com/cki-project/kernel-ark/-/commit/5cf456aaba6f5c9406421c04c65d43b2c71f5927 - 5cf456aaba6f5c9406421c04c65d43b2c71f5927 arch/x86: Fix XSAVE check for x86_64-v2 check +https://gitlab.com/cki-project/kernel-ark/-/commit/2b58c1f9d6fac476e704ef6cefc4523cc140c815 + 2b58c1f9d6fac476e704ef6cefc4523cc140c815 arm64: dts: ti: j7200-main: Enable USB2 PHY RX sensitivity workaround -https://gitlab.com/cki-project/kernel-ark/-/commit/252bf9586fca6e57a51966c0294a9a0cb33ff4f5 - 252bf9586fca6e57a51966c0294a9a0cb33ff4f5 arch/x86/kernel/setup.c: fixup rh_check_supported +https://gitlab.com/cki-project/kernel-ark/-/commit/b6e42191c0abf82f78ce35e2b681aa3a563722bf + b6e42191c0abf82f78ce35e2b681aa3a563722bf arm64: dts: qcom: sdm845-oneplus-common: guard rmtfs-mem -https://gitlab.com/cki-project/kernel-ark/-/commit/30faf17591afbd4230d590355351044294ad43d2 - 30faf17591afbd4230d590355351044294ad43d2 lsm: update security_lock_kernel_down +https://gitlab.com/cki-project/kernel-ark/-/commit/c7da67a6e40d494e04f33c14474631c22d0be0d3 + c7da67a6e40d494e04f33c14474631c22d0be0d3 ARM: dts: r8a7779, marzen: Fix DU clock names -https://gitlab.com/cki-project/kernel-ark/-/commit/e88ee9e2e869e7259faa5bf3ff6689becabb53cb - e88ee9e2e869e7259faa5bf3ff6689becabb53cb arch/x86: mark x86_64-v1 and x86_64-v2 processors as deprecated +https://gitlab.com/cki-project/kernel-ark/-/commit/07b670060c776ba71dfea6da98eaad4aeb1fadf5 + 07b670060c776ba71dfea6da98eaad4aeb1fadf5 arm64: dts: renesas: v3msk: Fix memory size -https://gitlab.com/cki-project/kernel-ark/-/commit/26ebc304df38a49ce7cc69b4bdf220298cff2460 - 26ebc304df38a49ce7cc69b4bdf220298cff2460 redhat: kABI: add missing RH_KABI_SIZE_ALIGN_CHECKS Kconfig option +https://gitlab.com/cki-project/kernel-ark/-/commit/f4bf2e7b39ac592fd775543b79e95aaf881ed9aa + f4bf2e7b39ac592fd775543b79e95aaf881ed9aa rtc: fix snprintf() checking in is_rtc_hctosys() -https://gitlab.com/cki-project/kernel-ark/-/commit/8c71392703448be8e8217592dd46ea1cc8b157e1 - 8c71392703448be8e8217592dd46ea1cc8b157e1 redhat: rh_kabi: introduce RH_KABI_EXCLUDE_WITH_SIZE +https://gitlab.com/cki-project/kernel-ark/-/commit/e0e3a55cd519e2481966d98e40da8daafb8b3330 + e0e3a55cd519e2481966d98e40da8daafb8b3330 ARM: dts: sun8i: h3: orangepi-plus: Fix ethernet phy-mode -https://gitlab.com/cki-project/kernel-ark/-/commit/d42afcb843fcc87e59ba39b5574c18d89fd07a91 - d42afcb843fcc87e59ba39b5574c18d89fd07a91 redhat: rh_kabi: move semicolon inside __RH_KABI_CHECK_SIZE +https://gitlab.com/cki-project/kernel-ark/-/commit/22193e55444d6b1b9853c3afd25b89870f62d1dc + 22193e55444d6b1b9853c3afd25b89870f62d1dc memory: pl353: Fix error return code in pl353_smc_probe() -https://gitlab.com/cki-project/kernel-ark/-/commit/95a56955f9ba6ef1e1dd2d99d8f98254da274267 - 95a56955f9ba6ef1e1dd2d99d8f98254da274267 random: replace import_single_range() with import_ubuf() +https://gitlab.com/cki-project/kernel-ark/-/commit/7f2aca07a9c344b76a9ee88a30352c2b996c1606 + 7f2aca07a9c344b76a9ee88a30352c2b996c1606 reset: brcmstb: Add missing MODULE_DEVICE_TABLE -https://gitlab.com/cki-project/kernel-ark/-/commit/92d6612578b79fd3a09e10504ed71209ba43c271 - 92d6612578b79fd3a09e10504ed71209ba43c271 ext4: Mark mounting fs-verity filesystems as tech-preview +https://gitlab.com/cki-project/kernel-ark/-/commit/0371e0722e5abab50477100b37e4b37e8fa3cdf2 + 0371e0722e5abab50477100b37e4b37e8fa3cdf2 memory: atmel-ebi: add missing of_node_put for loop iteration -https://gitlab.com/cki-project/kernel-ark/-/commit/5c51745b8aec113ff0605ab833c3e472d99c55c8 - 5c51745b8aec113ff0605ab833c3e472d99c55c8 erofs: Add tech preview markers at mount +https://gitlab.com/cki-project/kernel-ark/-/commit/f3f84398e6e01cf7a209bfeb6501d30f32ef4627 + f3f84398e6e01cf7a209bfeb6501d30f32ef4627 memory: stm32-fmc2-ebi: add missing of_node_put for loop iteration -https://gitlab.com/cki-project/kernel-ark/-/commit/6d687c70a7eda10eac0ddc6eedeaccc30eef5349 - 6d687c70a7eda10eac0ddc6eedeaccc30eef5349 kernel/rh_messages.c: Mark functions as possibly unused +https://gitlab.com/cki-project/kernel-ark/-/commit/375020aee461e1fdaa1d8154bf028b61cbe1ff71 + 375020aee461e1fdaa1d8154bf028b61cbe1ff71 ARM: dts: exynos: fix PWM LED max brightness on Odroid XU4 -https://gitlab.com/cki-project/kernel-ark/-/commit/dfb09b1d833cad815ea2f5cb69505010de260c40 - dfb09b1d833cad815ea2f5cb69505010de260c40 crypto: rng - Override drivers/char/random in FIPS mode +https://gitlab.com/cki-project/kernel-ark/-/commit/8f772665c70d19d4881c1060a91c0de67bdb50b1 + 8f772665c70d19d4881c1060a91c0de67bdb50b1 ARM: dts: exynos: fix PWM LED max brightness on Odroid HC1 -https://gitlab.com/cki-project/kernel-ark/-/commit/ddbe3667f2462817f3f936141fff08604dde1564 - ddbe3667f2462817f3f936141fff08604dde1564 random: Add hook to override device reads and getrandom(2) +https://gitlab.com/cki-project/kernel-ark/-/commit/cb9b2d6db9a3b6406d4a92f0761f25bafc17a078 + cb9b2d6db9a3b6406d4a92f0761f25bafc17a078 ARM: dts: exynos: fix PWM LED max brightness on Odroid XU/XU3 -https://gitlab.com/cki-project/kernel-ark/-/commit/92525a9129d85fa6400c9e653379862a67cb43b2 - 92525a9129d85fa6400c9e653379862a67cb43b2 [redhat] kernel/rh_messages.c: move hardware tables to rh_messages.h +https://gitlab.com/cki-project/kernel-ark/-/commit/d1c82e8fea007a1c4cd2ca5d31cf900625661a65 + d1c82e8fea007a1c4cd2ca5d31cf900625661a65 ARM: exynos: add missing of_node_put for loop iteration -https://gitlab.com/cki-project/kernel-ark/-/commit/eacd81fdaf31d456a82c553735faf64c8efad2eb - eacd81fdaf31d456a82c553735faf64c8efad2eb [redhat] kernel/rh_messages.c: Wire up new calls +https://gitlab.com/cki-project/kernel-ark/-/commit/90157d4c2722f0ece25a182e52328e3c1c67140d + 90157d4c2722f0ece25a182e52328e3c1c67140d reset: a10sr: add missing of_match_table reference -https://gitlab.com/cki-project/kernel-ark/-/commit/32af8640a651c642ee5706dda0cf35ff508bcdcb - 32af8640a651c642ee5706dda0cf35ff508bcdcb [redhat] drivers/pci: Update rh_messages.c +https://gitlab.com/cki-project/kernel-ark/-/commit/67a9273516b720d6508a0def5002527b3a48a9a5 + 67a9273516b720d6508a0def5002527b3a48a9a5 reset: RESET_INTEL_GW should depend on X86 -https://gitlab.com/cki-project/kernel-ark/-/commit/db366977f9e13f903cc9b7f22936b581594a7731 - db366977f9e13f903cc9b7f22936b581594a7731 [redhat] drivers/pci: Remove RHEL-only pci_hw_*() functions +https://gitlab.com/cki-project/kernel-ark/-/commit/9e5b0805f80f485ff1076c313100a33e7f06cac2 + 9e5b0805f80f485ff1076c313100a33e7f06cac2 reset: RESET_BRCMSTB_RESCAL should depend on ARCH_BRCMSTB -https://gitlab.com/cki-project/kernel-ark/-/commit/402504ff66e5d118b514253df5d55f8413e2e167 - 402504ff66e5d118b514253df5d55f8413e2e167 scsi: sd: Add "probe_type" module parameter to allow synchronous probing +https://gitlab.com/cki-project/kernel-ark/-/commit/b7a0d273fa4374b15163c774b53676801ab25186 + b7a0d273fa4374b15163c774b53676801ab25186 arm64: dts: rockchip: Drop fephy pinctrl from gmac2phy on rk3328 rock-pi-e -https://gitlab.com/cki-project/kernel-ark/-/commit/5e96a345c6fb24e282ce1769223c1a339d0dbe94 - 5e96a345c6fb24e282ce1769223c1a339d0dbe94 Revert "Remove EXPERT from ARCH_FORCE_MAX_ORDER for aarch64" +https://gitlab.com/cki-project/kernel-ark/-/commit/bdcba8fc7722f8b9c1c13dae14214a2a1933361e + bdcba8fc7722f8b9c1c13dae14214a2a1933361e ARM: dts: gemini-rut1xx: remove duplicate ethernet node -https://gitlab.com/cki-project/kernel-ark/-/commit/ce943989ae8cb2b8e0b4699c148584d3cd18ec9b - ce943989ae8cb2b8e0b4699c148584d3cd18ec9b kernel/rh_messages.c: Another gcc12 warning on redundant NULL test +https://gitlab.com/cki-project/kernel-ark/-/commit/aed8141f4e0664be4fbacbf5088a33fbec53c60d + aed8141f4e0664be4fbacbf5088a33fbec53c60d hexagon: use common DISCARDS macro -https://gitlab.com/cki-project/kernel-ark/-/commit/c0624b3913d8c3f262e20910a2f2c4d2f99ce61f - c0624b3913d8c3f262e20910a2f2c4d2f99ce61f Enable IO_URING for RHEL +https://gitlab.com/cki-project/kernel-ark/-/commit/2cdd0d6229dbb397fca1448b4fc26e51a6a945e2 + 2cdd0d6229dbb397fca1448b4fc26e51a6a945e2 hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script -https://gitlab.com/cki-project/kernel-ark/-/commit/861f2d38d82cfb374799ec517f18cc021701068e - 861f2d38d82cfb374799ec517f18cc021701068e Remove EXPERT from ARCH_FORCE_MAX_ORDER for aarch64 +https://gitlab.com/cki-project/kernel-ark/-/commit/ea37d4c6376aee6b8f738075cdc586ad04bb6595 + ea37d4c6376aee6b8f738075cdc586ad04bb6595 NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple times -https://gitlab.com/cki-project/kernel-ark/-/commit/e02ec93117d6eea21e80baf69e6f9848cf1a9774 - e02ec93117d6eea21e80baf69e6f9848cf1a9774 redhat: version two of Makefile.rhelver tweaks +https://gitlab.com/cki-project/kernel-ark/-/commit/13fc99a6a3c0dcaf39983cd8a21f21d84676869e + 13fc99a6a3c0dcaf39983cd8a21f21d84676869e NFSv4/pnfs: Fix layoutget behaviour after invalidation -https://gitlab.com/cki-project/kernel-ark/-/commit/964e830b4fae678dec5b8b93dcd402c73fdf2912 - 964e830b4fae678dec5b8b93dcd402c73fdf2912 redhat: adapt to upstream Makefile change +https://gitlab.com/cki-project/kernel-ark/-/commit/03165436f99b39df0710688e6f5448f8bd1063d8 + 03165436f99b39df0710688e6f5448f8bd1063d8 NFSv4/pnfs: Fix the layout barrier update -https://gitlab.com/cki-project/kernel-ark/-/commit/60a4025a3b1cdec1c7bbdabf1e30278f615bb493 - 60a4025a3b1cdec1c7bbdabf1e30278f615bb493 kernel/rh_messages.c: gcc12 warning on redundant NULL test +https://gitlab.com/cki-project/kernel-ark/-/commit/a85411bbc2a9d7cc56c8fd5157005bb84fa74c70 + a85411bbc2a9d7cc56c8fd5157005bb84fa74c70 NFS: Fix fscache read from NFS after cache error -https://gitlab.com/cki-project/kernel-ark/-/commit/a5c9e3c6e3dcda60b5f753d1bae86a686f3ac087 - a5c9e3c6e3dcda60b5f753d1bae86a686f3ac087 Change acpi_bus_get_acpi_device to acpi_get_acpi_dev +https://gitlab.com/cki-project/kernel-ark/-/commit/e2218384435783e5d53c6401c7b5886d49a3a904 + e2218384435783e5d53c6401c7b5886d49a3a904 NFS: Ensure nfs_readpage returns promptly when internal error occurs -https://gitlab.com/cki-project/kernel-ark/-/commit/092e751fe418623c5ad04e77fa6c993d48d96533 - 092e751fe418623c5ad04e77fa6c993d48d96533 ARK: Remove code marking devices unmaintained +https://gitlab.com/cki-project/kernel-ark/-/commit/48161ad218461e453a6a1c9120b837c7f19072f5 + 48161ad218461e453a6a1c9120b837c7f19072f5 virtio-mem: don't read big block size in Sub Block Mode -https://gitlab.com/cki-project/kernel-ark/-/commit/c27fa327fb3de69773568d211fd2f8f13a72e342 - c27fa327fb3de69773568d211fd2f8f13a72e342 rh_message: Fix function name +https://gitlab.com/cki-project/kernel-ark/-/commit/78c929bf90908ea39942726d9a7b61ec5c846f7b + 78c929bf90908ea39942726d9a7b61ec5c846f7b vdpa/mlx5: Clear vq ready indication upon device reset -https://gitlab.com/cki-project/kernel-ark/-/commit/c9b07fd3a141ad0283d7eaadf5a06aec9af2b8c9 - c9b07fd3a141ad0283d7eaadf5a06aec9af2b8c9 Add Partner Supported taint flag to kAFS +https://gitlab.com/cki-project/kernel-ark/-/commit/2807011f9cd675127fb6d1d846e5a9783d12daef + 2807011f9cd675127fb6d1d846e5a9783d12daef ALSA: isa: Fix error return code in snd_cmi8330_probe() -https://gitlab.com/cki-project/kernel-ark/-/commit/6b0e3a47ec436527a736c0e7159b41624d176dd9 - 6b0e3a47ec436527a736c0e7159b41624d176dd9 Add Partner Supported taint flag +https://gitlab.com/cki-project/kernel-ark/-/commit/d1f295ac1e99b2666c4b7bd77aa7133a9a673898 + d1f295ac1e99b2666c4b7bd77aa7133a9a673898 nfsd: Reduce contention for the nfsd_file nf_rwsem -https://gitlab.com/cki-project/kernel-ark/-/commit/3a4e2ad92c430d2f584f56ca686bc75a469d06c0 - 3a4e2ad92c430d2f584f56ca686bc75a469d06c0 kabi: Add kABI macros for enum type +https://gitlab.com/cki-project/kernel-ark/-/commit/7284dab07e4d51d453cc42851fae9ec4fac6ef2f + 7284dab07e4d51d453cc42851fae9ec4fac6ef2f powerpc/bpf: Fix detecting BPF atomic instructions -https://gitlab.com/cki-project/kernel-ark/-/commit/04fbd46f834f3a012ca9d5bef91db377a3dbaed0 - 04fbd46f834f3a012ca9d5bef91db377a3dbaed0 kabi: expand and clarify documentation of aux structs +https://gitlab.com/cki-project/kernel-ark/-/commit/7de053c6811660d9e70cf38753d0a53fbd9728fb + 7de053c6811660d9e70cf38753d0a53fbd9728fb nvme-tcp: can't set sk_user_data without write_lock -https://gitlab.com/cki-project/kernel-ark/-/commit/cf8df8ef88e094ebb049a7e1e6fec069aaf54faa - cf8df8ef88e094ebb049a7e1e6fec069aaf54faa kabi: introduce RH_KABI_USE_AUX_PTR +https://gitlab.com/cki-project/kernel-ark/-/commit/e2ab2ec59941e3d9d2d49e482b13433ac343d2c1 + e2ab2ec59941e3d9d2d49e482b13433ac343d2c1 virtio_net: move tx vq operation under tx queue lock -https://gitlab.com/cki-project/kernel-ark/-/commit/31779ca0c6c9aab28184a42ac3f17ac219b37b2b - 31779ca0c6c9aab28184a42ac3f17ac219b37b2b kabi: rename RH_KABI_SIZE_AND_EXTEND to AUX +https://gitlab.com/cki-project/kernel-ark/-/commit/228e0a05ac884f3298b107230d5c1c248ea93840 + 228e0a05ac884f3298b107230d5c1c248ea93840 vdp/mlx5: Fix setting the correct dma_device -https://gitlab.com/cki-project/kernel-ark/-/commit/2e12a05d339ed936b9cd59f420b161d70b4a130a - 2e12a05d339ed936b9cd59f420b161d70b4a130a kabi: more consistent _RH_KABI_SIZE_AND_EXTEND +https://gitlab.com/cki-project/kernel-ark/-/commit/fa9c2720c8008ac2d227acc0204d5f406103461f + fa9c2720c8008ac2d227acc0204d5f406103461f vdpa/mlx5: Fix possible failure in umem size calculation -https://gitlab.com/cki-project/kernel-ark/-/commit/b83556eebdc2efdc2d2c22610b7cd7c5cafb2bae - b83556eebdc2efdc2d2c22610b7cd7c5cafb2bae kabi: use fixed field name for extended part +https://gitlab.com/cki-project/kernel-ark/-/commit/6c9b12f3837f4a07853d08534b0daa649e61bf2a + 6c9b12f3837f4a07853d08534b0daa649e61bf2a vdpa/mlx5: Fix umem sizes assignments on VQ create -https://gitlab.com/cki-project/kernel-ark/-/commit/4c9a3b306a34ed7017e35b0de26b2d98e1a04373 - 4c9a3b306a34ed7017e35b0de26b2d98e1a04373 kabi: fix dereference in RH_KABI_CHECK_EXT +https://gitlab.com/cki-project/kernel-ark/-/commit/1595c8a295b0af17027be1fadf5eb002ab3d13f9 + 1595c8a295b0af17027be1fadf5eb002ab3d13f9 PCI: tegra194: Fix tegra_pcie_ep_raise_msi_irq() ill-defined shift -https://gitlab.com/cki-project/kernel-ark/-/commit/a961660df0a73bcf2dcd8cb8855c2f5d5ded0ae9 - a961660df0a73bcf2dcd8cb8855c2f5d5ded0ae9 kabi: fix RH_KABI_SET_SIZE macro +https://gitlab.com/cki-project/kernel-ark/-/commit/09d2d4d6a6f82bd43747fa19f17791e20443d067 + 09d2d4d6a6f82bd43747fa19f17791e20443d067 pwm: imx1: Don't disable clocks at device remove time -https://gitlab.com/cki-project/kernel-ark/-/commit/9f9ef5e8b4694fa7fb6a8f941fb741121fe5aab3 - 9f9ef5e8b4694fa7fb6a8f941fb741121fe5aab3 kabi: expand and clarify documentation +https://gitlab.com/cki-project/kernel-ark/-/commit/bce2fed9a29df1f4c698a23fd88c1f9f9bcf6afe + bce2fed9a29df1f4c698a23fd88c1f9f9bcf6afe PCI: intel-gw: Fix INTx enable -https://gitlab.com/cki-project/kernel-ark/-/commit/308d17beeaa6cb4a514f77319b636c9a2c15f5eb - 308d17beeaa6cb4a514f77319b636c9a2c15f5eb kabi: make RH_KABI_USE replace any number of reserved fields +https://gitlab.com/cki-project/kernel-ark/-/commit/993750914a84ed0532098e6337199af34f9f3c96 + 993750914a84ed0532098e6337199af34f9f3c96 x86/fpu: Limit xstate copy size in xstateregs_set() -https://gitlab.com/cki-project/kernel-ark/-/commit/f3d12dffffeee8d6692be46044b9fc8448901692 - f3d12dffffeee8d6692be46044b9fc8448901692 kabi: rename RH_KABI_USE2 to RH_KABI_USE_SPLIT +https://gitlab.com/cki-project/kernel-ark/-/commit/cb049828168a83f9d5024c8b688da1cfcbc1fa18 + cb049828168a83f9d5024c8b688da1cfcbc1fa18 x86/fpu: Fix copy_xstate_to_kernel() gap handling -https://gitlab.com/cki-project/kernel-ark/-/commit/520e726b4e78101e73fa3d77cdcbc21d204a75a9 - 520e726b4e78101e73fa3d77cdcbc21d204a75a9 kabi: change RH_KABI_REPLACE2 to RH_KABI_REPLACE_SPLIT +https://gitlab.com/cki-project/kernel-ark/-/commit/bf41e961def91427d645cbfa7894d11967388e5d + bf41e961def91427d645cbfa7894d11967388e5d f2fs: fix to avoid adding tab before doc section -https://gitlab.com/cki-project/kernel-ark/-/commit/7160868bd40d04e6d1a80f55d1bf9bb62ede0ba3 - 7160868bd40d04e6d1a80f55d1bf9bb62ede0ba3 kabi: change RH_KABI_REPLACE_UNSAFE to RH_KABI_BROKEN_REPLACE +https://gitlab.com/cki-project/kernel-ark/-/commit/62da2ea5792da84de9f516f36e95122ab2502105 + 62da2ea5792da84de9f516f36e95122ab2502105 PCI: iproc: Support multi-MSI only on uniprocessor kernel -https://gitlab.com/cki-project/kernel-ark/-/commit/0b83063cf6c57dc20a80c35396fa425ec1963d53 - 0b83063cf6c57dc20a80c35396fa425ec1963d53 kabi: introduce RH_KABI_ADD_MODIFIER +https://gitlab.com/cki-project/kernel-ark/-/commit/4bddcad179a4491dcfd8b3f93c5dd032e92f461e + 4bddcad179a4491dcfd8b3f93c5dd032e92f461e PCI: iproc: Fix multi-MSI base vector number allocation -https://gitlab.com/cki-project/kernel-ark/-/commit/d276c2393792e3eec80a73a4fe964f9ec11145a7 - d276c2393792e3eec80a73a4fe964f9ec11145a7 kabi: Include kconfig.h +https://gitlab.com/cki-project/kernel-ark/-/commit/a355d669bcc62cb9412ca1e61226ab7ee05ef4fc + a355d669bcc62cb9412ca1e61226ab7ee05ef4fc ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode -https://gitlab.com/cki-project/kernel-ark/-/commit/28c30de9c771ff91994c9f0a42bdcc260fa97c2d - 28c30de9c771ff91994c9f0a42bdcc260fa97c2d kabi: macros for intentional kABI breakage +https://gitlab.com/cki-project/kernel-ark/-/commit/c8fc86e9df6a6a03f5a8e15a3b7a5c75fd05aa38 + c8fc86e9df6a6a03f5a8e15a3b7a5c75fd05aa38 nfs: fix acl memory leak of posix_acl_create() -https://gitlab.com/cki-project/kernel-ark/-/commit/9b671c725ac69c47874321e5636e6541bb6d219d - 9b671c725ac69c47874321e5636e6541bb6d219d kabi: fix the note about terminating semicolon +https://gitlab.com/cki-project/kernel-ark/-/commit/aebe64667664f453572af241bc883a14fac1da59 + aebe64667664f453572af241bc883a14fac1da59 SUNRPC: prevent port reuse on transports which don't request it. -https://gitlab.com/cki-project/kernel-ark/-/commit/6443eef17fb53f62886ecce519b6e12dd310e7f5 - 6443eef17fb53f62886ecce519b6e12dd310e7f5 kabi: introduce RH_KABI_HIDE_INCLUDE and RH_KABI_FAKE_INCLUDE +https://gitlab.com/cki-project/kernel-ark/-/commit/c1b5b248701ba299248e706dce9f6e6f58bc3506 + c1b5b248701ba299248e706dce9f6e6f58bc3506 watchdog: jz4740: Fix return value check in jz4740_wdt_probe() -https://gitlab.com/cki-project/kernel-ark/-/commit/47746fc3837b476ec265e2a0c2aaa86de0d3994e - 47746fc3837b476ec265e2a0c2aaa86de0d3994e pci.h: Fix static include +https://gitlab.com/cki-project/kernel-ark/-/commit/2550e11f66622cfd6a64dd91aa7230353162a636 + 2550e11f66622cfd6a64dd91aa7230353162a636 watchdog: aspeed: fix hardware timeout calculation -https://gitlab.com/cki-project/kernel-ark/-/commit/67ce66385c6b619356c4030e6163c4fb18a50427 - 67ce66385c6b619356c4030e6163c4fb18a50427 drivers/pci/pci-driver.c: Fix if/ifdef typo +https://gitlab.com/cki-project/kernel-ark/-/commit/673930974b133f52de9beedf915882144a924ae9 + 673930974b133f52de9beedf915882144a924ae9 watchdog: keembay: Removed timeout update in the TO ISR -https://gitlab.com/cki-project/kernel-ark/-/commit/0dfd7feeadc964ef2a9d118218b54831381c8d7a - 0dfd7feeadc964ef2a9d118218b54831381c8d7a kernel/rh_taint.c: Update to new messaging +https://gitlab.com/cki-project/kernel-ark/-/commit/3b3157e2ebbf56559d4045a77d1d16af53fa429d + 3b3157e2ebbf56559d4045a77d1d16af53fa429d watchdog: keembay: Remove timeout update in the WDT start function -https://gitlab.com/cki-project/kernel-ark/-/commit/35e5ee153637e59c9297c9cc8ba7f3960277ffc2 - 35e5ee153637e59c9297c9cc8ba7f3960277ffc2 redhat: Add mark_driver_deprecated() +https://gitlab.com/cki-project/kernel-ark/-/commit/2a8bff7686171016e457fdf674a141f7201730a5 + 2a8bff7686171016e457fdf674a141f7201730a5 watchdog: keembay: Clear either the TO or TH interrupt bit -https://gitlab.com/cki-project/kernel-ark/-/commit/ff7aa8cae4c7e3e7bbc1bb5612efc2157c81fa7d - ff7aa8cae4c7e3e7bbc1bb5612efc2157c81fa7d RHEL: disable io_uring support +https://gitlab.com/cki-project/kernel-ark/-/commit/5db9998e32f3fa9dace496459726f6e33024c52e + 5db9998e32f3fa9dace496459726f6e33024c52e watchdog: keembay: Update pretimeout to zero in the TH ISR -https://gitlab.com/cki-project/kernel-ark/-/commit/517351ed810bf2707e7fdb2ab22029aeb594db59 - 517351ed810bf2707e7fdb2ab22029aeb594db59 bpf: Fix unprivileged_bpf_disabled setup +https://gitlab.com/cki-project/kernel-ark/-/commit/49a305266e27efd6eb12aa9952600ade20473c20 + 49a305266e27efd6eb12aa9952600ade20473c20 watchdog: keembay: Upadate WDT pretimeout for every update in timeout -https://gitlab.com/cki-project/kernel-ark/-/commit/48fe2e5f40c901e92d1f8c62bc97f58af4b0906a - 48fe2e5f40c901e92d1f8c62bc97f58af4b0906a nvme: nvme_mpath_init remove multipath check +https://gitlab.com/cki-project/kernel-ark/-/commit/c2856627a0d05395d7898ca424bc48935953df79 + c2856627a0d05395d7898ca424bc48935953df79 watchdog: keembay: Update WDT pre-timeout during the initialization -https://gitlab.com/cki-project/kernel-ark/-/commit/1c9bd09f303e2c9d2c67fdc46604d94e00cbf67c - 1c9bd09f303e2c9d2c67fdc46604d94e00cbf67c wireguard: disable in FIPS mode +https://gitlab.com/cki-project/kernel-ark/-/commit/a8ec86ea25b3e6adbf2b3dfb08a31ce458a89b72 + a8ec86ea25b3e6adbf2b3dfb08a31ce458a89b72 ubifs: journal: Fix error return code in ubifs_jnl_write_inode() -https://gitlab.com/cki-project/kernel-ark/-/commit/57872981891fe8f3f7205daa4b78c8c0d676b171 - 57872981891fe8f3f7205daa4b78c8c0d676b171 nvme: decouple basic ANA log page re-read support from native multipathing +https://gitlab.com/cki-project/kernel-ark/-/commit/3026b0c9d933f3728b0a9dcd4d0e932c3698c6e7 + 3026b0c9d933f3728b0a9dcd4d0e932c3698c6e7 um: fix error return code in winch_tramp() -https://gitlab.com/cki-project/kernel-ark/-/commit/0561f5953431ff471193611cd73af65dd394c8cd - 0561f5953431ff471193611cd73af65dd394c8cd nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT +https://gitlab.com/cki-project/kernel-ark/-/commit/b477eba2f23a6e1ab01068104a1d2d9155692b83 + b477eba2f23a6e1ab01068104a1d2d9155692b83 um: fix error return code in slip_open() -https://gitlab.com/cki-project/kernel-ark/-/commit/f801483d711fa5f83a0f9d4c479eeba702d1d477 - f801483d711fa5f83a0f9d4c479eeba702d1d477 nvme: Return BLK_STS_TARGET if the DNR bit is set +https://gitlab.com/cki-project/kernel-ark/-/commit/b79d1b2e39b51d1be0e3d85490028976b14d3431 + b79d1b2e39b51d1be0e3d85490028976b14d3431 um: Fix stack pointer alignment -https://gitlab.com/cki-project/kernel-ark/-/commit/4f2bc09956ad4829d139e9d69b86ba8b9ebc66e2 - 4f2bc09956ad4829d139e9d69b86ba8b9ebc66e2 REDHAT: coresight: etm4x: Disable coresight on HPE Apollo 70 +https://gitlab.com/cki-project/kernel-ark/-/commit/9a4f77f171f68e5a275c4fabd8d78579af7b4950 + 9a4f77f171f68e5a275c4fabd8d78579af7b4950 sunrpc: Avoid a KASAN slab-out-of-bounds bug in xdr_set_page_base() -https://gitlab.com/cki-project/kernel-ark/-/commit/65a21d545cc43328ea00fdbd62e7b45f375adce8 - 65a21d545cc43328ea00fdbd62e7b45f375adce8 redhat: remove remaining references of CONFIG_RH_DISABLE_DEPRECATED +https://gitlab.com/cki-project/kernel-ark/-/commit/7c96a2ee45be41d5a167e6332d202086752c36bb + 7c96a2ee45be41d5a167e6332d202086752c36bb NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECT -https://gitlab.com/cki-project/kernel-ark/-/commit/1c1b5380b0b56d3be978997b128f84aeb9906656 - 1c1b5380b0b56d3be978997b128f84aeb9906656 arch/x86: Remove vendor specific CPU ID checks +https://gitlab.com/cki-project/kernel-ark/-/commit/87871d990a2c1879fb5c543f7244f360532e2f28 + 87871d990a2c1879fb5c543f7244f360532e2f28 NFSv4: Initialise connection to the server in nfs4_alloc_client() -https://gitlab.com/cki-project/kernel-ark/-/commit/f7c032c856ba6379a77b76179d0352929d6039ec - f7c032c856ba6379a77b76179d0352929d6039ec redhat: Replace hardware.redhat.com link in Unsupported message +https://gitlab.com/cki-project/kernel-ark/-/commit/93d133023a826803407a9e8671cdc42d0b9c2d7d + 93d133023a826803407a9e8671cdc42d0b9c2d7d power: supply: rt5033_battery: Fix device tree enumeration -https://gitlab.com/cki-project/kernel-ark/-/commit/9a6eb49603959cf0aab0198e13946eaee07801c3 - 9a6eb49603959cf0aab0198e13946eaee07801c3 x86: Fix compile issues with rh_check_supported() +https://gitlab.com/cki-project/kernel-ark/-/commit/2114d3ba91f938bd8db9b1a07f47a0c56211a8c4 + 2114d3ba91f938bd8db9b1a07f47a0c56211a8c4 PCI/sysfs: Fix dsm_label_utf16s_to_utf8s() buffer overrun -https://gitlab.com/cki-project/kernel-ark/-/commit/8a605436efddfa7dbc6e007b2881fa81f17968a5 - 8a605436efddfa7dbc6e007b2881fa81f17968a5 KEYS: Make use of platform keyring for module signature verify +https://gitlab.com/cki-project/kernel-ark/-/commit/b6ebf26d2e4a5191f7bb51f19712be2ed4cb03b1 + b6ebf26d2e4a5191f7bb51f19712be2ed4cb03b1 remoteproc: k3-r5: Fix an error message -https://gitlab.com/cki-project/kernel-ark/-/commit/c7c191f662438423a23592db42838ff550c2bdda - c7c191f662438423a23592db42838ff550c2bdda Input: rmi4 - remove the need for artificial IRQ in case of HID +https://gitlab.com/cki-project/kernel-ark/-/commit/f82d180811e4c1a85f5e8fba4fb9ea4602eafffc + f82d180811e4c1a85f5e8fba4fb9ea4602eafffc f2fs: compress: fix to disallow temp extension -https://gitlab.com/cki-project/kernel-ark/-/commit/4ae139284600cd6fef133ce7a981485ea73381ab - 4ae139284600cd6fef133ce7a981485ea73381ab ARM: tegra: usb no reset +https://gitlab.com/cki-project/kernel-ark/-/commit/adfe53a9108ac41eaa0719759423579a3f32d8d8 + adfe53a9108ac41eaa0719759423579a3f32d8d8 f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfs -https://gitlab.com/cki-project/kernel-ark/-/commit/8156e2102f753bbe0f0dd222a5f232e7f3d99883 - 8156e2102f753bbe0f0dd222a5f232e7f3d99883 arm: make CONFIG_HIGHPTE optional without CONFIG_EXPERT +https://gitlab.com/cki-project/kernel-ark/-/commit/9f6ffb15d64d2e59f7be6de3c6071e806ef9ea14 + 9f6ffb15d64d2e59f7be6de3c6071e806ef9ea14 module: correctly exit module_kallsyms_on_each_symbol when fn() != 0 -https://gitlab.com/cki-project/kernel-ark/-/commit/823e733a88ddd21c735288dd3b08348e79872b91 - 823e733a88ddd21c735288dd3b08348e79872b91 redhat: rh_kabi: deduplication friendly structs +https://gitlab.com/cki-project/kernel-ark/-/commit/74d6fcea1d896800e60f1c675137efebd1a6c9a6 + 74d6fcea1d896800e60f1c675137efebd1a6c9a6 x86/signal: Detect and prevent an alternate signal stack overflow -https://gitlab.com/cki-project/kernel-ark/-/commit/61d2a751fe1b1305684d6c1899f26fa9e38ac0a9 - 61d2a751fe1b1305684d6c1899f26fa9e38ac0a9 redhat: rh_kabi add a comment with warning about RH_KABI_EXCLUDE usage +https://gitlab.com/cki-project/kernel-ark/-/commit/8d6a70c3c429093191e47269c875d1338c2dcab6 + 8d6a70c3c429093191e47269c875d1338c2dcab6 NFSD: Fix TP_printk() format specifier in nfsd_clid_class -https://gitlab.com/cki-project/kernel-ark/-/commit/7d09cb3ea3dd2f3cda5a6a31be429f259106ca61 - 7d09cb3ea3dd2f3cda5a6a31be429f259106ca61 redhat: rh_kabi: introduce RH_KABI_EXTEND_WITH_SIZE +https://gitlab.com/cki-project/kernel-ark/-/commit/2ff0d01ef017e5f9b51ee126b13d14362ffe82e8 + 2ff0d01ef017e5f9b51ee126b13d14362ffe82e8 f2fs: atgc: fix to set default age threshold -https://gitlab.com/cki-project/kernel-ark/-/commit/c0c51c6f123df02948e11680d9b90324593ba547 - c0c51c6f123df02948e11680d9b90324593ba547 redhat: rh_kabi: Indirect EXTEND macros so nesting of other macros will resolve. +https://gitlab.com/cki-project/kernel-ark/-/commit/b74821a0d8d2b78ee346fc5a200da706dae84abc + b74821a0d8d2b78ee346fc5a200da706dae84abc block: fix the problem of io_ticks becoming smaller -https://gitlab.com/cki-project/kernel-ark/-/commit/96b20c70b39cd28efcec2336417cb0db9ff7853c - 96b20c70b39cd28efcec2336417cb0db9ff7853c redhat: rh_kabi: Fix RH_KABI_SET_SIZE to use dereference operator +https://gitlab.com/cki-project/kernel-ark/-/commit/445a2298edc919f3cc82345ff8c004e9e1f5017a + 445a2298edc919f3cc82345ff8c004e9e1f5017a virtio_console: Assure used length from device is limited -https://gitlab.com/cki-project/kernel-ark/-/commit/198030a81d85dbac8f4030e69d3d376327433487 - 198030a81d85dbac8f4030e69d3d376327433487 redhat: rh_kabi: Add macros to size and extend structs +https://gitlab.com/cki-project/kernel-ark/-/commit/3c08a11206f0b49014dd51572fa3343df4651cfd + 3c08a11206f0b49014dd51572fa3343df4651cfd virtio_net: Fix error handling in virtnet_restore() -https://gitlab.com/cki-project/kernel-ark/-/commit/695af00ed9e393abe88d9ee4de3702c15ded186d - 695af00ed9e393abe88d9ee4de3702c15ded186d Removing Obsolete hba pci-ids from rhel8 +https://gitlab.com/cki-project/kernel-ark/-/commit/ca2b8ae93a6da9839dc7f9eb9199b18aa03c3dae + ca2b8ae93a6da9839dc7f9eb9199b18aa03c3dae virtio-blk: Fix memory leak among suspend/resume procedure -https://gitlab.com/cki-project/kernel-ark/-/commit/736038bd8039d1543468c1dc8925f20929645804 - 736038bd8039d1543468c1dc8925f20929645804 mptsas: pci-id table changes +https://gitlab.com/cki-project/kernel-ark/-/commit/827da74970d3349919ce5028624ae27483aeca2c + 827da74970d3349919ce5028624ae27483aeca2c ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock -https://gitlab.com/cki-project/kernel-ark/-/commit/83cdf2924bdcc90c433a58129b4501e10b1295dc - 83cdf2924bdcc90c433a58129b4501e10b1295dc mptspi: pci-id table changes +https://gitlab.com/cki-project/kernel-ark/-/commit/215d6c473177d9eef79261825f823417384063e0 + 215d6c473177d9eef79261825f823417384063e0 PCI: rockchip: Register IRQ handlers after device and data are ready -https://gitlab.com/cki-project/kernel-ark/-/commit/0b634d81ed7f0730e13d720508dbaa6ab94e54d2 - 0b634d81ed7f0730e13d720508dbaa6ab94e54d2 qla2xxx: Remove PCI IDs of deprecated adapter +https://gitlab.com/cki-project/kernel-ark/-/commit/cb0d2cab40a3af402e78efe197b91f9a924449ff + cb0d2cab40a3af402e78efe197b91f9a924449ff ACPI: video: Add quirk for the Dell Vostro 3350 -https://gitlab.com/cki-project/kernel-ark/-/commit/0d11491f9e7fe0c8c301db3256cb47c66ae8450f - 0d11491f9e7fe0c8c301db3256cb47c66ae8450f hpsa: remove old cciss-based smartarray pci ids +https://gitlab.com/cki-project/kernel-ark/-/commit/0d1b0bba5277e780e07565dfedac2e1cb0037527 + 0d1b0bba5277e780e07565dfedac2e1cb0037527 ACPI: AMBA: Fix resource name in /proc/iomem -https://gitlab.com/cki-project/kernel-ark/-/commit/75f69a4f7b8f9d38c5efb0231186ed8726e526f2 - 75f69a4f7b8f9d38c5efb0231186ed8726e526f2 kernel: add SUPPORT_REMOVED kernel taint +https://gitlab.com/cki-project/kernel-ark/-/commit/d19dbb8cec5b8565324ca157d570b2da99688eca + d19dbb8cec5b8565324ca157d570b2da99688eca pwm: tegra: Don't modify HW state in .remove callback -https://gitlab.com/cki-project/kernel-ark/-/commit/50081b0865239d853d77bc71e54d13fad8bac9f0 - 50081b0865239d853d77bc71e54d13fad8bac9f0 Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES +https://gitlab.com/cki-project/kernel-ark/-/commit/4f53ef5128302e2677f6820f7b4e8a5a439d7b78 + 4f53ef5128302e2677f6820f7b4e8a5a439d7b78 pwm: img: Fix PM reference leak in img_pwm_enable() -https://gitlab.com/cki-project/kernel-ark/-/commit/dc84f3cc1b19a0524e58a382c382f34081dc6c35 - dc84f3cc1b19a0524e58a382c382f34081dc6c35 s390: Lock down the kernel when the IPL secure flag is set +https://gitlab.com/cki-project/kernel-ark/-/commit/cb22d34a402fda5de3cfe21fa7ab8dbbc49a5fb4 + cb22d34a402fda5de3cfe21fa7ab8dbbc49a5fb4 drm/amdkfd: fix sysfs kobj leak -https://gitlab.com/cki-project/kernel-ark/-/commit/cb55378c04d6516f303e98061ec7ddd6563429a8 - cb55378c04d6516f303e98061ec7ddd6563429a8 efi: Lock down the kernel if booted in secure boot mode +https://gitlab.com/cki-project/kernel-ark/-/commit/dbe21a80c698c7e79362fbc18ab81c7377ef8732 + dbe21a80c698c7e79362fbc18ab81c7377ef8732 drm/amdgpu: fix Navi1x tcp power gating hang when issuing lightweight invalidaiton -https://gitlab.com/cki-project/kernel-ark/-/commit/9b06e1f07c3cc9e1d0533b8615426d4d5d9e4ebb - 9b06e1f07c3cc9e1d0533b8615426d4d5d9e4ebb efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode +https://gitlab.com/cki-project/kernel-ark/-/commit/cad01a332085a3b2dd4419def9e947bf1c7672b4 + cad01a332085a3b2dd4419def9e947bf1c7672b4 power: supply: axp288_fuel_gauge: Make "T3 MRD" no_battery_list DMI entry more generic -https://gitlab.com/cki-project/kernel-ark/-/commit/db249925c6802b38d910927e4d032af1e00bee56 - db249925c6802b38d910927e4d032af1e00bee56 security: lockdown: expose a hook to lock the kernel down +https://gitlab.com/cki-project/kernel-ark/-/commit/126177664fddcba65eda0b42c7ede0b36287c121 + 126177664fddcba65eda0b42c7ede0b36287c121 power: supply: ab8500: add missing MODULE_DEVICE_TABLE -https://gitlab.com/cki-project/kernel-ark/-/commit/f9604bcd305aba2a94e713ee758a51143687ae9f - f9604bcd305aba2a94e713ee758a51143687ae9f Make get_cert_list() use efi_status_to_str() to print error messages. +https://gitlab.com/cki-project/kernel-ark/-/commit/7282662b470e97a7e72812c7c399d6de3a4873c9 + 7282662b470e97a7e72812c7c399d6de3a4873c9 power: supply: charger-manager: add missing MODULE_DEVICE_TABLE -https://gitlab.com/cki-project/kernel-ark/-/commit/b75eb3e922c93d78d4190a759f5725e856d35439 - b75eb3e922c93d78d4190a759f5725e856d35439 Add efi_status_to_str() and rework efi_status_to_err(). +https://gitlab.com/cki-project/kernel-ark/-/commit/74fe548b34a37d958a2f363b4c8c2d540ab1c853 + 74fe548b34a37d958a2f363b4c8c2d540ab1c853 power: reset: regulator-poweroff: add missing MODULE_DEVICE_TABLE -https://gitlab.com/cki-project/kernel-ark/-/commit/2f80042d6b8199fceadf3623243402066e0cd4ea - 2f80042d6b8199fceadf3623243402066e0cd4ea Add support for deprecating processors +https://gitlab.com/cki-project/kernel-ark/-/commit/e17e92ea8e1d035f97eefd2449502336f8249fcb + e17e92ea8e1d035f97eefd2449502336f8249fcb NFS: nfs_find_open_context() may only select open files -https://gitlab.com/cki-project/kernel-ark/-/commit/5a3b4f5754788e42db8ed550b359382b600f2b08 - 5a3b4f5754788e42db8ed550b359382b600f2b08 arm: aarch64: Drop the EXPERT setting from ARM64_FORCE_52BIT +https://gitlab.com/cki-project/kernel-ark/-/commit/4294da27cbd94f28a46d24f63fd3e8df5a3d6f3b + 4294da27cbd94f28a46d24f63fd3e8df5a3d6f3b drm/gma500: Add the missed drm_gem_object_put() in psb_user_framebuffer_create() -https://gitlab.com/cki-project/kernel-ark/-/commit/36cd5d0a0aa0a3be8ac385ca8991563c9e58227f - 36cd5d0a0aa0a3be8ac385ca8991563c9e58227f iommu/arm-smmu: workaround DMA mode issues +https://gitlab.com/cki-project/kernel-ark/-/commit/5f36d35644f910b2d8645c3b47c0dbe26f1fcb34 + 5f36d35644f910b2d8645c3b47c0dbe26f1fcb34 ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty -https://gitlab.com/cki-project/kernel-ark/-/commit/ca34010e072550c8d5ea57f9436bab254c3521cc - ca34010e072550c8d5ea57f9436bab254c3521cc rh_kabi: introduce RH_KABI_EXCLUDE +https://gitlab.com/cki-project/kernel-ark/-/commit/62cccfcd2754f9a4effb33e6059b566a11e21255 + 62cccfcd2754f9a4effb33e6059b566a11e21255 orangefs: fix orangefs df output. -https://gitlab.com/cki-project/kernel-ark/-/commit/26054e2c4e2253fe955a351971dc6b931cb68961 - 26054e2c4e2253fe955a351971dc6b931cb68961 ipmi: do not configure ipmi for HPE m400 +https://gitlab.com/cki-project/kernel-ark/-/commit/e30874ef95a22a86b0fbdd9546a4e8130a5ce8b1 + e30874ef95a22a86b0fbdd9546a4e8130a5ce8b1 PCI: tegra: Add missing MODULE_DEVICE_TABLE -https://gitlab.com/cki-project/kernel-ark/-/commit/9cb0f734492a21a7e506d7145caf143ccd927b2a - 9cb0f734492a21a7e506d7145caf143ccd927b2a kABI: Add generic kABI macros to use for kABI workarounds +https://gitlab.com/cki-project/kernel-ark/-/commit/506f72629d8a599d40a9b39f58790a7e3777a82c + 506f72629d8a599d40a9b39f58790a7e3777a82c remoteproc: core: Fix cdev remove and rproc del -https://gitlab.com/cki-project/kernel-ark/-/commit/4960e5ee4a0e9bb28e512eb35cfa633ac4552049 - 4960e5ee4a0e9bb28e512eb35cfa633ac4552049 add pci_hw_vendor_status() +https://gitlab.com/cki-project/kernel-ark/-/commit/e6fbd44df86b7f40f11c0576c15fa48e7a8359d0 + e6fbd44df86b7f40f11c0576c15fa48e7a8359d0 x86/fpu: Return proper error codes from user access functions -https://gitlab.com/cki-project/kernel-ark/-/commit/291c4e2878431fd6937c5b9248babe8ec8d4233e - 291c4e2878431fd6937c5b9248babe8ec8d4233e ahci: thunderx2: Fix for errata that affects stop engine +https://gitlab.com/cki-project/kernel-ark/-/commit/ec04c03541be40b37d16b9a959bceb02a7910ecd + ec04c03541be40b37d16b9a959bceb02a7910ecd watchdog: iTCO_wdt: Account for rebooting on second timeout -https://gitlab.com/cki-project/kernel-ark/-/commit/996869cc0b3e78cb9182a4ebced2c46ee2774935 - 996869cc0b3e78cb9182a4ebced2c46ee2774935 Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon +https://gitlab.com/cki-project/kernel-ark/-/commit/158e5a99c79e33baefc3a1c5d344c533783a62ce + 158e5a99c79e33baefc3a1c5d344c533783a62ce watchdog: imx_sc_wdt: fix pretimeout -https://gitlab.com/cki-project/kernel-ark/-/commit/c1c7a887998ab12c5a1180c4bca3b41c31fe4aa6 - c1c7a887998ab12c5a1180c4bca3b41c31fe4aa6 bpf: set unprivileged_bpf_disabled to 1 by default, add a boot parameter +https://gitlab.com/cki-project/kernel-ark/-/commit/4c05dac488a660fe2925c047ecb119e7afaaeb1e + 4c05dac488a660fe2925c047ecb119e7afaaeb1e watchdog: Fix possible use-after-free by calling del_timer_sync() -https://gitlab.com/cki-project/kernel-ark/-/commit/e40c9d10474d1a5b5f7f01175a72ba4a3c7f5e8e - e40c9d10474d1a5b5f7f01175a72ba4a3c7f5e8e add Red Hat-specific taint flags +https://gitlab.com/cki-project/kernel-ark/-/commit/b3c41ea5bc34d8c7b19e230d80e0e555c6f5057d + b3c41ea5bc34d8c7b19e230d80e0e555c6f5057d watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff() -https://gitlab.com/cki-project/kernel-ark/-/commit/f23f446b724fbb79c1e09a278fcb427fc29c0c05 - f23f446b724fbb79c1e09a278fcb427fc29c0c05 tags.sh: Ignore redhat/rpm +https://gitlab.com/cki-project/kernel-ark/-/commit/b4ebf4a4692e84163a69444c70ad515de06e2259 + b4ebf4a4692e84163a69444c70ad515de06e2259 watchdog: Fix possible use-after-free in wdt_startup() -https://gitlab.com/cki-project/kernel-ark/-/commit/a68aa65a20fba1908a7326e5321ce8bc39a9ae14 - a68aa65a20fba1908a7326e5321ce8bc39a9ae14 put RHEL info into generated headers +https://gitlab.com/cki-project/kernel-ark/-/commit/0b5877a1aeacdbf32b3bea91326592004ec7806f + 0b5877a1aeacdbf32b3bea91326592004ec7806f PCI: Dynamically map ECAM regions -https://gitlab.com/cki-project/kernel-ark/-/commit/80937f1973d73fccdc75db4026fbed7cba16f489 - 80937f1973d73fccdc75db4026fbed7cba16f489 aarch64: acpi scan: Fix regression related to X-Gene UARTs +https://gitlab.com/cki-project/kernel-ark/-/commit/1727a01a038c2e98461888892aba57a01715ddfd + 1727a01a038c2e98461888892aba57a01715ddfd PCI: pciehp: Ignore Link Down/Up caused by DPC -https://gitlab.com/cki-project/kernel-ark/-/commit/3362fd10fe075b48ff8af023da5643bc9477a4c6 - 3362fd10fe075b48ff8af023da5643bc9477a4c6 ACPI / irq: Workaround firmware issue on X-Gene based m400 +https://gitlab.com/cki-project/kernel-ark/-/commit/7184a3d768bbe70486453b8289f68bdf372ca124 + 7184a3d768bbe70486453b8289f68bdf372ca124 NFSv4: Fix delegation return in cases where we have to retry -https://gitlab.com/cki-project/kernel-ark/-/commit/ffc66b174954abecfb360dcc3b98c3139ef12d96 - ffc66b174954abecfb360dcc3b98c3139ef12d96 modules: add rhelversion MODULE_INFO tag +https://gitlab.com/cki-project/kernel-ark/-/commit/3015f1b485eda45ade6fad5b09b3201c2fe9200e + 3015f1b485eda45ade6fad5b09b3201c2fe9200e PCI/P2PDMA: Avoid pci_get_slot(), which may sleep -https://gitlab.com/cki-project/kernel-ark/-/commit/7e469c23b8f648d79e8a0e82ee41cda0e50b2f19 - 7e469c23b8f648d79e8a0e82ee41cda0e50b2f19 ACPI: APEI: arm64: Ignore broken HPE moonshot APEI support +https://gitlab.com/cki-project/kernel-ark/-/commit/0c96c2054212cf66d6f4a05f6e5536e0e61069d3 + 0c96c2054212cf66d6f4a05f6e5536e0e61069d3 ARM: 9087/1: kprobes: test-thumb: fix for LLVM_IAS=1 -https://gitlab.com/cki-project/kernel-ark/-/commit/a0f49117d038de2d4db4940f5f039addb2f7231d - a0f49117d038de2d4db4940f5f039addb2f7231d Add Red Hat tainting +https://gitlab.com/cki-project/kernel-ark/-/commit/01e1c68ed0305825b6536e20df605d2df9a0fa8f + 01e1c68ed0305825b6536e20df605d2df9a0fa8f power: reset: gpio-poweroff: add missing MODULE_DEVICE_TABLE -https://gitlab.com/cki-project/kernel-ark/-/commit/fa67c16e780ed355f9847da90e8055ad1175c238 - fa67c16e780ed355f9847da90e8055ad1175c238 Introduce CONFIG_RH_DISABLE_DEPRECATED +https://gitlab.com/cki-project/kernel-ark/-/commit/7578b6a724609410b5833eb219577c89b05c57d2 + 7578b6a724609410b5833eb219577c89b05c57d2 power: supply: max17042: Do not enforce (incorrect) interrupt trigger type -https://gitlab.com/cki-project/kernel-ark/-/commit/e7e1371803470a7840dc61da628cb912834ec149 - e7e1371803470a7840dc61da628cb912834ec149 Pull the RHEL version defines out of the Makefile +https://gitlab.com/cki-project/kernel-ark/-/commit/7680ae29086aa4bcf0ceba7341f369f766208a7b + 7680ae29086aa4bcf0ceba7341f369f766208a7b PCI: hv: Fix a race condition when removing the device -https://gitlab.com/cki-project/kernel-ark/-/commit/84d1d3e3d0c2c7ed1f571c8495bad3b4d97cfa8e - 84d1d3e3d0c2c7ed1f571c8495bad3b4d97cfa8e [initial commit] Add Red Hat variables in the top level makefile +https://gitlab.com/cki-project/kernel-ark/-/commit/6db9fd7292bfb6a4627f477aebc897664bc5d788 + 6db9fd7292bfb6a4627f477aebc897664bc5d788 power: supply: ab8500: Avoid NULL pointers + +https://gitlab.com/cki-project/kernel-ark/-/commit/48121df76ee07a65f387a79ecf0f53f3b410735b + 48121df76ee07a65f387a79ecf0f53f3b410735b PCI: ftpci100: Rename macro name collision + +https://gitlab.com/cki-project/kernel-ark/-/commit/aa4a5ea016357d7ff9c8b183b03727bda14f87a3 + aa4a5ea016357d7ff9c8b183b03727bda14f87a3 pwm: spear: Don't modify HW state in .remove callback + +https://gitlab.com/cki-project/kernel-ark/-/commit/7ea89f15e6c628befe683019cd3fda615f1421ef + 7ea89f15e6c628befe683019cd3fda615f1421ef power: supply: sc2731_charger: Add missing MODULE_DEVICE_TABLE + +https://gitlab.com/cki-project/kernel-ark/-/commit/4411a3b449c3248bf72a998d72853c9d145b68c2 + 4411a3b449c3248bf72a998d72853c9d145b68c2 power: supply: sc27xx: Add missing MODULE_DEVICE_TABLE + +https://gitlab.com/cki-project/kernel-ark/-/commit/901882225bd02f824f621d9b60533f35ac72af7e + 901882225bd02f824f621d9b60533f35ac72af7e kcov: add __no_sanitize_coverage to fix noinstr for all architectures + +https://gitlab.com/cki-project/kernel-ark/-/commit/4f25344f0d473423af58fc3b22de1890692f406a + 4f25344f0d473423af58fc3b22de1890692f406a lib/decompress_unlz4.c: correctly handle zero-padding around initrds. + +https://gitlab.com/cki-project/kernel-ark/-/commit/ab70a647efa4b0582a1dd6ea3382f63e36eeef4b + ab70a647efa4b0582a1dd6ea3382f63e36eeef4b phy: intel: Fix for warnings due to EMMC clock 175Mhz change in FIP + +https://gitlab.com/cki-project/kernel-ark/-/commit/e5a57d9b35d5f05123a3115d556d8ec4323e0bc8 + e5a57d9b35d5f05123a3115d556d8ec4323e0bc8 i2c: core: Disable client irq on reboot/shutdown + +https://gitlab.com/cki-project/kernel-ark/-/commit/5f61975f7efca24d17a4381112433a9c6e083658 + 5f61975f7efca24d17a4381112433a9c6e083658 intel_th: Wait until port is in reset before programming it + +https://gitlab.com/cki-project/kernel-ark/-/commit/b69bd22e3ef9a48cda09e188778fc8107b3d3434 + b69bd22e3ef9a48cda09e188778fc8107b3d3434 staging: rtl8723bs: fix macro value for 2.4Ghz only device + +https://gitlab.com/cki-project/kernel-ark/-/commit/a95d4700f3a6c3e0f7190bf8a5db0ca5d627d683 + a95d4700f3a6c3e0f7190bf8a5db0ca5d627d683 leds: turris-omnia: add missing MODULE_DEVICE_TABLE + +https://gitlab.com/cki-project/kernel-ark/-/commit/9e890928f84449f8aaae4ae930e685eaad4ee92f + 9e890928f84449f8aaae4ae930e685eaad4ee92f ALSA: firewire-motu: fix detection for S/PDIF source on optical interface in v2 protocol + +https://gitlab.com/cki-project/kernel-ark/-/commit/2b064c25419bd8227a4e95bd6651de9ccdbab3d0 + 2b064c25419bd8227a4e95bd6651de9ccdbab3d0 ALSA: usb-audio: scarlett2: Fix 6i6 Gen 2 line out descriptions + +https://gitlab.com/cki-project/kernel-ark/-/commit/ae210c829331dd860834657839c623a714ec863a + ae210c829331dd860834657839c623a714ec863a ALSA: hda: Add IRQ check for platform_get_irq() + +https://gitlab.com/cki-project/kernel-ark/-/commit/6edfd151ab447d2f034622afdb07c6a61dadf689 + 6edfd151ab447d2f034622afdb07c6a61dadf689 backlight: lm3630a: Fix return code of .update_status() callback + +https://gitlab.com/cki-project/kernel-ark/-/commit/a3c23918b798a8d96c66bb3d79ed2853f4bfd798 + a3c23918b798a8d96c66bb3d79ed2853f4bfd798 ASoC: Intel: kbl_da7219_max98357a: shrink platform_id below 20 characters + +https://gitlab.com/cki-project/kernel-ark/-/commit/4376c360a7a59eec758eb93020fdf93fc7301602 + 4376c360a7a59eec758eb93020fdf93fc7301602 ASoC: fsl_xcvr: check return value after calling platform_get_resource_byname() + +https://gitlab.com/cki-project/kernel-ark/-/commit/8010106d87498ee745bb115e65a87ee7b906fab5 + 8010106d87498ee745bb115e65a87ee7b906fab5 powerpc/boot: Fixup device-tree on little endian + +https://gitlab.com/cki-project/kernel-ark/-/commit/2a3fee3b33af99347af71539f54056626a38ce9a + 2a3fee3b33af99347af71539f54056626a38ce9a usb: gadget: hid: fix error return code in hid_bind() + +https://gitlab.com/cki-project/kernel-ark/-/commit/23f23031986d3d2a36500d0e96b9b66ad4a2dc3e + 23f23031986d3d2a36500d0e96b9b66ad4a2dc3e usb: gadget: f_hid: fix endianness issue with descriptors + +https://gitlab.com/cki-project/kernel-ark/-/commit/cc59aca37a7a1ec8c2b0b1b46b6c5ec63c725e65 + cc59aca37a7a1ec8c2b0b1b46b6c5ec63c725e65 ALSA: usb-audio: scarlett2: Fix scarlett2_*_ctl_put() return values + +https://gitlab.com/cki-project/kernel-ark/-/commit/128389fedea33d30057550764f942cc5aeb13071 + 128389fedea33d30057550764f942cc5aeb13071 ALSA: usb-audio: scarlett2: Fix data_mutex lock + +https://gitlab.com/cki-project/kernel-ark/-/commit/05188108081974ae8cff43a02c363f6d9a7ecb44 + 05188108081974ae8cff43a02c363f6d9a7ecb44 ALSA: usb-audio: scarlett2: Fix 18i8 Gen 2 PCM Input count + +https://gitlab.com/cki-project/kernel-ark/-/commit/14894d6de92b8074e6c1fe3839c726527454b1df + 14894d6de92b8074e6c1fe3839c726527454b1df m68knommu: fix missing LCD splash screen data initializer + +https://gitlab.com/cki-project/kernel-ark/-/commit/058a2a926811319c953c363c5bd24a6bc29a9985 + 058a2a926811319c953c363c5bd24a6bc29a9985 ALSA: bebob: add support for ToneWeal FW66 + +https://gitlab.com/cki-project/kernel-ark/-/commit/a37048c0583e28c1a62e302c8b258ff0356960a3 + a37048c0583e28c1a62e302c8b258ff0356960a3 Input: hideep - fix the uninitialized use in hideep_nvm_unlock() + +https://gitlab.com/cki-project/kernel-ark/-/commit/2cebf6c92692dcb88b992bdbe7218fa1faa7b2fb + 2cebf6c92692dcb88b992bdbe7218fa1faa7b2fb s390/mem_detect: fix tprot() program check new psw handling + +https://gitlab.com/cki-project/kernel-ark/-/commit/b65b280edecae90f06e45cd5eb6ba1bcfaff9b60 + b65b280edecae90f06e45cd5eb6ba1bcfaff9b60 s390/mem_detect: fix diag260() program check new psw handling + +https://gitlab.com/cki-project/kernel-ark/-/commit/7ee9c5ccc48cdd3022e3d43d96fb2419e63820a3 + 7ee9c5ccc48cdd3022e3d43d96fb2419e63820a3 s390/ipl_parm: fix program check new psw handling + +https://gitlab.com/cki-project/kernel-ark/-/commit/e3728c1ca1317d252e94d63ca1616dc4a70b2cfd + e3728c1ca1317d252e94d63ca1616dc4a70b2cfd s390/processor: always inline stap() and __load_psw_mask() + +https://gitlab.com/cki-project/kernel-ark/-/commit/470b85dad6141ee67f9523747c00505d1566a610 + 470b85dad6141ee67f9523747c00505d1566a610 habanalabs/gaudi: set the correct rc in case of err + +https://gitlab.com/cki-project/kernel-ark/-/commit/8ef320562fd30995ff12a04499440efcc0e37c88 + 8ef320562fd30995ff12a04499440efcc0e37c88 habanalabs: remove node from list before freeing the node + +https://gitlab.com/cki-project/kernel-ark/-/commit/84629201cf8501bc6a0dbdaba9d0a10577d987d4 + 84629201cf8501bc6a0dbdaba9d0a10577d987d4 habanalabs: set rc as 'valid' in case of intentional func exit + +https://gitlab.com/cki-project/kernel-ark/-/commit/13b40963d6d3e672bbcd49e227cbfd84d2995be9 + 13b40963d6d3e672bbcd49e227cbfd84d2995be9 habanalabs: fix mask to obtain page offset + +https://gitlab.com/cki-project/kernel-ark/-/commit/04458ea175a27679ef7ddabd4c6f502ccfa160e0 + 04458ea175a27679ef7ddabd4c6f502ccfa160e0 habanalabs/gaudi: set the correct cpu_id on MME2_QM failure + +https://gitlab.com/cki-project/kernel-ark/-/commit/91ab5c64a848e090d44e4ed45c245a628c211a07 + 91ab5c64a848e090d44e4ed45c245a628c211a07 xhci: handle failed buffer copy to URB sg list and fix a W=1 copiler warning + +https://gitlab.com/cki-project/kernel-ark/-/commit/a35f81d458e1d3d9465e9321c103377746b804f4 + a35f81d458e1d3d9465e9321c103377746b804f4 ASoC: soc-core: Fix the error return code in snd_soc_of_parse_audio_routing() + +https://gitlab.com/cki-project/kernel-ark/-/commit/71a91b9b642e10613c8806047ef1113d853c38b8 + 71a91b9b642e10613c8806047ef1113d853c38b8 powerpc/mm/book3s64: Fix possible build error + +https://gitlab.com/cki-project/kernel-ark/-/commit/a42554a161d68e62cdfd8a133b364f0975f71b34 + a42554a161d68e62cdfd8a133b364f0975f71b34 gpio: pca953x: Add support for the On Semi pca9655 + +https://gitlab.com/cki-project/kernel-ark/-/commit/fd34deb387c8556032aa72d676ee7eda61a19c4c + fd34deb387c8556032aa72d676ee7eda61a19c4c selftests/powerpc: Fix "no_handler" EBB selftest + +https://gitlab.com/cki-project/kernel-ark/-/commit/f7ba4e5f090bdb65cfadf3079d8f2139542df735 + f7ba4e5f090bdb65cfadf3079d8f2139542df735 ALSA: ppc: fix error return code in snd_pmac_probe() + +https://gitlab.com/cki-project/kernel-ark/-/commit/b7915650e7d6025dede51c98d97a7551d8234277 + b7915650e7d6025dede51c98d97a7551d8234277 scsi: storvsc: Correctly handle multiple flags in srb_status + +https://gitlab.com/cki-project/kernel-ark/-/commit/95065bc0b378e1ac49aca20bb153f08dde1e6c2a + 95065bc0b378e1ac49aca20bb153f08dde1e6c2a gpio: zynq: Check return value of irq_get_irq_data + +https://gitlab.com/cki-project/kernel-ark/-/commit/4d2b944b5683ad9abd76211a172b26952d2a4b04 + 4d2b944b5683ad9abd76211a172b26952d2a4b04 gpio: zynq: Check return value of pm_runtime_get_sync + +https://gitlab.com/cki-project/kernel-ark/-/commit/5ca4bde920bb39e646f9bb284bff37667a37f917 + 5ca4bde920bb39e646f9bb284bff37667a37f917 ASoC: soc-pcm: fix the return value in dpcm_apply_symmetry() + +https://gitlab.com/cki-project/kernel-ark/-/commit/22e5fc5af3e9f3d3865286b4d214ffaa35b81c38 + 22e5fc5af3e9f3d3865286b4d214ffaa35b81c38 ALSA: n64: check return value after calling platform_get_resource() + +https://gitlab.com/cki-project/kernel-ark/-/commit/0f0c5ea09139777d90729d408b807021f2ea6492 + 0f0c5ea09139777d90729d408b807021f2ea6492 iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translation + +https://gitlab.com/cki-project/kernel-ark/-/commit/fbf4daa6f4105e01fbd3868006f65c163365c1e3 + fbf4daa6f4105e01fbd3868006f65c163365c1e3 iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails + +https://gitlab.com/cki-project/kernel-ark/-/commit/7cb31dc1b358ccd08e97724c727a83bfc5e836b2 + 7cb31dc1b358ccd08e97724c727a83bfc5e836b2 powerpc/ps3: Add dma_mask to ps3_dma_region + +https://gitlab.com/cki-project/kernel-ark/-/commit/d4431f45f5607bf7ed3344d0fa441f3383413398 + d4431f45f5607bf7ed3344d0fa441f3383413398 ALSA: sb: Fix potential double-free of CSP mixer elements + +https://gitlab.com/cki-project/kernel-ark/-/commit/3a6ebad10d45a8bb76a4bdacc1f8f7514e848c29 + 3a6ebad10d45a8bb76a4bdacc1f8f7514e848c29 iommu/arm-smmu-qcom: Skip the TTBR1 quirk for db820c. + +https://gitlab.com/cki-project/kernel-ark/-/commit/8bea2c4d596b25702763bbc3dcc281d25104ccff + 8bea2c4d596b25702763bbc3dcc281d25104ccff selftests: timers: rtcpie: skip test if default RTC device does not exist + +https://gitlab.com/cki-project/kernel-ark/-/commit/8405c1e7e92c801aa40f5dffc91e251b077e9d01 + 8405c1e7e92c801aa40f5dffc91e251b077e9d01 s390: disable SSP when needed + +https://gitlab.com/cki-project/kernel-ark/-/commit/9c5480152bbc5f55f35e1bd52ef0be3de3498093 + 9c5480152bbc5f55f35e1bd52ef0be3de3498093 s390/sclp_vt220: fix console name to match device + +https://gitlab.com/cki-project/kernel-ark/-/commit/34c4b572fd6e86bcee583bbbff88c79f05c6d04d + 34c4b572fd6e86bcee583bbbff88c79f05c6d04d serial: tty: uartlite: fix console setup + +https://gitlab.com/cki-project/kernel-ark/-/commit/5055a0a585f0fc332d581b7dd0d0019e5192eb53 + 5055a0a585f0fc332d581b7dd0d0019e5192eb53 fsi: Add missing MODULE_DEVICE_TABLE + +https://gitlab.com/cki-project/kernel-ark/-/commit/67fc8e84e0aeec7bb8207cd5a01651b1643773b4 + 67fc8e84e0aeec7bb8207cd5a01651b1643773b4 ASoC: img: Fix PM reference leak in img_i2s_in_probe() + +https://gitlab.com/cki-project/kernel-ark/-/commit/2f26564eb712a900373891802f52021286bef00b + 2f26564eb712a900373891802f52021286bef00b mfd: cpcap: Fix cpcap dmamask not set warnings + +https://gitlab.com/cki-project/kernel-ark/-/commit/2e83ca725eab1e0605a335cdc5fa9cf26793622d + 2e83ca725eab1e0605a335cdc5fa9cf26793622d mfd: da9052/stmpe: Add and modify MODULE_DEVICE_TABLE + +https://gitlab.com/cki-project/kernel-ark/-/commit/3717d86ad00fa40040ca1859c7bf67459ef51100 + 3717d86ad00fa40040ca1859c7bf67459ef51100 scsi: qedi: Fix cleanup session block/unblock use + +https://gitlab.com/cki-project/kernel-ark/-/commit/469a8f30571242ee68fce3b9fd1cf6558685022d + 469a8f30571242ee68fce3b9fd1cf6558685022d scsi: qedi: Fix TMF session block/unblock use + +https://gitlab.com/cki-project/kernel-ark/-/commit/d55e28978516ca0d4232da44eed077b402f73005 + d55e28978516ca0d4232da44eed077b402f73005 scsi: qedi: Fix race during abort timeouts + +https://gitlab.com/cki-project/kernel-ark/-/commit/ed4685d1f2104fd5e385f362b686949ba3844e60 + ed4685d1f2104fd5e385f362b686949ba3844e60 scsi: qedi: Fix null ref during abort handling + +https://gitlab.com/cki-project/kernel-ark/-/commit/bc6d8d3d5b37d37ee636dca4d77be648e776f806 + bc6d8d3d5b37d37ee636dca4d77be648e776f806 scsi: iscsi: Fix shost->max_id use + +https://gitlab.com/cki-project/kernel-ark/-/commit/f0a031f7c55ffd944fead1ddaf2aa94df9a158c1 + f0a031f7c55ffd944fead1ddaf2aa94df9a158c1 scsi: iscsi: Fix conn use after free during resets + +https://gitlab.com/cki-project/kernel-ark/-/commit/69139793ea54eb2b62592cb7776613b6eab7c322 + 69139793ea54eb2b62592cb7776613b6eab7c322 scsi: iscsi: Add iscsi_cls_conn refcount helpers + +https://gitlab.com/cki-project/kernel-ark/-/commit/966acb4a571eba049bdf6b008a7bb6eef9970f35 + 966acb4a571eba049bdf6b008a7bb6eef9970f35 scsi: megaraid_sas: Handle missing interrupts while re-enabling IRQs + +https://gitlab.com/cki-project/kernel-ark/-/commit/5f4f65212e42feaee32533448f1c1defdaa6befa + 5f4f65212e42feaee32533448f1c1defdaa6befa scsi: megaraid_sas: Early detection of VD deletion through RaidMap update + +https://gitlab.com/cki-project/kernel-ark/-/commit/04b6b9ea80906e3b41ff120b45db31768947cf72 + 04b6b9ea80906e3b41ff120b45db31768947cf72 scsi: megaraid_sas: Fix resource leak in case of probe failure + +https://gitlab.com/cki-project/kernel-ark/-/commit/ab01ef12a3c7162b9ae80d168ececa216f6474a1 + ab01ef12a3c7162b9ae80d168ececa216f6474a1 fs/jfs: Fix missing error code in lmLogInit() + +https://gitlab.com/cki-project/kernel-ark/-/commit/36efafbd3cba9313cd90b394fcb0136898139685 + 36efafbd3cba9313cd90b394fcb0136898139685 scsi: scsi_dh_alua: Check for negative result value + +https://gitlab.com/cki-project/kernel-ark/-/commit/4523841390c9e9a5ebfc59deb81009f5015b4971 + 4523841390c9e9a5ebfc59deb81009f5015b4971 scsi: core: Fixup calling convention for scsi_mode_sense() + +https://gitlab.com/cki-project/kernel-ark/-/commit/8a2e98f298183036554f31a57a20c3f8bcd2e4a5 + 8a2e98f298183036554f31a57a20c3f8bcd2e4a5 scsi: mpt3sas: Fix deadlock while cancelling the running firmware event + +https://gitlab.com/cki-project/kernel-ark/-/commit/c39cf4df19acf0133fa284a8cd83fad42cd13cc2 + c39cf4df19acf0133fa284a8cd83fad42cd13cc2 tty: serial: 8250: serial_cs: Fix a memory leak in error handling path + +https://gitlab.com/cki-project/kernel-ark/-/commit/b81f1eef497994591dea1b45361e03a66d1c85dc + b81f1eef497994591dea1b45361e03a66d1c85dc ALSA: ac97: fix PM reference leak in ac97_bus_remove() + +https://gitlab.com/cki-project/kernel-ark/-/commit/c090a53c67ab1292e0e5de3b8f951c7e284674e7 + c090a53c67ab1292e0e5de3b8f951c7e284674e7 scsi: core: Cap scsi_host cmd_per_lun at can_queue + +https://gitlab.com/cki-project/kernel-ark/-/commit/8cf6ffa829dbb7fe0721d76f5d3ea8df4261ab91 + 8cf6ffa829dbb7fe0721d76f5d3ea8df4261ab91 scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLs + +https://gitlab.com/cki-project/kernel-ark/-/commit/f1966511d4a416069f58ec621c2885f1787d9171 + f1966511d4a416069f58ec621c2885f1787d9171 scsi: lpfc: Fix "Unexpected timeout" error in direct attach topology + +https://gitlab.com/cki-project/kernel-ark/-/commit/921c950a8783de2d77e6a79b9c3d699d5a00aaa1 + 921c950a8783de2d77e6a79b9c3d699d5a00aaa1 scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw() + +https://gitlab.com/cki-project/kernel-ark/-/commit/0b435d3d56de024fbdf69fea9a426372fd3bb2b6 + 0b435d3d56de024fbdf69fea9a426372fd3bb2b6 scsi: arcmsr: Fix doorbell status being updated late on ARC-1886 + +https://gitlab.com/cki-project/kernel-ark/-/commit/02a208801f2fceeca8ce2a3e6ba11ded656c00d4 + 02a208801f2fceeca8ce2a3e6ba11ded656c00d4 w1: ds2438: fixing bug that would always get page0 + +https://gitlab.com/cki-project/kernel-ark/-/commit/436906fd248e018403bcda61a9311d9af02912f1 + 436906fd248e018403bcda61a9311d9af02912f1 usb: common: usb-conn-gpio: fix NULL pointer dereference of charger + +https://gitlab.com/cki-project/kernel-ark/-/commit/b03471aee5ddbda2a9e7fce0ecb14d65ac9937b8 + b03471aee5ddbda2a9e7fce0ecb14d65ac9937b8 Revert "ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro" + +https://gitlab.com/cki-project/kernel-ark/-/commit/bee295f5e03510252d18b25cc1d26230256eb87a + bee295f5e03510252d18b25cc1d26230256eb87a ALSA: usx2y: Don't call free_pages_exact() with NULL address + +https://gitlab.com/cki-project/kernel-ark/-/commit/4ba10209db6b81a4d4cde9922bd8b1e2d4ad8427 + 4ba10209db6b81a4d4cde9922bd8b1e2d4ad8427 ALSA: usx2y: Avoid camelCase + +https://gitlab.com/cki-project/kernel-ark/-/commit/aa0fe27112cd13ebdc5c64571991b01f3c479929 + aa0fe27112cd13ebdc5c64571991b01f3c479929 iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get() + +https://gitlab.com/cki-project/kernel-ark/-/commit/272edf59d9af5b45e4098f3df7e2ab17fda29e0c + 272edf59d9af5b45e4098f3df7e2ab17fda29e0c iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get(). + +https://gitlab.com/cki-project/kernel-ark/-/commit/b66a6d66d9822cb3be8f6ab5f31c92999ae35c98 + b66a6d66d9822cb3be8f6ab5f31c92999ae35c98 iio: imu: st_lsm6dsx: correct ODR in header + +https://gitlab.com/cki-project/kernel-ark/-/commit/3e15a7cc7e5eab5ea620dd7770a2d7ebd062b297 + 3e15a7cc7e5eab5ea620dd7770a2d7ebd062b297 partitions: msdos: fix one-byte get_unaligned() + +https://gitlab.com/cki-project/kernel-ark/-/commit/4b13f6586323bc4d1c4832eac40dc4914b911a78 + 4b13f6586323bc4d1c4832eac40dc4914b911a78 ASoC: intel/boards: add missing MODULE_DEVICE_TABLE + +https://gitlab.com/cki-project/kernel-ark/-/commit/717cf5ae52322ddbdf3ac2c584b34c5970b0d174 + 717cf5ae52322ddbdf3ac2c584b34c5970b0d174 misc: alcor_pci: fix null-ptr-deref when there is no PCI bridge + +https://gitlab.com/cki-project/kernel-ark/-/commit/ef1067d2baa847d53c9988510d99fb494de4d12c + ef1067d2baa847d53c9988510d99fb494de4d12c misc/libmasm/module: Fix two use after free in ibmasm_init_one + +https://gitlab.com/cki-project/kernel-ark/-/commit/3745d7a468aab9b7b49acab23fcf0fd7b0f61c8d + 3745d7a468aab9b7b49acab23fcf0fd7b0f61c8d serial: fsl_lpuart: disable DMA for console and fix sysrq + +https://gitlab.com/cki-project/kernel-ark/-/commit/c069b856d637dd22b4529a46aec4651f2aab3bb8 + c069b856d637dd22b4529a46aec4651f2aab3bb8 tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zero + +https://gitlab.com/cki-project/kernel-ark/-/commit/d036a5cf0580b6d34e6bd60aa0469bf795c5e254 + d036a5cf0580b6d34e6bd60aa0469bf795c5e254 usb: dwc3: pci: Fix DEFINE for Intel Elkhart Lake + +https://gitlab.com/cki-project/kernel-ark/-/commit/210868ac37bcc82d3c5e3850640e169177ab2f70 + 210868ac37bcc82d3c5e3850640e169177ab2f70 rcu: Reject RCU_LOCKDEP_WARN() false positives + +https://gitlab.com/cki-project/kernel-ark/-/commit/adc1c33b98658095d9497419832c8b4801898334 + adc1c33b98658095d9497419832c8b4801898334 srcu: Fix broken node geometry after early ssp init + +https://gitlab.com/cki-project/kernel-ark/-/commit/fb66d992dad6c7dd0f29e3d0eef6a8289ae5d7fe + fb66d992dad6c7dd0f29e3d0eef6a8289ae5d7fe scsi: arcmsr: Fix the wrong CDB payload report to IOP + +https://gitlab.com/cki-project/kernel-ark/-/commit/30629a780578af7ab6bfe8350195a3612fcd2669 + 30629a780578af7ab6bfe8350195a3612fcd2669 dmaengine: fsl-qdma: check dma_set_mask return value + +https://gitlab.com/cki-project/kernel-ark/-/commit/64105689d0f8b1f89971d5d20d987d213207654c + 64105689d0f8b1f89971d5d20d987d213207654c ASoC: Intel: sof_sdw: add mutual exclusion between PCH DMIC and RT715 + +https://gitlab.com/cki-project/kernel-ark/-/commit/e5115c1e6d1302bcbe1f36ac2e39fd8af67192f1 + e5115c1e6d1302bcbe1f36ac2e39fd8af67192f1 leds: tlc591xx: fix return value check in tlc591xx_probe() + +https://gitlab.com/cki-project/kernel-ark/-/commit/d07947340fdba9f72522d3c745dba303f2e9223d + d07947340fdba9f72522d3c745dba303f2e9223d net: bridge: multicast: fix MRD advertisement router port marking race + +https://gitlab.com/cki-project/kernel-ark/-/commit/7dad7dfcc062d1a3613427c2c2fa5fb18d714ce2 + 7dad7dfcc062d1a3613427c2c2fa5fb18d714ce2 net: bridge: multicast: fix PIM hello router port marking race + +https://gitlab.com/cki-project/kernel-ark/-/commit/ff4a96ba5c8f9b266706280ff8021d2ef3f17e86 + ff4a96ba5c8f9b266706280ff8021d2ef3f17e86 io_uring: fix link timeout refs + +https://gitlab.com/cki-project/kernel-ark/-/commit/a03e9fb7b8dd5d864020a658fc0ba9b6f264cd59 + a03e9fb7b8dd5d864020a658fc0ba9b6f264cd59 io_uring: put link timeout req consistently + +https://gitlab.com/cki-project/kernel-ark/-/commit/e0b7c13439a0cf686db54057b70127db5f48ad10 + e0b7c13439a0cf686db54057b70127db5f48ad10 drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms() + +https://gitlab.com/cki-project/kernel-ark/-/commit/83e0d427bf86e0ac29b7caf6718c505b9bccd6b7 + 83e0d427bf86e0ac29b7caf6718c505b9bccd6b7 drm/dp_mst: Avoid to mess up payload table by ports in stale topology + +https://gitlab.com/cki-project/kernel-ark/-/commit/10bbec7b67990685535b62a712b4733877d95f01 + 10bbec7b67990685535b62a712b4733877d95f01 drm/dp_mst: Do not set proposed vcpi directly + +https://gitlab.com/cki-project/kernel-ark/-/commit/7b1ca403621f2977828f967525884f57ed17730f + 7b1ca403621f2977828f967525884f57ed17730f btrfs: zoned: fix wrong mutex unlock on failure to allocate log root tree + +https://gitlab.com/cki-project/kernel-ark/-/commit/b519cf97f4a516fd088a4efab881d0c1902666ef + b519cf97f4a516fd088a4efab881d0c1902666ef btrfs: rework chunk allocation to avoid exhaustion of the system chunk array + +https://gitlab.com/cki-project/kernel-ark/-/commit/bb025a05fbd508f2e4c7a9e95922e2658a326a3a + bb025a05fbd508f2e4c7a9e95922e2658a326a3a btrfs: fix deadlock with concurrent chunk allocations involving system chunks + +https://gitlab.com/cki-project/kernel-ark/-/commit/d25975c0b38b77793181f12258564e99014c22f3 + d25975c0b38b77793181f12258564e99014c22f3 btrfs: properly split extent_map for REQ_OP_ZONE_APPEND + +https://gitlab.com/cki-project/kernel-ark/-/commit/9dac3c1ab15521e5eec262fe6727e03035dadef7 + 9dac3c1ab15521e5eec262fe6727e03035dadef7 io_uring: use right task for exiting checks + +https://gitlab.com/cki-project/kernel-ark/-/commit/a495e562d402f0c96812ef83841ea13ae0e9e25d + a495e562d402f0c96812ef83841ea13ae0e9e25d arm64: Avoid premature usercopy failure + +https://gitlab.com/cki-project/kernel-ark/-/commit/61c5fccc9d4d225ea07d1683d008cc808f3e416d + 61c5fccc9d4d225ea07d1683d008cc808f3e416d mm/hugetlb: fix refs calculation from unaligned @vaddr + +https://gitlab.com/cki-project/kernel-ark/-/commit/87bc1dbbcd189da89fd406f95dcc4516e33dccf5 + 87bc1dbbcd189da89fd406f95dcc4516e33dccf5 EDAC/igen6: fix core dependency AGAIN + +https://gitlab.com/cki-project/kernel-ark/-/commit/f193509afc7ff37a46862610c93b896044d5b693 + f193509afc7ff37a46862610c93b896044d5b693 fbmem: Do not delete the mode that is still in use + +https://gitlab.com/cki-project/kernel-ark/-/commit/242f80be5b13257173eadbc03a90932e786b4c9b + 242f80be5b13257173eadbc03a90932e786b4c9b cgroup: verify that source is a string + +https://gitlab.com/cki-project/kernel-ark/-/commit/46502452b0ea34bf7f85dc773f8fcc9031974da9 + 46502452b0ea34bf7f85dc773f8fcc9031974da9 drm/i915/gt: Fix -EDEADLK handling regression + +https://gitlab.com/cki-project/kernel-ark/-/commit/db3d19f07914f8b9ad57cc647a6149764025ddd7 + db3d19f07914f8b9ad57cc647a6149764025ddd7 drm/i915/gtt: drop the page table optimisation + +https://gitlab.com/cki-project/kernel-ark/-/commit/82ea22cb689d9c8cfb8ca31e39a309a3ed8fe74d + 82ea22cb689d9c8cfb8ca31e39a309a3ed8fe74d drm/amdgpu: add another Renoir DID + +https://gitlab.com/cki-project/kernel-ark/-/commit/90723df4e43f172d3aa0aab10abc12c22a1fe0d9 + 90723df4e43f172d3aa0aab10abc12c22a1fe0d9 tracing: Do not reference char * as a string in histograms + +https://gitlab.com/cki-project/kernel-ark/-/commit/77c6a77a068c2304e3f19abee67b0c76dde4c0ea + 77c6a77a068c2304e3f19abee67b0c76dde4c0ea iommu/vt-d: Fix clearing real DMA device's scalable-mode context entries + +https://gitlab.com/cki-project/kernel-ark/-/commit/99301a53a1378f8863ac7850b9589f997bb0e125 + 99301a53a1378f8863ac7850b9589f997bb0e125 iommu/vt-d: Global devTLB flush when present context entry changed + +https://gitlab.com/cki-project/kernel-ark/-/commit/2d3156f87866f10dc214635ffd5468c2b0987fbd + 2d3156f87866f10dc214635ffd5468c2b0987fbd scsi: zfcp: Report port fc_security as unknown early during remote cable pull + +https://gitlab.com/cki-project/kernel-ark/-/commit/8e4212ecf0713dd57d0e3209a66201da582149b1 + 8e4212ecf0713dd57d0e3209a66201da582149b1 scsi: core: Fix bad pointer dereference when ehandler kthread is invalid + +https://gitlab.com/cki-project/kernel-ark/-/commit/486e4bffd84b88bbf2fb13b6628879145de8a6ff + 486e4bffd84b88bbf2fb13b6628879145de8a6ff KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run() + +https://gitlab.com/cki-project/kernel-ark/-/commit/f98191691c325380ec6d6fb6ea201366c02c44fa + f98191691c325380ec6d6fb6ea201366c02c44fa KVM: nSVM: Check the value written to MSR_VM_HSAVE_PA + +https://gitlab.com/cki-project/kernel-ark/-/commit/a72044f6a4f3fcf27f632bb121fce2c37d62d243 + a72044f6a4f3fcf27f632bb121fce2c37d62d243 KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAs + +https://gitlab.com/cki-project/kernel-ark/-/commit/612d41d28224cc13005e56b0a9c52ce316d632c2 + 612d41d28224cc13005e56b0a9c52ce316d632c2 KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabled + +https://gitlab.com/cki-project/kernel-ark/-/commit/8d7c539316d652d217e5e82b89ee204c812a7061 + 8d7c539316d652d217e5e82b89ee204c812a7061 KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio + +https://gitlab.com/cki-project/kernel-ark/-/commit/c3e2f327959fe6acfe52875be410b1043e621c28 + c3e2f327959fe6acfe52875be410b1043e621c28 cifs: Do not use the original cruid when following DFS links for multiuser mounts + +https://gitlab.com/cki-project/kernel-ark/-/commit/6df445822cff00b1ce919e543312fd374be8e534 + 6df445822cff00b1ce919e543312fd374be8e534 cifs: handle reconnect of tcon when there is no cached dfs referral + +https://gitlab.com/cki-project/kernel-ark/-/commit/22c018592af57166d2e04870ec878da07444047b + 22c018592af57166d2e04870ec878da07444047b cifs: use the expiry output of dns_query to schedule next resolution + +https://gitlab.com/cki-project/kernel-ark/-/commit/59fec098b4b0eb9bc766f12c40b85f8fc42cbb1d + 59fec098b4b0eb9bc766f12c40b85f8fc42cbb1d can: bcm: delay release of struct bcm_op after synchronize_rcu + +https://gitlab.com/cki-project/kernel-ark/-/commit/d6845a028944f7b9ee8fe7b5fe0239fa6c363c90 + d6845a028944f7b9ee8fe7b5fe0239fa6c363c90 Bluetooth: btqca: Don't modify firmware contents in-place + +https://gitlab.com/cki-project/kernel-ark/-/commit/b2d7ee79e7db6c474f9aa4ff14f53d860f6df8c1 + b2d7ee79e7db6c474f9aa4ff14f53d860f6df8c1 Bluetooth: use correct lock to prevent UAF of hdev object + +https://gitlab.com/cki-project/kernel-ark/-/commit/2ec22f15d6bc74158a277bcb60758a6de73e696f + 2ec22f15d6bc74158a277bcb60758a6de73e696f nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect + +https://gitlab.com/cki-project/kernel-ark/-/commit/26fb1eba374faf7704bab5126612ae87b9f9f9fa + 26fb1eba374faf7704bab5126612ae87b9f9f9fa selinux: Allow context mounts for unpriviliged overlayfs + +https://gitlab.com/cki-project/kernel-ark/-/commit/b8c43c4d0bdf8d9f4210e9f3263771c9f76d12bc + b8c43c4d0bdf8d9f4210e9f3263771c9f76d12bc Fix up merge issue resulting in dual entries for ALC295_FIXUP_ASUS_DACS + +https://gitlab.com/cki-project/kernel-ark/-/commit/640004f918263da53d6f657817cc06089a3c2f93 + 640004f918263da53d6f657817cc06089a3c2f93 powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls + +https://gitlab.com/cki-project/kernel-ark/-/commit/00f96bf907caf6f5bd6ff876958aa9a1bb45f969 + 00f96bf907caf6f5bd6ff876958aa9a1bb45f969 bus: mhi: core: Download AMSS image from appropriate function + +https://gitlab.com/cki-project/kernel-ark/-/commit/8ce924d893c80e34cbe65310fe1389e7ab4d808c + 8ce924d893c80e34cbe65310fe1389e7ab4d808c drm/rockchip: remove existing generic drivers to take over the device + +https://gitlab.com/cki-project/kernel-ark/-/commit/6a311b81b6400d1c74b376d8982a08d5ce6f2a3a + 6a311b81b6400d1c74b376d8982a08d5ce6f2a3a can: isotp: prevent race between isotp_bind() and isotp_setsockopt() + +https://gitlab.com/cki-project/kernel-ark/-/commit/488a2344e7f9fd32ee8edf24daeceb7956a893fc + 488a2344e7f9fd32ee8edf24daeceb7956a893fc io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers + +https://gitlab.com/cki-project/kernel-ark/-/commit/14328a2dd8be5a667bb28adda1f3ca8e43b8929b + 14328a2dd8be5a667bb28adda1f3ca8e43b8929b bpf: Prevent writable memory-mapping of read-only ringbuf pages + +https://gitlab.com/cki-project/kernel-ark/-/commit/da3d06d89fc026f994563fd353e28f3fae9ac8e6 + da3d06d89fc026f994563fd353e28f3fae9ac8e6 bpf, ringbuf: Deny reserve of buffers larger than ringbuf + +https://gitlab.com/cki-project/kernel-ark/-/commit/c2b48966d04cc6117c03483616060a2d569bea6b + c2b48966d04cc6117c03483616060a2d569bea6b bpf: Fix alu32 const subreg bound tracking on bitwise operations + +https://gitlab.com/cki-project/kernel-ark/-/commit/7eb3a083b7fb706a617cc6f6edab0a26ddb77618 + 7eb3a083b7fb706a617cc6f6edab0a26ddb77618 net/nfc: fix use-after-free llcp_sock_bind/connect + +https://gitlab.com/cki-project/kernel-ark/-/commit/2dc491eb51b8100aaa21c294580960342595b3f0 + 2dc491eb51b8100aaa21c294580960342595b3f0 ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UA + +https://gitlab.com/cki-project/kernel-ark/-/commit/a819e506dfa5de71c8484fb4cea7b6c84cea4d3a + a819e506dfa5de71c8484fb4cea7b6c84cea4d3a PCI: Add MCFG quirks for Tegra194 host controllers + +https://gitlab.com/cki-project/kernel-ark/-/commit/c7c67cb075451b4bb46483bb26a06555c448c4cf + c7c67cb075451b4bb46483bb26a06555c448c4cf Revert "PCI: Add MCFG quirks for Tegra194 host controllers" + +https://gitlab.com/cki-project/kernel-ark/-/commit/f8cacb0facdfb7915011064320f470b71e674ea0 + f8cacb0facdfb7915011064320f470b71e674ea0 nitro_enclaves: Fix stale file descriptors on failed usercopy + +https://gitlab.com/cki-project/kernel-ark/-/commit/1b7c6b8b7bc3fe1912fe4e6319ff6f89c2b21048 + 1b7c6b8b7bc3fe1912fe4e6319ff6f89c2b21048 Revert "add pci_hw_vendor_status()" + +https://gitlab.com/cki-project/kernel-ark/-/commit/ac8f2379e9598c8805f30301292c1dad94dde1c8 + ac8f2379e9598c8805f30301292c1dad94dde1c8 PCI: Add MCFG quirks for Tegra194 host controllers + +https://gitlab.com/cki-project/kernel-ark/-/commit/01d24dfd83516adba9e10db42f202fe95f5d5ef6 + 01d24dfd83516adba9e10db42f202fe95f5d5ef6 arm64: dts: rockchip: disable USB type-c DisplayPort + +https://gitlab.com/cki-project/kernel-ark/-/commit/07a79ab37b805570a2e2bf2730085d4090fdc230 + 07a79ab37b805570a2e2bf2730085d4090fdc230 sfc: ef10: fix TX queue lookup in TX event handling + +https://gitlab.com/cki-project/kernel-ark/-/commit/4f908c498f19971b723c31219c2ddf8b801a6428 + 4f908c498f19971b723c31219c2ddf8b801a6428 sfc: farch: fix TX queue lookup in TX event handling + +https://gitlab.com/cki-project/kernel-ark/-/commit/45f80fc4730fd64cb934103c3587a2be8fbc2aee + 45f80fc4730fd64cb934103c3587a2be8fbc2aee sfc: farch: fix TX queue lookup in TX flush done handling + +https://gitlab.com/cki-project/kernel-ark/-/commit/7de5988b11f10ce1b58bc4c5a0db269eaf57486c + 7de5988b11f10ce1b58bc4c5a0db269eaf57486c REDHAT: coresight: etm4x: Disable coresight on HPE Apollo 70 + +https://gitlab.com/cki-project/kernel-ark/-/commit/568d21a4d8f39da710dc233ad61331fcb9239ba1 + 568d21a4d8f39da710dc233ad61331fcb9239ba1 KEYS: Make use of platform keyring for module signature verify + +https://gitlab.com/cki-project/kernel-ark/-/commit/ec75e1a786fbb1d03e0a7150708576c58dd1b4cd + ec75e1a786fbb1d03e0a7150708576c58dd1b4cd Drop that for now + +https://gitlab.com/cki-project/kernel-ark/-/commit/9f2a6b741b5b35309d766a319d301797dc42f9aa + 9f2a6b741b5b35309d766a319d301797dc42f9aa Input: rmi4 - remove the need for artificial IRQ in case of HID + +https://gitlab.com/cki-project/kernel-ark/-/commit/32f9a5a800a951428bf47fb96f4f459360cfe09e + 32f9a5a800a951428bf47fb96f4f459360cfe09e ARM: tegra: usb no reset + +https://gitlab.com/cki-project/kernel-ark/-/commit/b6c2017a7700392ba02286593038e06175ffd32d + b6c2017a7700392ba02286593038e06175ffd32d arm: make CONFIG_HIGHPTE optional without CONFIG_EXPERT + +https://gitlab.com/cki-project/kernel-ark/-/commit/ef48ba1b2433bbeca4957b446ac2b4f8f8ad5b1b + ef48ba1b2433bbeca4957b446ac2b4f8f8ad5b1b Add option of 13 for FORCE_MAX_ZONEORDER + +https://gitlab.com/cki-project/kernel-ark/-/commit/fbd170dee0899a0689f1df57292d90efbcac4f81 + fbd170dee0899a0689f1df57292d90efbcac4f81 s390: Lock down the kernel when the IPL secure flag is set + +https://gitlab.com/cki-project/kernel-ark/-/commit/7cd1c553402418c2140335afb8ff914657efebec + 7cd1c553402418c2140335afb8ff914657efebec efi: Lock down the kernel if booted in secure boot mode + +https://gitlab.com/cki-project/kernel-ark/-/commit/c50cd7ca4244793d10cf0535e40470b051ce2354 + c50cd7ca4244793d10cf0535e40470b051ce2354 efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + +https://gitlab.com/cki-project/kernel-ark/-/commit/55e732ac4496feb6d1ce51d0d8105d5bcf19b81c + 55e732ac4496feb6d1ce51d0d8105d5bcf19b81c security: lockdown: expose a hook to lock the kernel down + +https://gitlab.com/cki-project/kernel-ark/-/commit/bca3c04018d05af439860b53b2dbfa83ede1ad0d + bca3c04018d05af439860b53b2dbfa83ede1ad0d Make get_cert_list() use efi_status_to_str() to print error messages. + +https://gitlab.com/cki-project/kernel-ark/-/commit/63f610030b7c515067a248376024bb3fa0fa5d69 + 63f610030b7c515067a248376024bb3fa0fa5d69 Add efi_status_to_str() and rework efi_status_to_err(). + +https://gitlab.com/cki-project/kernel-ark/-/commit/1da0743cc6b2dba3507bd23aad06455c209af3d4 + 1da0743cc6b2dba3507bd23aad06455c209af3d4 iommu/arm-smmu: workaround DMA mode issues + +https://gitlab.com/cki-project/kernel-ark/-/commit/dfbddd79a6218771e3ab615fb4e50b750b6ccbe4 + dfbddd79a6218771e3ab615fb4e50b750b6ccbe4 ipmi: do not configure ipmi for HPE m400 + +https://gitlab.com/cki-project/kernel-ark/-/commit/801f6f10605e947d885a6755c282ae9042968015 + 801f6f10605e947d885a6755c282ae9042968015 scsi: smartpqi: add inspur advantech ids + +https://gitlab.com/cki-project/kernel-ark/-/commit/b66516f01edbe600125888ff5d27d744a5fb1a7b + b66516f01edbe600125888ff5d27d744a5fb1a7b add pci_hw_vendor_status() + +https://gitlab.com/cki-project/kernel-ark/-/commit/f29343e0751155c668cdad16d733dbf2b18b264b + f29343e0751155c668cdad16d733dbf2b18b264b ahci: thunderx2: Fix for errata that affects stop engine + +https://gitlab.com/cki-project/kernel-ark/-/commit/f6c72c6952816cecb80d2358d1a1ab11d50fa432 + f6c72c6952816cecb80d2358d1a1ab11d50fa432 Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon + +https://gitlab.com/cki-project/kernel-ark/-/commit/1dcf198fdb6133509c9c3a5a08c6b4d5a1f2860e + 1dcf198fdb6133509c9c3a5a08c6b4d5a1f2860e kdump: fix a grammar issue in a kernel message + +https://gitlab.com/cki-project/kernel-ark/-/commit/007c9dab2a9600bca594731cdffb3c5d12a7fc6d + 007c9dab2a9600bca594731cdffb3c5d12a7fc6d kdump: add support for crashkernel=auto + +https://gitlab.com/cki-project/kernel-ark/-/commit/5b9cfd12d88ab0a3deb2f60a75e10dbec6f6ab32 + 5b9cfd12d88ab0a3deb2f60a75e10dbec6f6ab32 kdump: round up the total memory size to 128M for crashkernel reservation + +https://gitlab.com/cki-project/kernel-ark/-/commit/a88b220a284509bae3188139161052bb3b8992c1 + a88b220a284509bae3188139161052bb3b8992c1 aarch64: acpi scan: Fix regression related to X-Gene UARTs + +https://gitlab.com/cki-project/kernel-ark/-/commit/9c3367134f4b7b856ab3395b5169dce8d991e9d0 + 9c3367134f4b7b856ab3395b5169dce8d991e9d0 ACPI / irq: Workaround firmware issue on X-Gene based m400 + +https://gitlab.com/cki-project/kernel-ark/-/commit/fb85857751a7a373841864d4b8b7d616fc35c978 + fb85857751a7a373841864d4b8b7d616fc35c978 ACPI: APEI: arm64: Ignore broken HPE moonshot APEI support diff --git a/check-kabi b/check-kabi index 3809209ad..f9d4dcb84 100755 --- a/check-kabi +++ b/check-kabi @@ -41,8 +41,7 @@ def load_symvers(symvers, filename): break if in_line == "\n": continue - checksum, symbol, directory, type, *ns = in_line.split() - ns = ns[0] if ns else None + checksum, symbol, directory, type = in_line.split() symvers[symbol] = in_line[0:-1] @@ -58,8 +57,7 @@ def load_kabi(kabi, filename): break if in_line == "\n": continue - checksum, symbol, directory, type, *ns = in_line.split() - ns = ns[0] if ns else None + checksum, symbol, directory, type = in_line.split() kabi[symbol] = in_line[0:-1] @@ -71,14 +69,11 @@ def check_kabi(symvers, kabi): warn = 0 changed_symbols = [] moved_symbols = [] - ns_symbols = [] for symbol in kabi: - abi_hash, abi_sym, abi_dir, abi_type, *abi_ns = kabi[symbol].split() - abi_ns = abi_ns[0] if abi_ns else None + abi_hash, abi_sym, abi_dir, abi_type = kabi[symbol].split() if symbol in symvers: - sym_hash, sym_sym, sym_dir, sym_type, *sym_ns = symvers[symbol].split() - sym_ns = sym_ns[0] if sym_ns else None + sym_hash, sym_sym, sym_dir, sym_type = symvers[symbol].split() if abi_hash != sym_hash: fail = 1 changed_symbols.append(symbol) @@ -86,10 +81,6 @@ def check_kabi(symvers, kabi): if abi_dir != sym_dir: warn = 1 moved_symbols.append(symbol) - - if abi_ns != sym_ns: - warn = 1 - ns_symbols.append(symbol) else: fail = 1 changed_symbols.append(symbol) @@ -105,21 +96,13 @@ def check_kabi(symvers, kabi): if warn: print("*** WARNING - ABI SYMBOLS MOVED ***") - if moved_symbols: - print("") - print("The following symbols moved (typically caused by moving a symbol from being") - print("provided by the kernel vmlinux out to a loadable module):") - print("") - for symbol in moved_symbols: - print(symbol) - print("") - if ns_symbols: - print("") - print("The following symbols changed symbol namespaces:") - print("") - for symbol in ns_symbols: - print(symbol) - print("") + print("") + print("The following symbols moved (typically caused by moving a symbol from being") + print("provided by the kernel vmlinux out to a loadable module):") + print("") + for symbol in moved_symbols: + print(symbol) + print("") """Halt the build, if we got errors and/or warnings. In either case, double-checkig is required to avoid introducing / concealing diff --git a/cpupower.config b/cpupower.config new file mode 100644 index 000000000..8629a4a3e --- /dev/null +++ b/cpupower.config @@ -0,0 +1,3 @@ +# See 'cpupower help' and cpupower(1) for more info +CPUPOWER_START_OPTS="frequency-set -g performance" +CPUPOWER_STOP_OPTS="frequency-set -g ondemand" diff --git a/cpupower.service b/cpupower.service new file mode 100644 index 000000000..5f10ab7ee --- /dev/null +++ b/cpupower.service @@ -0,0 +1,13 @@ +[Unit] +Description=Configure CPU power related settings +After=syslog.target + +[Service] +Type=oneshot +RemainAfterExit=yes +EnvironmentFile=/etc/sysconfig/cpupower +ExecStart=/usr/bin/cpupower $CPUPOWER_START_OPTS +ExecStop=/usr/bin/cpupower $CPUPOWER_STOP_OPTS + +[Install] +WantedBy=multi-user.target diff --git a/def_variants.yaml.fedora b/def_variants.yaml.fedora deleted file mode 100644 index 76827545a..000000000 --- a/def_variants.yaml.fedora +++ /dev/null @@ -1,467 +0,0 @@ -packages: - - name: modules-core - depends-on: [] - - name: modules - depends-on: - - modules-core - - name: modules-internal - depends-on: - - modules-core - - modules - - name: modules-extra - depends-on: - - modules-core - - modules - - -rules: - - .*kunit.*: modules-internal - exact_pkg: True - - .*test[^/]*.ko: modules-internal - - - arch/.*: modules-core - - crypto/.*: modules-core - - - drivers/accel/.*: modules-core - - drivers/accessibility/.*: modules-core - - drivers/acpi/video.*: modules - - drivers/acpi/.*: modules-core - - drivers/ata/.*: modules-core - - - drivers/base/regmap/regmap-sdw.*: modules - - drivers/base/.*: modules-core - - drivers/block/floppy.*: modules-extra - - drivers/block/rnbd.*: modules - - drivers/block/.*: modules-core - - drivers/bus/.*: modules-core - - - drivers/cdx/.*: modules-core - - drivers/char/mwave.*: modules - - drivers/char/.*: modules-core - - drivers/clk/.*: modules-core - - drivers/counter/.*: modules-core - - drivers/cpufreq/.*: modules-core - - drivers/crypto/caam/.*: modules - - drivers/crypto/cavium/.*: modules - - drivers/crypto/chelsio/.*: modules - - drivers/crypto/hisilicon/.*: modules - - drivers/crypto/marvell/.*: modules - - drivers/crypto/.*: modules-core - - drivers/cxl/.*: modules-core - - - drivers/dax/.*: modules-core - - drivers/dca/.*: modules-core - - drivers/devfreq/.*: modules-core - - drivers/dma/.*: modules-core - - - drivers/edac/.*: modules-core - - drivers/extcon/.*: modules-core - - - drivers/firmware/iscsi_ibft.*: modules - - drivers/firmware/.*: modules-core - - drivers/fsi/.*: modules-core - - - drivers/gnss/.*: modules-core - - drivers/gpio/gpio-dln2.*: modules-extra - - drivers/gpio/gpio-ljca.*: modules - - drivers/gpio/.*: modules-core - - drivers/gpu/drm/display/drm_.*: modules-core - - drivers/gpu/drm/drm.*: modules-core - - drivers/gpu/drm/etnaviv/.*: modules-core - - drivers/gpu/drm/gud/.*: modules-core - - drivers/gpu/drm/hyperv/.*: modules-core - - drivers/gpu/drm/imagination/.*: modules-core - - drivers/gpu/drm/lima/.*: modules-core - - drivers/gpu/drm/mxsfb/.*: modules-core - - drivers/gpu/drm/panfrost/.*: modules-core - - drivers/gpu/drm/qxl/.*: modules-core - - drivers/gpu/drm/scheduler/.*: modules-core - - drivers/gpu/drm/solomon/.*: modules-core - - drivers/gpu/drm/tidss/.*: modules-core - - drivers/gpu/drm/tiny/.*: modules-core - - drivers/gpu/drm/ttm/.*: modules-core - - drivers/gpu/drm/udl/.*: modules-core - - drivers/gpu/drm/v3d/.*: modules-core - - drivers/gpu/drm/vgem/.*: modules-core - - drivers/gpu/drm/virtio/.*: modules-core - - drivers/gpu/drm/vkms/.*: modules-core - - drivers/gpu/drm/vmwgfx/.*: modules-core - - drivers/gpu/drm/xlnx/.*: modules-core - - drivers/gpu/host1x/.*: modules-core - - - drivers/hid/hid-asus.*: modules - - drivers/hid/hid-nintendo.*: modules - - drivers/hid/hid-picolcd.*: modules - - drivers/hid/hid-playstation.*: modules - - drivers/hid/surface-hid.*: modules - - drivers/hid/hid-prodikeys.*: modules - - drivers/hid/.*: modules-core - - drivers/hte/.*: modules-core - - drivers/hv/.*: modules-core - - drivers/hwmon/asus_wmi_sensors.*: modules - - drivers/hwmon/dell-smm-hwmon.*: modules - - drivers/hwmon/hp-wmi-sensors.*: modules - - drivers/hwmon/intel-m10-bmc-hwmon.*: modules - - drivers/hwmon/nct6775.*: modules - - drivers/hwmon/.*: modules-core - - drivers/hwspinlock/.*: modules-core - - drivers/hwtracing/.*: modules-core - - - drivers/i2c/busses/i2c-dln2.*: modules-extra - - drivers/i2c/busses/i2c-ljca.*: modules - - drivers/i2c/.*: modules-core - - drivers/i3c/.*: modules-core - - drivers/iio/adc/dln2-adc.*: modules-extra - - drivers/iio/accel/.*: modules - - drivers/iio/common/cros_ec_sensors/.*: modules - - drivers/iio/light/.*: modules - - drivers/iio/pressure/.*: modules - - drivers/iio/proximity/.*: modules - - drivers/iio/.*: modules-core - - drivers/input/gameport/.*: modules - - drivers/input/joystick/.*: modules-extra - - drivers/input/misc/pcspkr.*: modules-extra - - drivers/input/tablet/.*: modules - - drivers/input/touchscreen/.*: modules - - drivers/input/.*: modules-core - - drivers/interconnect/.*: modules-core - - drivers/iommu/.*: modules-core - - drivers/irqchip/.*: modules-core - - - drivers/mailbox/.*: modules-core - - drivers/md/.*: modules-core - - drivers/memory/dfl-emif.*: modules - - drivers/memory/.*: modules-core - - drivers/message/fusion/mptctl.*: modules-extra - - drivers/message/fusion/mptfc.*: modules-extra - - drivers/message/fusion/.*: modules - - drivers/message/.*: modules-core - - drivers/mfd/dln2.*: modules-extra - - drivers/misc/.*: modules-core - - drivers/mux/.*: modules-core - - - drivers/net/amt.ko: modules-core - - drivers/net/bareudp.ko: modules-core - - drivers/net/bonding/.*: modules-core - - drivers/net/can/slcan/slcan.*: modules-extra - - drivers/net/can/usb/ems_usb.*: modules-extra - - drivers/net/can/vcan.*: modules-extra - - drivers/net/dummy.ko: modules-core - - drivers/net/eql.ko: modules-core - - - drivers/net/ethernet/8390/.*: modules-core - - drivers/net/ethernet/adi/.*: modules-core - - drivers/net/ethernet/agere/.*: modules-core - - drivers/net/ethernet/altera/.*: modules-core - - drivers/net/ethernet/amazon/.*: modules-core - - drivers/net/ethernet/amd/.*: modules-core - - drivers/net/ethernet/apm/.*: modules-core - - drivers/net/ethernet/asix/.*: modules-core - - drivers/net/ethernet/brocade/.*: modules-core - - drivers/net/ethernet/cavium/.*: modules-core - - drivers/net/ethernet/dnet.ko: modules-core - - drivers/net/ethernet/engleder/.*: modules-core - - drivers/net/ethernet/ethoc.ko: modules-core - - drivers/net/ethernet/fealnx.ko: modules-core - - drivers/net/ethernet/freescale/.*: modules-core - - drivers/net/ethernet/fungible/.*: modules-core - - drivers/net/ethernet/google/.*: modules-core - - drivers/net/ethernet/hisilicon/.*: modules-core - - drivers/net/ethernet/ibm/.*: modules-core - - drivers/net/ethernet/intel/.*: modules-core - - drivers/net/ethernet/jme.ko: modules-core - - drivers/net/ethernet/litex/.*: modules-core - - drivers/net/ethernet/mellanox/.*: modules-core - - drivers/net/ethernet/microsoft/.*: modules-core - - drivers/net/ethernet/natsemi/.*: modules-core - - drivers/net/ethernet/netronome/.*: modules-core - - drivers/net/ethernet/pensando/.*: modules-core - - drivers/net/ethernet/rocker/rocker.*: modules-internal - - drivers/net/ethernet/qualcomm/.*: modules-core - - drivers/net/ethernet/realtek/.*: modules-core - - drivers/net/ethernet/renesas/.*: modules-core - - drivers/net/ethernet/socionext/.*: modules-core - - drivers/net/ethernet/vertexcom/.*: modules-core - - drivers/net/ethernet/wangxun/.*: modules-core - - drivers/net/ethernet/xilinx/.*: modules-core - - - drivers/net/fjes/.*: modules-core - - drivers/net/geneve.ko: modules-core - - drivers/net/gtp.ko: modules-core - - drivers/net/hamradio/.*: modules-extra - - drivers/net/hyperv/.*: modules-core - - drivers/net/ifb.ko: modules-core - - drivers/net/ipa/.*: modules-core - - drivers/net/ipvlan/.*: modules-core - - drivers/net/macsec.ko: modules-core - - drivers/net/macvlan.ko: modules-core - - drivers/net/macvtap.ko: modules-core - - drivers/net/mctp/.*: modules-core - - drivers/net/mdio.*: modules-core - - drivers/net/mhi_net.ko: modules-core - - drivers/net/mii.ko: modules-core - - drivers/net/net_failover.ko: modules-core - - drivers/net/netdevsim/netdevsim.*: modules-internal - - drivers/net/netconsole.ko: modules-core - - drivers/net/nlmon.ko: modules-core - - drivers/net/pcs/.*: modules-core - - drivers/net/phy/.*: modules-core - - drivers/net/rionet.ko: modules-core - - drivers/net/slip/slip.*: modules-extra - - drivers/net/sungem_phy.ko: modules-core - - drivers/net/tap.ko: modules-core - - drivers/net/team/.*: modules-core - - drivers/net/thunderbolt/.*: modules-core - - drivers/net/tun.ko: modules-core - - drivers/net/veth.ko: modules-core - - drivers/net/virtio_net.ko: modules-core - - drivers/net/vmxnet3/.*: modules-core - - drivers/net/vrf.ko: modules-core - - drivers/net/vsockmon.ko: modules-core - - drivers/net/vxlan/.*: modules-core - - drivers/net/wireguard/.*: modules-core - - drivers/net/wireless/virtual/mac80211_hwsim.*: modules-internal - - drivers/net/wwan/wwan_hwsim.*: modules-internal - - drivers/net/wwan/.*: modules-core - - drivers/net/xen.*: modules-core - - - drivers/nvdimm/.*: modules-core - - drivers/nvme/host/nvme-rdma.*: modules - - drivers/nvme/target/nvmet-rdma.*: modules - - drivers/nvme/.*: modules-core - - drivers/nvmem/nvmem_u-boot-env.*: modules - - drivers/nvmem/.*: modules-core - - - drivers/parport/parport_serial.*: modules - - drivers/parport/.*: modules-core - - drivers/pci/pcie/aer_inject.*: modules-extra - - drivers/pci/.*: modules-core - - drivers/perf/.*: modules-core - - drivers/phy/.*: modules-core - - drivers/pinctrl/.*: modules-core - - drivers/pmdomain/.*: modules-core - - drivers/powercap/intel_rapl_tpmi.*: modules - - drivers/powercap/.*: modules-core - - drivers/pps/.*: modules-core - - drivers/ptp/ptp_mock.*: modules-internal - - drivers/ptp/ptp_dfl_tod.*: modules - - drivers/ptp/.*: modules-core - - drivers/pwm/.*: modules-core - - - drivers/rapidio/.*: modules-core - - drivers/regulator/arizona-micsupp.*: modules - - drivers/regulator/.*: modules-core - - drivers/remoteproc/.*: modules-core - - drivers/reset/.*: modules-core - - drivers/rpmsg/.*: modules-core - - drivers/rtc/.*: modules-core - - - drivers/s390/.*: modules-core - - - drivers/scsi/3w.*: modules-core - - drivers/scsi/BusLogic.ko: modules-core - - drivers/scsi/a100u2w.ko: modules-core - - drivers/scsi/advansys.ko: modules-core - - drivers/scsi/am53c974.ko: modules-core - - drivers/scsi/arcmsr.*: modules-core - - drivers/scsi/atp870u.ko: modules-core - - drivers/scsi/ch.ko: modules-core - - drivers/scsi/cxlflash/.*: modules-core - - drivers/scsi/dc395x.ko: modules-core - - drivers/scsi/device_handler/.*: modules-core - - drivers/scsi/dmx3191d.ko: modules-core - - drivers/scsi/elx/.*: modules-core - - drivers/scsi/esp_scsi.ko: modules-core - - drivers/scsi/fdomain.*: modules-core - - drivers/scsi/hpsa.ko: modules-core - - drivers/scsi/hptiop.ko: modules-core - - drivers/scsi/hv_storvsc.ko: modules-core - - drivers/scsi/ibmvscsi.*: modules-core - - drivers/scsi/initio.ko: modules-core - - drivers/scsi/ipr.ko: modules-core - - drivers/scsi/ips.ko: modules-core - - drivers/scsi/iscsi_tcp.ko: modules-core - - drivers/scsi/libfc/.*: modules-core - - drivers/scsi/libiscsi.*: modules-core - - drivers/scsi/mpi3mr/.*: modules-core - - drivers/scsi/mvumi.ko: modules-core - - drivers/scsi/myrb.ko: modules-core - - drivers/scsi/myrs.ko: modules-core - - drivers/scsi/raid_class.ko: modules-core - - drivers/scsi/scsi_debug.ko: modules-core - - drivers/scsi/scsi_transport_.*: modules-core - - drivers/scsi/ses.ko: modules-core - - drivers/scsi/smartpqi/.*: modules-core - - drivers/scsi/snic/.*: modules-core - - drivers/scsi/st.ko: modules-core - - drivers/scsi/stex.ko: modules-core - - drivers/scsi/virtio_scsi.ko: modules-core - - drivers/scsi/vmw_pvscsi.ko: modules-core - - drivers/scsi/wd719x.ko: modules-core - - drivers/scsi/xen-scsifront.ko: modules-core - - - drivers/slimbus/.*: modules-core - - drivers/soc/.*: modules-core - - drivers/spi/spi-altera-dfl.*: modules - - drivers/spi/spi-dln2.*: modules-extra - - drivers/spi/spi-ljca.*: modules - - drivers/spi/.*: modules-core - - drivers/spmi/.*: modules-core - - - drivers/target/iscsi/cxgbit/cxgbit.*: modules - - drivers/target/sbp/sbp_target.*: modules - - drivers/target/target_core_user.*: modules - - drivers/target/.*: modules-core - - drivers/tee/.*: modules-core - - drivers/thermal/intel/int340x_thermal/int3406_thermal.*: modules - - drivers/thermal/.*: modules-core - - drivers/thunderbolt/.*: modules-core - - - drivers/ufs/.*: modules-core - - drivers/usb/atm/.*: modules - - drivers/usb/gadget/function/usb_f_midi2.*: modules - - drivers/usb/image/.*: modules - - drivers/usb/misc/trancevibrator.*: modules-extra - - drivers/usb/misc/.*: modules - - drivers/usb/serial/.*: modules - - drivers/usb/typec/mux/nb7vpq904m.*: modules - - drivers/usb/usbip/.*: modules-extra - - drivers/usb/.*: modules-core - - - drivers/vdpa/mlx5/mlx5_vdpa.*: modules - - drivers/vdpa/pds/pds_vdpa.*: modules - - drivers/vdpa/.*: modules-core - - drivers/vfio/pci/mlx5/mlx5-vfio-pci.*: modules - - drivers/vfio/pci/pds/pds-vfio-pc.*: modules - - drivers/vfio/.*: modules-core - - drivers/vhost/.*: modules-core - - drivers/video/backlight/apple_bl.*: modules - - drivers/video/.*: modules-core - - drivers/virt/.*: modules-core - - drivers/virtio/.*: modules-core - - - drivers/watchdog/iTCO_wdt.*: modules - - drivers/watchdog/.*: modules-core - - - drivers/xen/.*: modules-core - - - drivers/w1/masters/ds2482.*: modules-extra - - drivers/w1/masters/ds2490.*: modules-extra - - drivers/w1/slaves/w1_ds2408.*: modules-extra - - drivers/w1/slaves/w1_ds2423.*: modules-extra - - drivers/w1/slaves/w1_ds2431.*: modules-extra - - drivers/w1/slaves/w1_ds2433.*: modules-extra - - drivers/w1/slaves/w1_ds2780.*: modules-extra - - drivers/w1/slaves/w1_ds2781.*: modules-extra - - drivers/w1/slaves/w1_ds28e04.*: modules-extra - - drivers/w1/slaves/w1_smem.*: modules-extra - - drivers/w1/slaves/w1_therm.*: modules-extra - - - fs/9p/.*: modules-core - - fs/afs/.*: modules-core - - fs/affs/affs.*: modules-extra - - fs/bcachefs/.*: modules-core - - fs/befs/befs.*: modules-extra - - fs/binfmt_misc.ko: modules-core - - fs/cachefiles/.*: modules-core - - fs/ceph/.*: modules-core - - fs/coda/coda.*: modules-extra - - fs/dlm/.*: modules-extra - - fs/erofs/.*: modules-core - - fs/exfat/.*: modules-core - - fs/f2fs/.*: modules-core - - fs/fat/.*: modules-core - - fs/fuse/cuse.*: modules-extra - - fs/fuse/.*: modules-core - - fs/gfs2/.*: modules-extra - - fs/isofs/.*: modules-core - - fs/lockd/.*: modules-core - - fs/netfs/.*: modules-core - - fs/nfs.*: modules-core - - fs/nilfs2/nilfs2.*: modules-extra - - fs/nls/.*: modules-core - - fs/ntfs3/.*: modules-core - - fs/ocfs2/.*: modules-extra - - fs/orangefs/.*: modules-core - - fs/overlayfs/.*: modules-core - - fs/pstore/.*: modules-core - - fs/smb/.*: modules-core - - fs/squashfs/.*: modules-core - - fs/sysv/.*: modules-extra - - fs/ubifs/.*: modules-extra - - fs/udf/.*: modules-core - - fs/ufs/.*: modules-extra - - fs/vboxsf/.*: modules-core - - fs/xfs/.*: modules-core - - fs/zonefs/.*: modules-core - - - kernel/locking/locktorture.*: modules-internal - - kernel/rcu/rcuscale.*: modules-internal - - kernel/rcu/rcutorture.*: modules-internal - - kernel/rcu/refscale.*: modules-internal - - kernel/scftorture.*: modules-internal - - kernel/torture.*: modules-internal - - kernel/.*: modules-core - - - lib/.*: modules-core - - - net/802/.*: modules-core - - net/8021q/.*: modules-core - - net/9p/9pnet_rdma.ko: modules - - net/9p/.*: modules-core - - net/appletalk/appletalk.*: modules-extra - - net/atm/br2684.*: modules-extra - - net/atm/clip.*: modules-extra - - net/atm/lec.*: modules-extra - - net/atm/pppoatm.*: modules-extra - - net/ax25/ax25.*: modules-extra - - net/batman-adv/batman-adv.*: modules-extra - - net/bridge/.*: modules-core - - net/ceph/.*: modules-core - - net/core/pktgen.*: modules-internal - - net/core/.*: modules-core - - net/dns_resolver/.*: modules-core - - net/hsr/.*: modules-core - - net/ife/.*: modules-core - - net/ipv4/tcp_bic.*: modules-extra - - net/ipv4/tcp_highspeed.*: modules-extra - - net/ipv4/tcp_htcp.*: modules-extra - - net/ipv4/tcp_hybla.*: modules-extra - - net/ipv4/tcp_illinois.*: modules-extra - - net/ipv4/tcp_lp.*: modules-extra - - net/ipv4/tcp_scalable.*: modules-extra - - net/ipv4/tcp_vegas.*: modules-extra - - net/ipv4/tcp_veno.*: modules-extra - - net/ipv4/tcp_westwood.*: modules-extra - - net/ipv4/tcp_yeah.*: modules-extra - - net/ipv4/.*: modules-core - - net/ipv6/.*: modules-core - - net/iucv/.*: modules-core - - net/kcm/.*: modules-core - - net/key/.*: modules-core - - net/l2tp/l2tp_debugfs.*: modules-extra - - net/l2tp/l2tp_eth.*: modules-extra - - net/l2tp/l2tp_netlink.*: modules-extra - - net/l2tp/l2tp_ppp.*: modules-extra - - net/llc/.*: modules-core - - net/netfilter/.*: modules-core - - net/netrom/netrom.*: modules-extra - - net/nsh/.*: modules-core - - net/openvswitch/.*: modules-core - - net/psample/.*: modules-core - - net/qrtr/.*: modules-core - - net/rds/rds.*: modules-extra - - net/rose/rose.*: modules-extra - - net/rxrpc/.*: modules-core - - net/sched/.*: modules-core - - net/sunrpc/xprtrdma/rpcrdma.*: modules - - net/sunrpc/.*: modules-core - - net/tipc/.*: modules-core - - net/tls/.*: modules-core - - net/vmw_vsock/.*: modules-core - - net/xdp/.*: modules-core - - net/xfrm/.*: modules-core - - - virt/.*: modules-core - - - default: modules diff --git a/def_variants.yaml.rhel b/def_variants.yaml.rhel deleted file mode 100644 index f4b1f927a..000000000 --- a/def_variants.yaml.rhel +++ /dev/null @@ -1,486 +0,0 @@ -packages: - - name: modules-core - depends-on: [] - - name: modules - depends-on: - - modules-core - - name: modules-internal - depends-on: - - modules-core - - modules - - name: modules-extra - depends-on: - - modules-core - - modules - - name: modules-partner - depends-on: - - modules-core - - modules - -rules: - - .*kunit.*: modules-internal - exact_pkg: True - - .*test[^/]*.ko: modules-internal - - - arch/.*: modules-core - - block/t10-pi.ko: modules-core - - crypto/.*: modules-core - - - drivers/accel/.*: modules-core - - drivers/accessibility/.*: modules-core - - drivers/acpi/video.*: modules - - drivers/acpi/.*: modules-core - - drivers/ata/.*: modules-core - - - drivers/base/regmap/regmap-sdw.*: modules - - drivers/base/.*: modules-core - - drivers/block/floppy.*: modules-extra - - drivers/block/rnbd.*: modules - - drivers/block/.*: modules-core - - drivers/bus/.*: modules-core - - - drivers/cdrom/.*: modules-core - - drivers/cdx/.*: modules-core - - drivers/char/mwave.*: modules - - drivers/char/.*: modules-core - - drivers/clk/.*: modules-core - - drivers/counter/.*: modules-core - - drivers/cpufreq/amd-pstate-ut.ko: modules-internal - - drivers/cpufreq/.*: modules-core - - drivers/crypto/caam/.*: modules - - drivers/crypto/cavium/.*: modules - - drivers/crypto/chelsio/.*: modules - - drivers/crypto/hisilicon/.*: modules - - drivers/crypto/marvell/.*: modules - - drivers/crypto/.*: modules-core - - drivers/cxl/.*: modules-core - - - drivers/dax/.*: modules-core - - drivers/dca/.*: modules-core - - drivers/devfreq/.*: modules-core - - drivers/dma/.*: modules-core - - - drivers/edac/.*: modules-core - - drivers/extcon/.*: modules-core - - - drivers/firmware/iscsi_ibft.*: modules - - drivers/firmware/.*: modules-core - - drivers/fsi/.*: modules-core - - - drivers/gnss/.*: modules-core - - drivers/gpio/gpio-dln2.*: modules-extra - - drivers/gpio/gpio-ljca.*: modules - - drivers/gpio/.*: modules-core - - drivers/gpu/drm/display/drm_.*: modules-core - - drivers/gpu/drm/drm.*: modules-core - - drivers/gpu/drm/etnaviv/.*: modules-core - - drivers/gpu/drm/gud/.*: modules-core - - drivers/gpu/drm/hyperv/.*: modules-core - - drivers/gpu/drm/imagination/.*: modules-core - - drivers/gpu/drm/lima/.*: modules-core - - drivers/gpu/drm/mxsfb/.*: modules-core - - drivers/gpu/drm/panfrost/.*: modules-core - - drivers/gpu/drm/qxl/.*: modules-core - - drivers/gpu/drm/scheduler/.*: modules-core - - drivers/gpu/drm/solomon/.*: modules-core - - drivers/gpu/drm/tidss/.*: modules-core - - drivers/gpu/drm/tiny/.*: modules-core - - drivers/gpu/drm/ttm/.*: modules-core - - drivers/gpu/drm/udl/.*: modules-core - - drivers/gpu/drm/v3d/.*: modules-core - - drivers/gpu/drm/vgem/.*: modules-core - - drivers/gpu/drm/virtio/.*: modules-core - - drivers/gpu/drm/vkms/.*: modules-core - - drivers/gpu/drm/vmwgfx/.*: modules-core - - drivers/gpu/drm/xlnx/.*: modules-core - - drivers/gpu/host1x/.*: modules-core - - - drivers/hid/hid-asus.*: modules - - drivers/hid/hid-nintendo.*: modules - - drivers/hid/hid-picolcd.*: modules - - drivers/hid/hid-playstation.*: modules - - drivers/hid/surface-hid.*: modules - - drivers/hid/hid-prodikeys.*: modules - - drivers/hid/.*: modules-core - - drivers/hte/.*: modules-core - - drivers/hv/.*: modules-core - - drivers/hwmon/asus_wmi_sensors.*: modules - - drivers/hwmon/dell-smm-hwmon.*: modules - - drivers/hwmon/hp-wmi-sensors.*: modules - - drivers/hwmon/intel-m10-bmc-hwmon.*: modules - - drivers/hwmon/nct6775.*: modules - - drivers/hwmon/ntc_thermistor.*: modules - - drivers/hwmon/.*: modules-core - - drivers/hwspinlock/.*: modules-core - - drivers/hwtracing/.*: modules-core - - - drivers/i2c/busses/i2c-dln2.*: modules-extra - - drivers/i2c/busses/i2c-ljca.*: modules - - drivers/i2c/.*: modules-core - - drivers/i3c/.*: modules-core - - drivers/iio/adc/dln2-adc.*: modules-extra - - drivers/input/gameport/.*: modules - - drivers/input/joystick/.*: modules-extra - - drivers/input/tablet/.*: modules - - drivers/input/touchscreen/.*: modules - - drivers/input/.*: modules-core - - drivers/interconnect/.*: modules-core - - drivers/iommu/.*: modules-core - - drivers/irqchip/.*: modules-core - - - drivers/mailbox/.*: modules-core - - drivers/md/.*: modules-core - - drivers/memory/dfl-emif.*: modules - - drivers/memory/.*: modules-core - - drivers/message/fusion/mptctl.*: modules-extra - - drivers/message/fusion/mptfc.*: modules-extra - - drivers/message/fusion/.*: modules - - drivers/message/.*: modules-core - - drivers/mfd/dln2.*: modules-extra - - drivers/misc/.*: modules-core - - drivers/mux/.*: modules-core - - - drivers/net/amt.ko: modules-core - - drivers/net/bareudp.ko: modules-core - - drivers/net/bonding/.*: modules-core - - drivers/net/can/slcan/slcan.*: modules-extra - - drivers/net/can/usb/ems_usb.*: modules-extra - - drivers/net/can/vcan.*: modules-extra - - drivers/net/dummy.ko: modules-core - - drivers/net/eql.ko: modules-core - - - drivers/net/ethernet/8390/.*: modules-core - - drivers/net/ethernet/adi/.*: modules-core - - drivers/net/ethernet/agere/.*: modules-core - - drivers/net/ethernet/altera/.*: modules-core - - drivers/net/ethernet/amazon/.*: modules-core - - drivers/net/ethernet/amd/.*: modules-core - - drivers/net/ethernet/apm/.*: modules-core - - drivers/net/ethernet/asix/.*: modules-core - - drivers/net/ethernet/brocade/.*: modules-core - - drivers/net/ethernet/cavium/.*: modules-core - - drivers/net/ethernet/dnet.ko: modules-core - - drivers/net/ethernet/engleder/.*: modules-core - - drivers/net/ethernet/ethoc.ko: modules-core - - drivers/net/ethernet/fealnx.ko: modules-core - - drivers/net/ethernet/freescale/.*: modules-core - - drivers/net/ethernet/fungible/.*: modules-core - - drivers/net/ethernet/google/.*: modules-core - - drivers/net/ethernet/hisilicon/.*: modules-core - - drivers/net/ethernet/huawei/.*: modules-core - - drivers/net/ethernet/ibm/.*: modules-core - - drivers/net/ethernet/intel/.*: modules-core - - drivers/net/ethernet/jme.ko: modules-core - - drivers/net/ethernet/litex/.*: modules-core - - drivers/net/ethernet/mellanox/.*: modules-core - - drivers/net/ethernet/microsoft/.*: modules-core - - drivers/net/ethernet/myricom/.*: modules-core - - drivers/net/ethernet/natsemi/.*: modules-core - - drivers/net/ethernet/netronome/.*: modules-core - - drivers/net/ethernet/pensando/.*: modules-core - - drivers/net/ethernet/rocker/rocker.*: modules-internal - - drivers/net/ethernet/qualcomm/.*: modules-core - - drivers/net/ethernet/realtek/.*: modules-core - - drivers/net/ethernet/renesas/.*: modules-core - - drivers/net/ethernet/socionext/.*: modules-core - - drivers/net/ethernet/vertexcom/.*: modules-core - - drivers/net/ethernet/wangxun/.*: modules-core - - drivers/net/ethernet/xilinx/.*: modules-core - - - drivers/net/fjes/.*: modules-core - - drivers/net/geneve.ko: modules-core - - drivers/net/gtp.ko: modules-core - - drivers/net/hamradio/.*: modules-extra - - drivers/net/hyperv/.*: modules-core - - drivers/net/ifb.ko: modules-core - - drivers/net/ipa/.*: modules-core - - drivers/net/ipvlan/.*: modules-core - - drivers/net/macsec.ko: modules-core - - drivers/net/macvlan.ko: modules-core - - drivers/net/macvtap.ko: modules-core - - drivers/net/mctp/.*: modules-core - - drivers/net/mdio.*: modules-core - - drivers/net/mhi_net.ko: modules-core - - drivers/net/mii.ko: modules-core - - drivers/net/net_failover.ko: modules-core - - drivers/net/netdevsim/netdevsim.*: modules-internal - - drivers/net/netconsole.ko: modules-core - - drivers/net/nlmon.ko: modules-core - - drivers/net/pcs/.*: modules-core - - drivers/net/phy/.*: modules-core - - drivers/net/rionet.ko: modules-core - - drivers/net/slip/slip.*: modules-extra - - drivers/net/sungem_phy.ko: modules-core - - drivers/net/tap.ko: modules-core - - drivers/net/team/.*: modules-core - - drivers/net/thunderbolt/.*: modules-core - - drivers/net/tun.ko: modules-core - - drivers/net/veth.ko: modules-core - - drivers/net/virtio_net.ko: modules-core - - drivers/net/vmxnet3/.*: modules-core - - drivers/net/vrf.ko: modules-core - - drivers/net/vsockmon.ko: modules-core - - drivers/net/vxlan/.*: modules-core - - drivers/net/wan/hdlc.*: modules-core - - drivers/net/wireguard/.*: modules-core - - drivers/net/wireless/virtual/mac80211_hwsim.*: modules-internal - - drivers/net/wwan/wwan_hwsim.*: modules-internal - - drivers/net/wwan/.*: modules-core - - drivers/net/xen.*: modules-core - - - drivers/nvdimm/.*: modules-core - - drivers/nvme/host/nvme-rdma.*: modules - - drivers/nvme/target/nvmet-rdma.*: modules - - drivers/nvme/.*: modules-core - - drivers/nvmem/nvmem_u-boot-env.*: modules - - drivers/nvmem/.*: modules-core - - - drivers/parport/parport_serial.*: modules - - drivers/parport/.*: modules-core - - drivers/pci/pcie/aer_inject.*: modules-extra - - drivers/pci/.*: modules-core - - drivers/perf/.*: modules-core - - drivers/phy/.*: modules-core - - drivers/pinctrl/.*: modules-core - - drivers/platform/x86/intel/intel_vsec.*: modules-core - - drivers/pmdomain/.*: modules-core - - drivers/powercap/intel_rapl_tpmi.*: modules - - drivers/powercap/.*: modules-core - - drivers/pps/.*: modules-core - - drivers/ptp/ptp_mock.*: modules-internal - - drivers/ptp/ptp_dfl_tod.*: modules - - drivers/ptp/.*: modules-core - - drivers/pwm/.*: modules-core - - - drivers/rapidio/.*: modules-core - - drivers/regulator/arizona-micsupp.*: modules - - drivers/regulator/.*: modules-core - - drivers/remoteproc/.*: modules-core - - drivers/reset/.*: modules-core - - drivers/rpmsg/.*: modules-core - - drivers/rtc/.*: modules-core - - - drivers/s390/net/ism.*: modules - - drivers/s390/.*: modules-core - - - drivers/scsi/3w.*: modules-core - - drivers/scsi/BusLogic.ko: modules-core - - drivers/scsi/a100u2w.ko: modules-core - - drivers/scsi/advansys.ko: modules-core - - drivers/scsi/am53c974.ko: modules-core - - drivers/scsi/arcmsr.*: modules-core - - drivers/scsi/atp870u.ko: modules-core - - drivers/scsi/ch.ko: modules-core - - drivers/scsi/cxlflash/.*: modules-core - - drivers/scsi/dc395x.ko: modules-core - - drivers/scsi/device_handler/.*: modules-core - - drivers/scsi/dmx3191d.ko: modules-core - - drivers/scsi/elx/.*: modules-core - - drivers/scsi/esp_scsi.ko: modules-core - - drivers/scsi/fdomain.*: modules-core - - drivers/scsi/hpsa.ko: modules-core - - drivers/scsi/hptiop.ko: modules-core - - drivers/scsi/hv_storvsc.ko: modules-core - - drivers/scsi/ibmvscsi.*: modules-core - - drivers/scsi/initio.ko: modules-core - - drivers/scsi/ipr.ko: modules-core - - drivers/scsi/ips.ko: modules-core - - drivers/scsi/iscsi_tcp.ko: modules-core - - drivers/scsi/libfc/.*: modules-core - - drivers/scsi/libiscsi.*: modules-core - - drivers/scsi/mpi3mr/.*: modules-core - - drivers/scsi/mvumi.ko: modules-core - - drivers/scsi/myrb.ko: modules-core - - drivers/scsi/myrs.ko: modules-core - - drivers/scsi/raid_class.ko: modules-core - - drivers/scsi/scsi_debug.ko: modules-core - - drivers/scsi/scsi_transport_.*: modules-core - - drivers/scsi/sd_mod.ko: modules-core - - drivers/scsi/ses.ko: modules-core - - drivers/scsi/sg.ko: modules-core - - drivers/scsi/smartpqi/.*: modules-core - - drivers/scsi/snic/.*: modules-core - - drivers/scsi/sr_mod.ko: modules-core - - drivers/scsi/st.ko: modules-core - - drivers/scsi/stex.ko: modules-core - - drivers/scsi/virtio_scsi.ko: modules-core - - drivers/scsi/vmw_pvscsi.ko: modules-core - - drivers/scsi/wd719x.ko: modules-core - - drivers/scsi/xen-scsifront.ko: modules-core - - - drivers/slimbus/.*: modules-core - - drivers/soc/.*: modules-core - - drivers/spi/spi-altera-dfl.*: modules - - drivers/spi/spi-dln2.*: modules-extra - - drivers/spi/spi-ljca.*: modules - - drivers/spi/.*: modules-core - - drivers/spmi/.*: modules-core - - - drivers/target/iscsi/cxgbit/cxgbit.*: modules - - drivers/target/sbp/sbp_target.*: modules - - drivers/target/target_core_user.*: modules - - drivers/target/.*: modules-core - - drivers/tee/.*: modules-core - - drivers/thermal/intel/int340x_thermal/int3406_thermal.*: modules - - drivers/thermal/.*: modules-core - - drivers/thunderbolt/.*: modules-core - - - drivers/ufs/.*: modules-core - - drivers/usb/atm/.*: modules - - drivers/usb/gadget/function/usb_f_midi2.*: modules - - drivers/usb/image/.*: modules - - drivers/usb/misc/trancevibrator.*: modules-extra - - drivers/usb/misc/.*: modules - - drivers/usb/serial/.*: modules - - drivers/usb/typec/mux/nb7vpq904m.*: modules - - drivers/usb/usbip/.*: modules-internal - - drivers/usb/.*: modules-core - - - drivers/vdpa/mlx5/mlx5_vdpa.*: modules - - drivers/vdpa/pds/pds_vdpa.*: modules - - drivers/vdpa/.*: modules-core - - drivers/vfio/pci/mlx5/mlx5-vfio-pci.*: modules - - drivers/vfio/pci/pds/pds-vfio-pc.*: modules - - drivers/vfio/.*: modules-core - - drivers/vhost/.*: modules-core - - drivers/video/backlight/apple_bl.*: modules - - drivers/video/.*: modules-core - - drivers/virt/.*: modules-core - - drivers/virtio/.*: modules-core - - - drivers/watchdog/.*: modules-core - - - drivers/xen/.*: modules-core - - - drivers/w1/masters/ds2482.*: modules-extra - - drivers/w1/masters/ds2490.*: modules-extra - - drivers/w1/slaves/w1_ds2408.*: modules-extra - - drivers/w1/slaves/w1_ds2423.*: modules-extra - - drivers/w1/slaves/w1_ds2431.*: modules-extra - - drivers/w1/slaves/w1_ds2433.*: modules-extra - - drivers/w1/slaves/w1_ds2780.*: modules-extra - - drivers/w1/slaves/w1_ds2781.*: modules-extra - - drivers/w1/slaves/w1_ds28e04.*: modules-extra - - drivers/w1/slaves/w1_smem.*: modules-extra - - drivers/w1/slaves/w1_therm.*: modules-extra - - - fs/9p/.*: modules-core - - fs/afs/.*: modules-partner - - fs/affs/affs.*: modules-extra - - fs/bcachefs/.*: modules-core - - fs/befs/befs.*: modules-extra - - fs/binfmt_misc.ko: modules-core - - fs/cachefiles/.*: modules-core - - fs/ceph/.*: modules-core - - fs/coda/coda.*: modules-extra - - fs/dlm/.*: modules-core - - fs/erofs/.*: modules-core - - fs/exfat/.*: modules-core - - fs/ext4/.*: modules-core - - fs/f2fs/.*: modules-core - - fs/fat/.*: modules-core - - fs/fuse/cuse.*: modules-extra - - fs/fuse/.*: modules-core - - fs/gfs2/.*: modules-core - - fs/isofs/.*: modules-core - - fs/jbd2/.*: modules-core - - fs/lockd/.*: modules-core - - fs/mbcache.ko: modules-core - - fs/netfs/.*: modules-core - - fs/nfs.*: modules-core - - fs/nilfs2/nilfs2.*: modules-extra - - fs/nls/.*: modules-core - - fs/ntfs3/.*: modules-core - - fs/ocfs2/.*: modules-extra - - fs/orangefs/.*: modules-core - - fs/overlayfs/.*: modules-core - - fs/pstore/.*: modules-core - - fs/sysv/.*: modules-extra - - fs/ubifs/.*: modules-extra - - fs/udf/.*: modules-core - - fs/ufs/.*: modules-extra - - fs/vboxsf/.*: modules-core - - fs/xfs/.*: modules-core - - fs/zonefs/.*: modules-core - - - kernel/locking/locktorture.*: modules-internal - - kernel/rcu/rcuscale.*: modules-internal - - kernel/rcu/rcutorture.*: modules-internal - - kernel/rcu/refscale.*: modules-internal - - kernel/scftorture.*: modules-internal - - kernel/torture.*: modules-internal - - kernel/.*: modules-core - - - lib/.*: modules-core - - - mm/zsmalloc.ko: modules-core - - - net/802/.*: modules-core - - net/8021q/.*: modules-core - - net/9p/9pnet_rdma.ko: modules - - net/9p/.*: modules-core - - net/appletalk/appletalk.*: modules-extra - - net/atm/br2684.*: modules-extra - - net/atm/clip.*: modules-extra - - net/atm/lec.*: modules-extra - - net/atm/pppoatm.*: modules-extra - - net/ax25/ax25.*: modules-extra - - net/batman-adv/batman-adv.*: modules-extra - - net/bridge/br_netfilter.*: modules-extra - - net/bridge/netfilter/ebt.*: modules-extra - - net/bridge/.*: modules-core - - net/ceph/.*: modules-core - - net/core/pktgen.*: modules-internal - - net/core/.*: modules-core - - net/dns_resolver/.*: modules-core - - net/hsr/.*: modules-core - - net/ife/.*: modules-core - - net/ipv4/netfilter/arp.*: modules-extra - - net/ipv4/netfilter/ip[_t].*: modules-extra - - net/ipv4/tcp_bic.*: modules-extra - - net/ipv4/tcp_highspeed.*: modules-extra - - net/ipv4/tcp_htcp.*: modules-extra - - net/ipv4/tcp_hybla.*: modules-extra - - net/ipv4/tcp_illinois.*: modules-extra - - net/ipv4/tcp_lp.*: modules-extra - - net/ipv4/tcp_scalable.*: modules-extra - - net/ipv4/tcp_vegas.*: modules-extra - - net/ipv4/tcp_veno.*: modules-extra - - net/ipv4/tcp_westwood.*: modules-extra - - net/ipv4/tcp_yeah.*: modules-extra - - net/ipv4/.*: modules-core - - net/ipv6/netfilter/ebt.*: modules-extra - - net/ipv6/netfilter/ip6[_t].*: modules-extra - - net/ipv6/.*: modules-core - - net/iucv/.*: modules-core - - net/kcm/.*: modules-core - - net/key/.*: modules-core - - net/l2tp/.*: modules-extra - - net/llc/.*: modules-core - - net/netfilter/ipset/.*: modules-extra - - net/netfilter/nft_compat.*: modules-extra - - net/netfilter/xt_.*: modules-extra - - net/netfilter/.*: modules-core - - net/netrom/netrom.*: modules-extra - - net/nsh/.*: modules-core - - net/openvswitch/.*: modules-core - - net/psample/.*: modules-core - - net/qrtr/.*: modules-core - - net/rds/rds.*: modules-extra - - net/rose/rose.*: modules-extra - - net/rxrpc/.*: modules-partner - - net/sched/.*: modules-core - - net/sctp/.*: modules-extra - - net/sunrpc/xprtrdma/rpcrdma.*: modules - - net/sunrpc/.*: modules-core - - net/tipc/.*: modules-extra - - net/tls/.*: modules-core - - net/vmw_vsock/.*: modules-core - - net/xdp/.*: modules-core - - net/xfrm/.*: modules-core - - - samples/.*: modules-internal - - - virt/.*: modules-core - - - default: modules diff --git a/dracut-virt.conf b/dracut-virt.conf deleted file mode 100644 index 56a0813ec..000000000 --- a/dracut-virt.conf +++ /dev/null @@ -1,58 +0,0 @@ -# generic + compressed please -hostonly="no" -compress="xz" - -# VMs can't update microcode anyway -early_microcode="no" - -# modules: basics -dracutmodules+=" dracut-systemd i18n shutdown " - -# modules: storage support -dracutmodules+=" dm lvm rootfs-block fs-lib " - -# modules: tpm and crypto -dracutmodules+=" crypt crypt-loop tpm2-tss systemd-pcrphase " - -# dracut >= 102 separated systemd-cryptsetup into its own module -CSMODULE=`dracut --list-modules --no-kernel | grep '^systemd-cryptsetup$'` -dracutmodules+=" $CSMODULE " - -# modules: support root on virtiofs -dracutmodules+=" virtiofs " - -# modules: use sysext images (see 'man systemd-sysext') -dracutmodules+=" systemd-sysext " - -# modules: root disk integrity protection -dracutmodules+=" systemd-veritysetup " - -# modules: root creation and encryption -dracutmodules+=" systemd-repart " -# FIXME: remove this once RHEL-103385 is merged -install_items+=" /usr/sbin/mkfs.vfat /usr/sbin/mkfs.ext4 /usr/sbin/mkfs.xfs " - -# modules: FIPS -dracutmodules+=" fips " -# FIPS mode requires early crypto drivers test -drivers+=" =crypto " - -# drivers: virtual buses, pci -drivers+=" virtio-pci virtio-mmio " # qemu-kvm -drivers+=" hv-vmbus pci-hyperv " # hyperv -drivers+=" xen-pcifront " # xen - -# drivers: storage -drivers+=" ahci nvme sd_mod sr_mod " # generic -drivers+=" virtio-blk virtio-scsi " # qemu-kvm -drivers+=" hv-storvsc " # hyperv -drivers+=" xen-blkfront " # xen - -# root encryption -drivers+=" dm_crypt " - -# root disk integrity protection -drivers+=" dm_verity overlay " - -# filesystems -filesystems+=" vfat ext4 xfs overlay " diff --git a/fedoraimaca.x509 b/fedoraimaca.x509 deleted file mode 100644 index f75acb694..000000000 Binary files a/fedoraimaca.x509 and /dev/null differ diff --git a/filter-aarch64.sh.fedora b/filter-aarch64.sh.fedora new file mode 100644 index 000000000..49852b572 --- /dev/null +++ b/filter-aarch64.sh.fedora @@ -0,0 +1,18 @@ +#! /bin/bash + +# This is the aarch64 override file for the core/drivers package split. The +# module directories listed here and in the generic list in filter-modules.sh +# will be moved to the resulting kernel-modules package for this arch. +# Anything not listed in those files will be in the kernel-core package. +# +# Please review the default list in filter-modules.sh before making +# modifications to the overrides below. If something should be removed across +# all arches, remove it in the default instead of per-arch. + +driverdirs="atm auxdisplay bcma bluetooth firewire fpga infiniband leds media memstick message mmc mtd nfc ntb pcmcia power ssb soundwire staging tty uio w1" + +ethdrvs="3com adaptec arc alteon atheros broadcom cadence calxeda chelsio cisco dec dlink emulex marvell micrel myricom neterion nvidia packetengines qlogic rdc sfc silan sis smsc stmicro sun tehuti ti via wiznet xircom" + +drmdrvs="amd arm bridge ast exynos hisilicon i2c imx mgag200 meson msm nouveau panel pl111 radeon rockchip tegra sun4i tiny vc4" + +singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwpoison-inject target_core_user sbp_target cxgbit chcr rnbd-client rnbd-server mlx5_vdpa dfl-emif octeontx2-cpt octeontx2-cptvf" diff --git a/filter-aarch64.sh.rhel b/filter-aarch64.sh.rhel new file mode 100644 index 000000000..e088c8e9f --- /dev/null +++ b/filter-aarch64.sh.rhel @@ -0,0 +1,18 @@ +#! /bin/bash + +# This is the aarch64 override file for the core/drivers package split. The +# module directories listed here and in the generic list in filter-modules.sh +# will be moved to the resulting kernel-modules package for this arch. +# Anything not listed in those files will be in the kernel-core package. +# +# Please review the default list in filter-modules.sh before making +# modifications to the overrides below. If something should be removed across +# all arches, remove it in the default instead of per-arch. + +driverdirs="atm auxdisplay bcma bluetooth firewire fmc infiniband isdn leds media memstick message mmc mtd mwave nfc ntb pcmcia platform power ssb staging tty uio uwb w1" + +ethdrvs="3com adaptec arc alteon atheros broadcom cadence calxeda chelsio cisco dec dlink emulex icplus marvell micrel myricom neterion nvidia oki-semi packetengines qlogic rdc renesas sfc silan sis smsc stmicro sun tehuti ti via wiznet xircom" + +drmdrvs="amd arm bridge ast exynos hisilicon i2c imx mgag200 meson msm nouveau panel radeon rockchip tegra sun4i tinydrm vc4" + +singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls" diff --git a/filter-armv7hl.sh.fedora b/filter-armv7hl.sh.fedora new file mode 100644 index 000000000..03737ed13 --- /dev/null +++ b/filter-armv7hl.sh.fedora @@ -0,0 +1,18 @@ +#! /bin/bash + +# This is the armv7hl override file for the core/drivers package split. The +# module directories listed here and in the generic list in filter-modules.sh +# will be moved to the resulting kernel-modules package for this arch. +# Anything not listed in those files will be in the kernel-core package. +# +# Please review the default list in filter-modules.sh before making +# modifications to the overrides below. If something should be removed across +# all arches, remove it in the default instead of per-arch. + +driverdirs="atm auxdisplay bcma bluetooth firewire fpga infiniband media memstick message nfc ntb pcmcia ssb soundwire staging tty uio w1" + +ethdrvs="3com adaptec alteon altera amd atheros broadcom cadence chelsio cisco dec dlink emulex mellanox micrel myricom natsemi neterion nvidia packetengines qlogic rdc sfc silan sis sun tehuti via wiznet xircom" + +drmdrvs="amd arm armada bridge ast exynos etnaviv hisilicon i2c imx meson mgag200 msm nouveau omapdrm panel pl111 radeon rockchip sti stm sun4i tegra tilcdc tiny vc4" + +singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwpoison-inject target_core_user sbp_target cxgbit chcr bq27xxx_battery_hdq mlx5_vdpa dfl-emif" diff --git a/Module.kabi_dup_riscv64 b/filter-armv7hl.sh.rhel similarity index 100% rename from Module.kabi_dup_riscv64 rename to filter-armv7hl.sh.rhel diff --git a/filter-i686.sh.fedora b/filter-i686.sh.fedora new file mode 100644 index 000000000..3ab2f6325 --- /dev/null +++ b/filter-i686.sh.fedora @@ -0,0 +1,14 @@ +#! /bin/bash + +# This is the i686 override file for the core/drivers package split. The +# module directories listed here and in the generic list in filter-modules.sh +# will be moved to the resulting kernel-modules package for this arch. +# Anything not listed in those files will be in the kernel-core package. +# +# Please review the default list in filter-modules.sh before making +# modifications to the overrides below. If something should be removed across +# all arches, remove it in the default instead of per-arch. + +driverdirs="atm auxdisplay bcma bluetooth firewire fpga infiniband leds media memstick mfd mmc mtd nfc ntb pcmcia platform power ssb soundwire staging tty uio w1" + +singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwpoison-inject hid-sensor-hub hid-sensor-magn-3d hid-sensor-incl-3d hid-sensor-gyro-3d hid-sensor-iio-common hid-sensor-accel-3d hid-sensor-trigger hid-sensor-als hid-sensor-rotation hid-sensor-temperature hid-sensor-humidity target_core_user sbp_target cxgbit chcr parport_serial regmap-sdw hid-asus" diff --git a/Module.kabi_riscv64 b/filter-i686.sh.rhel similarity index 100% rename from Module.kabi_riscv64 rename to filter-i686.sh.rhel diff --git a/filter-modules.sh.fedora b/filter-modules.sh.fedora new file mode 100755 index 000000000..5ad908ad0 --- /dev/null +++ b/filter-modules.sh.fedora @@ -0,0 +1,168 @@ +#! /bin/bash +# +# Called as filter-modules.sh list-of-modules Arch + +# This script filters the modules into the kernel-core and kernel-modules +# subpackages. We list out subsystems/subdirs to prune from the installed +# module directory. What is left is put into the kernel-core package. What is +# pruned is contained in the kernel-modules package. +# +# This file contains the default subsys/subdirs to prune from all architectures. +# If an architecture needs to differ, we source a per-arch filter-.sh file +# that contains the set of override lists to be used instead. If a module or +# subsys should be in kernel-modules on all arches, please change the defaults +# listed here. + +# Overrides is individual modules which need to remain in kernel-core due to deps. +overrides="cec" + +# Set the default dirs/modules to filter out +driverdirs="atm auxdisplay bcma bluetooth firewire fpga infiniband leds media memstick mfd mmc mtd nfc ntb pcmcia platform power ssb soundwire staging tty uio w1" + +chardrvs="mwave pcmcia" + +netdrvs="appletalk can dsa hamradio ieee802154 ppp slip usb wireless" + +ethdrvs="3com adaptec alteon amd aquantia atheros broadcom cadence calxeda chelsio cisco dec dlink emulex marvell mellanox neterion nvidia packetengines qlogic rdc sfc silan sis smsc stmicro sun tehuti ti wiznet xircom" + +inputdrvs="gameport tablet touchscreen" + +scsidrvs="aacraid aic7xxx be2iscsi bfa bnx2i bnx2fc csiostor cxgbi esas2r fcoe fnic isci libsas lpfc megaraid mpt3sas mvsas pm8001 qla2xxx qla4xxx sym53c8xx_2 ufs qedf" + +usbdrvs="atm image misc serial" + +fsdrvs="affs befs coda cramfs dlm ecryptfs hfs hfsplus jfs jffs2 minix nilfs2 ocfs2 reiserfs romfs squashfs sysv ubifs ufs" + +netprots="6lowpan appletalk atm ax25 batman-adv bluetooth can dsa ieee802154 l2tp mac80211 mac802154 mpls netrom nfc rds rfkill rose sctp smc wireless" + +drmdrvs="amd ast bridge gma500 i2c i915 mgag200 nouveau panel radeon" + +singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwpoison-inject target_core_user sbp_target cxgbit chcr parport_serial regmap-sdw hid-asus iTCO_wdt rnbd-client rnbd-server mlx5_vdpa" + +# Grab the arch-specific filter list overrides +source ./filter-$2.sh + +filter_dir() { + filelist=$1 + dir=$2 + + grep -v -e "${dir}/" ${filelist} > ${filelist}.tmp + + if [ $? -ne 0 ] + then + echo "Couldn't remove ${dir}. Skipping." + else + grep -e "${dir}/" ${filelist} >> k-d.list + mv ${filelist}.tmp $filelist + fi + + return 0 +} + +filter_ko() { + filelist=$1 + mod=$2 + + grep -v -e "${mod}.ko" ${filelist} > ${filelist}.tmp + + if [ $? -ne 0 ] + then + echo "Couldn't remove ${mod}.ko Skipping." + else + grep -e "${mod}.ko" ${filelist} >> k-d.list + mv ${filelist}.tmp $filelist + fi + + return 0 +} + +# Filter the drivers/ subsystems +for subsys in ${driverdirs} +do + filter_dir $1 drivers/${subsys} +done + +# Filter the networking drivers +for netdrv in ${netdrvs} +do + filter_dir $1 drivers/net/${netdrv} +done + +# Filter the char drivers +for char in ${chardrvs} +do + filter_dir $1 drivers/char/${char} +done + +# Filter the ethernet drivers +for eth in ${ethdrvs} +do + filter_dir $1 drivers/net/ethernet/${eth} +done + +# SCSI +for scsi in ${scsidrvs} +do + filter_dir $1 drivers/scsi/${scsi} +done + +# Input +for input in ${inputdrvs} +do + filter_dir $1 drivers/input/${input} +done + +# USB +for usb in ${usbdrvs} +do + filter_dir $1 drivers/usb/${usb} +done + +# Filesystems +for fs in ${fsdrvs} +do + filter_dir $1 fs/${fs} +done + +# Network protocols +for prot in ${netprots} +do + filter_dir $1 kernel/net/${prot} +done + +# DRM +for drm in ${drmdrvs} +do + filter_dir $1 drivers/gpu/drm/${drm} +done + +# Just kill sound. +filter_dir $1 kernel/sound + +# Now go through and filter any single .ko files that might have deps on the +# things we filtered above +for mod in ${singlemods} +do + filter_ko $1 ${mod} +done + +# Now process the override list to bring those modules back into core +for mod in ${overrides} +do + grep -v -e "/${mod}.ko" k-d.list > k-d.list.tmp + if [ $? -ne 0 ] + then + echo "Couldn't save ${mod}.ko Skipping." + else + grep -e "/${mod}.ko" k-d.list >> $filelist + mv k-d.list.tmp k-d.list + fi + +done + +# Go through our generated drivers list and remove the .ko files. We'll +# restore them later. +for mod in `cat k-d.list` +do + rm -rf $mod +done diff --git a/filter-modules.sh.rhel b/filter-modules.sh.rhel new file mode 100755 index 000000000..63e501d67 --- /dev/null +++ b/filter-modules.sh.rhel @@ -0,0 +1,168 @@ +#! /bin/bash +# +# Called as filter-modules.sh list-of-modules Arch + +# This script filters the modules into the kernel-core and kernel-modules +# subpackages. We list out subsystems/subdirs to prune from the installed +# module directory. What is left is put into the kernel-core package. What is +# pruned is contained in the kernel-modules package. +# +# This file contains the default subsys/subdirs to prune from all architectures. +# If an architecture needs to differ, we source a per-arch filter-.sh file +# that contains the set of override lists to be used instead. If a module or +# subsys should be in kernel-modules on all arches, please change the defaults +# listed here. + +# Overrides is individual modules which need to remain in kernel-core due to deps. +overrides="cec" + +# Set the default dirs/modules to filter out +driverdirs="atm auxdisplay bcma bluetooth firewire fmc iio infiniband isdn leds media memstick mfd mmc mtd nfc ntb pcmcia platform power ssb staging tty uio uwb w1" + +chardrvs="mwave pcmcia" + +netdrvs="appletalk can dsa hamradio ieee802154 irda ppp slip usb wireless" + +ethdrvs="3com adaptec alteon amd aquantia atheros broadcom cadence calxeda chelsio cisco dec dlink emulex icplus marvell neterion nvidia oki-semi packetengines qlogic rdc renesas sfc silan sis smsc stmicro sun tehuti ti wiznet xircom" + +inputdrvs="gameport tablet touchscreen" + +scsidrvs="aacraid aic7xxx aic94xx be2iscsi bfa bnx2i bnx2fc csiostor cxgbi esas2r fcoe fnic hisi_sas isci libsas lpfc megaraid mpt2sas mpt3sas mvsas pm8001 qla2xxx qla4xxx sym53c8xx_2 ufs qedf" + +usbdrvs="atm image misc serial wusbcore" + +fsdrvs="affs befs coda cramfs ecryptfs hfs hfsplus jfs minix ncpfs nilfs2 ocfs2 reiserfs romfs squashfs sysv ubifs ufs" + +netprots="6lowpan appletalk atm ax25 batman-adv bluetooth can dccp dsa ieee802154 irda l2tp mac80211 mac802154 mpls netrom nfc rds rfkill rose sctp smc wireless" + +drmdrvs="amd ast gma500 i2c i915 mgag200 nouveau radeon via " + +singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial ism hid-asus" + +# Grab the arch-specific filter list overrides +source ./filter-$2.sh + +filter_dir() { + filelist=$1 + dir=$2 + + grep -v -e "${dir}/" ${filelist} > ${filelist}.tmp + + if [ $? -ne 0 ] + then + echo "Couldn't remove ${dir}. Skipping." + else + grep -e "${dir}/" ${filelist} >> k-d.list + mv ${filelist}.tmp $filelist + fi + + return 0 +} + +filter_ko() { + filelist=$1 + mod=$2 + + grep -v -e "${mod}.ko" ${filelist} > ${filelist}.tmp + + if [ $? -ne 0 ] + then + echo "Couldn't remove ${mod}.ko Skipping." + else + grep -e "${mod}.ko" ${filelist} >> k-d.list + mv ${filelist}.tmp $filelist + fi + + return 0 +} + +# Filter the drivers/ subsystems +for subsys in ${driverdirs} +do + filter_dir $1 drivers/${subsys} +done + +# Filter the networking drivers +for netdrv in ${netdrvs} +do + filter_dir $1 drivers/net/${netdrv} +done + +# Filter the char drivers +for char in ${chardrvs} +do + filter_dir $1 drivers/char/${char} +done + +# Filter the ethernet drivers +for eth in ${ethdrvs} +do + filter_dir $1 drivers/net/ethernet/${eth} +done + +# SCSI +for scsi in ${scsidrvs} +do + filter_dir $1 drivers/scsi/${scsi} +done + +# Input +for input in ${inputdrvs} +do + filter_dir $1 drivers/input/${input} +done + +# USB +for usb in ${usbdrvs} +do + filter_dir $1 drivers/usb/${usb} +done + +# Filesystems +for fs in ${fsdrvs} +do + filter_dir $1 fs/${fs} +done + +# Network protocols +for prot in ${netprots} +do + filter_dir $1 kernel/net/${prot} +done + +# DRM +for drm in ${drmdrvs} +do + filter_dir $1 drivers/gpu/drm/${drm} +done + +# Just kill sound. +filter_dir $1 kernel/sound + +# Now go through and filter any single .ko files that might have deps on the +# things we filtered above +for mod in ${singlemods} +do + filter_ko $1 ${mod} +done + +# Now process the override list to bring those modules back into core +for mod in ${overrides} +do + grep -v -e "/${mod}.ko" k-d.list > k-d.list.tmp + if [ $? -ne 0 ] + then + echo "Couldn't save ${mod}.ko Skipping." + else + grep -e "/${mod}.ko" k-d.list >> $filelist + mv k-d.list.tmp k-d.list + fi + +done + +# Go through our generated drivers list and remove the .ko files. We'll +# restore them later. +for mod in `cat k-d.list` +do + rm -rf $mod +done diff --git a/filter-ppc64le.sh.fedora b/filter-ppc64le.sh.fedora new file mode 100644 index 000000000..972298e9e --- /dev/null +++ b/filter-ppc64le.sh.fedora @@ -0,0 +1,14 @@ +#! /bin/bash + +# This is the ppc64le override file for the core/drivers package split. The +# module directories listed here and in the generic list in filter-modules.sh +# will be moved to the resulting kernel-modules package for this arch. +# Anything not listed in those files will be in the kernel-core package. +# +# Please review the default list in filter-modules.sh before making +# modifications to the overrides below. If something should be removed across +# all arches, remove it in the default instead of per-arch. + +driverdirs="atm auxdisplay bcma bluetooth firewire fpga infiniband leds media memstick message mmc mtd nfc ntb pcmcia platform power ssb staging tty uio w1" + +singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwpoison-inject target_core_user sbp_target cxgbit chcr rnbd-client rnbd-server mlx5_vdpa" diff --git a/filter-ppc64le.sh.rhel b/filter-ppc64le.sh.rhel new file mode 100644 index 000000000..d80956d2a --- /dev/null +++ b/filter-ppc64le.sh.rhel @@ -0,0 +1,14 @@ +#! /bin/bash + +# This is the ppc64le override file for the core/drivers package split. The +# module directories listed here and in the generic list in filter-modules.sh +# will be moved to the resulting kernel-modules package for this arch. +# Anything not listed in those files will be in the kernel-core package. +# +# Please review the default list in filter-modules.sh before making +# modifications to the overrides below. If something should be removed across +# all arches, remove it in the default instead of per-arch. + +driverdirs="atm auxdisplay bcma bluetooth firewire fmc infiniband isdn leds media memstick message mmc mtd mwave nfc ntb pcmcia platform power ssb staging tty uio uwb w1" + +singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls" diff --git a/filter-s390x.sh.fedora b/filter-s390x.sh.fedora new file mode 100644 index 000000000..04f7110ad --- /dev/null +++ b/filter-s390x.sh.fedora @@ -0,0 +1,12 @@ +#! /bin/bash + +# This is the s390x override file for the core/drivers package split. The +# module directories listed here and in the generic list in filter-modules.sh +# will be moved to the resulting kernel-modules package for this arch. +# Anything not listed in those files will be in the kernel-core package. +# +# Please review the default list in filter-modules.sh before making +# modifications to the overrides below. If something should be removed across +# all arches, remove it in the default instead of per-arch. + +# Defaults work so no need to override diff --git a/filter-s390x.sh.rhel b/filter-s390x.sh.rhel new file mode 100644 index 000000000..04f7110ad --- /dev/null +++ b/filter-s390x.sh.rhel @@ -0,0 +1,12 @@ +#! /bin/bash + +# This is the s390x override file for the core/drivers package split. The +# module directories listed here and in the generic list in filter-modules.sh +# will be moved to the resulting kernel-modules package for this arch. +# Anything not listed in those files will be in the kernel-core package. +# +# Please review the default list in filter-modules.sh before making +# modifications to the overrides below. If something should be removed across +# all arches, remove it in the default instead of per-arch. + +# Defaults work so no need to override diff --git a/filter-x86_64.sh.fedora b/filter-x86_64.sh.fedora new file mode 100644 index 000000000..1aa80f2e0 --- /dev/null +++ b/filter-x86_64.sh.fedora @@ -0,0 +1,12 @@ +#! /bin/bash + +# This is the x86_64 override file for the core/drivers package split. The +# module directories listed here and in the generic list in filter-modules.sh +# will be moved to the resulting kernel-modules package for this arch. +# Anything not listed in those files will be in the kernel-core package. +# +# Please review the default list in filter-modules.sh before making +# modifications to the overrides below. If something should be removed across +# all arches, remove it in the default instead of per-arch. + +# Defaults work so no need to override diff --git a/filter-x86_64.sh.rhel b/filter-x86_64.sh.rhel new file mode 100644 index 000000000..1aa80f2e0 --- /dev/null +++ b/filter-x86_64.sh.rhel @@ -0,0 +1,12 @@ +#! /bin/bash + +# This is the x86_64 override file for the core/drivers package split. The +# module directories listed here and in the generic list in filter-modules.sh +# will be moved to the resulting kernel-modules package for this arch. +# Anything not listed in those files will be in the kernel-core package. +# +# Please review the default list in filter-modules.sh before making +# modifications to the overrides below. If something should be removed across +# all arches, remove it in the default instead of per-arch. + +# Defaults work so no need to override diff --git a/filtermods.py b/filtermods.py deleted file mode 100755 index 53f6a0912..000000000 --- a/filtermods.py +++ /dev/null @@ -1,1097 +0,0 @@ -#!/usr/bin/env python3 -""" -filter kmods into groups for packaging, see filtermods.adoc -""" - -import argparse -import os -import re -import subprocess -import sys -import yaml -import unittest - -from logging import getLogger, DEBUG, INFO, WARN, ERROR, CRITICAL, NOTSET, FileHandler, StreamHandler, Formatter, Logger -from typing import Optional - -log = getLogger('filtermods') - - -def get_td(filename): - script_dir = os.path.dirname(os.path.realpath(__file__)) - return os.path.join(script_dir, 'filtermods-testdata', filename) - - -def run_command(cmd, cwddir=None): - p = subprocess.Popen(cmd, cwd=cwddir, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True) - out, err = p.communicate() - out_str = out.decode('utf-8') - err_str = err.decode('utf-8') - return p.returncode, out_str, err_str - - -def safe_run_command(cmd, cwddir=None): - log.info('%s', cmd) - retcode, out, err = run_command(cmd, cwddir) - if retcode != 0: - log.warning('Command failed: %s, ret_code: %d', cmd, retcode) - log.warning(out) - log.warning(err) - raise Exception(err) - log.info(' ^^[OK]') - return retcode, out, err - - -def setup_logging(log_filename, stdout_log_level): - log_format = '%(asctime)s %(levelname)7.7s %(funcName)20.20s:%(lineno)4s %(message)s' - log = getLogger('filtermods') - log.setLevel(DEBUG) - - handler = StreamHandler(sys.stdout) - formatter = Formatter(log_format, '%H:%M:%S') - handler.setFormatter(formatter) - handler.setLevel(stdout_log_level) - log.addHandler(handler) - log.debug('stdout logging on') - - if log_filename: - file_handler = FileHandler(log_filename, 'w') - file_handler.setFormatter(formatter) - file_handler.setLevel(DEBUG) - log.addHandler(file_handler) - log.info('file logging on: %s', log_filename) - - return log - - -def canon_modname(kmod_pathname: str) -> str: - name = os.path.basename(kmod_pathname) - if name.endswith('.xz'): - name = name[:-3] - return name - - -class HierarchyObject: - def __init__(self): - self.depends_on = set() - - -def get_topo_order(obj_list: list[HierarchyObject], func_get_linked_objs=lambda x: x.depends_on) -> list[HierarchyObject]: - topo_order = [] - objs_to_sort = set(obj_list) - objs_sorted = set() - - while len(objs_to_sort) > 0: - no_deps = set() - for obj in objs_to_sort: - linked = func_get_linked_objs(obj) - if not linked: - no_deps.add(obj) - else: - all_deps_sorted = True - for dep in linked: - if dep not in objs_sorted: - all_deps_sorted = False - break - if all_deps_sorted: - no_deps.add(obj) - - for obj in no_deps: - topo_order.append(obj) - objs_sorted.add(obj) - objs_to_sort.remove(obj) - - return topo_order - - -class KMod(HierarchyObject): - def __init__(self, kmod_pathname: str) -> None: - super(KMod, self).__init__() - self.name: str = canon_modname(kmod_pathname) - self.kmod_pathname: str = kmod_pathname - self.is_dependency_for: set[KMod] = set() - self.assigned_to_pkg: Optional[KModPackage] = None - self.preferred_pkg: Optional[KModPackage] = None - self.rule_specifity: int = 0 - self.allowed_list: Optional[set[KModPackage]] = None - self.err = 0 - - def __str__(self): - depends_on = '' - for kmod in self.depends_on: - depends_on = depends_on + ' ' + kmod.name - return '%s {%s}' % (self.name, depends_on) - - -class KModList(): - def __init__(self) -> None: - self.name_to_kmod_map: dict[str, KMod] = {} - self.topo_order: Optional[list[KMod]] = None - - def get(self, kmod_pathname, create_if_missing=False): - kmod_name = canon_modname(kmod_pathname) - if kmod_name in self.name_to_kmod_map: - return self.name_to_kmod_map[kmod_name] - if not create_if_missing: - return None - - kmod = KMod(kmod_pathname) - # log.debug('Adding kmod %s (%s) to list', kmod.name, kmod.kmod_pathname) - if kmod.kmod_pathname != kmod_pathname: - raise Exception('Already have %s, but path changed? %s', kmod_name, kmod_pathname) - if not kmod.name: - raise Exception('Each kmod needs a name') - self.name_to_kmod_map[kmod_name] = kmod - return kmod - - def process_depmod_line(self, line): - tmp = line.split(':') - if len(tmp) != 2: - raise Exception('Depmod line has unexpected format: %s', line) - kmod_pathname = tmp[0].strip() - dependencies_pathnames = tmp[1].strip() - kmod = self.get(kmod_pathname, create_if_missing=True) - - if dependencies_pathnames: - for dep_pathname in dependencies_pathnames.split(' '): - dep_kmod = self.get(dep_pathname, create_if_missing=True) - kmod.depends_on.add(dep_kmod) - dep_kmod.is_dependency_for.add(kmod) - - def load_depmod_file(self, filepath): - with open(filepath) as f: - lines = f.readlines() - for line in lines: - if not line or line.startswith('#'): - continue - self.process_depmod_line(line) - log.info('depmod %s loaded, number of kmods: %s', filepath, len(self.name_to_kmod_map)) - - def dump(self): - for kmod in self.name_to_kmod_map.values(): - print(kmod) - - def get_topo_order(self): - if self.topo_order is None: - self.topo_order = get_topo_order(self.name_to_kmod_map.values()) - # TODO: what if we add something after? - return self.topo_order - - def get_alphabetical_order(self): - kmods = list(self.name_to_kmod_map.values()) - kmods.sort(key=lambda k: k.kmod_pathname) - return kmods - - def load_kmods_from_dir(self, topdir): - ret = [] - for root, dirs, files in os.walk(topdir): - for filename in files: - if filename.endswith('.xz'): - filename = filename[:-3] - if filename.endswith('.ko'): - kmod_pathname = os.path.join(root, filename) - ret.append(kmod_pathname) - - return ret - - def check_depmod_has_all_kmods(self, dirpath): - ret = self.load_kmods_from_dir(dirpath) - for kmod_pathname in ret: - kmod = self.get(kmod_pathname) - if not kmod: - raise Exception('Could not find kmod %s in depmod', kmod_pathname) - log.debug('OK: all (%s) kmods from %s are known', len(ret), dirpath) - - -class KModPackage(HierarchyObject): - def _get_depends_on(pkg): - return pkg.depends_on - - def _get_deps_for(pkg): - return pkg.is_dependency_for - - def __init__(self, name: str, depends_on=[]) -> None: - self.name: str = name - self.depends_on: set[KModPackage] = set(depends_on) - self.is_dependency_for: set[KModPackage] = set() - - for pkg in self.depends_on: - pkg.is_dependency_for.add(self) - self.all_depends_on_list: list[KModPackage] = self._get_all_linked(KModPackage._get_depends_on) - self.all_depends_on: set[KModPackage] = set(self.all_depends_on_list) - self.all_deps_for: Optional[set[KModPackage]] = None - self.default = False - log.debug('KModPackage created %s, depends_on: %s', name, [pkg.name for pkg in depends_on]) - - def __repr__(self): - return self.name - - def get_all_deps_for(self): - if self.all_deps_for is None: - self.all_deps_for = set(self._get_all_linked(KModPackage._get_deps_for)) - return self.all_deps_for - - def _get_all_linked(self, func_get_links): - ret = [] - explore = func_get_links(self) - - while len(explore) > 0: - new_explore = set() - for pkg in explore: - if pkg not in ret: - ret.append(pkg) - for dep in func_get_links(pkg): - new_explore.add(dep) - explore = new_explore - return ret - - -class KModPackageList(HierarchyObject): - def __init__(self) -> None: - self.name_to_obj: dict[str, KModPackage] = {} - self.kmod_pkg_list: list[KModPackage] = [] - self.rules: list[tuple[str, str, str]] = [] - - def get(self, pkgname): - if pkgname in self.name_to_obj: - return self.name_to_obj[pkgname] - return None - - def add_kmod_pkg(self, pkg): - self.name_to_obj[pkg.name] = pkg - self.kmod_pkg_list.append(pkg) - - def __iter__(self): - return iter(self.kmod_pkg_list) - - -def get_kmods_matching_re(kmod_list: KModList, param_re: str) -> list[KMod]: - ret = [] - # first subdir can be anything - this is because during build everything - # goes to kernel, but subpackages can move it (e.g. to extra) - param_re = '[^/]+/' + param_re - pattern = re.compile(param_re) - - for kmod in kmod_list.get_topo_order(): - m = pattern.match(kmod.kmod_pathname) - if m: - ret.append(kmod) - return ret - - -def walk_kmod_chain(kmod, myfunc): - visited = set() - - def visit_kmod(kmod, parent_kmod, func_to_call): - func_to_call(kmod, parent_kmod) - visited.add(kmod) - for dep in kmod.depends_on: - if dep not in visited: - visit_kmod(dep, kmod, func_to_call) - - visit_kmod(kmod, None, myfunc) - return visited - - -# is pkg a parent to any pkg from "alist" -def is_pkg_parent_to_any(pkg: KModPackage, alist: set[KModPackage]) -> bool: - if pkg in alist: - return True - - for some_pkg in alist: - if some_pkg in pkg.all_depends_on: - return True - return False - - -# is pkg a child to any pkg from "alist" -def is_pkg_child_to_any(pkg: KModPackage, alist: set[KModPackage]) -> bool: - if pkg in alist: - return True - - for some_pkg in alist: - if pkg in some_pkg.all_depends_on: - return True - return False - - -def update_allowed(kmod: KMod, visited: set[KMod], update_linked: bool = False) -> int: - num_updated = 0 - init = False - to_remove = set() - - if kmod in visited: - return num_updated - visited.add(kmod) - - # if we have nothing, try to initialise based on parents and children - if kmod.allowed_list is None: - init_allowed_list: set[KModPackage] = set() - - # init from children - for kmod_dep in kmod.depends_on: - if kmod_dep.allowed_list: - init_allowed_list.update(kmod_dep.allowed_list) - init = True - - if init: - # also add any pkgs that pkgs from list could depend on - deps_for = set() - for pkg in init_allowed_list: - deps_for.update(pkg.get_all_deps_for()) - init_allowed_list.update(deps_for) - - # init from parents - if not init: - for kmod_par in kmod.is_dependency_for: - if kmod_par.allowed_list: - init_allowed_list.update(kmod_par.allowed_list) - # also add any pkgs that depend on pkgs from list - for pkg in kmod_par.allowed_list: - init_allowed_list.update(pkg.all_depends_on) - init = True - - if init: - kmod.allowed_list = init_allowed_list - log.debug('%s: init to %s', kmod.name, [x.name for x in kmod.allowed_list]) - - kmod_allowed_list = kmod.allowed_list or set() - # log.debug('%s: update to %s', kmod.name, [x.name for x in kmod_allowed_list]) - - # each allowed is parent to at least one child allowed [for _all_ children] - for pkg in kmod_allowed_list: - for kmod_dep in kmod.depends_on: - if kmod_dep.allowed_list is None or kmod_dep.err: - continue - if not is_pkg_parent_to_any(pkg, kmod_dep.allowed_list): - to_remove.add(pkg) - log.debug('%s: remove %s from allowed, child: %s [%s]', - kmod.name, [pkg.name], kmod_dep.name, [x.name for x in kmod_dep.allowed_list]) - - # each allowed is child to at least one parent allowed [for _all_ parents] - for pkg in kmod_allowed_list: - for kmod_par in kmod.is_dependency_for: - if kmod_par.allowed_list is None or kmod_par.err: - continue - - if not is_pkg_child_to_any(pkg, kmod_par.allowed_list): - to_remove.add(pkg) - log.debug('%s: remove %s from allowed, parent: %s %s', - kmod.name, [pkg.name], kmod_par.name, [x.name for x in kmod_par.allowed_list]) - - for pkg in to_remove: - kmod_allowed_list.remove(pkg) - num_updated = num_updated + 1 - if len(kmod_allowed_list) == 0: - log.error('%s: cleared entire allow list', kmod.name) - kmod.err = 1 - - if init or to_remove or update_linked: - if to_remove: - log.debug('%s: updated to %s', kmod.name, [x.name for x in kmod_allowed_list]) - - for kmod_dep in kmod.depends_on: - num_updated = num_updated + update_allowed(kmod_dep, visited) - - for kmod_dep in kmod.is_dependency_for: - num_updated = num_updated + update_allowed(kmod_dep, visited) - - return num_updated - - -def apply_initial_labels(pkg_list: KModPackageList, kmod_list: KModList, treat_default_as_wants=False): - log.debug('') - for cur_rule in ['needs', 'wants', 'default']: - for package_name, rule_type, rule in pkg_list.rules: - pkg_obj = pkg_list.get(package_name) - - if not pkg_obj: - log.error('no package with name %s', package_name) - - if cur_rule != rule_type: - continue - - if rule_type == 'default' and treat_default_as_wants: - rule_type = 'wants' - - if 'needs' == rule_type: - # kmod_matching is already in topo_order - kmod_matching = get_kmods_matching_re(kmod_list, rule) - for kmod in kmod_matching: - if kmod.assigned_to_pkg and kmod.assigned_to_pkg != pkg_obj: - log.error('%s: can not be required by 2 pkgs %s %s', kmod.name, kmod.assigned_to_pkg, pkg_obj.name) - else: - kmod.assigned_to_pkg = pkg_obj - kmod.allowed_list = set([pkg_obj]) - kmod.rule_specifity = len(kmod_matching) - log.debug('%s: needed by %s', kmod.name, [pkg_obj.name]) - - if 'wants' == rule_type: - # kmod_matching is already in topo_order - kmod_matching = get_kmods_matching_re(kmod_list, rule) - for kmod in kmod_matching: - if kmod.allowed_list is None: - kmod.allowed_list = set(pkg_obj.all_depends_on) - kmod.allowed_list.add(pkg_obj) - kmod.preferred_pkg = pkg_obj - kmod.rule_specifity = len(kmod_matching) - log.debug('%s: wanted by %s, init allowed to %s', kmod.name, [pkg_obj.name], [pkg.name for pkg in kmod.allowed_list]) - else: - if kmod.assigned_to_pkg: - log.debug('%s: ignoring wants by %s, already assigned to %s', kmod.name, pkg_obj.name, kmod.assigned_to_pkg.name) - else: - # rule specifity may not be good idea, so just log it - # e.g. .*test.* may not be more specific than arch/x86/.* - log.debug('already have wants for %s %s, new rule: %s', kmod.name, kmod.preferred_pkg, rule) - - if 'default' == rule_type: - pkg_obj.default = True - - -def settle(kmod_list: KModList) -> None: - kmod_topo_order = list(kmod_list.get_topo_order()) - - for i in range(0, 25): - log.debug('settle start %s', i) - - ret = 0 - for kmod in kmod_topo_order: - visited: set[KMod] = set() - ret = ret + update_allowed(kmod, visited) - log.debug('settle %s updated nodes: %s', i, ret) - - if ret == 0: - break - - kmod_topo_order.reverse() - - -# phase 1 - propagate initial labels -def propagate_labels_1(pkg_list: KModPackageList, kmod_list: KModList): - log.info('') - settle(kmod_list) - - -def pick_closest_to_preffered(preferred_pkg: KModPackage, allowed_set: set[KModPackage]): - for child in preferred_pkg.all_depends_on_list: - if child in allowed_set: - return child - return None - - -# phase 2 - if some kmods allow more than one pkg, pick wanted package -def propagate_labels_2(pkg_list: KModPackageList, kmod_list: KModList): - log.info('') - ret = 0 - for kmod in kmod_list.get_topo_order(): - update_linked = False - - if kmod.allowed_list is None and kmod.preferred_pkg: - log.error('%s: has no allowed list but has preferred_pkg %s', kmod.name, kmod.preferred_pkg.name) - kmod.err = 1 - - if kmod.allowed_list and kmod.preferred_pkg: - chosen_pkg = None - if kmod.preferred_pkg in kmod.allowed_list: - chosen_pkg = kmod.preferred_pkg - else: - chosen_pkg = pick_closest_to_preffered(kmod.preferred_pkg, kmod.allowed_list) - - if chosen_pkg is not None: - kmod.allowed_list = set([chosen_pkg]) - log.debug('%s: making to prefer %s (preffered is %s), allowed: %s', kmod.name, chosen_pkg.name, - kmod.preferred_pkg.name, [pkg.name for pkg in kmod.allowed_list]) - update_linked = True - - visited: set[KMod] = set() - ret = ret + update_allowed(kmod, visited, update_linked) - - log.debug('updated nodes: %s', ret) - settle(kmod_list) - - -# Is this the best pick? ¯\_(ツ)_/¯ -def pick_topmost_allowed(allowed_set: set[KModPackage]) -> KModPackage: - topmost = next(iter(allowed_set)) - for pkg in allowed_set: - if len(pkg.all_depends_on) > len(topmost.all_depends_on): - topmost = pkg - - return topmost - - -# phase 3 - assign everything else that remained -def propagate_labels_3(pkg_list: KModPackageList, kmod_list: KModList): - log.info('') - ret = 0 - kmod_topo_order = list(kmod_list.get_topo_order()) - # do reverse topo order to cover children faster - kmod_topo_order.reverse() - - default_pkg = None - default_name = '' - for pkg_obj in pkg_list: - if pkg_obj.default: - if default_pkg: - log.error('Already have default pkg: %s / %s', default_pkg.name, pkg_obj.name) - else: - default_pkg = pkg_obj - default_name = default_pkg.name - - for kmod in kmod_topo_order: - update_linked = False - chosen_pkg = None - - if kmod.allowed_list is None: - if default_pkg: - chosen_pkg = default_pkg - else: - log.error('%s not assigned and there is no default', kmod.name) - elif len(kmod.allowed_list) > 1: - if default_pkg: - if default_pkg in kmod.allowed_list: - chosen_pkg = default_pkg - else: - chosen_pkg = pick_closest_to_preffered(default_pkg, kmod.allowed_list) - if chosen_pkg: - log.debug('closest is %s', chosen_pkg.name) - if not chosen_pkg: - # multiple pkgs are allowed, but none is preferred or default - chosen_pkg = pick_topmost_allowed(kmod.allowed_list) - log.debug('topmost is %s', chosen_pkg.name) - - if chosen_pkg: - kmod.allowed_list = set([chosen_pkg]) - log.debug('%s: making to prefer %s (default: %s)', kmod.name, [chosen_pkg.name], default_name) - update_linked = True - - visited: set[KMod] = set() - ret = ret + update_allowed(kmod, visited, update_linked) - - log.debug('updated nodes: %s', ret) - settle(kmod_list) - - -def load_config(config_pathname: str, kmod_list: KModList, variants=[]): - kmod_pkg_list = KModPackageList() - - with open(config_pathname, 'r') as file: - yobj = yaml.safe_load(file) - - for pkg_dict in yobj['packages']: - pkg_name = pkg_dict['name'] - depends_on = pkg_dict.get('depends-on', []) - if_variant_in = pkg_dict.get('if_variant_in') - - if if_variant_in is not None: - if not (set(variants) & set(if_variant_in)): - log.debug('Skipping %s for variants %s', pkg_name, variants) - continue - - pkg_dep_list = [] - for pkg_dep_name in depends_on: - pkg_dep = kmod_pkg_list.get(pkg_dep_name) - pkg_dep_list.append(pkg_dep) - - pkg_obj = kmod_pkg_list.get(pkg_name) - if not pkg_obj: - pkg_obj = KModPackage(pkg_name, pkg_dep_list) - kmod_pkg_list.add_kmod_pkg(pkg_obj) - else: - log.error('package %s already exists?', pkg_name) - - rules_list = yobj.get('rules', []) - for rule_dict in rules_list: - if_variant_in = rule_dict.get('if_variant_in') - exact_pkg = rule_dict.get('exact_pkg') - - for key, value in rule_dict.items(): - if key in ['if_variant_in', 'exact_pkg']: - continue - - if if_variant_in is not None: - if not (set(variants) & set(if_variant_in)): - continue - - rule = key - package_name = value - - if not kmod_pkg_list.get(package_name): - raise Exception('Unknown package ' + package_name) - - rule_type = 'wants' - if exact_pkg is True: - rule_type = 'needs' - elif key == 'default': - rule_type = 'default' - rule = '.*' - - log.debug('found rule: %s', (package_name, rule_type, rule)) - kmod_pkg_list.rules.append((package_name, rule_type, rule)) - - log.info('loaded config, rules: %s', len(kmod_pkg_list.rules)) - return kmod_pkg_list - - -def make_pictures(pkg_list: KModPackageList, kmod_list: KModList, filename: str, print_allowed=True): - f = open(filename + '.dot', 'w') - - f.write('digraph {\n') - f.write('node [style=filled fillcolor="#f8f8f8"]\n') - f.write(' subgraph kmods {\n') - f.write(' "Legend" [shape=note label="kmod name\\n{desired package}\\nresulting package(s)"]\n') - - for kmod in kmod_list.get_topo_order(): - pkg_name = '' - attr = '' - if kmod.assigned_to_pkg: - attr = 'fillcolor="#eddad5" color="#b22800"' - pkg_name = kmod.assigned_to_pkg.name + "!" - if kmod.preferred_pkg: - attr = 'fillcolor="#ddddf5" color="#b268fe"' - pkg_name = kmod.preferred_pkg.name + "?" - allowed = '' - if kmod.allowed_list and print_allowed: - allowed = '=' + ' '.join([pkg.name for pkg in kmod.allowed_list]) - f.write(' "%s" [label="%s\\n%s\\n%s" shape=box %s] \n' % (kmod.name, kmod.name, pkg_name, allowed, attr)) - - for kmod in kmod_list.get_topo_order(): - for kmod_dep in kmod.depends_on: - f.write(' "%s" -> "%s";\n' % (kmod.name, kmod_dep.name)) - f.write(' }\n') - - f.write(' subgraph packages {\n') - for pkg in pkg_list: - desc = '' - if pkg.default: - desc = '/default' - f.write(' "%s" [label="%s\\n%s"] \n' % (pkg.name, pkg.name, desc)) - for pkg_dep in pkg.depends_on: - f.write(' "%s" -> "%s";\n' % (pkg.name, pkg_dep.name)) - f.write(' }\n') - f.write('}\n') - - f.close() - - # safe_run_command('dot -Tpng -Gdpi=150 %s.dot > %s.png' % (filename, filename)) - safe_run_command('dot -Tsvg %s.dot > %s.svg' % (filename, filename)) - - -def sort_kmods(depmod_pathname: str, config_str: str, variants=[], do_pictures=''): - log.info('%s %s', depmod_pathname, config_str) - kmod_list = KModList() - kmod_list.load_depmod_file(depmod_pathname) - - pkg_list = load_config(config_str, kmod_list, variants) - - basename = os.path.splitext(config_str)[0] - - apply_initial_labels(pkg_list, kmod_list) - if '0' in do_pictures: - make_pictures(pkg_list, kmod_list, basename + "_0", print_allowed=False) - - try: - - propagate_labels_1(pkg_list, kmod_list) - if '1' in do_pictures: - make_pictures(pkg_list, kmod_list, basename + "_1") - propagate_labels_2(pkg_list, kmod_list) - propagate_labels_3(pkg_list, kmod_list) - finally: - if 'f' in do_pictures: - make_pictures(pkg_list, kmod_list, basename + "_f") - - return pkg_list, kmod_list - - -def abbrev_list_for_report(alist: list[KMod]) -> str: - tmp_str = [] - for kmod in alist: - if kmod.allowed_list: - tmp_str.append('%s(%s)' % (kmod.name, ' '.join([x.name for x in kmod.allowed_list]))) - ret = ', '.join(tmp_str) - return ret - - -def print_report(pkg_list: KModPackageList, kmod_list: KModList): - log.info('*'*26 + ' REPORT ' + '*'*26) - - kmods_err = 0 - kmods_moved = 0 - kmods_good = 0 - for kmod in kmod_list.get_topo_order(): - if not kmod.allowed_list: - log.error('%s: not assigned to any package! Please check the full log for details', kmod.name) - kmods_err = kmods_err + 1 - continue - - if len(kmod.allowed_list) > 1: - log.error('%s: assigned to more than one package! Please check the full log for details', kmod.name) - kmods_err = kmods_err + 1 - continue - - if not kmod.preferred_pkg: - # config doesn't care where it ended up - kmods_good = kmods_good + 1 - continue - - if kmod.preferred_pkg in kmod.allowed_list: - # it ended up where it needs to be - kmods_good = kmods_good + 1 - continue - - bad_parent_list = [] - for kmod_parent in kmod.is_dependency_for: - if not is_pkg_child_to_any(kmod.preferred_pkg, kmod_parent.allowed_list): - bad_parent_list.append(kmod_parent) - - bad_child_list = [] - for kmod_child in kmod.depends_on: - if not is_pkg_parent_to_any(kmod.preferred_pkg, kmod_child.allowed_list): - bad_child_list.append(kmod_parent) - - log.info('%s: wanted by %s but ended up in %s', kmod.name, [kmod.preferred_pkg.name], [pkg.name for pkg in kmod.allowed_list]) - if bad_parent_list: - log.info('\thas conflicting parent: %s', abbrev_list_for_report(bad_parent_list)) - if bad_child_list: - log.info('\thas conflicting children: %s', abbrev_list_for_report(bad_child_list)) - - kmods_moved = kmods_moved + 1 - - log.info('No. of kmod(s) assigned to preferred package: %s', kmods_good) - log.info('No. of kmod(s) moved to a related package: %s', kmods_moved) - log.info('No. of kmod(s) which could not be assigned: %s', kmods_err) - log.info('*'*60) - - return kmods_err - - -def write_modules_lists(path_prefix: str, pkg_list: KModPackageList, kmod_list: KModList): - kmod_list_alphabetical = sorted(kmod_list.get_topo_order(), key=lambda x: x.kmod_pathname) - for pkg in pkg_list: - output_path = os.path.join(path_prefix, pkg.name + '.list') - i = 0 - with open(output_path, "w") as file: - for kmod in kmod_list_alphabetical: - if kmod.allowed_list and pkg in kmod.allowed_list: - file.write(kmod.kmod_pathname) - file.write('\n') - i = i + 1 - log.info('Module list %s created with %s kmods', output_path, i) - - -class FiltermodTests(unittest.TestCase): - do_pictures = '' - - def setUp(self): - self.pkg_list = None - self.kmod_list = None - - def _is_kmod_pkg(self, kmodname, pkgnames): - self.assertIsNotNone(self.pkg_list) - self.assertIsNotNone(self.kmod_list) - - if type(pkgnames) is str: - pkgnames = [pkgnames] - - expected_pkgs = [] - for pkgname in pkgnames: - pkg = self.pkg_list.get(pkgname) - self.assertIsNotNone(pkg) - expected_pkgs.append(pkg) - - kmod = self.kmod_list.get(kmodname) - self.assertIsNotNone(kmod) - - if expected_pkgs: - self.assertTrue(len(kmod.allowed_list) == 1) - self.assertIn(next(iter(kmod.allowed_list)), expected_pkgs) - else: - self.assertEqual(kmod.allowed_list, set()) - - def test1a(self): - self.pkg_list, self.kmod_list = sort_kmods(get_td('test1.dep'), get_td('test1.yaml'), - do_pictures=FiltermodTests.do_pictures) - - self._is_kmod_pkg('kmod1', 'modules-core') - self._is_kmod_pkg('kmod2', 'modules-core') - self._is_kmod_pkg('kmod3', 'modules') - self._is_kmod_pkg('kmod4', 'modules') - - def test1b(self): - self.pkg_list, self.kmod_list = sort_kmods(get_td('test1.dep'), get_td('test1.yaml'), - do_pictures=FiltermodTests.do_pictures, - variants=['rt']) - - self.assertIsNotNone(self.pkg_list.get('modules-other')) - self._is_kmod_pkg('kmod1', 'modules-core') - self._is_kmod_pkg('kmod2', 'modules-core') - self._is_kmod_pkg('kmod3', 'modules') - self._is_kmod_pkg('kmod4', 'modules-other') - - - def test2(self): - self.pkg_list, self.kmod_list = sort_kmods(get_td('test2.dep'), get_td('test2.yaml'), - do_pictures=FiltermodTests.do_pictures) - - self._is_kmod_pkg('kmod1', 'modules-extra') - self._is_kmod_pkg('kmod2', 'modules') - self._is_kmod_pkg('kmod3', 'modules-core') - self._is_kmod_pkg('kmod4', 'modules-core') - self._is_kmod_pkg('kmod5', 'modules-core') - self._is_kmod_pkg('kmod6', 'modules-extra') - self._is_kmod_pkg('kmod8', 'modules') - - def test3(self): - self.pkg_list, self.kmod_list = sort_kmods(get_td('test3.dep'), get_td('test3.yaml'), - do_pictures=FiltermodTests.do_pictures) - - self._is_kmod_pkg('kmod2', ['modules-core', 'modules']) - self._is_kmod_pkg('kmod4', ['modules-core', 'modules-extra']) - self._is_kmod_pkg('kmod5', 'modules-core') - self._is_kmod_pkg('kmod6', 'modules-core') - - def test4(self): - self.pkg_list, self.kmod_list = sort_kmods(get_td('test4.dep'), get_td('test4.yaml'), - do_pictures=FiltermodTests.do_pictures) - - self._is_kmod_pkg('kmod0', 'modules') - self._is_kmod_pkg('kmod1', 'modules') - self._is_kmod_pkg('kmod2', 'modules') - self._is_kmod_pkg('kmod3', 'modules') - self._is_kmod_pkg('kmod4', 'modules') - self._is_kmod_pkg('kmod5', 'modules') - self._is_kmod_pkg('kmod6', 'modules') - self._is_kmod_pkg('kmod7', 'modules-partner2') - self._is_kmod_pkg('kmod8', 'modules-partner') - self._is_kmod_pkg('kmod9', 'modules-partner') - - def _check_preffered_pkg(self, kmodname, pkgname): - kmod = self.kmod_list.get(kmodname) - self.assertIsNotNone(kmod) - self.assertEqual(kmod.preferred_pkg.name, pkgname) - - def test5(self): - self.pkg_list, self.kmod_list = sort_kmods(get_td('test5.dep'), get_td('test5.yaml'), - do_pictures=FiltermodTests.do_pictures) - - self._check_preffered_pkg('kmod2', 'modules') - self._check_preffered_pkg('kmod3', 'modules-partner') - self._check_preffered_pkg('kmod4', 'modules-partner') - - def test6(self): - self.pkg_list, self.kmod_list = sort_kmods(get_td('test6.dep'), get_td('test6.yaml'), - do_pictures=FiltermodTests.do_pictures) - - self._is_kmod_pkg('kmod2', 'modules-core') - self._is_kmod_pkg('kmod3', 'modules') - self._is_kmod_pkg('kmod4', 'modules') - self._is_kmod_pkg('kmod1', []) - - def test7(self): - self.pkg_list, self.kmod_list = sort_kmods(get_td('test7.dep'), get_td('test7.yaml'), - do_pictures=FiltermodTests.do_pictures) - - self._is_kmod_pkg('kmod1', 'modules-core') - self._is_kmod_pkg('kmod2', 'modules-core') - self._is_kmod_pkg('kmod3', 'modules-other') - self._is_kmod_pkg('kmod4', 'modules') - - -def do_rpm_mapping_test(config_pathname, kmod_rpms): - kmod_dict = {} - - def get_kmods_matching_re(pkgname, param_re): - matched = [] - param_re = '^kernel/' + param_re - pattern = re.compile(param_re) - - for kmod_pathname, kmod_rec in kmod_dict.items(): - m = pattern.match(kmod_pathname) - if m: - matched.append(kmod_pathname) - - return matched - - for kmod_rpm in kmod_rpms.split(): - filename = os.path.basename(kmod_rpm) - - m = re.match(r'.*-modules-([^-]+)', filename) - if not m: - raise Exception('Unrecognized rpm ' + kmod_rpm + ', expected a kernel-modules* rpm') - pkgname = 'modules-' + m.group(1) - m = re.match(r'modules-([0-9.]+)', pkgname) - if m: - pkgname = 'modules' - - tmpdir = os.path.join('tmp.filtermods', filename, pkgname) - if not os.path.exists(tmpdir): - log.info('creating tmp dir %s', tmpdir) - os.makedirs(tmpdir) - safe_run_command('rpm2cpio %s | cpio -id' % (os.path.abspath(kmod_rpm)), cwddir=tmpdir) - else: - log.info('using cached content of tmp dir: %s', tmpdir) - - for path, subdirs, files in os.walk(tmpdir): - for name in files: - ret = re.match(r'.*/'+pkgname+'/lib/modules/[^/]+/[^/]+/(.*)', os.path.join(path, name)) - if not ret: - continue - - kmod_pathname = 'kernel/' + ret.group(1) - if not kmod_pathname.endswith('.xz') and not kmod_pathname.endswith('.ko'): - continue - if kmod_pathname in kmod_dict: - if pkgname not in kmod_dict[kmod_pathname]['target_pkgs']: - kmod_dict[kmod_pathname]['target_pkgs'].append(pkgname) - else: - kmod_dict[kmod_pathname] = {} - kmod_dict[kmod_pathname]['target_pkgs'] = [pkgname] - kmod_dict[kmod_pathname]['pkg'] = None - kmod_dict[kmod_pathname]['matched'] = False - - kmod_pkg_list = load_config(config_pathname, None) - - for package_name, rule_type, rule in kmod_pkg_list.rules: - kmod_names = get_kmods_matching_re(package_name, rule) - - for kmod_pathname in kmod_names: - kmod_rec = kmod_dict[kmod_pathname] - - if not kmod_rec['matched']: - kmod_rec['matched'] = True - kmod_rec['pkg'] = package_name - for kmod_pathname, kmod_rec in kmod_dict.items(): - if kmod_rec['pkg'] not in kmod_rec['target_pkgs']: - log.warning('kmod %s wanted by config in %s, in tree it is: %s', kmod_pathname, [kmod_rec['pkg']], kmod_rec['target_pkgs']) - elif len(kmod_rec['target_pkgs']) > 1: - # if set(kmod_rec['target_pkgs']) != set(['modules', 'modules-core']): - log.warning('kmod %s multiple matches in tree: %s/%s', kmod_pathname, [kmod_rec['pkg']], kmod_rec['target_pkgs']) - - -def cmd_sort(options): - do_pictures = '' - if options.graphviz: - do_pictures = '0f' - - pkg_list, kmod_list = sort_kmods(options.depmod, options.config, - options.variants, do_pictures) - ret = print_report(pkg_list, kmod_list) - if options.output: - write_modules_lists(options.output, pkg_list, kmod_list) - - return ret - - -def cmd_print_rule_map(options): - kmod_list = KModList() - kmod_list.load_depmod_file(options.depmod) - pkg_list = load_config(options.config, kmod_list, options.variants) - apply_initial_labels(pkg_list, kmod_list, treat_default_as_wants=True) - - for kmod in kmod_list.get_alphabetical_order(): - print('%-20s %s' % (kmod.preferred_pkg, kmod.kmod_pathname)) - - -def cmd_selftest(options): - if options.graphviz: - FiltermodTests.do_pictures = '0f' - - for arg in ['selftest', '-g', '--graphviz']: - if arg in sys.argv: - sys.argv.remove(arg) - - unittest.main() - sys.exit(0) - - -def cmd_cmp2rpm(options): - do_rpm_mapping_test(options.config, options.kmod_rpms) - - -def main(): - global log - - parser = argparse.ArgumentParser() - parser.add_argument('-v', '--verbose', dest='verbose', - help='be more verbose', action='count', default=4) - parser.add_argument('-q', '--quiet', dest='quiet', - help='be more quiet', action='count', default=0) - parser.add_argument('-l', '--log-filename', dest='log_filename', - help='log filename', default='filtermods.log') - - subparsers = parser.add_subparsers(dest='cmd') - - def add_graphviz_arg(p): - p.add_argument('-g', '--graphviz', dest='graphviz', - help='generate graphviz visualizations', - action='store_true', default=False) - - def add_config_arg(p): - p.add_argument('-c', '--config', dest='config', required=True, - help='path to yaml config with rules') - - def add_depmod_arg(p): - p.add_argument('-d', '--depmod', dest='depmod', required=True, - help='path to modules.dep file') - - def add_output_arg(p): - p.add_argument('-o', '--output', dest='output', default=None, - help='output $module_name.list files to directory specified by this parameter') - - def add_variants_arg(p): - p.add_argument('-r', '--variants', dest='variants', action='append', default=[], - help='variants to enable in config') - - def add_kmod_rpms_arg(p): - p.add_argument('-k', '--kmod-rpms', dest='kmod_rpms', required=True, - help='compare content of specified rpm(s) against yaml config rules') - - parser_sort = subparsers.add_parser('sort', help='assign kmods specified by modules.dep using rules from yaml config') - add_config_arg(parser_sort) - add_depmod_arg(parser_sort) - add_output_arg(parser_sort) - add_variants_arg(parser_sort) - add_graphviz_arg(parser_sort) - - parser_rule_map = subparsers.add_parser('rulemap', help='print how yaml config maps to kmods') - add_config_arg(parser_rule_map) - add_depmod_arg(parser_rule_map) - add_variants_arg(parser_rule_map) - - parser_test = subparsers.add_parser('selftest', help='runs a self-test') - add_graphviz_arg(parser_test) - - parser_cmp2rpm = subparsers.add_parser('cmp2rpm', help='compare ruleset against RPM(s)') - add_config_arg(parser_cmp2rpm) - add_kmod_rpms_arg(parser_cmp2rpm) - - options = parser.parse_args() - - if options.cmd == "selftest": - options.verbose = options.verbose - 2 - options.verbose = max(options.verbose - options.quiet, 0) - levels = [NOTSET, CRITICAL, ERROR, WARN, INFO, DEBUG] - stdout_log_level = levels[min(options.verbose, len(levels) - 1)] - - log = setup_logging(options.log_filename, stdout_log_level) - - ret = 0 - if options.cmd == "sort": - ret = cmd_sort(options) - elif options.cmd == "rulemap": - cmd_print_rule_map(options) - elif options.cmd == "selftest": - cmd_selftest(options) - elif options.cmd == "cmp2rpm": - cmd_cmp2rpm(options) - else: - parser.print_help() - - return ret - - -if __name__ == '__main__': - # import profile - # profile.run('main()', sort=1) - sys.exit(main()) diff --git a/flavors b/flavors deleted file mode 100644 index 5cd6410fe..000000000 --- a/flavors +++ /dev/null @@ -1,2 +0,0 @@ -rhel -fedora diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index f2ce7d20d..000000000 --- a/gating.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- !Policy -product_versions: - - rhel-* -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: cki.tier1-aarch64.functional} - - !PassingTestCaseRule {test_case_name: cki.tier1-ppc64le.functional} - - !PassingTestCaseRule {test_case_name: cki.tier1-s390x.functional} - - !PassingTestCaseRule {test_case_name: cki.tier1-x86_64.functional} - - !PassingTestCaseRule {test_case_name: s1-aws-ci_x86_64.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: s1-aws-ci_aarch64.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: s1-azure-ci_x86_64.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: s1-azure-ci_aarch64.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: s1-gcp-ci.brew-build.tier1.functional} diff --git a/generate_all_configs.sh b/generate_all_configs.sh index 02c1f6a6d..9e3d5ecb7 100755 --- a/generate_all_configs.sh +++ b/generate_all_configs.sh @@ -1,38 +1,40 @@ #!/bin/sh # Adjusts the configuration options to build the variants correctly +# +# arg1: configuration to go in the primary variant +# arg2: are we only generating debug configs -test -n "$RHTEST" && exit 0 -DEBUGBUILDSENABLED=$1 -if [ -z "$DEBUGBUILDSENABLED" ]; then +PRIMARY=$1 +DEBUGBUILDSENABLED=$2 + +if [ -z "$2" ]; then exit 1 fi -if [ -z "$FLAVOR" ]; then - FLAVOR=rhel +if [ -z "$PRIMARY" ]; then + PRIMARY=rhel fi -if [ "$FLAVOR" = "fedora" ]; then +if [ "$PRIMARY" = "fedora" ]; then SECONDARY=rhel else SECONDARY=fedora fi -# The +1 is to remove the - at the end of the SPECPACKAGE_NAME string -specpackage_name_len=$((${#SPECPACKAGE_NAME} + 1)) -for i in "${SPECPACKAGE_NAME}"*-"$FLAVOR".config; do - # shellcheck disable=SC3057 - NEW=${SPECPACKAGE_NAME}-"$SPECRPMVERSION"-$(echo "${i:$specpackage_name_len}" | sed s/-"$FLAVOR"//) +for i in kernel-*-"$PRIMARY".config; do + NEW=kernel-"$VERSION"-$(echo "$i" | cut -d - -f2- | sed s/-"$PRIMARY"//) + #echo $NEW mv "$i" "$NEW" done rm -f kernel-*-"$SECONDARY".config if [ "$DEBUGBUILDSENABLED" -eq 0 ]; then - for i in "${SPECPACKAGE_NAME}"-*debug*.config; do + for i in kernel-*debug*.config; do base=$(echo "$i" | sed -r s/-?debug//g) - NEW=${SPECPACKAGE_NAME}-$(echo "$base" | cut -d - -f2-) + NEW=kernel-$(echo "$base" | cut -d - -f2-) mv "$i" "$NEW" done fi diff --git a/generate_bls_conf.sh b/generate_bls_conf.sh new file mode 100755 index 000000000..03b21821f --- /dev/null +++ b/generate_bls_conf.sh @@ -0,0 +1,35 @@ +#!/bin/bash +set -e + +# shellcheck disable=SC1091 +. /etc/os-release + +kernelver=$1 && shift +rootfs=$1 && shift +variant=$1 && shift + +output="${rootfs}/lib/modules/${kernelver}/bls.conf" +date=$(date -u +%Y%m%d%H%M%S) + +if [ "${variant:-5}" = "debug" ]; then + debugname=" with debugging" + debugid="-debug" +else + debugname="" + debugid="" +fi + +# shellcheck will complain about bootprefix being referenced but not assigned, +# but that is perfectly OK here. +# shellcheck disable=SC2154 +cat > "$output" < [6.19.0-0.rc5.38] -- rust: Add -fdiagnostics-show-context to bindgen_skip_c_flags (Siddhesh Poyarekar) -Resolves: - -* Mon Jan 12 2026 Fedora Kernel Team [6.19.0-0.rc5.37] -- Linux v6.19.0-0.rc5 -Resolves: - -* Sun Jan 11 2026 Fedora Kernel Team [6.19.0-0.rc4.755bc1335e3b.36] -- Linux v6.19.0-0.rc4.755bc1335e3b -Resolves: - -* Sat Jan 10 2026 Fedora Kernel Team [6.19.0-0.rc4.b6151c4e60e5.35] -- gitlab-ci: set allow_failure for the rawhide-release job (Patrick Talbert) -- redhat: export FLAVOR (Jose Ignacio Tornos Martinez) -- redhat: Add documentation comments to kernel.spec.template macros (Alexandra Hájková) -- redhat/configs: enable rtw8922ae for rhel (Jose Ignacio Tornos Martinez) -- Linux v6.19.0-0.rc4.b6151c4e60e5 -Resolves: - -* Fri Jan 09 2026 Fedora Kernel Team [6.19.0-0.rc4.623fb9912f6a.34] -- Linux v6.19.0-0.rc4.623fb9912f6a -Resolves: - -* Thu Jan 08 2026 Fedora Kernel Team [6.19.0-0.rc4.f0b9d8eb98df.33] -- kernel.spec.template: Cleanup package_name use (Prarit Bhargava) -Resolves: - -* Wed Jan 07 2026 Fedora Kernel Team [6.19.0-0.rc4.f0b9d8eb98df.32] -- Revert "Turn on CONFIG_DEBUG_INFO_COMPRESSED_ZLIB" (Lianbo Jiang) -- Linux v6.19.0-0.rc4.f0b9d8eb98df -Resolves: - -* Tue Jan 06 2026 Fedora Kernel Team [6.19.0-0.rc4.7f98ab9da046.31] -- Linux v6.19.0-0.rc4.7f98ab9da046 -Resolves: - -* Mon Jan 05 2026 Fedora Kernel Team [6.19.0-0.rc4.3609fa95fb0f.30] -- Linux v6.19.0-0.rc4.3609fa95fb0f -Resolves: - -* Sun Jan 04 2026 Fedora Kernel Team [6.19.0-0.rc3.aacb0a6d604a.29] -- Linux v6.19.0-0.rc3.aacb0a6d604a -Resolves: - -* Sat Jan 03 2026 Fedora Kernel Team [6.19.0-0.rc3.805f9a061372.28] -- fedora: aarch64: Enable BST platform support (Weizhao Ouyang) -- fedora: aarch64: Enable TI_SCI_INTR_IRQCHIP as built-in (Ayush Singh) -- Linux v6.19.0-0.rc3.805f9a061372 -Resolves: - -* Thu Jan 01 2026 Fedora Kernel Team [6.19.0-0.rc3.b69053dd3ffb.27] -- Linux v6.19.0-0.rc3.b69053dd3ffb -Resolves: - -* Wed Dec 31 2025 Fedora Kernel Team [6.19.0-0.rc3.c8ebd433459b.26] -- Linux v6.19.0-0.rc3.c8ebd433459b -Resolves: - -* Tue Dec 30 2025 Fedora Kernel Team [6.19.0-0.rc3.8640b74557fc.25] -- Linux v6.19.0-0.rc3.8640b74557fc -Resolves: - -* Mon Dec 29 2025 Fedora Kernel Team [6.19.0-0.rc3.7839932417dd.24] -- Linux v6.19.0-0.rc3.7839932417dd -Resolves: - -* Sun Dec 28 2025 Fedora Kernel Team [6.19.0-0.rc2.d26143bb38e2.23] -- Linux v6.19.0-0.rc2.d26143bb38e2 -Resolves: - -* Sat Dec 27 2025 Fedora Kernel Team [6.19.0-0.rc2.c53f467229a7.22] -- Linux v6.19.0-0.rc2.c53f467229a7 -Resolves: - -* Thu Dec 25 2025 Fedora Kernel Team [6.19.0-0.rc2.ccd1cdca5cd4.21] -- Linux v6.19.0-0.rc2.ccd1cdca5cd4 -Resolves: - -* Tue Dec 23 2025 Fedora Kernel Team [6.19.0-0.rc2.b927546677c8.20] -- Fedora: arm: aarch64: Enable mandatory CONFIGs for QCS8300 (Shivendra Pratap) -- fedora: updates for the 6.19 merge (Peter Robinson) -- Linux v6.19.0-0.rc2.b927546677c8 -Resolves: - -* Mon Dec 22 2025 Fedora Kernel Team [6.19.0-0.rc2.19] -- Linux v6.19.0-0.rc2 -Resolves: - -* Sun Dec 21 2025 Fedora Kernel Team [6.19.0-0.rc1.9094662f6707.18] -- Linux v6.19.0-0.rc1.9094662f6707 -Resolves: - -* Fri Dec 19 2025 Fedora Kernel Team [6.19.0-0.rc1.dd9b004b7ff3.17] -- Linux v6.19.0-0.rc1.dd9b004b7ff3 -Resolves: - -* Wed Dec 17 2025 Fedora Kernel Team [6.19.0-0.rc1.ea1013c15392.16] -- Linux v6.19.0-0.rc1.ea1013c15392 -Resolves: - -* Tue Dec 16 2025 Fedora Kernel Team [6.19.0-0.rc1.40fbbd64bba6.15] -- Linux v6.19.0-0.rc1.40fbbd64bba6 -Resolves: - -* Mon Dec 15 2025 Fedora Kernel Team [6.19.0-0.rc1.14] -- redhat/self-test: refresh with new variables (Scott Weaver) -- gitlab-ci: enable c10s automotive package build (Scott Weaver) -- automotive: add configurable package name and disttag variables (Scott Weaver) -Resolves: - -* Mon Dec 15 2025 Fedora Kernel Team [6.19.0-0.rc1.13] -- Fix up zfcpdump mismatch (Justin M. Forbes) -- Linux v6.19.0-0.rc1 -Resolves: - -* Sun Dec 14 2025 Fedora Kernel Team [6.19.0-0.rc0.9d9c1cfec01c.12] -- redhat/kernel.spec.template: Let kernel-modules installation rebuild initrd in UKI system (Li Tian) [RHEL-135256] -Resolves: RHEL-135256 - -* Sat Dec 13 2025 Fedora Kernel Team [6.19.0-0.rc0.9d9c1cfec01c.11] -- Linux v6.19.0-0.rc0.9d9c1cfec01c -Resolves: - -* Thu Dec 11 2025 Fedora Kernel Team [6.19.0-0.rc0.d358e5254674.10] -- Linux v6.19.0-0.rc0.d358e5254674 -Resolves: - -* Wed Dec 10 2025 Fedora Kernel Team [6.19.0-0.rc0.0048fbb4011e.9] -- Linux v6.19.0-0.rc0.0048fbb4011e -Resolves: - -* Tue Dec 09 2025 Fedora Kernel Team [6.19.0-0.rc0.cb015814f8b6.8] -- restore HYPERV configs to 6.17 state (Paolo Bonzini) -- redhat/configs: automotive: enable NXP_STM_TIMER (Jared Kangas) -- redhat/configs: automotive: enable S32G_WDT (Jared Kangas) -- Linux v6.19.0-0.rc0.cb015814f8b6 -Resolves: - -* Mon Dec 08 2025 Fedora Kernel Team [6.19.0-0.rc0.c2f2b01b74be.7] -- Linux v6.19.0-0.rc0.c2f2b01b74be -Resolves: - -* Fri Dec 05 2025 Fedora Kernel Team [6.19.0-0.rc0.2061f18ad76e.6] -- Linux v6.19.0-0.rc0.2061f18ad76e -Resolves: - -* Fri Dec 05 2025 Fedora Kernel Team [6.19.0-0.rc0.559e608c4655.5] -- redhat/configs: enable NXP S32 on aarch64 autmotive (Alessandro Carminati) -Resolves: - -* Thu Dec 04 2025 Fedora Kernel Team [6.19.0-0.rc0.559e608c4655.4] -- Linux v6.19.0-0.rc0.559e608c4655 -Resolves: - -* Wed Dec 03 2025 Fedora Kernel Team [6.19.0-0.rc0.3f9f0252130e.3] -- Linux v6.19.0-0.rc0.3f9f0252130e -Resolves: - -* Tue Dec 02 2025 Fedora Kernel Team [6.19.0-0.rc0.4a26e7032d7d.2] -- Reset RHEL_RELEASE for the 6.19 cycle (Justin M. Forbes) -- add libasan-static and libubsan as BR for selftests (Thorsten Leemhuis) -- add liburing-devel as BR for selftests (Thorsten Leemhuis) -- add a few optional BRs for perf (Thorsten Leemhuis) -- Consolidate configs into common for 6.18 (Justin M. Forbes) -- redhat/configs: make CONFIG_DRM_CLIENT_LIB=y (Jocelyn Falempe) -- fedora: arm: minor config updates (Peter Robinson) -- Change RZ_DMAC from m to y for Fedora (Justin M. Forbes) -- redhat/configs: automotive: enable CAN_FLEXCAN (Jared Kangas) -- Revert "Removing Obsolete hba pci-ids from rhel8" (Scott Weaver) -- rh_messages.h: add missing lpfc devices (Scott Weaver) -- redhat/configs: Enable CONFIG_NFSD_V4_2_INTER_SSC in RHEL (Scott Mayhew) -- redhat: Package net/hsr selftests (Felix Maurer) -- Remove redundant Fedora VFIO overrides (Daniel P. Berrangé) -- Enable CONFIG_VFIO_DEVICE_CDEV on Fedora (Daniel P. Berrangé) -- redhat/configs: automotive: enable I2C_IMX and dependencies (Jared Kangas) -- Set some late arrival config options for Fedora 6.18 (Justin M. Forbes) -- redhat/configs: enable Micel PHY for NXP Automotive SoCs S32G2xx/S32G3xx/S32R45 (Alessandro Carminati) -- redhat/configs: enable Synopsis DWMAC IP on NXP Automotive SoCs S32G2xx/S32G3xx/S32R45 (Alessandro Carminati) -- redhat/configs: Move CONFIG_MICROCODE_DBG to common/generic/x86 (Waiman Long) -- redhat/configs: Set CONFIG_SCHED_PROXY_EXEC=n (Waiman Long) -- Add loongarch to kernel-headers for Fedora (Justin M. Forbes) -- Turn on SYNTH_EVENTS for RISCV RHEL to avoid a mismatch (Justin M. Forbes) -- Turn on PCI_PWRCTRL_SLOT for aarch64 in RHEL (Justin M. Forbes) -- redhat/kernel.spec.template: add net/can kselftests (Davide Caratti) -- redhat/configs: Enable CONFIG_OVMF_DEBUG_LOG in RHEL (Lenny Szubowicz) [RHEL-100104] -- merge-linux-next: use gitlab remote (Scott Weaver) -- redhat: use RELEASE_LOCALVERSION also for dist-get-tag (Jan Stancek) -- redhat: configs: rhel: Enable OV08X40 sensor to support Intel MIPI camera (Kate Hsuan) -- redhat: configs: rhel: Enable usbio-drivers to supower Intel MIPI camera (Kate Hsuan) -- redhat: configs: Enable DWC3 Generic Platform Driver on RHEL automotive (Desnes Nunes) [RHEL-119326] -- redhat: configs: Enable OV08X40 sensor driver on RHEL (Desnes Nunes) [RHEL-119326] -- redhat: configs: Enable USBIO Bridge support on RHEL x86 (Desnes Nunes) [RHEL-119326] -- gitlab-ci: testing (Scott Weaver) -- ark-linux-next: check for git hooks directory (Scott Weaver) -- gitlab-ci: merge-linux-next: workaround pydantic-core build error (Scott Weaver) -- redhat: remove EARLY ystream bits (Jan Stancek) -- redhat/configs: configure CONFIG_ATH12K_AHB for rhel (Jose Ignacio Tornos Martinez) -- Final configs for Fedora 6.18 (Justin M. Forbes) -- redhat/configs: Enable additional RV monitors on debug kernels (Gabriele Monaco) -- redhat/configs: Enable sched and rtapp RV monitors (Gabriele Monaco) -- redhat/configs: Move CONFIG_RV_PER_TASK_MONITORS to common/generic (Gabriele Monaco) -- properly reset CONFIG_EFI_SBAT_FILE value (Thorsten Leemhuis) -- kernel: extend rh_waived to cope better with the CVE mitigations case (Ricardo Robaina) [RHEL-122979] -- uki-virt: add systemd-repart module (Emanuele Giuseppe Esposito) -- fedora: cleanup/de-dupe the USB configfs options (Peter Robinson) -- fedora: cleanup/de-dupe the USB Device/Gadget config (Peter Robinson) -- fedora: Disable the remanents of legacy USB gadget (Peter Robinson) -- fedora: i3c: enable more i3c (Peter Robinson) -- Configs: Mark SCHED_MC as enabled for powerpc (Phil Auld) -- redhat: update self-test-data for RELEASE_LOCALVERSION (Jan Stancek) -- redhat: introduce RELEASE_LOCALVERSION variable (Jan Stancek) -- Turn on CONFIG_DEBUG_INFO_COMPRESSED_ZLIB (Lianbo Jiang) -- redhat/kernel.spec: make python3-perf glob more specific (Jan Stancek) -- fedora: arm64: Updates for AMD Xilinx devices (Peter Robinson) -- redhat/configs: Re-enable Raspberry Pi support in automotive (Radu Rendec) -- redhat/configs: automotive: enable FSL_EDMA (Jared Kangas) -- Trim changelog of dupes for the 6.18 reset (Justin M. Forbes) -- fedora: aarch64: Enable arm MHUv2 driver (Peter Robinson) -- redhat/configs: automotive: enable RTC_DRV_S32G (Jared Kangas) -- redhat/configs: automotive: switch ufs-qcom to module (Eric Chanudet) -- redhat/configs: automotive: switch geni-se and serial-qcom-geni to modules (Eric Chanudet) -- redhat/configs: automotive: switch pinctrl_msm and pinctrl_sa8775p to modules (Eric Chanudet) -- redhat: add all namespace-dependent selftests to kernel-selftests-internal (Joel Savitz) -- fedora: Minor QCom configs cleanup (Peter Robinson) -- fedora: cleanup now removed BCACHEFS options (Peter Robinson) -- fedora: Last updates for 6.18 (Peter Robinson) -- Turn on X86_FRED for Fedora (Justin M. Forbes) -- Fix up HYPERV configs for 6.18 (Justin M. Forbes) -- add xxd to as BuildRequire for bpf selftests (Thorsten Leemhuis) -- Flip HID_HAPTIC to inline for Fedora due to symbol errors (Justin M. Forbes) -- fedora: updates for 6.18 (Peter Robinson) -- redhat/configs: automotive: enable SPI_OMAP24XX as a module (Jared Kangas) -- Fix up mismatch with PCI_PWRCTRL_SLOT on arm (Justin M. Forbes) -- Turn on DRM_ACCEL_ROCKET FOR Fedora (Justin M. Forbes) -- redhat: rpminspect: update emptyrpm list for kernel variants (Patrick Talbert) -- redhat: ark-linux-next.sh: initial commit (Scott Weaver) -- redhat: prepare-commit-msg: initial commit (Scott Weaver) -- redhat: ark-merge-driver: initial commit (Scott Weaver) -- redhat/Makefile: add dist-configs-commit-mismatches (Scott Weaver) -- Flip SCHED_MC for RHEL ppc to avoid a mismatch (Justin M. Forbes) -- Revert "Merge branch 'add_next_sched_job' into 'os-build'" (Justin M. Forbes) -- Fix up a merge window mismatch for riscv RHEL (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.18 cycle (Justin M. Forbes) -- Turn on USB_FUNCTIONFS for Fedora (Justin M. Forbes) -- redhat/configs: Disable CONFIG_EFI_MIXED in RHEL (Lenny Szubowicz) -- Revert "Merge branch 'tmp2' into 'os-build'" (Justin M. Forbes) -- Always set LLVM=1 when building with clang (Tom Stellard) -- redhat/configs: Move CONFIG_MITIGATION_VMSCAPE to common/generic/x86 (Waiman Long) -- redhat/Makefile: Update the make target dist-configs-check to fail (Alexandra Hájková) -- Consolidate configs to common for 6.17 (Justin M. Forbes) -- Add 1010-config-newlines-test.bats self test. (Alexandra Hájková) -- os-build: Remove dead CONFIG_SCHED_DEBUG files (Phil Auld) -- redhat/configs: automotive: Disable COMPAT_32BIT_TIME SGETMASK_SYSCALL and IA32_EMULATION configs (Dorinda Bassey) -- Revert "redhat/configs: automotive: Disable NetLabel subsystem support" (Dorinda Bassey) -- redhat: ark-linux-next.sh: initial commit (Scott Weaver) -- redhat: prepare-commit-msg: initial commit (Scott Weaver) -- redhat: ark-merge-driver: initial commit (Scott Weaver) -- redhat/Makefile: add dist-configs-commit-mismatches (Scott Weaver) -- Turn on PINCTRL_SM8550_LPASS_LPI for Fedora (Justin M. Forbes) -- redhat: configs: drop TI_K3_UDMA & TI_K3_UDMA_GLUE_LAYER from RHEL (Eric Chanudet) -- redhat: configs: move TI_SCI_PROTOCOL and TI_MESSAGE_MANAGER to common (Eric Chanudet) -- Set CONFIG_MITIGATION_VMSCAPE for Fedora (Justin M. Forbes) -- redhat/Makefile: update dist-vr-check (Scott Weaver) -- gitlab-ci: add kcidb_tree_name to trees (Tales da Aparecida) -- Fix packaging for libcpupower python binding debuginfo (Justin M. Forbes) -- redhat/configs: automotive: enable TI K3 R5F remoteproc driver (Jared Kangas) -- Move CONFIG_SCHED_PROXY_EXEC to the zfcpdump directory (Justin M. Forbes) -- Set Fedora configs for 6.17 (Justin M. Forbes) -- redhat: scripts: ignore incorrect shellcheck 2329 in trap function (Simone Tollardo) -- Turn on PHY_ROCKCHIP_SAMSUNG_DCPHY for Fedora (Justin M. Forbes) -- rh_messages.h: add missing aacraid device (Scott Weaver) -- rh_messages.h: update unmaintained drivers (Scott Weaver) -- arm64: enable Tegra264 SoC components in RHEL (Marcin Juszkiewicz) -- redhat: export only selected variables (Jan Stancek) -- gitlab-ci: set HOME in maintenance jobs (Tales da Aparecida) -- gitlab-ci: remove fetch of linux-rt-devel (Scott Weaver) -- redhat/Makefile: auto select -z-test-pesign target for z-stream (Jan Stancek) -- redhat/configs: Move RHEL/Fedora lockdown configs to common (Jeremy Cline) -- Enable building libcpupower bindings for ELN/Rawhide (John B. Wyatt IV) -- redhat: Explicitly disable 'hostonly' mode on the dracut cmdline (Vitaly Kuznetsov) -- redhat: Directly use 'ukify' for building the UKI (Vitaly Kuznetsov) -- redhat: Temporary stop adding 'kernel' component to SBAT (Vitaly Kuznetsov) -- redhat/configs: Remove obsolete CONFIG files - part 1 (Waiman Long) -- redhat/Makefile: add dist-spec (Scott Weaver) -- redhat: Switch to implicit enablement of CONFIG_EFI_SBAT_FILE (Vitaly Kuznetsov) -- redhat/configs: Enable early lockdown for Arm (Mark Salter) [RHEL-1927] -- arm64: add early lockdown for secure boot (Mark Salter) [RHEL-1927] -- efi: pass secure boot mode to kernel proper (Mark Salter) [RHEL-1927] -- Disable Nova Core until it is useful (Justin M. Forbes) -- Turn off LIBBPF_DYNAMIC for perf builds (Justin M. Forbes) -- redhat: Add SBAT information to Linux kernel (Vitaly Kuznetsov) -- redhat: Add SBAT to the UKI unconditionally (Vitaly Kuznetsov) -- Enable PHY drivers required for automotive board (Radu Rendec) -- fedora: more updates for 6.17 (Peter Robinson) -- specfile: change conditionals for realtime for fedora (Clark Williams) -- redhat/configs: Disable TPM2 HMAC sessions (Štěpán Horáček) [RHEL-82779] -- redhat/script: Fix instructions for dist-cross-setup (Thomas Huth) -- redhat/configs: Fix location of the S390_MODULES_SANITY_TEST switch (Thomas Huth) -- redhat/configs: Fix location of the CONFIG_S390_KPROBES_SANITY_TEST switch (Thomas Huth) -- redhat/configs: Remove superfluous generic CONFIG_TUNE_Z16 switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_TUNE_Z17 switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_RANDOMIZE_IDENTITY_BASE switch (Thomas Huth) -- Fix up some networking configs to make docker work again (Justin M. Forbes) -- rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDER (Justin M. Forbes) -- kernel.spec: add '-e' option to %%preun for kernel-core and kernel-uki-virt (Xuemin Li) -- Remove CONFIG_TEST_MISC_MINOR as deps are no longer met (Justin M. Forbes) -- Add to pending to fix precendence and avoid mismatch (Justin M. Forbes) -- CONFIG_PAGE_BLOCK_ORDER is now CONFIG_PAGE_BLOCK_MAX_ORDER (Justin M. Forbes) -- redhat/kernel.spec: fix leftover typo in Provides line (Jan Stancek) -- fedora: Updates for 6.17 merge (Peter Robinson) -- Fix a mismatch, needs further investigation (Justin M. Forbes) -- Turn off TEST_MISC_MINOR as its deps are no longer met (Justin M. Forbes) -- redhat/configs: Disable CRYPTO_KRB5 for zfcpdump (Vladis Dronov) -- Trim changelog after rebase (Justin M. Forbes) -- Flip TEGRA124_CPUFREQ to m for config mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.17 cycle (Justin M. Forbes) -- redhat/kernel.spec: fix uname_variant call sites (Jan Stancek) [RHEL-104231] -- redhat/kernel.spec: fix uname_suffix call sites (Jan Stancek) [RHEL-104231] -- redhat/configs: Add evaluate_configs.py and documentation (Prarit Bhargava) -- redhat: Remove old evaluate_configs (Prarit Bhargava) -- redhat/spec: package full bpftool in selftests (Gregory Bell) -- selftests/bpf: Remove ksyms_weak_lskel test (Artem Savkov) -- redhat/spec: Add libxml2-devel dependency for selftests build (Viktor Malik) -- redhat/spec: Bypass check-rpaths for kselftests/bpf/urandom_read (Viktor Malik) -- redhat/spec: Do not use source fortification for C++ selftest binaries (Viktor Malik) -- redhat/spec: Do not use source fortification for selftests (Viktor Malik) -- redhat/spec: Fix BPF selftests build with PIE (Viktor Malik) -- redhat/spec: Add EXTRA_CXXFLAGS to bpf samples and selftests make (Artem Savkov) -- fedora: minor cleanups (Peter Robinson) -- fedora: aarch64: enable a couple of brcmstb reset drivers (Peter Robinson) -- rhel/aarch64: enable CONFIG_TCG_ARM_CRB_FFA as a module (Marcin Juszkiewicz) -- redhat/configs: Move CONFIG_MITIGATION_TSA under common/generic/x86 (Waiman Long) -- Set CONFIG_TEST_VMALLOC to off for s390 zfcpdump (Justin M. Forbes) -- Revert "redhat/configs: automotive: Turn off ACPI Processor package for aarch64" (Enric Balletbo i Serra) -- redhat/configs: automotive: Disable CONFIG_NUMA config (Dorinda Bassey) -- Consolidate configs to common for 6.16 (Justin M. Forbes) -- arm64: enable SND_HDA_ACPI as a module (Marcin Juszkiewicz) -- kernel.spec: always provide kernel-devel-uname-r (Scott Weaver) -- kernel.spec: always provide kernel (Scott Weaver) -- kernel.spec: dynamically set provides/requires name (Scott Weaver) -- kernel.spec: use %%{name} in partner/internal modules (Scott Weaver) -- kernel.spec: introduce with_automotive_build (Scott Weaver) -- kernel.spec: fix kernel-automotive packaging (Scott Weaver) -- kernel.spec: add a few macro option comments (Scott Weaver) -- kernel.spec: add conditional to include rhel trusted certificates (Eric Chanudet) -- kernel.spec: Always BuildRequire openssl-devel (Eric Chanudet) -- kernel.spec: automotive: disable kernel signature by default (Eric Chanudet) -- redhat/configs: automotive: enable extra system cert (Eric Chanudet) -- redhat/configs: automotive: Disable module signature with modules_install (Eric Chanudet) -- kernel.spec: honor packaging flags (Scott Weaver) -- Fix FIPS mode for Fedora (Justin M. Forbes) -- Turn on TSA Mitigation for Fedora (Justin M. Forbes) -- redhat/configs: Enable CONFIG_AMD_HSMP_ACPI and CONFIG_AMD_HSMP_PLAT on RHEL (David Arcari) -- redhat/configs: CONFIG_WWAN enough as a module (Jose Ignacio Tornos Martinez) -- redhat/configs: Enable CONFIG_NET_SCH_BPF on RHEL (Viktor Malik) -- config: new config in drivers/phy (Izabela Bakollari) -- livepatch: no need to build kselftests with kernel (Radomir Vrbovsky) -- redhat: Restore the status quo wrt memory onlining (Vitaly Kuznetsov) [2375049] -- redhat/spec: Disable gdb index for riscv cross-compile (Jennifer Berringer) -- gitlab-ci: Enable CI for riscv64 on centos/eln (Jennifer Berringer) -- redhat: Enable RISC-V arch for centos/eln (Jennifer Berringer) -- redhat/kernel.spec.template: add drivers/net and drivers/net/hw selftest (Hangbin Liu) -- uki: enable FIPS mode (Vitaly Kuznetsov) -- redhat/configs: Move CONFIG_MITIGATION_ITS to common/generic/x86 (Waiman Long) -- redhat/configs: enable fwctl for RHEL (Michal Schmidt) [RHEL-96987] -- Fedora configs for 6.16 (Justin M. Forbes) -- aarch64: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in (Peter Robinson) -- redhat/configs: enable CONFIG_TCG_SVSM (Stefano Garzarella) -- redhat: enable CONFIG_CRASH_DM_CRYPT and CONFIG_KEXEC_HANDOVER for all (Coiby Xu) -- Simplify include Makefile.rhelver (Don Zickus) -- redhat/configs/common/generic: enable vgem module via CONFIG_DRM_VGEM (Alexander Kanavin) -- redhat/configs: enable IWLMLD for rhel (Jose Ignacio Tornos Martinez) -- kernel.spec: fedora automotive build is not supported (Scott Weaver) -- gitignore: kernel-automotive generated files (Scott Weaver) -- gitlab-ci: use AUTOMOTIVE_BUILD with dist-srpm (Scott Weaver) -- redhat/self-test: update for new automotive variables (Scott Weaver) -- redhat/Makefile: introduce AUTOMOTIVE_BUILD (Scott Weaver) -- kernel.spec: updates for automotive-only build (Scott Weaver) -- fedora: Updates for the 6.16 merge window (Peter Robinson) -- redhat/kernel.spec: drop modules-extra-matched for noarch (Jan Stancek) -- redhat/configs: fedora: set some qcom clk, icc, and pinctrl drivers to built in (Brian Masney) -- fedora: disable SND_OSSEMUL (Peter Robinson) -- fedora: disable OSS sound for real HW (Peter Robinson) -- gitlab-ci: disable merge-rt-automotive (Scott Weaver) -- redhat/configs: automotive: enable j784s4evm DSP remoteproc configs (Jared Kangas) [RHEL-95436] -- redhat/configs: add LED kernel configs (Rupinderjit Singh) -- redhat: enable test_kmod, test_module and install kmod selftests (Herton R. Krzesinski) -- package the newly added cpupower.service (Thorsten Leemhuis) -- process_configs: always print errors (Thorsten Leemhuis) -- redhat/configs: disable RZ/V2N in automotive (Eric Chanudet) -- redhat/configs: Move RZ/G3E config to automotive (Eric Chanudet) -- redhat: add more namespace selftests to kernel-modules-internal package (Joel Savitz) [RHEL-94503] -- redhat/configs: Enable CONFIG_PCIE_TPH (Ivan Vecera) -- spec: fix spec warning for /usr/include/ynl (Jan Stancek) -- redhat/configs: Move CONFIG_PPC_FTRACE_OUT_OF_LINE_NUM_RESERVE to powerpc (Viktor Malik) -- Fix up powerpc mismatch (Justin M. Forbes) -- Fix another mismatch for 6.16 (Justin M. Forbes) -- Fix up a mismatch for Fedora aarch64 (Justin M. Forbes) -- Fix up mismatches for RHEL s390 zfpcdump (Justin M. Forbes) -- More mismatch fixes for 6.16 (Justin M. Forbes) -- Turn CROS_EC_PROTO to m for Fedora to avoid mismatch (Justin M. Forbes) -- Reset changelog for 6.16 cycle (Justin M. Forbes) -- Fix up CRYPTO_SHA256 configs for mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.16 cycle (Justin M. Forbes) -- fedora: add 'fedora' SBAT suffix for UKI addons (Li Tian) -- redhat: add downstream SBAT for UKI addons (Emanuele Giuseppe Esposito) -- uki_addons: provide custom SBAT as input parameter (Emanuele Giuseppe Esposito) -- uki_addons: remove completely sbat/sbat.conf (Emanuele Giuseppe Esposito) -- Consolidate configs to common for 6.15 (Justin M. Forbes) -- redhat/configs: automotive: enable MHI_BUS_EP (Eric Chanudet) -- Fix PHYSICAL_ALIGN for x86 Fedora (Justin M. Forbes) -- Switch ZSWAP_ZPOOL_DEFAULT to ZSMALLOC as ZBUD has been removed (Justin M. Forbes) -- redhat: configs: rhel: Enable CX231XX drivers (Kate Hsuan) -- configs: add redhat/configs/common/generic/CONFIG_OBJTOOL_WERROR (Ryan Sullivan) [RHEL-85301] -- redhat: make ENABLE_WERROR also enable OBJTOOL_WERROR (Ryan Sullivan) [RHEL-85301] -- redhat/configs: Enable CONFIG_X86_POSTED_MSI (Jerry Snitselaar) -- redhat/configs: remove CRC16 config files (Scott Weaver) -- Revert CONFIG_GENKSYMS in pending for x86 (Justin M. Forbes) -- Flip GENKSYMS for RHEL (Justin M. Forbes) -- Move MITIGATION_ITS to the x86 directory (Justin M. Forbes) -- Set MITIGATION_ITS for Fedora (Justin M. Forbes) -- Fedora: arm: Updates for QCom devices (Souradeep Chowdhury) -- redhat/configs: Explicitly disable CONFIG_VIRTIO_MEM on powerpc in RHEL (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_AP_DEBUG config switch (Thomas Huth) -- Set Fedora configs for 6.15 (Justin M. Forbes) -- Shorten the uname for git snapshots (Justin M. Forbes) -- nvme: explicitly enable the nvme keyring (Maurizio Lombardi) -- Enable the gs_usb CAN bus driver in RHEL (Radu Rendec) -- Stop disabling some modules needed to run on Azure (Pierre-Yves Chibon) -- redhat/configs: enable ACPI_DEBUG on non-debug kernels (Mark Langsdorf) -- specfile: add with_toolsonly variable to build only tools packages (Clark Williams) -- redhat/configs: Enable CONFIG_TYPEC_TBT_ALTMODE in RHEL (Desnes Nunes) [RHEL-78931] -- Turn on ACPI_DEBUG for Fedora (Justin M. Forbes) -- redhat: fix kernel-rt-kvm package removal for Fedora (Thorsten Leemhuis) -- redhat/configs: aarch64: Enable Apple touchbar display driver for Fedora (Neal Gompa) -- redhat: remove kernel-rt-kvm package (Clark Williams) -- redhat: introduce modules-extra-matched meta package (Jan Stancek) -- Fix up some Netfilter configs for Fedora (Justin M. Forbes) -- Turn NF_CT_NETLINK_TIMEOUT for Fedora (Justin M. Forbes) -- Turn on NF_CONNTRACK_TIMEOUT for Fedora (Justin M. Forbes) -- redhat/configs: Adjust CONFIG_TUNE for s390x (Mete Durlu) -- redhat/spec: fix selftests dependencies (Gregory Bell) [RHEL-88228] -- redhat: add namespace selftests to kernel-modules-internal package (Joel Savitz) [RHEL-88635] -- Turn off CONFIG_PCI_REALLOC_ENABLE_AUTO for Fedora (Justin M. Forbes) -- gitlab-ci: enable pipelines for rt-64k (Clark Williams) -- rt-64k: Enable building 64k page-size RT kernel (Clark Williams) -- redhat: drop Y issues from changelog (Jan Stancek) -- redhat/configs: Update the CONFIG_KERNEL_IMAGE_BASE kernel config option (Thomas Huth) -- redhat/configs: Remove the obsolete CONFIG_ZCRYPT_DEBUG switches (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_AP switch (Thomas Huth) -- fedora: updates for 6.15 (Peter Robinson) -- redhat/configs: Disable CONFIG_COMPAT option on s390 (Mete Durlu) [RHEL-24047] -- uki: Add weak dependency on 'uki-direct' (Vitaly Kuznetsov) -- redhat/kernel.spec: fix duplicate packaging of ynl headers (Jan Stancek) -- Enable FunctionFS on aarch64 + x86 (Sam Day) -- Turn on USB Gadget for Fedora x86 (Justin M. Forbes) -- redhat: enable drm panic screen with a QR code (Scott Weaver) -- redhat: enable Rust code in ELN (Scott Weaver) -- redhat: strip leading '(' in dist-get-buildreqs (Jan Stancek) -- Fix up CONFIG_CRC_ITU_T mismatch (Scott Weaver) -- Fix up CONFIG_CRC16 mismatch (Scott Weaver) -- redhat: remove kernel-ipaclones-internal package (Joe Lawrence) -- redhat/kernel.spec.template: add net packetdrill selftests (Hangbin Liu) -- redhat/kernel.spec.template: Build rtla with BPF sample collection (Tomas Glozar) -- redhat/configs: automotive: Enable CONFIG_BOOTPARAM_HUNG_TASK_PANIC config (Dorinda Bassey) -- samples/bpf: fix build (Gregory Bell) -- redhat: create 'systemd-volatile-overlay' addon for UKI (Emanuele Giuseppe Esposito) -- fedora: arm64: move some TI drivers to modular (Peter Robinson) -- fedora: minor cleanups for 6.14 (Peter Robinson) -- redhat/configs: enable CONFIG_I2C_MUX_PCA954x on x86 (Michal Schmidt) -- redhat: bump RHEL_MAJOR (Jan Stancek) -- redhat/configs: enable CONFIG_AMD_3D_VCACHE for x86 on RHEL (David Arcari) -- Switch ZSWAP_ZPOOL_DEFAULT to ZSMALLOC as ZBUD has been removed (Justin M. Forbes) -- redhat/kernel.spec: list python3-wheel explicitly for Fedora<42 (Jan Stancek) -- handle man-page for rv-mon-sched in redhat/kernel.spec.template (Thorsten Leemhuis) -- redhat: find-debuginfo workaround is no longer needed on F42 (Jan Stancek) -- redhat/kernel.spec: use target versions of tools for debugedit and gdb-add-index (Jan Stancek) -- redhat: make ENABLE_WERROR enable also KVM_WERROR (Jan Stancek) -- kernel.spec.template: cpupower: adjust lib versioning (Thorsten Leemhuis) -- redhat/configs: automotive: builtin virtio-mmio (Eric Chanudet) -- Fix up mismatches in the 6.15 merge window (Scott Weaver) -- Reset log for 6.15 cycle (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.15 cycle (Justin M. Forbes) -- arm64: cleanup and de-dupe erratum (Peter Robinson) -- arm64: cleanup and de-dupe configs (Peter Robinson) -- cleanup: x86: cleanup some x86_32 leftovers (Peter Robinson) -- all: cleanup CAN_ROCKCHIP_CANFD (Peter Robinson) -- aarch64: Options required for UEFI HTTP boot on SystemReady-DT (Peter Robinson) -- common: Move ZONE_DEVICE to generic (Peter Robinson) -- common: Cleanup BTT (Peter Robinson) -- cleanup: move DEV_DAX_PMEM to common/generic (Peter Robinson) -- generic: cleanup the NVDIMM options (Peter Robinson) -- cleanup: move OF_PMEM to common/generic (Peter Robinson) -- cleanup: Remove DEV_DAX_PMEM_COMPAT option (Peter Robinson) -- Consolidate configs into common for 6.14 (Justin M. Forbes) -- Turn VIRTIO_BLK and VIRTIO_CONSOLE inline for Fedora (Justin M. Forbes) -- redhat: configs: fedora: enable CONFIG_I2C_HID_OF=m on x86 (Hans de Goede) -- redhat: move dist-relase-check behind new variable (Jan Stancek) -- Set last minute config item for 6.14 for Fedora (Justin M. Forbes) -- redhat/configs: automotive: Disable CONFIG_USERFAULTFD config (Dorinda Bassey) -- redhat/configs: automotive: Disable VLAN_8021Q_GVRP config (Dorinda Bassey) -- redhat/configs: automotive: Disable DCB and MPLS configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IEEE 802.15.4 config (Dorinda Bassey) -- redhat/configs: automotive: Disable various network classification features (Dorinda Bassey) -- redhat/configs: automotive: Disable the SMBFS file system (Dorinda Bassey) -- redhat/configs: automotive: Disable Myricom network adapters (Dorinda Bassey) -- redhat/configs: automotive: Disable USB4 Ethernet config (Dorinda Bassey) -- redhat/configs: automotive: Disable the Mellanox SwitchX core driver (Dorinda Bassey) -- redhat/configs: automotive: Disable network storage related protocols (Dorinda Bassey) -- redhat/configs: automotive: Disable lightweight tunneling with BPF (Dorinda Bassey) -- redhat/configs: automotive: Disable RADOS block device configs (Dorinda Bassey) -- redhat/configs: automotive: Disable switchdev driver framework (Dorinda Bassey) -- redhat/configs: automotive: Disable network packet generator (Dorinda Bassey) -- redhat/configs: automotive: Disable NET_CLS_ACT and PSAMPLE configs (Dorinda Bassey) -- redhat/configs: automotive: Disable BPF STREAM_PARSER (Dorinda Bassey) -- redhat/configs: automotive: Disable Open vSwitch and NET_NSH configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IP Virtual Server configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IP set support (Dorinda Bassey) -- redhat/configs: automotive: Disable NetLabel subsystem support (Dorinda Bassey) -- redhat/configs: automotive: Disable TLS Protocol (Dorinda Bassey) -- redhat/configs: automotive: Disable Advanced TCP Congestion Control (Dorinda Bassey) -- redhat/configs: automotive: Disable XDP Socket Protocol (Dorinda Bassey) -- redhat/configs: delete CONFIG_USB_ONBOARD_HUB and use CONFIG_USB_ONBOARD_DEV instead (Desnes Nunes) -- redhat: check release commit is present for dist-{release-tag,git} (Jan Stancek) -- Re-enable vxcan (CONFIG_CAN_VXCAN) for automotive (Radu Rendec) -- Turn on CONFIG_PACKING for RHEL (Justin M. Forbes) -- main.c: fix initcall blacklisted (Tomas Henzl) -- redhat/configs: automotive: Disable IPsec Protocols and XFRM (Dorinda Bassey) -- redhat: Update CONFIG_STRICT_DEVMEM settings (enable it on s390x) (Thomas Huth) -- redhat: Consolidate CONFIG_VIRTIO_MEM and enable it also for s390x (Thomas Huth) -- Remove no longer necessary pending entry (Justin M. Forbes) -- Fedora configs for 6.14 (Justin M. Forbes) -- redhat/configs: Disable rest of the CONFIG_PKEY_ options on s390 (Mete Durlu) [RHEL-78341] -- Fix up some debug module loading issues due to BTF mismatch (Justin M. Forbes) -- Revert "redhat/configs: automotive: disable CONFIG_AIO" (Davide Caratti) -- redhat/configs: automotive disable ARCH_TEGRA_241_SOC (Eric Chanudet) -- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-79818] -- redhat/configs: automotive: Disable MRP/8021Q_MVRP Protocol (Dorinda Bassey) -- redhat/configs: enable CONFIG_ARM_SMMU_MMU_500_CPRE_ERRATA (Jerry Snitselaar) -- redhat/configs: enable CONFIG_ARM_SMMU_V3_IOMMUFD (Jerry Snitselaar) -- redhat: configs: remove CONFIG_DMA_API_DEBUG_SG (Kate Hsuan) -- kernel.spec: add missing tools-libs on s390x (Jan Stancek) -- arch/x86/kernel/setup.c: fix rh_check_supported (Tomas Henzl) -- kernel.spec: add minimum version of setuptools for ynl (Jan Stancek) -- Revert "Merge: redhat/configs: automotive: Disable POSIX_MQUEUE config (Dorinda Bassey) -- redhat/configs: enable in kernel compression/decompression of compressed modules (Herton R. Krzesinski) -- redhat: change compression flags for xz (Herton R. Krzesinski) -- redhat/configs: automotive: Turn off ACPI Processor package for aarch64 (Enric Balletbo i Serra) -- redhat/configs: automotive: Disable L2TP Protocol (Dorinda Bassey) -- redhat/configs: automotive: Disable TIPC Protocol (Dorinda Bassey) -- redhat/configs: Enable Mediatek Bluetooth USB drivers (Bastien Nocera) -- redhat/configs: Disable CONFIG_PKEY for zfcpdump configs (Mete Durlu) [RHEL-78341] -- redhat/configs: automotive: disable VFIO_PLATFORM (Eric Chanudet) -- Revert "Merge: redhat/configs: automotive: Disable SYSIPC config" (Dorinda Bassey) -- redhat/configs: Enable CONFIG_KASAN_INLINE for RT debug kernel (Waiman Long) -- redhat/configs: Move CONFIG_PROVE_RAW_LOCK_NESTING to common/debug (Waiman Long) -- redhat/configs: Move all the lock debugging Kconfig's to common (Waiman Long) -- redhat/configs: Enable CONFIG_BLK_CGROUP_PUNT_BIO for RHEL (Neal Gompa) [RHEL-79711] -- fedora: pending: drop USB_ONBOARD_DEV_USB5744 (Peter Robinson) -- efi,lockdown: fix kernel lockdown on Secure Boot (Ondrej Mosnacek) {CVE-2025-1272} -- fedora: Update vbox drivers (Peter Robinson) -- Drop the s390x CONFIG_REGMAP from RHEL pending as upstream removed the dep (Justin M. Forbes) -- fedora: arm64: enable RT5616 codec (Marcin Juszkiewicz) -- Revert "nvme: Return BLK_STS_TARGET if the DNR bit is set" (Benjamin Marzinski) -- Revert "nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT" (Benjamin Marzinski) -- Revert "nvme: decouple basic ANA log page re-read support from native multipathing" (Benjamin Marzinski) -- Revert "nvme: nvme_mpath_init remove multipath check" (Benjamin Marzinski) -- redhat/configs: automotive: Disable CONFIG_FS_DAX config (Dorinda Bassey) -- config: update CONFIG_LSM to match upstream (Ryan Sullivan) -- redhat: configs: enable CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER for RHEL (David Arcari) -- redhat/Makefile: Add help text for target dist-dump-variables (Eder Zulian) -- redhat: update self-test-data for new default RHJOBS value (Patrick Talbert) -- set a more reasonable default for number of jobs (Thorsten Leemhuis) -- redhat: automotive: define CONFIG_RH_AUTOMOTIVE (Scott Weaver) -- redhat/configs: disable CONFIG_TCP_AO on RHEL (Sabrina Dubroca) -- redhat/configs: amend USB_ONBOARD_DEV_USB5744 (Eric Chanudet) -- redhat/configs: automotive: Disable SYSIPC and MQUEUE configs (Dorinda Bassey) -- redhat: kernel.spec: add ynl to kernel-tools (Jan Stancek) -- fedora: enable USB device USB5744 (Peter Robinson) -- rhel: enable FW_CACHE on RHEL (Dave Airlie) -- redhat/configs: automotive: Disable the SCTP Protocol (Dorinda Bassey) -- redhat: generalize rule for kunit and test kmod placement (Jan Stancek) -- Move CONFIG_PCI_REALLOC_ENABLE_AUTO out of common as they have diverged (Justin M. Forbes) -- fedora: arm64: enable Silicon Mitus SM5502 Extcon driver (Sam Day) -- fedora: arm64: enable Richtek RT5033 MFD+charger+regulator modules (Sam Day) -- configs/fedora: Enable CONFIG_PCI_REALLOC_ENABLE_AUTO (Yanko Kaneti) -- Enable CONFIG_INTEL_MEI_PXP and CONFIG_DRM_I915_PXP on rhel (Jocelyn Falempe) -- Enable Intel Xe Graphics (Mika Penttilä) -- Turn on CONFIG_DRM_ACCEL_AMDXDNA for Fedora (Justin M. Forbes) -- redhat/configs: disable CONFIG_AF_UNIX_OOB on RHEL (Marcelo Ricardo Leitner) -- redhat/configs: automotive: Disable wireless network and it's dependencies (Dorinda Bassey) -- redhat/kernel.spec: work around find-debuginfo aborting cross builds (Jan Stancek) -- redhat/configs: Default to batched invalidation on s390 (Jerry Snitselaar) -- redhat/configs: automotive: set CONFIG_TIMEOUT_PANIC (Enric Balletbo i Serra) -- drop %%{_datadir}/perf-core/* from kernel.spec (Thorsten Leemhuis) -- put new misc_minor_kunit in modules-internal (Thorsten Leemhuis) -- put new cirrus kunit tests in modules-internal (Thorsten Leemhuis) -- redhat/configs: enable iBFT parsing on aarch64 (Chris Leech) -- redhat: kernel.spec: fix build with merged-sbin (Zbigniew Jędrzejewski-Szmek) -- Fix up CONFIG_REGMAP mismatch (Scott Weaver) -- redhat: fix modules.order target (Scott Weaver) -- Fix up CONFIG_CRC_T10DIF_IMPL_GENERIC mismatch (Justin M. Forbes) -- Fix mismatches for 6.13 merge window (Justin M. Forbes) -- Reset rhelver and trim changelog for 6.14 (Justin M. Forbes) -- Turn off CONFIG_ARM_TIMER_SP804 for automotive (Justin M. Forbes) -- Set ARM_TIMER_SP804 (Justin M. Forbes) -- redhat/configs: enable addtional sa8775 related Kconfigs (Brian Masney) -- redhat: Add rustfmt to deps (Peter Robinson) -- redhat/configs: Disable deprecated CONFIG_LCS option on s390 (Mete Durlu) [RHEL-68296] -- redhat/configs: make modular/disable NFS support (Dorinda Bassey) -- redhat/configs: Disable unsafe queuing disciplines (Dorinda Bassey) -- configs: move pending RT configs into rhel/rt/generic (Clark Williams) -- Turn on PROVE_RAW_LOCK_NESTING for RHEL debug builds (Justin M. Forbes) -- redhat/Makefile: Fix long dist-full-help execution time (Prarit Bhargava) -- redhat/self-test: Update data to add HELP_TYPES variable (Prarit Bhargava) -- redhat/Makefile: Add new dist-help functionality (Prarit Bhargava) -- Makefile: Do not output LOCALVERSION message for help commands (Prarit Bhargava) -- Fedora 6.13 configs part 2 (Justin M. Forbes) -- Fedora 6.13 configs part 1 (Justin M. Forbes) -- redhat/configs: enable CONFIG_VFAT_FS as a module (Dorinda Bassey) -- redhat: create 'debug' addon for UKI (Li Tian) -- kernel.spec: Build cpupower on riscv64 (Yanko Kaneti) -- RHEL: Set correct config option for CRYPTO_HMAC_S390 (Mete Durlu) [RHEL-24137] -- redhat/kernel.spec: add iputils to the requires list for selftests-internal (Brian Masney) -- redhat/kernel.spec.template: Require kernel-tools-libs in rtla (Tomas Glozar) -- redhat: make kernel-debug-uki-virt installable without kernel-debug-core (Vitaly Kuznetsov) -- redhat/configs: enable CONFIG_USB_XHCI_PCI_RENESAS on RHEL (Desnes Nunes) [RHEL-72093] -- redhat/configs: Re-enable ZRAM backends and unify configuration (Neal Gompa) -- redhat/configs: automotive: disable CONFIG_AIO (Davide Caratti) -- redhat/configs: Re-enable CONFIG_INFINIBAND_VMWARE_PVRDMA (Vitaly Kuznetsov) -- redhat/configs: PREEMPT_NOTIFIERS does not need to be explicitly listed (Michal Schmidt) -- redhat/configs: delete all CONFIG_PREEMPT_*BEHAVIOUR (Michal Schmidt) -- redhat/configs: automotive: disable CONFIG_NET_DROP_MONITOR (Davide Caratti) -- redhat/configs: Enable the CS42L84 driver on Fedora (Neal Gompa) -- generic: Remove and cleanups from staging 6.13 (Peter Robinson) -- redhat: configs: Clean up DVB settings in RHEL (Kate Hsuan) -- Move CONFIG_ARCH_TEGRA_241_SOC config/common so that it is enabled for RHEL as well as Fedora. Get rid of uneeded CONFIG_TEGRA241_CMDQV in configs/fedora while we're at it. (Mark Salter) -- fedora: arm64: Enable the rockchip HDMI QP support (Peter Robinson) -- crypto: rng - Fix extrng EFAULT handling (Herbert Xu) -- redhat: configs: rhel: aarch64: Support NV Jetson MIPI camera (Kate Hsuan) -- gitlab-ci: disable clang CI pipelines (Scott Weaver) -- redhat/configs: Remove obsolete arch64/64k/CONFIG_FORCE_MAX_ZONEORDER (Waiman Long) -- Fix up QCOM_EMAC config for Fedora (Justin M. Forbes) -- redhat/configs: automotive: disable CONFIG_IO_URING (Ian Mullins) -- redhat/kernel.spec.template: Link rtla against in-tree libcpupower (Tomas Glozar) -- redhat: configs: enable INTEL_PLR_TPMI for RHEL (David Arcari) -- configs: Enable CONFIG_NETKIT for RHEL (Toke Høiland-Jørgensen) -- redhat: fix build/install targets in netfilter kselftest (Davide Caratti) -- RHEL: disable the btt driver (Jeff Moyer) -- redhat/configs: default to PREEMPT_LAZY on x86, riscv (Michal Schmidt) -- redhat/configs: New config CONFIG_PREEMPT_LAZY (Michal Schmidt) -- crypto: sig - Disable signing (Herbert Xu) -- redhat/configs: enable SERIAL_AMBA_PL011 for automotive (Radu Rendec) -- c10s: disable tests in CKI pipelines (Michael Hofmann) -- redhat: Drop bpftool from kernel spec (Viktor Malik) -- Better fixes for the fedora mismatch (Justin M. Forbes) -- Mismatch fix ups for Fedora (Justin M. Forbes) -- redhat/configs: Enable Intel Bluetooth PCIE drivers (Bastien Nocera) -- One more pending to fix a mismatch (Justin M. Forbes) -- redhat: fix RT PREEMPT configs for Fedora and RHEL (Clark Williams) -- Pending fixes to avoid mismatch for 6.13 (Justin M. Forbes) -- Reset changelog for 6.13 (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.13 (Justin M. Forbes) -- redhat: Move perf_dlfilter.h from libperf-devel to perf (Akihiko Odaki) -- Consolidate configs to common for 6.12 (Justin M. Forbes) -- redhat/configs: cleanup CONFIG_DEV_DAX (David Hildenbrand) -- redhat/configs: cleanup CONFIG_TRANSPARENT_HUGEPAGE_MADVISE for Fedora (David Hildenbrand) -- redhat/configs: cleanup CONFIG_TRANSPARENT_HUGEPAGE (David Hildenbrand) -- redhat/configs: enable CONFIG_TRANSPARENT_HUGEPAGE on s390x in Fedora (David Hildenbrand) -- redhat/configs: automotive: Enable j784s4evm am3359 tscadc configs (Joel Slebodnick) -- redhat/configs: delete renamed CONFIG_MLX5_EN_MACSEC (Michal Schmidt) -- rhel: disable DELL_RBU and cleanup related deps (Peter Robinson) -- crypto: rng - Ensure stdrng is tested before user-space starts (Herbert Xu) -- gitlab-ci: Add CKI_RETRIGGER_PIPELINE (Tales da Aparecida) -- redhat: configs: disable the qla4xxx iSCSI driver (Chris Leech) [RHEL-1242] -- Remove duplicated CONFIGs between automotive and RHEL (Julio Faracco) -- redhat: update self-test data for addition of automotive (Scott Weaver) -- gitlab-ci: enable automotive pipeline (Scott Weaver) -- automotive: move pending configs to automotive/generic (Scott Weaver) -- redhat/configs: change Renesas eMMC driver and dependencies to built-in (Radu Rendec) -- redhat/configs: automotive: Remove automotive specific override CONFIG_OMAP2PLUS_MBOX By removing this automotive-specific override, the configuration will default to the common configuration (CONFIG_OMAP2PLUS_MBOX=m), which enables the driver as a module. (Martin McConnell) -- Config enablement of the Renesas R-Car S4 SoC (Radu Rendec) [RHEL-44306] -- redhat/configs: automotive: Enable USB_CDNS3_TI for TI platforms (Andrew Halaney) -- redhat/configs: automotive: Enable j784s4evm SPI configs (Joel Slebodnick) -- redhat/configs: automotive: Enable TPS6594 MFD (Joel Slebodnick) -- redhat/configs: automotive: stop overriding CRYPTO_ECDH (Andrew Halaney) -- redhat/configs: automotive: Enable PCI_J721E (Andrew Halaney) -- redhat/configs: change some TI platform drivers to built-in (Enric Balletbo i Serra) -- redhat/configs: automotive: Enable TI j784s4evm display dependencies (Andrew Halaney) -- redhat/configs: automotive: match ark configs to cs9 main-automotive (Shawn Doherty) [RHEL-35995] -- redhat/configs: automotive: Enable TI's watchdog driver (Andrew Halaney) -- redhat/configs: automotive: Enable TI's UFS controller (Andrew Halaney) -- redhat/configs: automotive: Enable networking on the J784S4EVM (Andrew Halaney) [RHEL-29245] -- Disable unsupported kernel variants for automotive (Don Zickus) -- Disable CONFIG_RTW88_22BU (Don Zickus) -- redhat: Delete CONFIG_EFI_ZBOOT to use the common CONFIG (Julio Faracco) -- redhat: Update automotive SPEC file with new standards (Julio Faracco) -- redhat: Disable WERROR for automotive temporarily (Julio Faracco) -- redhat: Update spec file with automotive macros (Julio Faracco) -- redhat: Add automotive CONFIGs (Julio Faracco) -- Fedora configs for 6.12 (Justin M. Forbes) -- redhat/configs: Add CONFIG_CRYPTO_HMAC_S390 config (Mete Durlu) [RHEL-50799] -- redhat: configs: common: generic: Clean up EM28XX that are masked behind CONFIG_VIDEO_EM28XX (Kate Hsuan) -- redhat/configs: Update powerpc NR_CPUS config (Mamatha Inamdar) -- redhat: use stricter rule for kunit.ko (Jan Stancek) -- filtermod: fix clk kunit test and kunit location (Nico Pache) -- redhat/configs: enable xr_serial on rhel (Desnes Nunes) -- redhat/configs: enable ATH12K for rhel (Jose Ignacio Tornos Martinez) -- redhat: configs: rhel: generic: x86: Enable IPU6 based MIPI cameras (Kate Hsuan) -- os-build: enable CONFIG_SCHED_CLASS_EXT for RHEL (Phil Auld) -- Fedora 6.12 configs part 1 (Justin M. Forbes) -- redhat: set new gcov configs (Jan Stancek) -- Don't ignore gitkeep files for ark-infra (Don Zickus) -- redhat/kernel.spec: don't clear entire libdir when building tools (Jan Stancek) -- redhat/configs: enable usbip for rhel (Jose Ignacio Tornos Martinez) -- redhat: create 'crashkernel=' addons for UKI (Vitaly Kuznetsov) -- redhat: avoid superfluous quotes in UKI cmdline addones (Vitaly Kuznetsov) -- fedora: arm: updates for 6.12 (Peter Robinson) -- redhat/configs: add bootconfig to kernel-tools package (Brian Masney) -- Enable CONFIG_SECURITY_LANDLOCK for RHEL (Zbigniew Jędrzejewski-Szmek) [RHEL-8810] -- redhat: configs: Drop CONFIG_MEMSTICK_REALTEK_PCI config option (Desnes Nunes) -- Update the RHEL_DIFFERENCES help string (Don Zickus) -- Put build framework for RT kernel in place for Fedora (Clark Williams) -- generic: enable RPMB for all configs that enable MMC (Peter Robinson) -- fedora: riscv: Don't override MMC platform defaults (Peter Robinson) -- common: only enable on MMC_DW_BLUEFIELD (Peter Robinson) -- fedora: aarch64: Stop overriding CONFIG_MMC defaults (Peter Robinson) -- commong: The KS7010 driver has been removed (Peter Robinson) -- Trim Changelog for 6.12 (Justin M. Forbes) -- Enable CONFIG_SECURITY_IPE for Fedora (Zbigniew Jędrzejewski-Szmek) -- redhat: allow to override VERSION_ON_UPSTREAM from command line (Jan Stancek) -- redhat: configs: Enable CONFIG_SECURITY_TOMOYO in Fedora kernels (Tetsuo Handa) -- Revert "Merge branch 'enablement/gpio-expander' into 'os-build'" (Justin M. Forbes) -- redhat: configs: decrease CONFIG_PCP_BATCH_SCALE_MAX (Rafael Aquini) -- redhat/configs: Enable CONFIG_RCU_TRACE in Fedora/REHL kernels (Waiman Long) -- fedora: distable RTL8192E wifi driver (Peter Robinson) -- common: arm64: Fixup and cleanup some SCMI options (Peter Robinson) -- common: Cleanup ARM_SCMI_TRANSPORT options (Peter Robinson) -- configs: fedora/x86: Set CONFIG_CRYPTO_DEV_CCP_DD=y (Hans de Goede) -- Turn on ZRAM_WRITEBACK for Fedora (Justin M. Forbes) -- configs: rhel: Fix designware I2C controllers related config settings (Hans de Goede) -- Enable CONFIG_DMA_NUMA_CMA for x86_64 and aarch64 (Chris von Recklinghausen) -- new config in drivers/phy (Izabela Bakollari) -- configs: fedora: Unset CONFIG_I2C_DESIGNWARE_CORE on s390x (Hans de Goede) -- configs: fedora: Drop duplicate CONFIG_I2C_DESIGNWARE_CORE for x86_64 and aarch64 (Hans de Goede) -- Enable DESIGNWARE_CORE for ppc as well (Justin M. Forbes) -- Fix up I2C_DESIGNWARE_CORE config for Fedora (Justin M. Forbes) -- configs for RT deps (Clark Williams) -- CONFIG_OF_OVERLAY: enable for aarch64 and powerpc (Scott Weaver) -- redhat: enable changes to build rt variants (Clark Williams) -- redhat: clean up pending-rhel (Patrick Talbert) -- Enable CONFIG_SCHED_CLASS_EXT for Fedora (Jose Fernandez) -- redhat/configs: new config in arch/s390 (Izabela Bakollari) -- redhat: ignore rpminspect runpath report on selftests/bpf/cpuv4/urandom_read (Viktor Malik) -- [fedora] configs: add end of file newline to CONFIG_DMADEVICES_VDEBUG (Patrick Talbert) -- unset CONFIG_DMADEVICES_VDEBUG (cmurf) -- stop installing tools/build/Build, gone with ea974028a049f (Thorsten Leemhuis) -- redhat/configs: Update LOCKDEP configs (Waiman Long) -- uki-virt: Add i18n module (Vitaly Kuznetsov) -- uki-virt: Drop DBUS support from initramfs (Vitaly Kuznetsov) -- uki-virt: Drop redundant modules from dracut-virt.conf (Vitaly Kuznetsov) -- uki-virt: Drop usrmount dracut module (Vitaly Kuznetsov) -- redhat: new AMCC_QT2025_PHY config in drivers/net/phy (Patrick Talbert) -- redhat: change schedule jobs image from cki-tools to builder-rawhide (Patrick Talbert) -- Add CONFIG_SND_SOC_RT1320_SDW to pending-rhel for mismatch (Justin M. Forbes) -- Turn on CONFIG_SND_SOC_RT1320_SDW in pending rhel (Justin M. Forbes) -- configs: disable CONFIG_AMCC_QT2025_PHY in pending (Patrick Talbert) -- fedora: turn on CONFIG_FDMA for powerpc (Patrick Talbert) -- Turn on CONFIG_FDMA in pending for Fedora arm and riscv to avoid a mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.12 (Justin M. Forbes) -- Consolidate configs into common for 6.11 kernels (Justin M. Forbes) -- uki-virt: add systemd-cryptsetup module (Vitaly Kuznetsov) -- redhat/docs: fix command to install missing build dependencies (Davide Cavalca) -- spec: Respect rpmbuild --without debuginfo (Orgad Shaneh) -- fedora/configs: enable GPIO expander drivers (Rupinderjit Singh) -- redhat/configs: Switch to the Rust implementation of AX88796B_PHY driver for Fedora (Neal Gompa) -- redhat: Turn on support for Rust code in Fedora (Neal Gompa) -- Turn off RUST for risc-v (Justin M. Forbes) -- gitlab-ci: allow failure of clang LTO pipelines (Michael Hofmann) -- redhat/configs: Consolidate the CONFIG_KVM_BOOK3S_HV_P*_TIMING switches (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_SW_PROTECTED_VM switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_HYPERV switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_AMD_SEV switch (Thomas Huth) -- Cleanup some riscv CONFIG locations (Justin M. Forbes) -- Fix up pending riscv Fedora configs post merge (Justin M. Forbes) -- fedora/configs: Enable SCMI configuration (Rupinderjit Singh) -- Remove S390 special config for PHYLIB (Justin M. Forbes) -- Disable ELN for riscv64 (Isaiah Stapleton) -- redhat: add checks to ensure only building riscv64 on fedora (Isaiah Stapleton) -- redhat: Add missing riscv fedora configs (Isaiah Stapleton) -- Add riscv64 to the CI pipelines (Isaiah Stapleton) -- redhat: Regenerate dist-self-test-data for riscv64 (Isaiah Stapleton) -- redhat: Add riscv config changes for fedora (David Abdurachmanov) -- redhat: Add support for riscv (David Abdurachmanov) -- redhat: Do not include UKI addons twice (Vitaly Kuznetsov) -- redhat: update gating.yml (Michael Hofmann) -- Remove CONFIG_FSCACHE_DEBUG as it has been renamed (Justin M. Forbes) -- Set Fedora configs for 6.11 (Justin M. Forbes) -- redhat/configs: Microchip lan743x driver (Izabela Bakollari) -- redhat: include resolve_btfids in kernel-devel (Jan Stancek) -- redhat: workaround CKI cross compilation for scripts (Jan Stancek) -- spec: fix "unexpected argument to non-parametric macro" warnings (Jan Stancek) -- Add weakdep support to the kernel spec (Justin M. Forbes) -- redhat: configs: disable PF_KEY in RHEL (Sabrina Dubroca) -- crypto: akcipher - Disable signing and decryption (Vladis Dronov) [RHEL-54183] {CVE-2023-6240} -- crypto: dh - implement FIPS PCT (Vladis Dronov) [RHEL-54183] -- crypto: ecdh - disallow plain "ecdh" usage in FIPS mode (Vladis Dronov) [RHEL-54183] -- crypto: seqiv - flag instantiations as FIPS compliant (Vladis Dronov) [RHEL-54183] -- [kernel] bpf: set default value for bpf_jit_harden (Artem Savkov) [RHEL-51896] -- fedora: disable CONFIG_DRM_WERROR (Patrick Talbert) -- redhat/configs: Disable dlm in rhel configs (Andrew Price) -- rhel: aarch64: enable required PSCI configs (Peter Robinson) -- fedora: Enable AF8133J Magnetometer driver (Peter Robinson) -- redhat: spec: add cachestat kselftest (Eric Chanudet) -- redhat: hmac sign the UKI for FIPS (Vitaly Kuznetsov) -- not upstream: Disable vdso getrandom when FIPS is enabled (Herbert Xu) -- kernel: config: enable erofs lzma compression (Ian Kent) -- fedora: disable RTL8192CU in Fedora (Peter Robinson) -- redhat: Fix the ownership of /lib/modules/ directory (Vitaly Kuznetsov) -- new configs in drivers/phy (Izabela Bakollari) -- Add support to rh_waived cmdline boot parameter (Ricardo Robaina) [RHEL-26170] -- redhat/configs: Disable gfs2 in rhel configs (Andrew Price) -- redhat/uki_addons/virt: add common FIPS addon (Emanuele Giuseppe Esposito) -- redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons (Emanuele Giuseppe Esposito) -- rh_flags: fix failed when register_sysctl_sz rh_flags_table to kernel (Ricardo Robaina) [RHEL-52629] -- redhat/dracut-virt.conf: add systemd-veritysetup module (Emanuele Giuseppe Esposito) -- redhat/configs: enable CONFIG_LOCK_STAT on the debug kernels for aarch64 (Brian Masney) -- redhat/configs: enable CONFIG_KEYBOARD_GPIO_POLLED for RHEL on aarch64 (Luiz Capitulino) -- redhat/configs: fedora: Enable new Qualcomm configs (Andrew Halaney) -- redhat/configs/fedora: set CONFIG_CRYPTO_CURVE25519_PPC64 (Dan Horák) -- fedora: Updates for 6.11 merge (Peter Robinson) -- fedora: enable new mipi sensors and devices (Peter Robinson) -- arm64: enable CRYPTO_DEV_TEGRA on RHEL (Peter Robinson) -- redhat/kernel.spec: fix file listed twice warning for "kernel" subdir (Jan Stancek) -- redhat/configs: Double MAX_LOCKDEP_ENTRIES for RT debug kernels (Waiman Long) [RHEL-43425] -- Support the first day after a rebase (Don Zickus) -- Support 2 digit versions properly (Don Zickus) -- Automation cleanups for rebasing rt-devel and automotive-devel (Don Zickus) -- fedora: set CONFIG_REGULATOR_RZG2L_VBCTRL as a module for arm64 (Patrick Talbert) -- gitlab-ci: restore bot pipeline behavior (Michael Hofmann) -- redhat/kernel.spec: drop extra right curly bracket in kernel_kvm_package (Jan Stancek) -- redhat/configs: enable gpio_keys driver for RHEL on aarch64 (Luiz Capitulino) -- Move NET_VENDOR_MICROCHIP from common to rhel (Justin M. Forbes) -- redhat/configs: enable some RTCs for RHEL on aarch64 (Luiz Capitulino) -- redhat/configs: enable some regulators for RHEL (Luiz Capitulino) -- redhat/config: disable CXL and CXLFLASH drivers (Dan Horák) -- Fix up config mismatches in pending (Justin M. Forbes) -- redhat/configs: Enable watchdog devices modelled by qemu (Richard W.M. Jones) [RHEL-40937] -- rhel: cleanup unused media tuner configs (Peter Robinson) -- all: cleanup MEDIA_CONTROLLER options (Peter Robinson) -- redhat: kernel.spec: add s390x to livepatching kselftest builds (Joe Lawrence) -- Flip CONFIG_DIMLIB back to inline (Justin M. Forbes) -- Add vfio/nvgrace-gpu driver CONFIG to RHEL-9.5 ARM64 (Donald Dutile) -- Enable CONFIG_RTC_DRV_TEGRA for RHEL (Luiz Capitulino) -- redhat: rh_flags: declare proper static methods when !CONFIG_RHEL_DIFFERENCES (Rafael Aquini) -- redhat: configs: enable CONFIG_TMPFS_QUOTA for both Fedora and RHEL (Rafael Aquini) -- Fix up mismatches in the 6.11 merge window. (Justin M. Forbes) -- Reset Changelog after rebase (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.11 cycle (Justin M. Forbes) -- redhat/configs: Enable CONFIG_VMWARE_VMCI/CONFIG_VMWARE_VMCI_VSOCKETS for RHEL (Vitaly Kuznetsov) -- Consolidate configs to common for 6.10 (Justin M. Forbes) -- redhat/configs: Enable CONFIG_PTP_1588_CLOCK_MOCK in kernel-modules-internal (Davide Caratti) -- fedora: enabled XE GPU drivers on all arches (Peter Robinson) -- Flip SND_SOC_CS35L56_SPI from off to module for RHEL (Justin M. Forbes) -- Flip DIMLIB from built-in to module for RHEL (Justin M. Forbes) -- Also remove the zfcpdump BASE_SMALL config (Justin M. Forbes) -- redhat: Add cgroup kselftests to kernel-selftests-internal (Waiman Long) [RHEL-43556] -- Revert "redhat/configs: Disable CONFIG_INFINIBAND_HFI1 and CONFIG_INFINIBAND_RDMAVT" (Kamal Heib) -- Remove new for GITLAB_TOKEN (Don Zickus) -- Set Fedora configs for 6.10 (Justin M. Forbes) -- Fedora: minor driver updates (Peter Robinson) -- redhat/configs: Remove obsolete x86 CPU mitigations config files (Waiman Long) -- redhat/configs: increase CONFIG_DEFAULT_MMAP_MIN_ADDR from 32K to 64K for aarch64 (Brian Masney) -- redhat/configs: Re-enable CONFIG_KEXEC for Fedora (Philipp Rudo) -- disable LR_WPAN for RHEL10 (Chris von Recklinghausen) [RHEL-40251] -- Turn on USB_SERIAL_F81232 for Fedora (Justin M. Forbes) -- redhat/scripts/filtermods.py: show all parent/child kmods in report (Jan Stancek) -- redhat/kernel.spec: capture filtermods.py return code (Jan Stancek) -- redhat/kernel.spec: fix run of mod-denylist (Jan Stancek) -- gitlab-ci: remove unused RHMAINTAINERS variable (Michael Hofmann) -- gitlab-ci: use environments for jobs that need access to push/gitlab secrets (Michael Hofmann) -- gitlab-ci: default to os-build for all maintenance jobs (Michael Hofmann) -- gitlab-ci: use the common git repo setup cki-gating as well (Michael Hofmann) -- gitlab-ci: help maintenance jobs to cope with missing private key (Michael Hofmann) -- gitlab-ci: use a common git repo setup for all maintenance jobs (Michael Hofmann) -- gitlab-ci: move repo setup script into script template holder (Michael Hofmann) -- gitlab-ci: move maintenance job DIST variable into common template (Michael Hofmann) -- gitlab-ci: move maintenance job rules into common template (Michael Hofmann) -- gitlab-ci: move maintenance job retry field into common template (Michael Hofmann) -- gitlab-ci: provide common non-secret schedule trigger variables (Michael Hofmann) -- gitlab-ci: rename .scheduled_setup to .git_setup (Michael Hofmann) -- gitlab-ci: move script snippets into separate template (Michael Hofmann) -- gitlab-ci: rename maintenance jobs (Michael Hofmann) -- gitlab-ci: introduce job template for maintenance jobs (Michael Hofmann) -- Turn on KASAN_HW_TAGS for Fedora aarch64 debug kernels (Justin M. Forbes) -- redhat: kernel.spec: add missing sound/soc/sof/sof-audio.h to kernel-devel package (Jaroslav Kysela) -- redhat/kernel.spec: fix attributes of symvers file (Jan Stancek) -- redhat: add filtermods rule for iommu tests (Jan Stancek) -- fedora: arm: Enable basic support for S32G-VNP-RDB3 board (Enric Balletbo i Serra) -- redhat: make bnx2xx drivers unmaintained in rhel-10 (John Meneghini) [RHEL-36646 RHEL-41231] -- redhat/configs: Disable CONFIG_NFP (Kamal Heib) [RHEL-36647] -- Enable CONFIG_PWRSEQ_{SIMPLIE,EMMC} on aarch64 (Charles Mirabile) -- Fix SERIAL_SC16IS7XX configs for Fedora (Justin M. Forbes) -- Enable ALSA (CONFIG_SND) on aarch64 (Charles Mirabile) [RHEL-40411] -- redhat: Remove DIST_BRANCH variable (Eder Zulian) -- gitlab-ci: merge ark-latest before tagging cki-gating (Michael Hofmann) -- gitlab-ci: do not merge ark-latest for gating pipelines for Rawhide (Michael Hofmann) -- disable CONFIG_KVM_INTEL_PROVE_VE (Paolo Bonzini) -- redhat: remove the merge subtrees script (Derek Barbosa) -- redhat: rhdocs: delete .get_maintainer.conf (Derek Barbosa) -- redhat: rhdocs: Remove the rhdocs directory (Derek Barbosa) -- redhat/configs: Disable CONFIG_QLA3XXX (Kamal Heib) [RHEL-36646] -- redhat/configs: fedora: Enable some drivers for IPU6 support (Hans de Goede) -- redhat: add missing UKI_secureboot_cert hunk (Patrick Talbert) -- redhat/kernel.spec: keep extra modules in original directories (Jan Stancek) -- redhat/configs: Move CONFIG_BLK_CGROUP_IOCOST=y to common/generic (Waiman Long) -- Turn on CONFIG_MFD_QCOM_PM8008 for Fedora aarch64 (Justin M. Forbes) -- redhat: Build IMA CA certificate into the Fedora kernel (Coiby Xu) -- Move CONFIG_RAS_FMPM to the proper location (Aristeu Rozanski) -- redhat/configs: Remove CONFIG_NET_ACT_IPT (Ivan Vecera) -- gitlab-ci: add kernel-automotive pipelines (Michael Hofmann) -- Enable CEC support for TC358743 (Peter Robinson) -- fedora: arm: Enable ARCH_R9A09G057 (Peter Robinson) -- fedora: updates for the 6.10 kernel (Peter Robinson) -- fedora: arm: Enable the MAX96706 GMSL module (Peter Robinson) -- redhat: Switch UKI to using its own SecureBoot cert (from system-sb-certs) (Jan Stancek) -- redhat: Add RHEL specifc .sbat section to UKI (Jan Stancek) -- kernel.spec: add iommu selftests to kernel-selftests-internal (Eder Zulian) [RHEL-32895] -- redhat/configs: fedora: aarch64: Re-enable CUSE (Neal Gompa) -- redhat: pass correct RPM_VMLINUX_H to bpftool install (Jan Stancek) -- rh_flags: Rename rh_features to rh_flags (Ricardo Robaina) [RHEL-32987] -- kernel: rh_features: fix reading empty feature list from /proc (Ricardo Robaina) [RHEL-32987] -- rh_features: move rh_features entry to sys/kernel (Ricardo Robaina) [RHEL-32987] -- rh_features: convert to atomic allocation (Ricardo Robaina) [RHEL-32987] -- add rh_features to /proc (Ricardo Robaina) [RHEL-32987] -- add support for rh_features (Ricardo Robaina) [RHEL-32987] -- Drop kexec_load syscall support (Baoquan He) -- New configs in lib/kunit (Fedora Kernel Team) -- Turn off KUNIT_FAULT_TEST as it causes problems for CI (Justin M. Forbes) -- Add a config entry in pending for CONFIG_DRM_MSM_VALIDATE_XML (Justin M. Forbes) -- Flip CONFIG_SND_SOC_CS35L56_SPI in pending to avoid a mismatch (Justin M. Forbes) -- Fix up a mismatch for RHEL (Justin M. Forbes) -- Reset changelog after rebase (Justin M. Forbes) -- Reset RHEL_RELEASE to 0 for 6.10 (Justin M. Forbes) -- configs: move CONFIG_BLK_DEV_UBLK into rhel/configs/generic (Ming Lei) -- configs: move CONFIG_BLK_SED_OPAL into redhat/configs/common/generic (Ming Lei) -- RHEL-21097: rhel: aarch64 stop blocking a number of HW sensors (Peter Robinson) -- redhat/configs: enable RTL8822BU for rhel (Jose Ignacio Tornos Martinez) -- redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off (Jerry Snitselaar) -- redhat: add IMA certificates (Jan Stancek) -- redhat/kernel.spec: fix typo in move_kmod_list() variable (Jan Stancek) -- redhat: make filtermods.py less verbose by default (Jan Stancek) -- scsi: sd: condition probe_type under RHEL_DIFFERENCES (Eric Chanudet) -- scsi: sd: remove unused sd_probe_types (Eric Chanudet) -- Turn on INIT_ON_ALLOC_DEFAULT_ON for Fedora (Justin M. Forbes) -- Consolidate configs to common for 6.9 (Justin M. Forbes) -- redhat/rhel_files: move tipc.ko and tipc_diag.ko to modules-extra (Xin Long) [RHEL-23931] -- redhat: move amd-pstate-ut.ko to modules-internal (Jan Stancek) -- redhat/configs: enable CONFIG_LEDS_TRIGGER_NETDEV also for RHEL (Michal Schmidt) [RHEL-32110] -- redhat/configs: Remove CONFIG_AMD_IOMMU_V2 (Jerry Snitselaar) -- Set DEBUG_INFO_BTF_MODULES for Fedora (Justin M. Forbes) -- redhat: Use redhatsecureboot701 for ppc64le (Jan Stancek) -- redhat: switch the kernel package to use certs from system-sb-certs (Jan Stancek) -- redhat: replace redhatsecureboot303 signing key with redhatsecureboot601 (Jan Stancek) -- redhat: drop certificates that were deprecated after GRUB's BootHole flaw (Jan Stancek) -- redhat: correct file name of redhatsecurebootca1 (Jan Stancek) -- redhat: align file names with names of signing keys for ppc and s390 (Jan Stancek) -- redhat/configs: Enable CONFIG_DM_VDO in RHEL (Benjamin Marzinski) -- redhat/configs: Enable DRM_NOUVEAU_GSP_DEFAULT everywhere (Neal Gompa) -- kernel.spec: adjust for livepatching kselftests (Joe Lawrence) -- redhat/configs: remove CONFIG_TEST_LIVEPATCH (Joe Lawrence) -- Turn on CONFIG_RANDOM_KMALLOC_CACHES for Fedora (Justin M. Forbes) -- Set Fedora configs for 6.9 (Justin M. Forbes) -- gitlab-ci: enable pipelines with c10s buildroot (Michael Hofmann) -- Turn on ISM for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_TEST_LOCKUP for non-debug kernels (Čestmír Kalina) -- redhat/rhel_files: add test_lockup.ko to modules-extra (Čestmír Kalina) -- Turn off some Fedora UBSAN options to avoid false positives (Justin M. Forbes) -- fedora: aarch64: Enable a QCom Robotics platforms requirements (Peter Robinson) -- fedora: updates for 6.9 merge window (Peter Robinson) -- gitlab-ci: rename GitLab jobs ark -> rawhide (Michael Hofmann) -- gitlab-ci: harmonize DataWarehouse tree names (Michael Hofmann) -- redhat/configs: Enable CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON for rhel (Jerry Snitselaar) -- spec: make sure posttrans script doesn't fail if /boot is non-POSIX (glb) -- Turn on UBSAN for Fedora (Justin M. Forbes) -- Turn on XEN_BALLOON_MEMORY_HOTPLUG for Fedora (Justin M. Forbes) -- docs: point out that python3-pyyaml is now required (Thorsten Leemhuis) -- Use LLVM=1 for clang_lto build (Nikita Popov) -- redhat: fix def_variants.yaml check (Jan Stancek) -- redhat: sanity check yaml files (Jan Stancek) -- spec: rework filter-mods and mod-denylist (Jan Stancek) -- redhat/configs: remove CONFIG_INTEL_MENLOW as it is obsolete. (David Arcari) -- arch/x86: Fix XSAVE check for x86_64-v2 check (Prarit Bhargava) -- redhat/Makefile.variables: unquote a variable (Thorsten Leemhuis) -- redhat/configs: build in Tegra210 SPI driver (Mark Salter) -- redhat/configs: aarch64: Enable ARM_FFA driver (Mark Salter) -- Base automotive-devel on rt-devel (Don Zickus) -- redhat/configs: Enable CONFIG_AMDTEE for x86 (David Arcari) -- redhat/configs: enable CONFIG_TEST_LOCKUP for debug kernel (Čestmír Kalina) -- kernel.spec: fix libperf-debuginfo content (Jan Stancek) -- Turn on DM_VDO for Fedora (Justin M. Forbes) -- redhat: make libperf-devel require libperf %%{version}-%%{release} (Jan Stancek) -- kernel.spec: drop custom mode also for System.map ghost entry (Jan Stancek) -- Octopus merges are too conservative, serialize instead (Don Zickus) -- Add tracking branches for rt-devel (Don Zickus) -- all: clean-up i915 (Peter Robinson) -- Turn on CONFIG_READ_ONLY_THP_FOR_FS for Fedora (Justin M. Forbes) -- redhat/kernel.spec.template: fix rtonly build (Jan Stancek) -- redhat/kernel.spec.template: add extra flags for tools build (Scott Weaver) -- Add iio-test-gts to mod-internal.list (Thorsten Leemhuis) -- redhat/kernel.spec.template: update license (Scott Weaver) -- Fix typo in maintaining.rst file (Augusto Caringi) -- Enable DRM_CDNS_DSI_J721E for fedora (Andrew Halaney) -- gitlab-ci: do not merge ark-latest for gating pipelines (Michael Hofmann) -- fedora: Enable MCP9600 (Peter Robinson) -- redhat/configs: Enable & consolidate BF-3 drivers config (Luiz Capitulino) -- redhat: Fix RT kernel kvm subpackage requires (Juri Lelli) -- Add new of_test module to mod-internal.list (Thorsten Leemhuis) -- Add new string kunit modules to mod-internal.list (Thorsten Leemhuis) -- redhat/kernel.spec.template: enable cross for base/RT (Peter Robinson) -- redhat/kernel.spec.template: Fix cross compiling (Peter Robinson) -- arch/x86/kernel/setup.c: fixup rh_check_supported (Scott Weaver) -- Enable CONFIG_USB_ONBOARD_HUB for RHEL (Charles Mirabile) -- redhat/Makefile.cross: Add CROSS_BASEONLY (Prarit Bhargava) -- gitlab-ci: fix ark-latest merging for parent pipelines running in forks (Michael Hofmann) -- lsm: update security_lock_kernel_down (Scott Weaver) -- Fix changelog after rebase (Augusto Caringi) -- redhat: remove "END OF CHANGELOG" marker from kernel.changelog (Herton R. Krzesinski) -- gitlab-ci: enable all variants for rawhide/eln builder image gating (Michael Hofmann) -- Fedora: enable Microchip and their useful drivers (Peter Robinson) -- spec: suppress "set +x" output (Jan Stancek) -- redhat/configs: Disable CONFIG_RDMA_SIW (Kamal Heib) -- redhat/configs: Disable CONFIG_RDMA_RXE (Kamal Heib) -- redhat/configs: Disable CONFIG_MLX4 (Kamal Heib) -- redhat/configs: Disable CONFIG_INFINIBAND_HFI1 and CONFIG_INFINIBAND_RDMAVT (Kamal Heib) -- Consolidate 6.8 configs to common (Justin M. Forbes) -- Remove rt-automated and master-rt-devel logic (Don Zickus) -- Add support for CI octopus merging (Don Zickus) -- redhat/configs: Disable CONFIG_INFINIBAND_VMWARE_PVRDMA (Kamal Heib) -- gitlab-ci: fix merge tree URL for gating pipelines (Michael Hofmann) -- Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) -- uki: use systemd-pcrphase dracut module (Gerd Hoffmann) -- Add libperf-debuginfo subpackage (Justin M. Forbes) -- redhat/kernel.spec.template: Add log_msg macro (Prarit Bhargava) -- redhat/configs: Disable CONFIG_INFINIBAND_USNIC (Kamal Heib) -- Enable CONFIG_BMI323_I2C=m for Fedora x86_64 builds (Hans de Goede) -- gitlab-ci: drop test_makefile job (Scott Weaver) -- Enable merge-rt pipeline (Don Zickus) -- kernel.spec: include the GDB plugin in kernel-debuginfo (Ondrej Mosnacek) -- Turn on DRM_NOUVEAU_GSP_DEFAULT for Fedora (Justin M. Forbes) -- Set late new config HDC3020 for Fedora (Justin M. Forbes) -- redhat/self-test: Update CROSS_DISABLED_PACKAGES (Prarit Bhargava) -- redhat: Do not build libperf with cross builds (Prarit Bhargava) -- redhat/configs: enable CONFIG_PINCTRL_INTEL_PLATFORM for RHEL (David Arcari) -- redhat/configs: enable CONFIG_PINCTRL_METEORPOINT for RHEL (David Arcari) -- redhat/configs: intel pinctrl config cleanup (David Arcari) -- redhat/configs: For aarch64/RT, default kstack randomization off (Jeremy Linton) -- redhat/Makefile: remove an unused target (Ondrej Mosnacek) -- redhat/Makefile: fix setup-source and document its caveat (Ondrej Mosnacek) -- redhat/Makefile: fix race condition when making the KABI tarball (Ondrej Mosnacek) -- redhat/Makefile: refactor KABI tarball creation (Ondrej Mosnacek) -- Turn XFS_SUPPORT_V4 back on for Fedora (Justin M. Forbes) -- Add xe to drm module filters (Justin M. Forbes) -- Turn off the DRM_XE_KUNIT_TEST for Fedora (Justin M. Forbes) -- Flip secureboot signature order (Justin M. Forbes) -- all: clean up some removed configs (Peter Robinson) -- redhat: add nvidia oot signing key (Dave Airlie) -- gitlab-ci: support CI for zfcpdump kernel on ELN (Michael Hofmann) -- Fedora configs for 6.8 (Justin M. Forbes) -- Turn off CONFIG_INTEL_VSC for Fedora (Justin M. Forbes) -- redhat/configs: rhel wireless requests (Jose Ignacio Tornos Martinez) -- spec: Set EXTRA_CXXFLAGS for perf demangle-cxx.o (Josh Stone) [2233269] -- Flip values for FSCACHE and NETFS_SUPPORT to avoid mismatch (Justin M. Forbes) -- Turn on SECURITY_DMESG_RESTRICT (Justin M. Forbes) -- redhat: forward-port genlog.py updates from c9s (Jan Stancek) -- arch/x86: mark x86_64-v1 and x86_64-v2 processors as deprecated (Prarit Bhargava) -- fedora: Enable more Renesas RZ platform drivers (Peter Robinson) -- fedora: a few aarch64 drivers and cleanups (Peter Robinson) -- fedora: cavium nitrox cnn55xx (Peter Robinson) -- Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed) (Don Zickus) -- gitlab-ci: merge ark-latest fixes when running ELN pipelines (Michael Hofmann) -- gitlab-ci: use all arches for container image gating (Michael Hofmann) -- Add new os-build targets: rt-devel and automotive-devel (Don Zickus) -- Remove defines forcing tools on, they override cmdline (Justin M. Forbes) -- Remove separate license tag for libperf (Justin M. Forbes) -- Don't use upstream bpftool version for Fedora package (Justin M. Forbes) -- Don't ship libperf.a in libperf-devel (Justin M. Forbes) -- add libperf packages and enable perf, libperf, tools and bpftool packages (Thorsten Leemhuis) -- Add scaffolding to build the kernel-headers package for Fedora (Justin M. Forbes) -- redhat/spec: use distro CFLAGS when building bootstrap bpftool (Artem Savkov) -- spec: use just-built bpftool for vmlinux.h generation (Yauheni Kaliuta) [2120968] -- gitlab-ci: enable native tools for Rawhide CI (Michael Hofmann) -- Revert "Merge branch 'fix-kabi-build-race' into 'os-build'" (Justin M. Forbes) -- redhat: configs: fedora: Enable sii902x bridge chip driver (Erico Nunes) -- Enable CONFIG_TCP_CONG_ILLINOIS for RHEL (Davide Caratti) -- redhat/Makefile: fix setup-source and document its caveat (Ondrej Mosnacek) -- redhat/Makefile: fix race condition when making the KABI tarball (Ondrej Mosnacek) -- redhat/Makefile: refactor KABI tarball creation (Ondrej Mosnacek) -- redhat/configs: Remove HOTPLUG_CPU0 configs (Prarit Bhargava) -- gitlab-ci: merge ark-latest before building in MR pipelines (Michael Hofmann) -- CI: include aarch64 in CKI container image gating (Tales Aparecida) -- redhat: spec: Fix update_scripts run for CentOS builds (Neal Gompa) -- New configs in drivers/crypto (Fedora Kernel Team) -- net: bump CONFIG_MAX_SKB_FRAGS to 45 (Marcelo Ricardo Leitner) -- Enable CONFIG_MARVELL_88Q2XXX_PHY (Izabela Bakollari) -- Remove CONFIG_NET_EMATCH_STACK file for RHEL (Justin M. Forbes) -- CONFIG_NETFS_SUPPORT should be m after the merge (Justin M. Forbes) -- Turn FSCACHE and NETFS from m to y in pending (Justin M. Forbes) -- Turn on CONFIG_TCP_AO for Fedora (Justin M. Forbes) -- Turn on IAA_CRYPTO_STATS for Fedora (Justin M. Forbes) -- fedora: new drivers and cleanups (Peter Robinson) -- Turn on Renesas RZ for Fedora IOT rhbz2257913 (Justin M. Forbes) -- redhat: filter-modules.sh.rhel: add dell-smm-hwmon (Scott Weaver) -- Add CONFIG_INTEL_MEI_GSC_PROXY=m for DRM 9.4 stable backport (Mika Penttilä) -- Set configs for ZRAM_TRACK_ENTRY_ACTIME (Justin M. Forbes) -- Add python3-pyyaml to buildreqs for kernel-docs (Justin M. Forbes) -- Add nb7vpq904m to singlemods for ppc64le (Thorsten Leemhuis) -- include drm bridge helpers in kernel-core package (Thorsten Leemhuis) -- Add dell-smm-hwmon to singlemods (Thorsten Leemhuis) -- Add drm_gem_shmem_test to mod-internal.list (Thorsten Leemhuis) -- redhat: kABI: add missing RH_KABI_SIZE_ALIGN_CHECKS Kconfig option (Sabrina Dubroca) -- redhat: rh_kabi: introduce RH_KABI_EXCLUDE_WITH_SIZE (Sabrina Dubroca) -- redhat: rh_kabi: move semicolon inside __RH_KABI_CHECK_SIZE (Sabrina Dubroca) -- Fix up ZRAM_TRACK_ENTRY_ACTIME in pending (Justin M. Forbes) -- random: replace import_single_range() with import_ubuf() (Justin M. Forbes) -- Flip CONFIG_INTEL_PMC_CORE to m for Fedora (Justin M. Forbes) -- Add CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y to avoid a mismatch (Justin M. Forbes) -- common: cleanup MX3_IPU (Peter Robinson) -- all: The Octeon MDIO driver is aarch64/mips (Peter Robinson) -- common: rtc: remove bq4802 config (Peter Robinson) -- common: de-dupe MARVELL_GTI_WDT (Peter Robinson) -- all: Remove CAN_BXCAN (Peter Robinson) -- common: cleanup SND_SOC_ROCKCHIP (Peter Robinson) -- common: move RHEL DP83867_PHY to common (Peter Robinson) -- common: Make ASYMMETRIC_KEY_TYPE enable explicit (Peter Robinson) -- common: Disable aarch64 ARCH_MA35 universally (Peter Robinson) -- common: arm64: enable Tegra234 pinctrl driver (Peter Robinson) -- rhel: arm64: Enable qoriq thermal driver (Peter Robinson) -- common: aarch64: Cleanup some i.MX8 config options (Peter Robinson) -- all: EEPROM_LEGACY has been removed (Peter Robinson) -- all: rmeove AppleTalk hardware configs (Peter Robinson) -- all: cleanup: remove references to SLOB (Peter Robinson) -- all: cleanup: Drop unnessary BRCMSTB configs (Peter Robinson) -- all: net: remove retired network schedulers (Peter Robinson) -- all: cleanup removed CONFIG_IMA_TRUSTED_KEYRING (Peter Robinson) -- BuildRequires: lld for build with selftests for x86 (Jan Stancek) -- spec: add keyutils to selftest-internal subpackage requirements (Artem Savkov) [2166911] -- redhat/spec: exclude liburandom_read.so from requires (Artem Savkov) [2120968] -- rtla: sync summary text with upstream and update Requires (Jan Stancek) -- uki-virt: add systemd-sysext dracut module (Gerd Hoffmann) -- uki-virt: add virtiofs dracut module (Gerd Hoffmann) -- common: disable the FB device creation (Peter Robinson) -- s390x: There's no FB on Z-series (Peter Robinson) -- fedora: aarch64: enable SM_VIDEOCC_8350 (Peter Robinson) -- fedora: arm64: enable ethernet on newer TI industrial (Peter Robinson) -- fedora: arm64: Disable VIDEO_IMX_MEDIA (Peter Robinson) -- fedora: use common config for Siemens Simatic IPC (Peter Robinson) -- fedora: arm: enable Rockchip SPI flash (Peter Robinson) -- fedora: arm64: enable DRM_TI_SN65DSI83 (Peter Robinson) -- kernel.spec: remove kernel-smp reference from scripts (Jan Stancek) -- redhat: do not compress the full kernel changelog in the src.rpm (Herton R. Krzesinski) -- Auto consolidate configs for the 6.7 cycle (Justin M. Forbes) -- Enable sound for a line of Huawei laptops (TomZanna) -- fedora: a few cleanups and driver enablements (Peter Robinson) -- fedora: arm64: cleanup Allwinner Pinctrl drivers (Peter Robinson) -- fedora: aarch64: Enable some DW drivers (Peter Robinson) -- redhat: ship all the changelog from source git into kernel-doc (Herton R. Krzesinski) -- redhat: create an empty changelog file when changing its name (Herton R. Krzesinski) -- redhat/self-test: Remove --all from git query (Prarit Bhargava) -- Disable accel drivers for Fedora x86 (Kate Hsuan) -- redhat: scripts: An automation script for disabling unused driver for x86 (Kate Hsuan) -- Fix up Fedora LJCA configs and filters (Justin M. Forbes) -- Fedora configs for 6.7 (Justin M. Forbes) -- Some Fedora config updates for MLX5 (Justin M. Forbes) -- Turn on DRM_ACCEL drivers for Fedora (Justin M. Forbes) -- redhat: enable the kfence test (Nico Pache) -- redhat/configs: Enable UCLAMP_TASK for PipeWire and WirePlumber (Neal Gompa) -- Turn on CONFIG_SECURITY_DMESG_RESTRICT for Fedora (Justin M. Forbes) -- Turn off shellcheck for the fedora-stable-release script (Justin M. Forbes) -- Add some initial Fedora stable branch script to redhat/scripts/fedora/ (Justin M. Forbes) -- redhat: disable iptables-legacy compatibility layer (Florian Westphal) -- redhat: disable dccp conntrack support (Florian Westphal) -- configs: enable netfilter_netlink_hook in fedora too (Florian Westphal) -- ext4: Mark mounting fs-verity filesystems as tech-preview (Alexander Larsson) -- erofs: Add tech preview markers at mount (Alexander Larsson) -- Enable fs-verity (Alexander Larsson) -- Enable erofs (Alexander Larsson) -- aarch64: enable uki (Gerd Hoffmann) -- redhat: enable CONFIG_SND_SOC_INTEL_SOF_DA7219_MACH as a module for x86 (Patrick Talbert) -- Turn CONFIG_MFD_CS42L43_SDW on for RHEL (Justin M. Forbes) -- Enable cryptographic acceleration config flags for PowerPC (Mamatha Inamdar) -- Also make vmlinuz-virt.efi world readable (Zbigniew Jędrzejewski-Szmek) -- Drop custom mode for System.map file (Zbigniew Jędrzejewski-Szmek) -- Add drm_exec_test to mod-internal.list for depmod to succeed (Mika Penttilä) -- RHEL 9.4 DRM backport (upto v6.6 kernel), sync Kconfigs (Mika Penttilä) -- Turn on USB_DWC3 for Fedora (rhbz 2250955) (Justin M. Forbes) -- redhat/configs: Move IOMMUFD to common (Alex Williamson) -- redhat: Really remove cpupower files (Prarit Bhargava) -- redhat: remove update_scripts.sh (Prarit Bhargava) -- Fix s390 zfcpfdump bpf build failures for cgroups (Don Zickus) -- Flip CONFIG_NVME_AUTH to m in pending (Justin M. Forbes) -- Turn CONFIG_SND_SOC_INTEL_AVS_MACH_RT5514 on for Fedora x86 (Jason Montleon) -- kernel/rh_messages.c: Mark functions as possibly unused (Prarit Bhargava) -- Add snd-hda-cirrus-scodec-test to mod-internal.list (Scott Weaver) -- Turn off BPF_SYSCALL in pending for zfcpdump (Justin M. Forbes) -- Add mean_and_variance_test to mod-internal.list (Justin M. Forbes) -- Add cfg80211-tests and mac80211-tests to mod-internal.list (Justin M. Forbes) -- Turn on CONFIG_MFD_CS42L43_SDW for RHEL in pending (Justin M. Forbes) -- Turn on bcachefs for Fedora (Justin M. Forbes) -- redhat: configs: fedora: Enable QSEECOM and friends (Andrew Halaney) -- Add clk-fractional-divider_test to mod-internal.list (Thorsten Leemhuis) -- Add gso_test to mod-internal.list (Thorsten Leemhuis) -- Add property-entry-test to mod-internal.list (Thorsten Leemhuis) -- Fedora 6.7 configs part 1 (Justin M. Forbes) -- [Scheduled job] Catch config mismatches early during upstream merge (Don Zickus) -- redhat/self-test: Update data for KABI xz change (Prarit Bhargava) -- redhat/scripts: Switch KABI tarballs to xz (Prarit Bhargava) -- redhat/kernel.spec.template: Switch KABI compression to xz (Prarit Bhargava) -- redhat: self-test: Use a more complete SRPM file suffix (Andrew Halaney) -- redhat: makefile: remove stray rpmbuild --without (Eric Chanudet) -- Consolidate configs into common for 6.6 (Justin M. Forbes) -- Updated Fedora configs (Justin M. Forbes) -- Turn on UFSHCD for Fedora x86 (Justin M. Forbes) -- redhat: configs: generic: x86: Disable CONFIG_VIDEO_OV01A10 for x86 platform (Hans de Goede) -- redhat: remove pending-rhel CONFIG_XFS_ASSERT_FATAL file (Patrick Talbert) -- New configs in fs/xfs (Fedora Kernel Team) -- crypto: rng - Override drivers/char/random in FIPS mode (Herbert Xu) -- random: Add hook to override device reads and getrandom(2) (Herbert Xu) -- redhat/configs: share CONFIG_ARM64_ERRATUM_2966298 between rhel and fedora (Mark Salter) -- configs: Remove S390 IOMMU config options that no longer exist (Jerry Snitselaar) -- redhat: docs: clarify where bugs and issues are created (Scott Weaver) -- redhat/scripts/rh-dist-git.sh does not take any arguments: fix error message (Denys Vlasenko) -- Add target_branch for gen_config_patches.sh (Don Zickus) -- redhat: disable kunit by default (Nico Pache) -- redhat/configs: enable the AMD_PMF driver for RHEL (David Arcari) -- Make CONFIG_ADDRESS_MASKING consistent between fedora and rhel (Chris von Recklinghausen) -- CI: add ark-latest baseline job to tag cki-gating for successful pipelines (Michael Hofmann) -- CI: provide child pipelines for CKI container image gating (Michael Hofmann) -- CI: allow to run as child pipeline (Michael Hofmann) -- CI: provide descriptive pipeline name for scheduled pipelines (Michael Hofmann) -- CI: use job templates for variant variables (Michael Hofmann) -- redhat/kernel.spec.template: simplify __modsign_install_post (Jan Stancek) -- Fedora filter updates after configs (Justin M. Forbes) -- Fedora configs for 6.6 (Justin M. Forbes) -- redhat/configs: Freescale Layerscape SoC family (Steve Best) -- Add clang MR/baseline pipelines (Michael Hofmann) -- CI: Remove unused kpet_tree_family (Nikolai Kondrashov) -- Add clang config framework (Don Zickus) -- Apply partial snippet configs to all configs (Don Zickus) -- Remove unpackaged kgcov config files (Don Zickus) -- redhat/configs: enable missing Kconfig options for Qualcomm RideSX4 (Brian Masney) -- enable CONFIG_ADDRESS_MASKING for x86_64 (Chris von Recklinghausen) -- common: aarch64: enable NXP Flex SPI (Peter Robinson) -- fedora: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in (Javier Martinez Canillas) -- kernel.spec: adjust build option comment (Michael Hofmann) -- kernel.spec: allow to enable arm64_16k variant (Michael Hofmann) -- gitlab-ci: enable build-only pipelines for Rawhide/16k/aarch64 (Michael Hofmann) -- kernel.spec.template: Fix --without bpftool (Prarit Bhargava) -- redhat/configs: NXP BBNSM Power Key Driver (Steve Best) -- redhat/self-test: Update data for cross compile fields (Prarit Bhargava) -- redhat/Makefile.cross: Add message for disabled subpackages (Prarit Bhargava) -- redhat/Makefile.cross: Update cross targets with disabled subpackages (Prarit Bhargava) -- Remove XFS_ASSERT_FATAL from pending-fedora (Justin M. Forbes) -- Change default pending for XFS_ONLINE_SCRUB_STATSas it now selects XFS_DEBUG (Justin M. Forbes) -- gitlab-ci: use --with debug/base to select kernel variants (Michael Hofmann) -- kernel.spec: add rpmbuild --without base option (Michael Hofmann) -- redhat: spec: Fix typo for kernel_variant_preun for 16k-debug flavor (Neal Gompa) -- Turn off appletalk for fedora (Justin M. Forbes) -- New configs in drivers/media (Fedora Kernel Team) -- redhat/docs: Add a mention of bugzilla for bugs (Prarit Bhargava) -- Fix the fixup of Fedora release (Don Zickus) -- Fix Fedora release scheduled job (Don Zickus) -- Move squashfs to kernel-modules-core (Justin M. Forbes) -- redhat: Explicitly disable CONFIG_COPS (Vitaly Kuznetsov) -- redhat: Add dist-check-licenses target (Vitaly Kuznetsov) -- redhat: Introduce "Verify SPDX-License-Identifier tags" selftest (Vitaly Kuznetsov) -- redhat: Use kspdx-tool output for the License: field (Vitaly Kuznetsov) -- Rename pipeline repo branch and DW tree names (Michael Hofmann) -- Adjust comments that refer to ARK in a Rawhide context (Michael Hofmann) -- Rename variable names starting with ark- to rawhide- (Michael Hofmann) -- Rename trigger-ark to trigger-rawhide (Michael Hofmann) -- Fix up config mismatches for Fedora (Justin M. Forbes) -- redhat/configs: Texas Instruments Inc. K3 multicore SoC architecture (Steve Best) -- Flip CONFIG_VIDEO_V4L2_SUBDEV_API in pending RHEL due to mismatch (Justin M. Forbes) -- CONFIG_HW_RANDOM_HISI: move to common and set to m (Scott Weaver) -- Turn off CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for Fedora s390x (Justin M. Forbes) -- Disable tests for ELN realtime pipelines (Michael Hofmann) -- New configs in mm/Kconfig (Fedora Kernel Team) -- Flip CONFIG_SND_SOC_CS35L56_SDW to m and clean up (Justin M. Forbes) -- Add drm_exec_test to mod-internal.list (Thorsten Leemhuis) -- Add new pending entry for CONFIG_SND_SOC_CS35L56_SDW to fix mismatch (Justin M. Forbes) -- Fix tarball creation logic (Don Zickus) -- redhat: bump libcpupower soname to match upstream (Patrick Talbert) -- Turn on MEMFD_CREATE in pending as it is selected by CONFIG_TMPFS (Justin M. Forbes) -- redhat: drop unneeded build-time dependency gcc-plugin-devel (Coiby Xu) -- all: x86: move wayward x86 specific config home (Peter Robinson) -- all: de-dupe non standard config options (Peter Robinson) -- all: x86: clean up microcode loading options (Peter Robinson) -- common: remove unnessary CONFIG_SND_MESON_AXG* (Peter Robinson) -- redhat: Fix UKI install with systemd >= 254 (Vitaly Kuznetsov) -- redhat: Use named parameters for kernel_variant_posttrans()/kernel_variant_preun() (Vitaly Kuznetsov) -- redhat/kernel.spec.template: update compression variables to support zstd (Brian Masney) -- Consolidate configs to common for 6.5 (Justin M. Forbes) -- Remove unused config entry for Fedora (Justin M. Forbes) -- redhat/self-test: Remove rpmlint test (Prarit Bhargava) -- Remove the armv7 config directory from Fedora again (Justin M. Forbes) -- Enable CONFIG_EXPERT for both RHEL and Fedora (Justin M. Forbes) -- redhat/configs: Enable CONFIG_DEVICE_PRIVATE on aarch64 (David Hildenbrand) [2231407] -- redhat/configs: disable CONFIG_ROCKCHIP_ERRATUM_3588001 for RHEL (Mark Salter) -- redhat: shellcheck fixes (Prarit Bhargava) -- redhat/configs: enable tegra114 SPI (Mark Salter) -- all: properly cleanup firewire once and for all (Peter Robinson) -- Fix up filters for Fedora (Justin M. Forbes) -- New configs in arch/x86 (Fedora Kernel Team) -- Add an armv7 directory back for the Fedora configs (Justin M. Forbes) -- Fedora 6.5 config updates (Justin M. Forbes) -- Turn off DMABUF_SYSFS_STATS (Justin M. Forbes) -- CI: rawhide_release: switch to using script to push (Don Zickus) -- redhat/self-test: Update self-test data (Prarit Bhargava) -- redhat/scripts/cross-compile: Update download_cross.sh (Prarit Bhargava) -- redhat/Makefile.cross: Remove ARCH selection code (Prarit Bhargava) -- redhat/Makefile.cross: Update script (Prarit Bhargava) -- Fix interruptible non MR jobs (Michael Hofmann) -- all: run evaluate_configs to de-dupe merged aarch64 (Peter Robinson) -- all: arm: merge the arm and arm/aarch64 (Peter Robinson) -- fedora: remove ARMv7 AKA armhfp configurations (Peter Robinson) -- fedora: remove ARMv7 AKA armhfp support (Peter Robinson) -- redhat/configs: enable CONFIG_VIRTIO_MEM on aarch64 (David Hildenbrand) [2044155] -- redhat/configs: enable CONFIG_MEMORY_HOTREMOVE aarch64 (David Hildenbrand) [2062054] -- redhat: Add arm64-16k kernel flavor scaffold for 16K page-size'd AArch64 (Neal Gompa) -- fedora: enable i3c on aarch64 (Peter Robinson) -- redhat/configs: Remove `CONFIG_HZ_1000 is not set` for aarch64 (Enric Balletbo i Serra) -- redhat/configs: turn on the framework for SPI NOR for ARM (Steve Best) -- configs: add new ChromeOS UART driver (Mark Langsdorf) -- configs: add new ChromeOS Human Presence Sensor (Mark Langsdorf) -- redhat/configs: Enable CONFIG_NVIDIA_WMI_EC_BACKLIGHT for both Fedora and RHEL (Kate Hsuan) -- redhat/configs: Texas Instruments INA3221 driver (Steve Best) -- arm: i.MX: Some minor NXP i.MX cleanups (Peter Robinson) -- Description: Set config for Tegra234 pinctrl driver (Joel Slebodnick) -- Update RPM Scriptlet for kernel-install Changes (Jonathan Steffan) -- [CI] add exit 0 to the end of CI scripts (Don Zickus) -- redhat: configs: Disable CONFIG_CRYPTO_STATS since performance issue for storage (Kate Hsuan) [2227793] -- Remove obsolete variable from gitlab-ci.yml (Ondrej Kinst) -- redhat/configs: Move GVT-g to Fedora only (Alex Williamson) -- [CI] Make sure we are on correct branch before running script (Don Zickus) -- CI: ark-update-configs: sync push command and output (Don Zickus) -- CI: ark-update-configs: misc changes (Don Zickus) -- CI: sync ark-create-release push commands with output (Don Zickus) -- CI: ark-create-release: Add a robust check if nothing changed (Don Zickus) -- CI: Remove legacy tag check cruft (Don Zickus) -- CI: Introduce simple environment script (Don Zickus) -- redhat/configs: Disable FIREWIRE for RHEL (Prarit Bhargava) -- redhat/scripts/rh-dist-git.sh: print list of uploaded files (Denys Vlasenko) -- redhat/scripts/expand_srpm.sh: add missing function, robustify (Denys Vlasenko) -- redhat: Enable HSR and PRP (Felix Maurer) -- redhat/scripts/rh-dist-git.sh: fix outdated message and comment (Denys Vlasenko) -- redhat/configs: Disable CONFIG_I8K (Prarit Bhargava) -- Make sure posttrans script doesn't fail if restorecon is not installed (Daan De Meyer) -- Update filters for new config items (Justin M. Forbes) -- More Fedora 6.5 configs (Justin M. Forbes) -- redhat/configs: disable pre-UVC cameras for RHEL on aarch64 (Dean Nelson) -- redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64 (Dean Nelson) -- move ownership of /lib/modules// to kernel-core (Thorsten Leemhuis) -- Let kernel-modules-core own the files depmod generates. (Thorsten Leemhuis) -- redhat: configs: Enable CONFIG_TYPEC_STUSB160X for rhel on aarch64 (Desnes Nunes) -- Add filters for ptp_dfl_tod on Fedora (Justin M. Forbes) -- Fedora 6.5 configs part 1 (Justin M. Forbes) -- fedora: enable CONFIG_ZYNQMP_IPI_MBOX as a builtin in pending-fedora (Patrick Talbert) -- fedora: arm: some minor updates (Peter Robinson) -- fedora: bluetooth: enable AOSP extensions (Peter Robinson) -- fedora: wifi: tweak ZYDAS WiFI config options (Peter Robinson) -- scsi: sd: Add "probe_type" module parameter to allow synchronous probing (Ewan D. Milne) [2140017] -- redhat/configs: allow IMA to use MOK keys (Coiby Xu) -- Simplify documentation jobs (Michael Hofmann) -- Auto-cancel pipelines only on MRs (Michael Hofmann) -- CI: Call script directly (Don Zickus) -- CI: Remove stale TAG and Makefile cruft (Don Zickus) -- CI: Move os-build tracking to common area (Don Zickus) -- redhat: use the eln builder for daily jobs (Patrick Talbert) -- redhat: set CONFIG_XILINX_WINDOW_WATCHDOG as disabled in pending (Patrick Talbert) -- Add baseline ARK/ELN pipelines (Michael Hofmann) -- Simplify job rules (Michael Hofmann) -- Build ELN srpm for bot changes (Michael Hofmann) -- Run RH selftests for ELN (Michael Hofmann) -- Simplify job templates (Michael Hofmann) -- Extract rules to allow orthogonal configuration (Michael Hofmann) -- Require ELN pipelines if started automatically (Michael Hofmann) -- Add ARK debug pipeline (Michael Hofmann) -- Extract common parts of child pipeline job (Michael Hofmann) -- Move ARK pipeline variables into job template (Michael Hofmann) -- Simplify ARK pipeline rules (Michael Hofmann) -- Change pathfix.py to %%py3_shebang_fix (Justin M. Forbes) -- Turn on NET_VENDOR_QUALCOMM for Fedora to enable rmnet (Justin M. Forbes) -- redhat: add intel-m10-bmc-hwmon to filter-modules singlemods list (Patrick Talbert) -- fedira: enable pending-fedora CONFIG_CPUFREQ_DT_PLATDEV as a module (Patrick Talbert) -- redhat: fix the 'eln BUILD_TARGET' self-test (Patrick Talbert) -- redhat: update the self-test-data (Patrick Talbert) -- redhat: remove trailing space in dist-dump-variables output (Patrick Talbert) -- Allow ELN pipelines failures (Michael Hofmann) -- Enable cs-like CI (Michael Hofmann) -- Allow to auto-cancel redundant pipelines (Michael Hofmann) -- Remove obsolete unused trigger variable (Michael Hofmann) -- Fix linter warnings in .gitlab-ci.yml (Michael Hofmann) -- config: wifi: debug options for ath11k, brcm80211 and iwlwifi (Íñigo Huguet) -- redhat: allow dbgonly cross builds (Jan Stancek) -- redhat/configs: Clean up x86-64 call depth tracking configs (Waiman Long) -- redhat: move SND configs from pending-rhel to rhel (Patrick Talbert) -- Fix up armv7 configs for Fedora (Justin M. Forbes) -- redhat: Set pending-rhel x86 values for various SND configs (Patrick Talbert) -- redhat: update self-test data (Patrick Talbert) -- redhat: ignore SPECBPFTOOLVERSION/bpftoolversion in self-test create-data.sh (Patrick Talbert) -- fedora/rhel: Move I2C_DESIGNWARE_PLATFORM, I2C_SLAVE, & GPIOLIB from pending (Patrick Talbert) -- redhat/filter-modules.sh.rhel: add needed deps for intel_rapl_tpmi (Jan Stancek) -- fedora: Enable CONFIG_SPI_SLAVE (Patrick Talbert) -- fedora/rhel: enable I2C_DESIGNWARE_PLATFORM, I2C_SLAVE, and GPIOLIB (Patrick Talbert) -- fedora: Enable CONFIG_SPI_SLAVE in fedora-pending (Patrick Talbert) -- redhat: remove extra + (plus) from meta package Requires definitions (Patrick Talbert) -- Add intel-m10-bmc-hwmon to singlemods (Thorsten Leemhuis) -- Add hid-uclogic-test to mod-internal.list (Thorsten Leemhuis) -- Add checksum_kunit.ko to mod-internal.list (Thorsten Leemhuis) -- Add strcat_kunit to mod-internal.list (Thorsten Leemhuis) -- Add input_test to mod-intenal.list (Thorsten Leemhuis) -- Revert "Remove EXPERT from ARCH_FORCE_MAX_ORDER for aarch64" (Justin M. Forbes) -- Fix up rebase issue with CONFIG_ARCH_FORCE_MAX_ORDER (Justin M. Forbes) -- redhat/kernel.spec.template: Disable 'extracting debug info' messages (Prarit Bhargava) -- kernel/rh_messages.c: Another gcc12 warning on redundant NULL test (Florian Weimer) [2216678] -- redhat: fix signing for realtime and arm64_64k non-debug variants (Jan Stancek) -- redhat: treat with_up consistently (Jan Stancek) -- redhat: make with_realtime opt-in (Jan Stancek) -- redhat/configs: Disable qcom armv7 drippings in the aarch64 tree (Jeremy Linton) -- kernel.spec: drop obsolete ldconfig (Jan Stancek) -- Consolidate config items to common for 6.4 cycle (Justin M. Forbes) -- Turn on CO?NFIg_RMNET for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_MANA_INFINIBAND=m for ARK (Vitaly Kuznetsov) -- redhat/config: common: Enable CONFIG_GPIO_SIM for software development (Kate Hsuan) -- redhat: fix problem with RT kvm modules listed twice in rpm generation (Clark Williams) -- redhat: turn off 64k kernel builds with rtonly (Clark Williams) -- redhat: turn off zfcpdump for rtonly (Clark Williams) -- redhat: don't allow with_rtonly to turn on unsupported arches (Clark Williams) -- redhat: update self-test data for addition of RT and 64k-page variants (Clark Williams) -- redhat: fix realtime and efiuki build conflict (Jan Stancek) -- arm64-64k: Add new kernel variant to RHEL9/CS9 for 64K page-size'd ARM64 (Donald Dutile) [2153073] -- redhat: TEMPORARY set configs to deal with PREEMPT_RT not available (Clark Williams) -- redhat: TEMPORARY default realtime to off (Clark Williams) -- redhat: moved ARM errata configs to arm dir (Clark Williams) -- redhat: RT packaging changes (Clark Williams) -- redhat: miscellaneous commits needed due to CONFIG_EXPERT (Clark Williams) -- redhat: realtime config entries (Clark Williams) -- common: remove deleted USB PCCARD drivers (Peter Robinson) -- fedora: further cleanup of pccard/cardbus subsystem (Peter Robinson) -- common: properly disable PCCARD subsystem (Peter Robinson) -- redhat/configs: arm: enable SERIAL_TEGRA UART for RHEL (Mark Salter) -- redhat/configs: enable CONFIG_X86_AMD_PSTATE_UT (David Arcari) -- redhat/configs: Enable CONFIG_TCG_VTPM_PROXY for RHEL (Štěpán Horáček) -- redhat: do not package *.mod.c generated files (Denys Vlasenko) -- ALSA configuration changes for ARK/RHEL 9.3 (Jaroslav Kysela) -- spec: remove resolve_btfids from kernel-devel (Viktor Malik) -- Fix typo in filter-modules (Justin M. Forbes) -- redhat/configs: Enable CONFIG_INIT_STACK_ALL_ZERO for RHEL (Josh Poimboeuf) -- Remove CONFIG_ARCH_FORCE_MAX_ORDER for aarch64 (Justin M. Forbes) -- Fix up config and filter for PTP_DFL_TOD (Justin M. Forbes) -- redhat/configs: IMX8ULP pinctrl driver (Steve Best) -- redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64 (Brian Masney) -- redhat/configs: add two missing Kconfig options for the Thinkpad x13s (Brian Masney) -- Fedora configs for 6.4 (Justin M. Forbes) -- Change aarch64 CONFIG_ARCH_FORCE_MAX_ORDER to 10 for 4K pages (Justin M. Forbes) -- kernel.spec: remove "RPM_VMLINUX_H=$DevelDir/vmlinux.h" code chunk in %%install (Denys Vlasenko) -- redhat/configs: aarch64: Turn on Display for OnePlus 6 (Eric Curtin) -- redhat/configs: NXP i.MX93 pinctrl, clk, analog to digital converters (Steve Best) -- redhat/configs: Enable CONFIG_SC_GPUCC_8280XP for fedora (Andrew Halaney) -- redhat/configs: Enable CONFIG_QCOM_IPCC for fedora (Andrew Halaney) -- Add rv subpackage for kernel-tools (John Kacur) [2188441] -- redhat/configs: NXP i.MX9 family (Steve Best) -- redhat/genlog.py: add support to list/process zstream Jira tickets (Herton R. Krzesinski) -- redhat: fix duplicate jira issues in the resolves line (Herton R. Krzesinski) -- redhat: add support for Jira issues in changelog (Herton R. Krzesinski) -- redhat/configs: turn on IMX8ULP CCM Clock Driver (Steve Best) -- redhat: update filter-modules fsdrvs list to reference smb instead of cifs (Patrick Talbert) -- Turn off some debug options found to impact performance (Justin M. Forbes) -- wifi: rtw89: enable RTL8852BE card in RHEL (Íñigo Huguet) -- redhat/configs: enable TEGRA186_GPC_DMA for RHEL (Mark Salter) -- Move imx8m configs from fedora to common (Mark Salter) -- redhat/configs: turn on lpuart serial port support Driver (Steve Best) [2208834] -- Turn off DEBUG_VM for non debug Fedora kernels (Justin M. Forbes) -- Enable CONFIG_BT on aarch64 (Charles Mirabile) -- redhat/configs: turn on CONFIG_MARVELL_CN10K_TAD_PMU (Michal Schmidt) [2042240] -- redhat/configs: Fix enabling MANA Infiniband (Kamal Heib) -- Fix file listing for symvers in uki (Justin M. Forbes) -- Fix up some Fedora config items (Justin M. Forbes) -- enable efifb for Nvidia (Justin M. Forbes) -- kernel.spec: package unstripped test_progs-no_alu32 (Felix Maurer) -- Turn on NFT_CONNLIMIT for Fedora (Justin M. Forbes) -- Include the information about builtin symbols into kernel-uki-virt package too (Vitaly Kuznetsov) -- redhat/configs: Fix incorrect configs location and content (Vladis Dronov) -- redhat/configs: turn on CONFIG_MARVELL_CN10K_DDR_PMU (Michal Schmidt) [2042241] -- redhat: configs: generic: x86: Disable CONFIG_VIDEO_OV2740 for x86 platform (Kate Hsuan) -- Enable IO_URING for RHEL (Justin M. Forbes) -- Turn on IO_URING for RHEL in pending (Justin M. Forbes) -- redhat: Remove editconfig (Prarit Bhargava) -- redhat: configs: fix CONFIG_WERROR replace in build_configs (Jan Stancek) -- redhat/configs: enable Maxim MAX77620 PMIC for RHEL (Mark Salter) -- kernel.spec: skip kernel meta package when building without up (Jan Stancek) -- redhat/configs: enable RDMA_RXE for RHEL (Kamal Heib) [2022578] -- redhat/configs: update RPCSEC_GSS_KRB5 configs (Scott Mayhew) -- redhat/Makefile: Support building linux-next (Thorsten Leemhuis) -- redhat/Makefile: support building stable-rc versions (Thorsten Leemhuis) -- redhat/Makefile: Add target to print DISTRELEASETAG (Thorsten Leemhuis) -- Remove EXPERT from ARCH_FORCE_MAX_ORDER for aarch64 (Justin M. Forbes) -- Revert "Merge branch 'unstripped-no_alu32' into 'os-build'" (Patrick Talbert) -- configs: Enable CONFIG_PAGE_POOL_STATS for common/generic (Patrick Talbert) -- redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora (David Arcari) -- kernel.spec: package unstripped test_progs-no_alu32 (Felix Maurer) -- bpf/selftests: fix bpf selftests install (Jerome Marchand) -- kernel.spec: add bonding selftest (Hangbin Liu) -- Change FORCE_MAX_ORDER for ppc64 to be 8 (Justin M. Forbes) -- kernel.spec.template: Add global compression variables (Prarit Bhargava) -- kernel.spec.template: Use xz for KABI (Prarit Bhargava) -- kernel.spec.template: Remove gzip related aarch64 code (Prarit Bhargava) -- Add apple_bl to filter-modules (Justin M. Forbes) -- Add handshake-test to mod-intenal.list (Justin M. Forbes) -- Add regmap-kunit to mod-internal.list (Justin M. Forbes) -- configs: set CONFIG_PAGE_POOL_STATS (Patrick Talbert) -- Add apple_bl to fedora module_filter (Justin M. Forbes) -- Fix up some config mismatches in new Fedora config items (Justin M. Forbes) -- redhat/configs: disable CONFIG_USB_NET_SR9700 for aarch64 (Jose Ignacio Tornos Martinez) -- Fix up the RHEL configs for xtables and ipset (Justin M. Forbes) -- ark: enable wifi on aarch64 (Íñigo Huguet) -- fedora: wifi: hermes: disable 802.11b driver (Peter Robinson) -- fedora: wifi: libertas: use the LIBERTAS_THINFIRM driver (Peter Robinson) -- fedora: wifi: disable Zydas vendor (Peter Robinson) -- redhat: fix python ValueError in error path of merge.py (Clark Williams) -- fedora: arm: minor updates (Peter Robinson) -- kernel.spec: Fix UKI naming to comply with BLS (Philipp Rudo) -- redhat/kernel.spec.template: Suppress 'extracting debug info' noise in build log (Prarit Bhargava) -- Fedora 6.3 configs part 2 (Justin M. Forbes) -- redhat/configs: Enable CONFIG_X86_KERNEL_IBT for Fedora and ARK (Josh Poimboeuf) -- kernel.spec: gcov: make gcov subpackages per variant (Jan Stancek) -- kernel.spec: Gemini: add Epoch to perf and rtla subpackages (Jan Stancek) -- kernel.spec: Gemini: fix header provides for upgrade path (Jan Stancek) -- redhat: introduce Gemini versioning (Jan Stancek) -- redhat: separate RPM version from uname version (Jan Stancek) -- redhat: introduce GEMINI and RHEL_REBASE_NUM variable (Jan Stancek) -- ipmi: ssif_bmc: Add SSIF BMC driver (Tony Camuso) -- common: minor de-dupe of parallel port configs (Peter Robinson) -- Fedora 6.3 configs part 1 (Justin M. Forbes) -- redhat: configs: Enable CONFIG_MEMTEST to enable memory test (Kate Hsuan) -- Update Fedora arm filters after config updates (Nicolas Chauvet) -- redhat/kernel.spec.template: Fix kernel-tools-libs-devel dependency (Prarit Bhargava) -- redhat: fix the check for the n option (Patrick Talbert) -- common: de-dupe some options that are the same (Peter Robinson) -- generic: remove deleted options (Peter Robinson) -- redhat/configs: enable CONFIG_INTEL_TCC_COOLING for RHEL (David Arcari) -- Update Fedora ppc filters after config updates (Justin M. Forbes) -- Update Fedora aarch64 filters after config updates (Justin M. Forbes) -- fedora: arm: Updates for 6.3 (Peter Robinson) -- redhat: kunit: cleanup NITRO config and enable rescale test (Nico Pache) -- kernel.spec: use %%{package_name} to fix kernel-devel-matched Requires (Jan Stancek) -- kernel.spec: use %%{package_name} also for abi-stablelist subpackages (Jan Stancek) -- kernel.spec: use %%{package_name} also for tools subpackages (Jan Stancek) -- generic: common: Parport and paride/ata cleanups (Peter Robinson) -- CONFIG_SND_SOC_CS42L83 is no longer common (Justin M. Forbes) -- configs: arm: bring some configs in line with rhel configs in c9s (Mark Salter) -- arm64/configs: Put some arm64 configs in the right place (Mark Salter) -- cleanup removed R8188EU config (Peter Robinson) -- Make RHJOBS container friendly (Don Zickus) -- Remove scmversion from kernel.spec.template (Don Zickus) -- redhat/configs: Enable CONFIG_SND_SOC_CS42L83 (Neal Gompa) -- Use RHJOBS for create-tarball (Don Zickus) -- Enable CONFIG_NET_SCH_FQ_PIE for Fedora (Justin M. Forbes) -- Make Fedora debug configs more useful for debug (Justin M. Forbes) -- redhat/configs: enable Octeon TX2 network drivers for RHEL (Michal Schmidt) [2040643] -- redhat/kernel.spec.template: fix installonlypkg for meta package (Jan Stancek) -- redhat: version two of Makefile.rhelver tweaks (Clark Williams) -- redhat/configs: Disable CONFIG_GCC_PLUGINS (Prarit Bhargava) -- redhat/kernel.spec.template: Fix typo for process_configs.sh call (Neal Gompa) -- redhat/configs: CONFIG_CRYPTO_SM3_AVX_X86_64 is x86 only (Vladis Dronov) -- redhat/configs: Enable CONFIG_PINCTRL_METEORLAKE in RHEL (Prarit Bhargava) -- fedora: enable new image sensors (Peter Robinson) -- redhat/self-test: Update self-test data (Prarit Bhargava) -- redhat/kernel.spec.template: Fix hardcoded "kernel" (Prarit Bhargava) -- redhat/configs/generate_all_configs.sh: Fix config naming (Prarit Bhargava) -- redhat/kernel.spec.template: Pass SPECPACKAGE_NAME to generate_all_configs.sh (Prarit Bhargava) -- kernel.spec.template: Use SPECPACKAGE_NAME (Prarit Bhargava) -- redhat/Makefile: Copy spec file (Prarit Bhargava) -- redhat: Change PACKAGE_NAME to SPECPACKAGE_NAME (Prarit Bhargava) -- redhat/configs: Support the virtio_mmio.device parameter in Fedora (David Michael) -- Revert "Merge branch 'systemd-boot-unsigned' into 'os-build'" (Patrick Talbert) -- redhat/Makefile: fix default values for dist-brew's DISTRO and DIST (Íñigo Huguet) -- Remove cc lines from automatic configs (Don Zickus) -- Add rtla-hwnoise files (Justin M. Forbes) -- redhat/kernel.spec.template: Mark it as a non-executable file (Neal Gompa) -- fedora: arm: Enable DRM_PANEL_HIMAX_HX8394 (Javier Martinez Canillas) -- redhat/configs: CONFIG_HP_ILO location fix (Vladis Dronov) -- redhat: Fix build for kselftests mm (Nico Pache) -- fix tools build after vm to mm rename (Justin M. Forbes) -- redhat/spec: Update bpftool versioning scheme (Viktor Malik) -- redhat/configs: CONFIG_CRYPTO_SM4_AESNI_AVX*_X86_64 is x86 only (Prarit Bhargava) -- redhat: adapt to upstream Makefile change (Clark Williams) -- redhat: modify efiuki specfile changes to use variants convention (Clark Williams) -- Turn off DEBUG_INFO_COMPRESSED_ZLIB for Fedora (Justin M. Forbes) -- redhat/kernel.spec.template: Fix RHEL systemd-boot-unsigned dependency (Prarit Bhargava) -- Add hashtable_test to mod-internal.list (Justin M. Forbes) -- Add more kunit tests to mod-internal.list for 6.3 (Justin M. Forbes) -- Flip CONFIG_I2C_ALGOBIT to m (Justin M. Forbes) -- Flip I2C_ALGOBIT to m to avoid mismatch (Justin M. Forbes) -- kernel.spec: move modules.builtin to kernel-core (Jan Stancek) -- Turn on IDLE_INJECT for x86 (Justin M. Forbes) -- Flip CONFIG_IDLE_INJECT in pending (Justin M. Forbes) -- redhat/configs: Enable CONFIG_V4L_TEST_DRIVERS related drivers (Enric Balletbo i Serra) -- redhat/configs: Enable UCSI_CCG support (David Marlin) -- Fix underline mark-up after text change (Justin M. Forbes) -- Turn on CONFIG_XFS_RT for Fedora (Justin M. Forbes) -- Consolidate common configs for 6.2 (Justin M. Forbes) -- aarch64: enable zboot (Gerd Hoffmann) -- redhat: remove duplicate pending-rhel config items (Patrick Talbert) -- Disable frame pointers (Justin M. Forbes) -- redhat/configs: update scripts and docs for ark -> rhel rename (Clark Williams) -- redhat/configs: rename ark configs dir to rhel (Clark Williams) -- Turn off CONFIG_DEBUG_INFO_COMPRESSED_ZLIB for ppc64le (Justin M. Forbes) -- kernel.spec: package unstripped kselftests/bpf/test_progs (Jan Stancek) -- kernel.spec: allow to package some binaries as unstripped (Jan Stancek) -- redhat/configs: Make merge.py portable for older python (Desnes Nunes) -- Fedora configs for 6.2 (Justin M. Forbes) -- redhat: Repair ELN build broken by the recent UKI changes (Vitaly Kuznetsov) -- redhat/configs: enable CONFIG_INET_DIAG_DESTROY (Andrea Claudi) -- Enable TDX Guest driver (Vitaly Kuznetsov) -- redhat/configs: Enable CONFIG_PCIE_PTM generically (Corinna Vinschen) -- redhat: Add sub-RPM with a EFI unified kernel image for virtual machines (Vitaly Kuznetsov) -- redhat/Makefile: Remove GIT deprecated message (Prarit Bhargava) -- Revert "redhat: configs: Disable xtables and ipset" (Phil Sutter) -- redhat/configs: Enable CONFIG_SENSORS_LM90 for RHEL (Mark Salter) -- Fix up SQUASHFS decompression configs (Justin M. Forbes) -- redhat/configs: enable CONFIG_OCTEON_EP as a module in ARK (Michal Schmidt) [2041990] -- redhat: ignore rpminspect runpath report on urandom_read selftest binaries (Herton R. Krzesinski) -- kernel.spec: add llvm-devel build requirement (Scott Weaver) -- Update self-test data to not expect debugbuildsenabled 0 (Justin M. Forbes) -- Turn off forced debug builds (Justin M. Forbes) -- Turn on debug builds for aarch64 Fedora (Justin M. Forbes) -- redhat/configs: modify merge.py to match old overrides input (Clark Williams) -- redhat: fixup pylint complaints (Clark Williams) -- redhat: remove merge.pl and references to it (Clark Williams) -- redhat: update merge.py to handle merge.pl corner cases (Clark Williams) -- Revert "redhat: fix elf got hardening for vm tools" (Don Zickus) -- Update rebase notes for Fedora (Justin M. Forbes) -- Update CONFIG_LOCKDEP_CHAINS_BITS to 19 (cmurf) -- redhat/configs: Turn on CONFIG_SPI_TEGRA210_QUAD for RHEL (Mark Salter) -- ark: aarch64: drop CONFIG_SMC911X (Peter Robinson) -- all: cleanup and de-dupe CDROM_PKTCDVD options. (Peter Robinson) -- all: remove CRYPTO_GF128MUL (Peter Robinson) -- all: cleanup UEFI options (Peter Robinson) -- common: arm64: Enable Ampere Altra SMpro Hardware Monitoring (Peter Robinson) -- fedora: enable STACKPROTECTOR_STRONG (Peter Robinson) -- fedora: enable STACKPROTECTOR on arm platforms (Peter Robinson) -- redhat/self-test: Update data with ENABLE_WERROR (Prarit Bhargava) -- redhat/Makefile.variables: Add ENABLE_WERROR (Prarit Bhargava) -- makefile: Add -Werror support for RHEL (Prarit Bhargava) -- redhat/Makefile.variables: Remove mention of Makefile.rhpkg (Prarit Bhargava) -- redhat/Makefile.variables: Alphabetize variables (Prarit Bhargava) -- gitlab-ci: use CI templates from production branch (Michael Hofmann) -- redhat/kernel.spec.template: Fix internal "File listed twice" errors (Prarit Bhargava) -- redhat: Remove stale .tmp_versions code and comments (Prarit Bhargava) -- redhat/kernel.spec.template: Fix vmlinux_decompressor on !s390x (Prarit Bhargava) -- redhat/kernel.spec.template: Remove unnecessary output from pathfix.py (Prarit Bhargava) -- Modularize CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU (Mark Salter) -- redhat/kernel.spec.template: Parallelize compression (Prarit Bhargava) -- config: Enable Security Path (Ricardo Robaina) -- redhat/self-test/data: Regenerate self-test data for make change (Prarit Bhargava) -- Update module filters for nvmem_u-boot-env (Justin M. Forbes) -- fedora: Updates for 6.2 merge (Peter Robinson) -- fedora: Updates for 6.1 merge (Peter Robinson) -- modules-core: use %%posttrans (Gerd Hoffmann) -- split sub-rpm kernel-modules-core from kernel-core (Gerd Hoffmann) -- Turn off CONFIG_MTK_T7XX for S390x (Justin M. Forbes) -- CI: add variable for variant handling (Veronika Kabatova) -- Fix up configs with SND_SOC_NAU8315 mismatch (Justin M. Forbes) -- CI: Do a full build for non-bot runs (Veronika Kabatova) -- Fix up configs with SND_SOC_NAU8315 mismatch (Justin M. Forbes) -- kernel/rh_messages.c: gcc12 warning on redundant NULL test (Eric Chanudet) [2142658] -- redhat/configs: Enable CRYPTO_CURVE25519 in ark (Prarit Bhargava) -- general: arm: cleanup ASPEED options (Peter Robinson) -- redhat/configs: ALSA - cleanups for the AMD Pink Sardine DMIC driver (Jaroslav Kysela) -- redhat/docs: Add FAQ entry for booting between Fedora & ELN/RHEL kernels (Prarit Bhargava) -- spec: add missing BuildRequires: python3-docutils for tools (Ondrej Mosnacek) -- config: enable RCU_TRACE for debug kernels (Wander Lairson Costa) -- Add siphash_kunit and strscpy_kunit to mod-internal.list (Justin M. Forbes) -- Add drm_kunit_helpers to mod-internal.list (Justin M. Forbes) -- Fix up configs for Fedora so we don't have a mismatch (Justin M. Forbes) -- Turn on CONFIG_SQUASHFS_DECOMP_SINGLE in pending (Justin M. Forbes) -- redhat/kernel.spec.template: Fix cpupower file error (Prarit Bhargava) -- redhat/configs: aarhc64: clean up some erratum configs (Mark Salter) -- More Fedora configs for 6.1 as deps were switched on (Justin M. Forbes) -- redhat/configs: make SOC_TEGRA_CBB a module (Mark Salter) -- redhat/configs: aarch64: reorganize tegra configs to common dir (Mark Salter) -- Enforces buildroot if cross_arm (Nicolas Chauvet) -- Handle automated case when config generation works correctly (Don Zickus) -- Turn off CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64 (Justin M. Forbes) -- Turn off CONFIG_EFI_ZBOOT as it makes CKI choke (Justin M. Forbes) -- Fedora config updates for 6.1 (Justin M. Forbes) -- redhat: Remove cpupower files (Prarit Bhargava) -- redhat/configs: update CXL-related options to match what RHEL will use (John W. Linville) -- Clean up the config for the Tegra186 timer (Al Stone) -- redhat/configs: move CONFIG_TEGRA186_GPC_DMA config (Mark Salter) -- Check for kernel config git-push failures (Don Zickus) -- redhat: genlog.sh failures should interrupt the recipe (Patrick Talbert) -- Turn CONFIG_GNSS back on for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_GNSS for RHEL (Michal Schmidt) -- Turn off NVMEM_U_BOOT_ENV for fedora (Justin M. Forbes) -- Consolidate matching fedora and ark entries to common (Justin M. Forbes) -- Empty out redhat/configs/common (Justin M. Forbes) -- Adjust path to compressed vmlinux kernel image for s390x (Justin M. Forbes) [2149273] -- Fedora config updates for 6.1 (Justin M. Forbes) -- redhat: genlog.sh should expect genlog.py in the current directory (Patrick Talbert) -- redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m (Joe Lawrence) -- redhat/configs: enable CONFIG_TEST_LIVEPATCH=m for s390x (Julia Denham) -- Revert "Merge branch 'ark-make-help' into 'os-build'" (Scott Weaver) -- Remove recommendation to use 'common' for config changes. (Don Zickus) -- Update config to add i3c support for AArch64 (Mark Charlebois) -- redhat: Move cross-compile scripts into their own directory (Prarit Bhargava) -- redhat: Move yaml files into their own directory (Prarit Bhargava) -- redhat: Move update_scripts.sh into redhat/scripts (Prarit Bhargava) -- redhat: Move kernel-tools scripts into their own directory (Prarit Bhargava) -- redhat: Move gen-* scripts into their own directory (Prarit Bhargava) -- redhat: Move mod-* scripts into their own directory (Prarit Bhargava) -- redhat/Makefile: Fix RHJOBS grep warning (Prarit Bhargava) -- redhat: Force remove tmp file (Prarit Bhargava) -- redhat/configs: ALSA - cleanups for the CentOS 9.2 update (Jaroslav Kysela) -- CI: Use CKI container images from quay.io (Veronika Kabatova) -- redhat: clean up the partial-kgcov-snip.config file (Patrick Talbert) -- redhat: avoid picking up stray editor backups when processing configs (Clark Williams) -- CI: Remove old configs (Veronika Kabatova) -- redhat: override `make help` to include dist-help (Jonathan Toppins) -- redhat: make RHTEST stricter (Jonathan Toppins) -- redhat: Enable support for SN2201 system (Ivan Vecera) -- redhat/docs/index.rst: Add FLAVOR information to generate configs for local builds (Enric Balletbo i Serra) -- redhat: fix selftest git command so it picks the right commit (Patrick Talbert) -- redhat/configs: enable HP_WATCHDOG for aarch64 (Mark Salter) -- redhat: disable Kfence Kunit Test (Nico Pache) -- configs: enable CONFIG_LRU_GEN_ENABLED everywhere (Patrick Talbert) -- redhat: Enable WWAN feature and support for Intel, Qualcomm and Mediatek devices (Jose Ignacio Tornos Martinez) -- Turn on dln2 support (RHBZ 2110372) (Justin M. Forbes) -- Enable configs for imx8m PHYs (Al Stone) -- configs/fedora: Build some SC7180 clock controllers as modules (Javier Martinez Canillas) -- redhat/configs: Disable fbdev drivers and use simpledrm everywhere (Javier Martinez Canillas) [1986223] -- redhat: fix the branch we pull from the documentation tree (Herton R. Krzesinski) -- redhat/configs: change so watchdog is module versus builtin (Steve Best) -- redhat/configs: move CONFIG_ACPI_VIDEO to common/generic (Mark Langsdorf) -- enable imx8xm I2C configs properly (Al Stone) -- configs/fedora: Enable a few more drivers needed by the HP X2 Chromebook (Javier Martinez Canillas) -- enable the rtc-rv8803 driver on RHEL and Fedora (David Arcari) -- redhat/Makefile: Remove BUILD_SCRATCH_TARGET (Prarit Bhargava) -- configs: move CONFIG_INTEL_TDX_GUEST to common directory (Wander Lairson Costa) -- redhat/Makefile: Use new BUILD_TARGET for RHEL dist[g]-brew target (Prarit Bhargava) -- redhat: method.py: change the output loop to use 'values' method (Patrick Talbert) -- redhat: use 'update' method in merge.py (Patrick Talbert) -- redhat: Use a context manager in merge.py for opening the config file for reading (Patrick Talbert) -- redhat: automatically strip newlines in merge.py (Clark Williams) -- redhat: python replacement for merge.pl (Clark Williams) -- redhat/docs: Update with DISTLOCALVERSION (Prarit Bhargava) -- redhat/Makefile: Rename LOCALVERSION to DISTLOCALVERSION (Akihiko Odaki) -- Adjust FIPS module name in RHEL (Vladis Dronov) -- spec: prevent git apply from searching for the .git directory (Ondrej Mosnacek) -- redhat: Remove parallel_xz.sh (Prarit Bhargava) -- Turn on Multi-Gen LRU for Fedora (Justin M. Forbes) -- Add kasan_test to mod-internal.list (Justin M. Forbes) -- redhat/Makefile.variables: Fix typo with RHDISTGIT_TMP (Prarit Bhargava) -- spec: fix path to `installing_core` stamp file for subpackages (Jonathan Lebon) -- Remove unused ci scripts (Don Zickus) -- Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in configs (Justin M. Forbes) -- redhat: Add new fortify_kunit & is_signed_type_kunit to mod-internal.list (Patrick Talbert) -- Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in pending (Justin M. Forbes) -- Add acpi video to the filter_modules.sh for rhel (Justin M. Forbes) -- Change acpi_bus_get_acpi_device to acpi_get_acpi_dev (Justin M. Forbes) -- Turn on ACPI_VIDEO for arm (Justin M. Forbes) -- Turn on CONFIG_PRIME_NUMBERS as a module (Justin M. Forbes) -- Add new drm kunit tests to mod-internal.list (Justin M. Forbes) -- redhat: fix elf got hardening for vm tools (Frantisek Hrbata) -- kernel.spec.template: remove some temporary files early (Ondrej Mosnacek) -- kernel.spec.template: avoid keeping two copies of vmlinux (Ondrej Mosnacek) -- Add fortify_kunit to mod-internal.list (Justin M. Forbes) -- Add module filters for Fedora as acpi video has new deps (Justin M. Forbes) -- One more mismatch (Justin M. Forbes) -- Fix up pending for mismatches (Justin M. Forbes) -- Forgot too remove this from pending, it is set properly in ark (Justin M. Forbes) -- redhat/Makefile: Add DIST to git tags for RHEL (Prarit Bhargava) -- redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common (Jerry Snitselaar) -- Common config cleanup for 6.0 (Justin M. Forbes) -- Allow selftests to fail without killing the build (Justin M. Forbes) -- redhat: Remove redhat/Makefile.rhpkg (Prarit Bhargava) -- redhat/Makefile: Move RHDISTGIT_CACHE and RHDISTGIT_TMP (Prarit Bhargava) -- redhat/Makefile.rhpkg: Remove RHDISTGIT_USER (Prarit Bhargava) -- redhat/Makefile: Move RHPKG_BIN to redhat/Makefile (Prarit Bhargava) -- common: clean up Android option with removal of CONFIG_ANDROID (Peter Robinson) -- redhat/configs: Remove x86_64 from priority files (Prarit Bhargava) -- redhat/configs/pending-ark: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/pending-fedora: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/fedora: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/common: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/ark: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/custom-overrides: Remove x86_64 directory (Prarit Bhargava) -- configs: use common CONFIG_ARM64_SME for ark and fedora (Mark Salter) -- redhat/configs: Add a warning message to priority.common (Prarit Bhargava) -- redhat/configs: Enable INIT_STACK_ALL_ZERO for Fedora (Miko Larsson) -- redhat: Set CONFIG_MAXLINEAR_GPHY to =m (Petr Oros) -- redhat/configs enable CONFIG_INTEL_IFS (David Arcari) -- redhat: Remove filter-i686.sh.rhel (Prarit Bhargava) -- redhat/Makefile: Set PATCHLIST_URL to none for RHEL/cs9 (Prarit Bhargava) -- redhat: remove GL_DISTGIT_USER, RHDISTGIT and unify dist-git cloning (Prarit Bhargava) -- redhat/Makefile.variables: Add ADD_COMMITID_TO_VERSION (Prarit Bhargava) -- kernel.spec: disable vmlinux.h generation for s390 zfcpdump config (Prarit Bhargava) -- perf: Require libbpf 0.6.0 or newer (Prarit Bhargava) -- kabi: add stablelist helpers (Prarit Bhargava) -- Makefile: add kabi targets (Prarit Bhargava) -- kabi: add support for symbol namespaces into check-kabi (Prarit Bhargava) -- kabi: ignore new stablelist metadata in show-kabi (Prarit Bhargava) -- redhat/Makefile: add dist-assert-tree-clean target (Prarit Bhargava) -- redhat/kernel.spec.template: Specify vmlinux.h path when building samples/bpf (Prarit Bhargava) [2041365] -- spec: Fix separate tools build (Prarit Bhargava) [2054579] -- redhat/scripts: Update merge-subtrees.sh with new subtree location (Prarit Bhargava) -- redhat/kernel.spec.template: enable dependencies generation (Prarit Bhargava) -- redhat: build and include memfd to kernel-selftests-internal (Prarit Bhargava) [2027506] -- redhat/kernel.spec.template: Link perf with --export-dynamic (Prarit Bhargava) -- redhat: kernel.spec: selftests: abort on build failure (Prarit Bhargava) -- redhat: configs: move CONFIG_SERIAL_MULTI_INSTANTIATE=m settings to common/x86 (Jaroslav Kysela) -- configs: enable CONFIG_HP_ILO for aarch64 (Mark Salter) -- all: cleanup dell config options (Peter Robinson) -- redhat: Include more kunit tests (Nico Pache) -- common: some minor cleanups/de-dupe (Peter Robinson) -- common: enable INTEGRITY_MACHINE_KEYRING on all configuraitons (Peter Robinson) -- Fedora 6.0 configs update (Justin M. Forbes) -- redhat/self-test: Ignore .rhpkg.mk files (Prarit Bhargava) -- redhat/configs: Enable CONFIG_PRINTK_INDEX on Fedora (Prarit Bhargava) -- redhat/configs: Cleanup CONFIG_X86_KERNEL_IBT (Prarit Bhargava) -- Fix up SND_CTL debug options (Justin M. Forbes) -- redhat: create /boot symvers link if it doesn't exist (Jan Stancek) -- redhat: remove duplicate kunit tests in mod-internal.list (Nico Pache) -- configs/fedora: Make Fedora work with HNS3 network adapter (Zamir SUN) -- redhat/configs/fedora/generic: Enable CONFIG_BLK_DEV_UBLK on Fedora (Richard W.M. Jones) [2122595] -- fedora: disable IWLMEI (Peter Robinson) -- redhat/configs: enable UINPUT on aarch64 (Benjamin Tissoires) -- Fedora 6.0 configs part 1 (Justin M. Forbes) -- redhat/Makefile: Always set UPSTREAM (Prarit Bhargava) -- redhat/configs: aarch64: Turn on Apple Silicon configs for Fedora (Eric Curtin) -- Add cpumask_kunit to mod-internal.list (Justin M. Forbes) -- config - consolidate disabled MARCH options on s390x (Dan Horák) -- move the baseline arch to z13 for s390x in F-37+ (Dan Horák) -- redhat/scripts/rh-dist-git.sh: Fix outdated cvs reference (Prarit Bhargava) -- redhat/scripts/expand_srpm.sh: Use Makefile variables (Prarit Bhargava) -- redhat/scripts/clone_tree.sh: Use Makefile variables (Prarit Bhargava) -- Fedora: arm changes for 6.0, part 1, with some ACPI (Peter Robinson) -- redhat/self-test: Fix shellcheck errors (Prarit Bhargava) -- redhat/docs: Add dist-brew BUILD_FLAGS information (Prarit Bhargava) -- redhat: change the changelog item for upstream merges (Herton R. Krzesinski) -- redhat: fix dist-release build number test (Herton R. Krzesinski) -- redhat: fix release number bump when dist-release-changed runs (Herton R. Krzesinski) -- redhat: use new genlog.sh script to detect changes for dist-release (Herton R. Krzesinski) -- redhat: move changelog addition to the spec file back into genspec.sh (Herton R. Krzesinski) -- redhat: always add a rebase entry when ark merges from upstream (Herton R. Krzesinski) -- redhat: drop merge ark patches hack (Herton R. Krzesinski) -- redhat: don't hardcode temporary changelog file (Herton R. Krzesinski) -- redhat: split changelog generation from genspec.sh (Herton R. Krzesinski) -- redhat: configs: Disable FIE on arm (Jeremy Linton) [2012226] -- redhat/Makefile: Clean linux tarballs (Prarit Bhargava) -- redhat/configs: Cleanup CONFIG_ACPI_AGDI (Prarit Bhargava) -- spec: add cpupower daemon reload on install/upgrade (Jarod Wilson) -- redhat: properly handle binary files in patches (Ondrej Mosnacek) -- Add python3-setuptools buildreq for perf (Justin M. Forbes) -- Add cros_kunit to mod-internal.list (Justin M. Forbes) -- Add new tests to mod-internal.list (Justin M. Forbes) -- Turn off some Kunit tests in pending (Justin M. Forbes) -- Clean up a mismatch in Fedora configs (Justin M. Forbes) -- redhat/configs: Sync up Retbleed configs with centos-stream (Waiman Long) -- Change CRYPTO_BLAKE2S_X86 from m to y (Justin M. Forbes) -- Leave CONFIG_ACPI_VIDEO on for x86 only (Justin M. Forbes) -- Fix BLAKE2S_ARM and BLAKE2S_X86 configs in pending (Justin M. Forbes) -- Fix pending for ACPI_VIDEO (Justin M. Forbes) -- redhat/configs: Fix rm warning on config warnings (Eric Chanudet) -- redhat/Makefile: Deprecate PREBUILD_GIT_ONLY variable (Prarit Bhargava) -- redhat/Makefile: Deprecate SINGLE_TARBALL variable (Prarit Bhargava) -- redhat/Makefile: Deprecate GIT variable (Prarit Bhargava) -- Update CONFIG_LOCKDEP_CHAINS_BITS to 18 (cmurf) -- Add new FIPS module name and version configs (Vladis Dronov) -- redhat/configs/fedora: Make PowerPC's nx-gzip buildin (Jakub Čajka) -- omit unused Provides (Dan Horák) -- self-test: Add test for DIST=".eln" (Prarit Bhargava) -- redhat: Enable CONFIG_LZ4_COMPRESS on Fedora (Prarit Bhargava) -- fedora: armv7: enable MMC_STM32_SDMMC (Peter Robinson) -- .gitlab-ci.yaml: Add test for dist-get-buildreqs target (Prarit Bhargava) -- redhat/docs: Add information on build dependencies (Prarit Bhargava) -- redhat/Makefile: Add better pass message for dist-get-buildreqs (Prarit Bhargava) -- redhat/Makefile: Provide a better message for system-sb-certs (Prarit Bhargava) -- redhat/Makefile: Change dist-buildreq-check to a non-blocking target (Prarit Bhargava) -- create-data: Parallelize spec file data (Prarit Bhargava) -- create-data.sh: Store SOURCES Makefile variable (Prarit Bhargava) -- redhat/Makefile: Split up setup-source target (Prarit Bhargava) -- create-data.sh: Redefine varfilename (Prarit Bhargava) -- create-data.sh: Parallelize variable file creation (Prarit Bhargava) -- redhat/configs: Enable CONFIG_LZ4_COMPRESS (Prarit Bhargava) -- redhat/docs: Update brew information (Prarit Bhargava) -- redhat/Makefile: Fix eln BUILD_TARGET (Prarit Bhargava) -- redhat/Makefile: Set BUILD_TARGET for dist-brew (Prarit Bhargava) -- kernel.spec.template: update (s390x) expoline.o path (Joe Lawrence) -- fedora: enable BCM_NET_PHYPTP (Peter Robinson) -- Fedora 5.19 configs update part 2 (Justin M. Forbes) -- redhat/Makefile: Change fedora BUILD_TARGET (Prarit Bhargava) -- New configs in security/keys (Fedora Kernel Team) -- Fedora: arm: enable a pair of drivers (Peter Robinson) -- redhat: make kernel-zfcpdump-core to not provide kernel-core/kernel (Herton R. Krzesinski) -- redhat/configs: Enable QAT devices for arches other than x86 (Vladis Dronov) -- Fedora 5.19 configs pt 1 (Justin M. Forbes) -- redhat: Exclude cpufreq.h from kernel-headers (Patrick Talbert) -- Add rtla subpackage for kernel-tools (Justin M. Forbes) -- fedora: arm: enable a couple of QCom drivers (Peter Robinson) -- redhat/Makefile: Deprecate BUILD_SCRATCH_TARGET (Prarit Bhargava) -- redhat: enable CONFIG_DEVTMPFS_SAFE (Mark Langsdorf) -- redhat/Makefile: Remove deprecated variables and targets (Prarit Bhargava) -- Split partner modules into a sub-package (Alice Mitchell) -- Enable kAFS and it's dependancies in RHEL (Alice Mitchell) -- Enable Marvell OcteonTX2 crypto device in ARK (Vladis Dronov) -- redhat/Makefile: Remove --scratch from BUILD_TARGET (Prarit Bhargava) -- redhat/Makefile: Fix dist-brew and distg-brew targets (Prarit Bhargava) -- fedora: arm64: Initial support for TI Keystone 3 (ARCH_K3) (Peter Robinson) -- fedora: arm: enable Hardware Timestamping Engine support (Peter Robinson) -- fedora: wireless: disable SiLabs and PureLiFi (Peter Robinson) -- fedora: updates for 5.19 (Peter Robinson) -- fedora: minor updates for Fedora configs (Peter Robinson) -- configs/fedora: Enable the pinctrl SC7180 driver built-in (Enric Balletbo i Serra) -- redhat/configs: enable CONFIG_DEBUG_NET for debug kernel (Hangbin Liu) -- redhat/Makefile: Add SPECKABIVERSION variable (Prarit Bhargava) -- redhat/self-test: Provide better failure output (Prarit Bhargava) -- redhat/self-test: Reformat tests to kernel standard (Prarit Bhargava) -- redhat/self-test: Add purpose and header to each test (Prarit Bhargava) -- Drop outdated CRYPTO_ECDH configs (Vladis Dronov) -- Brush up crypto SHA512 and USER configs (Vladis Dronov) -- Brush up crypto ECDH and ECDSA configs (Vladis Dronov) -- redhat/self-test: Update data set (Prarit Bhargava) -- create-data.sh: Reduce specfile data output (Prarit Bhargava) -- redhat/configs: restore/fix core INTEL_LPSS configs to be builtin again (Hans de Goede) -- Enable CKI on os-build MRs only (Don Zickus) -- self-test: Fixup Makefile contents test (Prarit Bhargava) -- redhat/self-test: self-test data update (Prarit Bhargava) -- redhat/self-test: Fix up create-data.sh to not report local variables (Prarit Bhargava) -- redhat/configs/fedora: Enable a set of modules used on some x86 tablets (Hans de Goede) -- redhat/configs: Make INTEL_SOC_PMIC_CHTDC_TI builtin (Hans de Goede) -- redhat/configs/fedora: enable missing modules modules for Intel IPU3 camera support (Hans de Goede) -- Common: minor cleanups (Peter Robinson) -- fedora: some minor Fedora cleanups (Peter Robinson) -- fedora: drop X86_PLATFORM_DRIVERS_DELL dupe (Peter Robinson) -- redhat: change tools_make macro to avoid full override of variables in Makefile (Herton R. Krzesinski) -- Fix typo in Makefile for Fedora Stable Versioning (Justin M. Forbes) -- Remove duplicates from ark/generic/s390x/zfcpdump/ (Vladis Dronov) -- Move common/debug/s390x/zfcpdump/ configs to ark/debug/s390x/zfcpdump/ (Vladis Dronov) -- Move common/generic/s390x/zfcpdump/ configs to ark/generic/s390x/zfcpdump/ (Vladis Dronov) -- Drop RCU_EXP_CPU_STALL_TIMEOUT to 0, we are not really android (Justin M. Forbes) -- redhat/configs/README: Update the README (Prarit Bhargava) -- redhat/docs: fix hyperlink typo (Patrick Talbert) -- all: net: remove old NIC/ATM drivers that use virt_to_bus() (Peter Robinson) -- Explicitly turn off CONFIG_KASAN_INLINE for ppc (Justin M. Forbes) -- redhat/docs: Add a description of kernel naming (Prarit Bhargava) -- Change CRYPTO_CHACHA_S390 from m to y (Justin M. Forbes) -- enable CONFIG_NET_ACT_CTINFO in ark (Davide Caratti) -- redhat/configs: enable CONFIG_SP5100_TCO (David Arcari) -- redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64 (Eric Auger) [2089765] -- Turn off KASAN_INLINE for RHEL ppc in pending (Justin M. Forbes) -- redhat/kernel.spec.template: update selftest data via "make dist-self-test-data" (Denys Vlasenko) -- redhat/kernel.spec.template: remove stray *.hardlink-temporary files, if any (Denys Vlasenko) -- Fix up ZSMALLOC config for s390 (Justin M. Forbes) -- Turn on KASAN_OUTLINE for ppc debug (Justin M. Forbes) -- Turn on KASAN_OUTLINE for PPC debug to avoid mismatch (Justin M. Forbes) -- Fix up crypto config mistmatches (Justin M. Forbes) -- Fix up config mismatches (Justin M. Forbes) -- generic/fedora: cleanup and disable Lightning Moutain SoC (Peter Robinson) -- redhat: Set SND_SOC_SOF_HDA_PROBES to =m (Patrick Talbert) -- Fix versioning on stable Fedora (Justin M. Forbes) -- Enable PAGE_POOL_STATS for arm only (Justin M. Forbes) -- Revert "Merge branch 'fix-ci-20220523' into 'os-build'" (Patrick Talbert) -- Flip CONFIG_RADIO_ADAPTERS to module for Fedora (Justin M. Forbes) -- redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) -- Fedora: arm: Updates for QCom devices (Peter Robinson) -- Fedora arm and generic updates for 5.17 (Peter Robinson) -- enable COMMON_CLK_SI5341 for Xilinx ZYNQ-MP (Peter Robinson) -- Turn on CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING for Fedora (Justin M. Forbes) -- redhat/self-test/data: Update data set (Prarit Bhargava) -- Revert variable switch for lasttag (Justin M. Forbes) -- redhat: Add self-tests to .gitlab-ci.yml (Prarit Bhargava) -- redhat/self-test: Update data (Prarit Bhargava) -- redhat/self-test: Unset Makefile variables (Prarit Bhargava) -- redhat/self-test: Omit SHELL variable from test data (Prarit Bhargava) -- Add CONFIG_EFI_DXE_MEM_ATTRIBUTES (Justin M. Forbes) -- Update filter-modules for mlx5-vfio-pci (Justin M. Forbes) -- Fedora configs for 5.18 (Justin M. Forbes) -- self-test/data/create-data.sh: Avoid SINGLE_TARBALL warning (Prarit Bhargava) -- redhat/Makefile: Rename PREBUILD to UPSTREAMBUILD (Prarit Bhargava) -- redhat/Makefile: Rename BUILDID to LOCALVERSION (Prarit Bhargava) -- redhat/Makefile: Fix dist-brew & distg-brew targets (Prarit Bhargava) -- redhat/Makefile: Reorganize MARKER code (Prarit Bhargava) -- redhat/scripts/new_release.sh: Use Makefile variables (Prarit Bhargava) -- redhat/Makefile: Rename __YSTREAM and __ZSTREAM (Prarit Bhargava) -- redhat/genspec.sh: Add comment about SPECBUILDID variable (Prarit Bhargava) -- redhat/kernel.spec.template: Move genspec variables into one section (Prarit Bhargava) -- redhat/kernel.spec.template: Remove kversion (Prarit Bhargava) -- redhat/Makefile: Add SPECTARFILE_RELEASE comment (Prarit Bhargava) -- redhat/Makefile: Rename RPMVERSION to BASEVERSION (Prarit Bhargava) -- redhat/Makefile: Target whitespace cleanup (Prarit Bhargava) -- redhat/Makefile: Move SPECRELEASE to genspec.sh (Prarit Bhargava) -- redhat/Makefile: Add kernel-NVR comment (Prarit Bhargava) -- redhat/Makefile: Use SPECFILE variable (Prarit Bhargava) -- redhat/Makefile: Remove KEXTRAVERSION (Prarit Bhargava) -- redhat: Enable VM kselftests (Nico Pache) [1978539] -- redhat: enable CONFIG_TEST_VMALLOC for vm selftests (Nico Pache) -- redhat: Enable HMM test to be used by the kselftest test suite (Nico Pache) -- redhat/Makefile.variables: Change git hash length to default (Prarit Bhargava) -- redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) -- Turn on INTEGRITY_MACHINE_KEYRING for Fedora (Justin M. Forbes) -- redhat/configs: fix CONFIG_INTEL_ISHTP_ECLITE (David Arcari) -- redhat/configs: Fix rm warning on error (Prarit Bhargava) -- Fix nightly merge CI (Don Zickus) -- redhat/kernel.spec.template: fix standalone tools build (Jan Stancek) -- Add system-sb-certs for RHEL-9 (Don Zickus) -- Fix dist-buildcheck-reqs (Don Zickus) -- move DAMON configs to correct directory (Chris von Recklinghausen) -- redhat: indicate HEAD state in tarball/rpm name (Jarod Wilson) -- Fedora 5.18 config set part 1 (Justin M. Forbes) -- fedora: arm: Enable new Rockchip 356x series drivers (Peter Robinson) -- fedora: arm: enable DRM_I2C_NXP_TDA998X on aarch64 (Peter Robinson) -- redhat/self-test: Add test to verify Makefile declarations. (Prarit Bhargava) -- redhat/Makefile: Add RHTEST (Prarit Bhargava) -- redhat: shellcheck cleanup (Prarit Bhargava) -- redhat/self-test/data: Cleanup data (Prarit Bhargava) -- redhat/self-test: Add test to verify SPEC variables (Prarit Bhargava) -- redhat/Makefile: Add 'duplicate' SPEC entries for user set variables (Prarit Bhargava) -- redhat/Makefile: Rename TARFILE_RELEASE to SPECTARFILE_RELEASE (Prarit Bhargava) -- redhat/genspec: Rename PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG (Prarit Bhargava) -- redhat/genspec: Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED (Prarit Bhargava) -- redhat/Makefile: Rename PKGRELEASE to SPECBUILD (Prarit Bhargava) -- redhat/genspec: Rename BUILDID_DEFINE to SPECBUILDID (Prarit Bhargava) -- redhat/Makefile: Rename CHANGELOG to SPECCHANGELOG (Prarit Bhargava) -- redhat/Makefile: Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION (Prarit Bhargava) -- redhat/Makefile: Rename RPMKSUBLEVEL to SPECKSUBLEVEL (Prarit Bhargava) -- redhat/Makefile: Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL (Prarit Bhargava) -- redhat/Makefile: Rename RPMKVERSION to SPECKVERSION (Prarit Bhargava) -- redhat/Makefile: Rename KVERSION to SPECVERSION (Prarit Bhargava) -- redhat/Makefile: Deprecate some simple targets (Prarit Bhargava) -- redhat/Makefile: Use KVERSION (Prarit Bhargava) -- redhat/configs: Set GUP_TEST in debug kernel (Joel Savitz) -- enable DAMON configs (Chris von Recklinghausen) [2004233] -- redhat: add zstream switch for zstream release numbering (Herton R. Krzesinski) -- redhat: change kabi tarballs to use the package release (Herton R. Krzesinski) -- redhat: generate distgit changelog in genspec.sh as well (Herton R. Krzesinski) -- redhat: make genspec prefer metadata from git notes (Herton R. Krzesinski) -- redhat: use tags from git notes for zstream to generate changelog (Herton R. Krzesinski) -- ARK: Remove code marking devices unmaintained (Peter Georg) -- rh_message: Fix function name (Peter Georg) [2019377] -- Turn on CONFIG_RANDOM_TRUST_BOOTLOADER (Justin M. Forbes) -- redhat/configs: aarch64: enable CPU_FREQ_GOV_SCHEDUTIL (Mark Salter) -- Move CONFIG_HW_RANDOM_CN10K to a proper place (Vladis Dronov) -- redhat/self-test: Clean up data set (Prarit Bhargava) -- redhat/Makefile.rhpkg: Remove quotes for RHDISTGIT (Prarit Bhargava) -- redhat/scripts/create-tarball.sh: Use Makefile variables (Prarit Bhargava) -- redhat/Makefile: Deprecate SINGLE_TARBALL (Prarit Bhargava) -- redhat/Makefile: Move SINGLE_TARBALL to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Use RPMVERSION (Prarit Bhargava) -- redhat/scripts/rh-dist-git.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs/build_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs/process_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/kernel.spec.template: Use RPM_BUILD_NCPUS (Prarit Bhargava) -- redhat/configs/generate_all_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs: enable nf_tables SYNPROXY extension on ark (Davide Caratti) -- fedora: Disable fbdev drivers missed before (Javier Martinez Canillas) -- Redhat: enable Kfence on production servers (Nico Pache) -- redhat: ignore known empty patches on the patches rpminspect test (Herton R. Krzesinski) -- kernel-ark: arch_hw Update CONFIG_MOUSE_VSXXXAA=m (Tony Camuso) [2062909] -- spec: keep .BTF section in modules for s390 (Yauheni Kaliuta) [2071969] -- kernel.spec.template: Ship arch/s390/lib/expoline.o in kernel-devel (Ondrej Mosnacek) -- redhat: disable tv/radio media device infrastructure (Jarod Wilson) -- redhat/configs: clean up INTEL_LPSS configuration (David Arcari) -- Have to rename the actual contents too (Justin M. Forbes) -- The CONFIG_SATA_MOBILE_LPM_POLICY rebane was reverted (Justin M. Forbes) -- redhat: Enable KASAN on all ELN debug kernels (Nico Pache) -- redhat: configs: Enable INTEL_IOMMU_DEBUGFS for debug builds (Jerry Snitselaar) -- generic: can: disable CAN_SOFTING everywhere (Peter Robinson) -- redhat/configs: Enable CONFIG_DM_ERA=m for all (Yanko Kaneti) -- redhat/configs: enable CONFIG_SAMPLE_VFIO_MDEV_MTTY (Patrick Talbert) -- Build intel_sdsi with %%{tools_make} (Justin M. Forbes) -- configs: remove redundant Fedora config for INTEL_IDXD_COMPAT (Jerry Snitselaar) -- redhat/configs: enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT (Joel Savitz) [2026319] -- configs: enable CONFIG_RMI4_F3A (Benjamin Tissoires) -- redhat: configs: Disable TPM 1.2 specific drivers (Jerry Snitselaar) -- redhat/configs: Enable cr50 I2C TPM interface (Akihiko Odaki) -- spec: make HMAC file encode relative path (Jonathan Lebon) -- redhat/kernel.spec.template: Add intel_sdsi utility (Prarit Bhargava) -- Spec fixes for intel-speed-select (Justin M. Forbes) -- Add Partner Supported taint flag to kAFS (Alice Mitchell) [2038999] -- Add Partner Supported taint flag (Alice Mitchell) [2038999] -- Enabled INTEGRITY_MACHINE_KEYRING for all configs. (Peter Robinson) -- redhat/configs: Enable CONFIG_RCU_SCALE_TEST & CONFIG_RCU_REF_SCALE_TEST (Waiman Long) -- Add clk_test and clk-gate_test to mod-internal.list (Justin M. Forbes) -- redhat/self-tests: Ignore UPSTREAM (Prarit Bhargava) -- redhat/self-tests: Ignore RHGITURL (Prarit Bhargava) -- redhat/Makefile.variables: Extend git hash length to 15 (Prarit Bhargava) -- redhat/self-test: Remove changelog from spec files (Prarit Bhargava) -- redhat/genspec.sh: Rearrange genspec.sh (Prarit Bhargava) -- redhat/self-test: Add spec file data (Prarit Bhargava) -- redhat/self-test: Add better dist-dump-variables test (Prarit Bhargava) -- redhat/self-test: Add variable test data (Prarit Bhargava) -- redhat/config: Remove obsolete CONFIG_MFD_INTEL_PMT (David Arcari) -- redhat/configs: enable CONFIG_INTEL_ISHTP_ECLITE (David Arcari) -- Avoid creating files in $RPM_SOURCE_DIR (Nicolas Chauvet) -- Flip CRC64 from off to y (Justin M. Forbes) -- New configs in lib/Kconfig (Fedora Kernel Team) -- disable redundant assignment of CONFIG_BQL on ARK (Davide Caratti) -- redhat/configs: remove unnecessary GPIO options for aarch64 (Brian Masney) -- redhat/configs: remove viperboard related Kconfig options (Brian Masney) -- redhat/configs/process_configs.sh: Avoid race with find (Prarit Bhargava) -- redhat/configs/process_configs.sh: Remove CONTINUEONERROR (Prarit Bhargava) -- Remove i686 configs and filters (Justin M. Forbes) -- redhat/configs: Set CONFIG_X86_AMD_PSTATE built-in on Fedora (Prarit Bhargava) -- Fix up mismatch with CRC64 (Justin M. Forbes) -- Fedora config updates to fix process_configs (Justin M. Forbes) -- redhat: Fix release tagging (Prarit Bhargava) -- redhat/self-test: Fix version tag test (Prarit Bhargava) -- redhat/self-test: Fix BUILD verification test (Prarit Bhargava) -- redhat/self-test: Cleanup SRPM related self-tests (Prarit Bhargava) -- redhat/self-test: Fix shellcheck test (Prarit Bhargava) -- redhat/configs: Disable watchdog components (Prarit Bhargava) -- redhat/README.Makefile: Add a Makefile README file (Prarit Bhargava) -- redhat/Makefile: Remove duplicated code (Prarit Bhargava) -- Add BuildRequires libnl3-devel for intel-speed-select (Justin M. Forbes) -- Add new kunit tests for 5.18 to mod-internal.list (Justin M. Forbes) -- Fix RHDISTGIT for Fedora (Justin M. Forbes) -- redhat/configs/process_configs.sh: Fix race with tools generation (Prarit Bhargava) -- New configs in drivers/dax (Fedora Kernel Team) -- Fix up CONFIG_SND_AMD_ACP_CONFIG files (Patrick Talbert) -- Remove CONFIG_SND_SOC_SOF_DEBUG_PROBES files (Patrick Talbert) -- SATA_MOBILE_LPM_POLICY is now SATA_LPM_POLICY (Justin M. Forbes) -- Define SNAPSHOT correctly when VERSION_ON_UPSTREAM is 0 (Justin M. Forbes) -- redhat/Makefile: Fix dist-git (Prarit Bhargava) -- Change the pending-ark CONFIG_DAX to y due to mismatch (Justin M. Forbes) -- Enable net reference count trackers in all debug kernels (Jiri Benc) -- redhat/Makefile: Reorganize variables (Prarit Bhargava) -- redhat/Makefile: Add some descriptions (Prarit Bhargava) -- redhat/Makefile: Move SNAPSHOT check (Prarit Bhargava) -- redhat/Makefile: Deprecate BREW_FLAGS, KOJI_FLAGS, and TEST_FLAGS (Prarit Bhargava) -- redhat/genspec.sh: Rework RPMVERSION variable (Prarit Bhargava) -- redhat/Makefile: Remove dead comment (Prarit Bhargava) -- redhat/Makefile: Cleanup KABI* variables. (Prarit Bhargava) -- redhat/Makefile.variables: Default RHGITCOMMIT to HEAD (Prarit Bhargava) -- redhat/scripts/create-tarball.sh: Use Makefile TARBALL variable (Prarit Bhargava) -- redhat/Makefile: Remove extra DIST_BRANCH (Prarit Bhargava) -- redhat/Makefile: Remove STAMP_VERSION (Prarit Bhargava) -- redhat/Makefile: Move NO_CONFIGCHECKS to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move RHJOBS to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move RHGIT* variables to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move PREBUILD_GIT_ONLY to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD_FLAGS to Makefile.variables. (Prarit Bhargava) -- redhat/Makefile: Move BUILD_PROFILE to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD_TARGET and BUILD_SCRATCH_TARGET to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Remove RHPRODUCT variable (Prarit Bhargava) -- redhat/Makefile: Cleanup DISTRO variable (Prarit Bhargava) -- redhat/Makefile: Move HEAD to Makefile.variables. (Prarit Bhargava) -- redhat: Combine Makefile and Makefile.common (Prarit Bhargava) -- redhat/koji/Makefile: Decouple koji Makefile from Makefile.common (Prarit Bhargava) -- Set CONFIG_SND_SOC_SOF_MT8195 for Fedora and turn on VDPA_SIM_BLOCK (Justin M. Forbes) -- Add asus_wmi_sensors modules to filters for Fedora (Justin M. Forbes) -- redhat: spec: trigger dracut when modules are installed separately (Jan Stancek) -- Last of the Fedora 5.17 configs initial pass (Justin M. Forbes) -- redhat/Makefile: Silence dist-clean-configs output (Prarit Bhargava) -- Fedora 5.17 config updates (Justin M. Forbes) -- Setting CONFIG_I2C_SMBUS to "m" for ark (Gopal Tiwari) -- Print arch with process_configs errors (Justin M. Forbes) -- Pass RHJOBS to process_configs for dist-configs-check as well (Justin M. Forbes) -- redhat/configs/process_configs.sh: Fix issue with old error files (Prarit Bhargava) -- redhat/configs/build_configs.sh: Parallelize execution (Prarit Bhargava) -- redhat/configs/build_configs.sh: Provide better messages (Prarit Bhargava) -- redhat/configs/build_configs.sh: Create unique output files (Prarit Bhargava) -- redhat/configs/build_configs.sh: Add local variables (Prarit Bhargava) -- redhat/configs/process_configs.sh: Parallelize execution (Prarit Bhargava) -- redhat/configs/process_configs.sh: Provide better messages (Prarit Bhargava) -- redhat/configs/process_configs.sh: Create unique output files (Prarit Bhargava) -- redhat/configs/process_configs.sh: Add processing config function (Prarit Bhargava) -- redhat: Unify genspec.sh and kernel.spec variable names (Prarit Bhargava) -- redhat/genspec.sh: Remove options and use Makefile variables (Prarit Bhargava) -- Add rebase note for 5.17 on Fedora stable (Justin M. Forbes) -- More Fedora config updates for 5.17 (Justin M. Forbes) -- redhat/configs: Disable CONFIG_MACINTOSH_DRIVERS in RHEL. (Prarit Bhargava) -- redhat: Fix "make dist-release-finish" to use the correct NVR variables (Neal Gompa) [2053836] -- Build CROS_EC Modules (Jason Montleon) -- redhat: configs: change aarch64 default dma domain to lazy (Jerry Snitselaar) -- redhat: configs: disable ATM protocols (Davide Caratti) -- configs/fedora: Enable the interconnect SC7180 driver built-in (Enric Balletbo i Serra) -- configs: clean up CONFIG_PAGE_TABLE_ISOLATION files (Ondrej Mosnacek) -- redhat: configs: enable CONFIG_INTEL_PCH_THERMAL for RHEL x86 (David Arcari) -- redhat/Makefile: Fix dist-dump-variables target (Prarit Bhargava) -- redhat/configs: Enable DEV_DAX and DEV_DAX_PMEM modules on aarch64 for fedora (D Scott Phillips) -- redhat/configs: Enable CONFIG_TRANSPARENT_HUGEPAGE on aarch64 for fedora (D Scott Phillips) -- configs/process_configs.sh: Remove orig files (Prarit Bhargava) -- redhat: configs: Disable CONFIG_MPLS for s390x/zfcpdump (Guillaume Nault) -- Fedora 5.17 configs round 1 (Justin M. Forbes) -- redhat: configs: disable the surface platform (David Arcari) -- redhat: configs: Disable team driver (Hangbin Liu) [1945477] -- configs: enable LOGITECH_FF for RHEL/CentOS too (Benjamin Tissoires) -- redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64 (Dean Nelson) [2041186] -- redhat: fix make {distg-brew,distg-koji} (Andrea Claudi) -- [fedora] Turn on CONFIG_VIDEO_OV5693 for sensor support (Dave Olsthoorn) -- Cleanup 'disabled' config options for RHEL (Prarit Bhargava) -- redhat: move CONFIG_ARM64_MTE to aarch64 config directory (Herton R. Krzesinski) -- Change CONFIG_TEST_BPF to a module (Justin M. Forbes) -- Change CONFIG_TEST_BPF to module in pending MR coming for proper review (Justin M. Forbes) -- redhat/configs: Enable CONFIG_TEST_BPF (Viktor Malik) -- Enable KUNIT tests for testing (Nico Pache) -- Makefile: Check PKGRELEASE size on dist-brew targets (Prarit Bhargava) -- kernel.spec: Add glibc-static build requirement (Prarit Bhargava) -- Enable iSER on s390x (Stefan Schulze Frielinghaus) -- redhat/configs: Enable CONFIG_ACER_WIRELESS (Peter Georg) [2025985] -- kabi: Add kABI macros for enum type (Čestmír Kalina) [2024595] -- kabi: expand and clarify documentation of aux structs (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_USE_AUX_PTR (Čestmír Kalina) [2024595] -- kabi: rename RH_KABI_SIZE_AND_EXTEND to AUX (Čestmír Kalina) [2024595] -- kabi: more consistent _RH_KABI_SIZE_AND_EXTEND (Čestmír Kalina) [2024595] -- kabi: use fixed field name for extended part (Čestmír Kalina) [2024595] -- kabi: fix dereference in RH_KABI_CHECK_EXT (Čestmír Kalina) [2024595] -- kabi: fix RH_KABI_SET_SIZE macro (Čestmír Kalina) [2024595] -- kabi: expand and clarify documentation (Čestmír Kalina) [2024595] -- kabi: make RH_KABI_USE replace any number of reserved fields (Čestmír Kalina) [2024595] -- kabi: rename RH_KABI_USE2 to RH_KABI_USE_SPLIT (Čestmír Kalina) [2024595] -- kabi: change RH_KABI_REPLACE2 to RH_KABI_REPLACE_SPLIT (Čestmír Kalina) [2024595] -- kabi: change RH_KABI_REPLACE_UNSAFE to RH_KABI_BROKEN_REPLACE (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_ADD_MODIFIER (Čestmír Kalina) [2024595] -- kabi: Include kconfig.h (Čestmír Kalina) [2024595] -- kabi: macros for intentional kABI breakage (Čestmír Kalina) [2024595] -- kabi: fix the note about terminating semicolon (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_HIDE_INCLUDE and RH_KABI_FAKE_INCLUDE (Čestmír Kalina) [2024595] -- spec: don't overwrite auto.conf with .config (Ondrej Mosnacek) -- New configs in drivers/crypto (Fedora Kernel Team) -- Add test_hash to the mod-internal.list (Justin M. Forbes) -- configs: disable CONFIG_CRAMFS (Abhi Das) [2041184] -- spec: speed up "cp -r" when it overwrites existing files. (Denys Vlasenko) -- redhat: use centos x509.genkey file if building under centos (Herton R. Krzesinski) -- Revert "[redhat] Generate a crashkernel.default for each kernel build" (Coiby Xu) -- spec: make linux-firmware weak(er) dependency (Jan Stancek) -- rtw89: enable new driver rtw89 and device RTK8852AE (Íñigo Huguet) -- Config consolidation into common (Justin M. Forbes) -- Add packaged but empty /lib/modules//systemtap/ (Justin M. Forbes) -- filter-modules.sh.rhel: Add ntc_thermistor to singlemods (Prarit Bhargava) -- Move CONFIG_SND_SOC_TLV320AIC31XX as it is now selected by CONFIG_SND_SOC_FSL_ASOC_CARD (Justin M. Forbes) -- Add dev_addr_lists_test to mod-internal.list (Justin M. Forbes) -- configs/fedora: Enable CONFIG_NFC_PN532_UART for use PN532 NFC module (Ziqian SUN (Zamir)) -- redhat: ignore ksamples and kselftests on the badfuncs rpminspect test (Herton R. Krzesinski) -- redhat: disable upstream check for rpminspect (Herton R. Krzesinski) -- redhat: switch the vsyscall config to CONFIG_LEGACY_VSYSCALL_XONLY=y (Herton R. Krzesinski) [1876977] -- redhat: configs: increase CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE (Rafael Aquini) -- move CONFIG_STRICT_SIGALTSTACK_SIZE to the appropriate directory (David Arcari) -- redhat/configs: Enable CONFIG_DM_MULTIPATH_IOA for fedora (Benjamin Marzinski) -- redhat/configs: Enable CONFIG_DM_MULTIPATH_HST (Benjamin Marzinski) [2000835] -- redhat: Pull in openssl-devel as a build dependency correctly (Neal Gompa) [2034670] -- redhat/configs: Migrate ZRAM_DEF_* configs to common/ (Neal Gompa) -- redhat/configs: Enable CONFIG_CRYPTO_ZSTD (Neal Gompa) [2032758] -- Turn CONFIG_DEVMEM back off for aarch64 (Justin M. Forbes) -- Clean up excess text in Fedora config files (Justin M. Forbes) -- Fedora config updates for 5.16 (Justin M. Forbes) -- redhat/configs: enable CONFIG_INPUT_KEYBOARD for AARCH64 (Vitaly Kuznetsov) -- Fedora configs for 5.16 pt 1 (Justin M. Forbes) -- redhat/configs: NFS: disable UDP, insecure enctypes (Benjamin Coddington) [1952863] -- Update rebase-notes with dracut 5.17 information (Justin M. Forbes) -- redhat/configs: Enable CONFIG_CRYPTO_BLAKE2B (Neal Gompa) [2031547] -- Enable CONFIG_BPF_SYSCALL for zfcpdump (Jiri Olsa) -- Enable CONFIG_CIFS_SMB_DIRECT for ARK (Ronnie Sahlberg) -- mt76: enable new device MT7921E in CentOs/RHEL (Íñigo Huguet) [2004821] -- Disable CONFIG_DEBUG_PREEMPT on normal builds (Phil Auld) -- redhat/configs: Enable CONFIG_PCI_P2PDMA for ark (Myron Stowe) -- pci.h: Fix static include (Prarit Bhargava) -- Enable CONFIG_VFIO_NOIOMMU for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_NTB_NETDEV for ark (John W. Linville) -- drivers/pci/pci-driver.c: Fix if/ifdef typo (Prarit Bhargava) -- common: arm64: ensure all the required arm64 errata are enabled (Peter Robinson) -- kernel/rh_taint.c: Update to new messaging (Prarit Bhargava) [2019377] -- redhat/configs: enable CONFIG_AMD_PTDMA for ark (John W. Linville) -- redhat/configs: enable CONFIG_RD_ZSTD for rhel (Tao Liu) [2020132] -- fedora: build TEE as a module for all arches (Peter Robinson) -- common: build TRUSTED_KEYS in everywhere (Peter Robinson) -- redhat: make Patchlist.changelog generation conditional (Herton R. Krzesinski) -- redhat/configs: Add two new CONFIGs (Prarit Bhargava) -- redhat/configs: Remove dead CONFIG files (Prarit Bhargava) -- redhat/configs/evaluate_configs: Add find dead configs option (Prarit Bhargava) -- Add more rebase notes for Fedora 5.16 (Justin M. Forbes) -- Fedora: Feature: Retire wireless Extensions (Peter Robinson) -- fedora: arm: some SoC enablement pieces (Peter Robinson) -- fedora: arm: enable PCIE_ROCKCHIP_DW for rk35xx series (Peter Robinson) -- fedora: enable RTW89 802.11 WiFi driver (Peter Robinson) -- fedora: arm: Enable DRM_PANEL_EDP (Peter Robinson) -- fedora: sound: enable new sound drivers (Peter Robinson) -- redhat/configs: unset KEXEC_SIG for s390x zfcpdump (Coiby Xu) -- spec: Keep .BTF section in modules (Jiri Olsa) -- Fix up PREEMPT configs (Justin M. Forbes) -- New configs in drivers/media (Fedora Kernel Team) -- New configs in drivers/net/ethernet/litex (Fedora Kernel Team) -- spec: add bpf_testmod.ko to kselftests/bpf (Viktor Malik) -- New configs in drivers/net/wwan (Fedora Kernel Team) -- New configs in drivers/i2c (Fedora Kernel Team) -- redhat/docs/index.rst: Add local build information. (Prarit Bhargava) -- Fix up preempt configs (Justin M. Forbes) -- Turn on CONFIG_HID_NINTENDO for controller support (Dave Olsthoorn) -- Fedora: Enable MediaTek bluetooth pieces (Peter Robinson) -- Add rebase notes to check for PCI patches (Justin M. Forbes) -- redhat: configs: move CONFIG_ACCESSIBILITY from fedora to common (John W. Linville) -- Filter updates for hid-playstation on Fedora (Justin M. Forbes) -- Enable CONFIG_VIRT_DRIVERS for ARK (Vitaly Kuznetsov) -- redhat/configs: Enable Nitro Enclaves on aarch64 (Vitaly Kuznetsov) -- Enable e1000 in rhel9 as unsupported (Ken Cox) [2002344] -- Turn on COMMON_CLK_AXG_AUDIO for Fedora rhbz 2020481 (Justin M. Forbes) -- Fix up fedora config options from mismatch (Justin M. Forbes) -- Add nct6775 to filter-modules.sh.rhel (Justin M. Forbes) -- Enable PREEMPT_DYNAMIC for all but s390x (Justin M. Forbes) -- Add memcpy_kunit to mod-internal.list (Justin M. Forbes) -- New configs in fs/ksmbd (Fedora Kernel Team) -- Add nct6775 to Fedora filter-modules.sh (Justin M. Forbes) -- New configs in fs/ntfs3 (Fedora Kernel Team) -- Make CONFIG_IOMMU_DEFAULT_DMA_STRICT default for all but x86 (Justin M. Forbes) -- redhat/configs: enable KEXEC_IMAGE_VERIFY_SIG for RHEL (Coiby Xu) -- redhat/configs: enable KEXEC_SIG for aarch64 RHEL (Coiby Xu) [1994858] -- Fix up fedora and pending configs for PREEMPT to end mismatch (Justin M. Forbes) -- Enable binder for fedora (Justin M. Forbes) -- redhat: configs: Update configs for vmware (Kamal Heib) -- Fedora configs for 5.15 (Justin M. Forbes) -- redhat/kernel.spec.template: don't hardcode gcov arches (Jan Stancek) -- redhat/configs: create a separate config for gcov options (Jan Stancek) -- Update documentation with FAQ and update frequency (Don Zickus) -- Document force pull option for mirroring (Don Zickus) -- Ignore the rhel9 kabi files (Don Zickus) -- Remove legacy elrdy cruft (Don Zickus) -- redhat/configs/evaluate_configs: walk cfgvariants line by line (Jan Stancek) -- redhat/configs/evaluate_configs: insert EMPTY tags at correct place (Jan Stancek) -- redhat: make dist-srpm-gcov add to BUILDOPTS (Jan Stancek) -- Build CONFIG_SPI_PXA2XX as a module on x86 (Justin M. Forbes) -- redhat/configs: enable CONFIG_BCMGENET as module (Joel Savitz) -- Fedora config updates (Justin M. Forbes) -- Enable CONFIG_FAIL_SUNRPC for debug builds (Justin M. Forbes) -- fedora: Disable fbdev drivers and use simpledrm instead (Javier Martinez Canillas) -- spec: Don't fail spec build if ksamples fails (Jiri Olsa) -- Enable CONFIG_QCOM_SCM for arm (Justin M. Forbes) -- redhat: Disable clang's integrated assembler on ppc64le and s390x (Tom Stellard) -- redhat/configs: enable CONFIG_IMA_WRITE_POLICY (Bruno Meneguele) -- Fix dist-srpm-gcov (Don Zickus) -- redhat: configs: add CONFIG_NTB and related items (John W. Linville) -- Add kfence_test to mod-internal.list (Justin M. Forbes) -- Enable KUNIT tests for redhat kernel-modules-internal (Nico Pache) -- redhat: add *-matched meta packages to rpminspect emptyrpm config (Herton R. Krzesinski) -- Use common config for NODES_SHIFT (Mark Salter) -- redhat: fix typo and make the output more silent for dist-git sync (Herton R. Krzesinski) -- Fedora NTFS config updates (Justin M. Forbes) -- Fedora 5.15 configs part 1 (Justin M. Forbes) -- Fix ordering in genspec args (Justin M. Forbes) -- redhat/configs: Enable Hyper-V guests on ARM64 (Vitaly Kuznetsov) [2007430] -- redhat: configs: Enable CONFIG_THINKPAD_LMI (Hans de Goede) -- redhat/docs: update Koji link to avoid redirect (Joel Savitz) -- redhat: add support for different profiles with dist*-brew (Herton R. Krzesinski) -- redhat: configs: Disable xtables and ipset (Phil Sutter) [1945179] -- redhat: Add mark_driver_deprecated() (Phil Sutter) [1945179] -- Change s390x CONFIG_NODES_SHIFT from 4 to 1 (Justin M. Forbes) -- Build CRYPTO_SHA3_*_S390 inline for s390 zfcpdump (Justin M. Forbes) -- redhat: move the DIST variable setting to Makefile.variables (Herton R. Krzesinski) -- redhat/kernel.spec.template: Cleanup source numbering (Prarit Bhargava) -- redhat/kernel.spec.template: Reorganize RHEL and Fedora specific files (Prarit Bhargava) -- redhat/kernel.spec.template: Add include_fedora and include_rhel variables (Prarit Bhargava) -- redhat/Makefile: Make kernel-local global (Prarit Bhargava) -- redhat/Makefile: Use flavors file (Prarit Bhargava) -- Turn on CONFIG_CPU_FREQ_GOV_SCHEDUTIL for x86 (Justin M. Forbes) -- redhat/configs: Remove CONFIG_INFINIBAND_I40IW (Kamal Heib) -- cleanup CONFIG_X86_PLATFORM_DRIVERS_INTEL (David Arcari) -- redhat: rename usage of .rhel8git.mk to .rhpkg.mk (Herton R. Krzesinski) -- Manually add pending items that need to be set due to mismatch (Justin M. Forbes) -- Clean up pending common (Justin M. Forbes) -- redhat/configs: Enable CONFIG_BLK_CGROUP_IOLATENCY & CONFIG_BLK_CGROUP_FC_APPID (Waiman Long) [2006813] -- redhat: remove kernel.changelog-8.99 file (Herton R. Krzesinski) -- redhat/configs: enable CONFIG_SQUASHFS_ZSTD which is already enabled in Fedora 34 (Tao Liu) [1998953] -- redhat: bump RHEL_MAJOR and add the changelog file for it (Herton R. Krzesinski) -- redhat: add documentation about the os-build rebase process (Herton R. Krzesinski) -- redhat/configs: enable SYSTEM_BLACKLIST_KEYRING which is already enabled in rhel8 and Fedora 34 (Coiby Xu) -- Build kernel-doc for Fedora (Justin M. Forbes) -- x86_64: Enable Elkhart Lake Quadrature Encoder Peripheral support (Prarit Bhargava) -- Update CONFIG_WERROR to disabled as it can cause issue with out of tree modules. (Justin M. Forbes) -- Fixup IOMMU configs in pending so that configs are sane again (Justin M. Forbes) -- Some initial Fedora config items for 5.15 (Justin M. Forbes) -- arm64: use common CONFIG_MAX_ZONEORDER for arm kernel (Mark Salter) -- Create Makefile.variables for a single point of configuration change (Justin M. Forbes) -- rpmspec: drop traceevent files instead of just excluding them from files list (Herton R. Krzesinski) [1967640] -- redhat/config: Enablement of CONFIG_PAPR_SCM for PowerPC (Gustavo Walbon) [1962936] -- Attempt to fix Intel PMT code (David Arcari) -- CI: Enable realtime branch testing (Veronika Kabatova) -- CI: Enable realtime checks for c9s and RHEL9 (Veronika Kabatova) -- ark: wireless: enable all rtw88 pcie wirless variants (Peter Robinson) -- wireless: rtw88: move debug options to common/debug (Peter Robinson) -- fedora: minor PTP clock driver cleanups (Peter Robinson) -- common: x86: enable VMware PTP support on ark (Peter Robinson) -- Disable liquidio driver on ark/rhel (Herton R. Krzesinski) [1993393] -- More Fedora config updates (Justin M. Forbes) -- Fedora config updates for 5.14 (Justin M. Forbes) -- CI: Rename ARK CI pipeline type (Veronika Kabatova) -- CI: Finish up c9s config (Veronika Kabatova) -- CI: Update ppc64le config (Veronika Kabatova) -- CI: use more templates (Veronika Kabatova) -- Filter updates for aarch64 (Justin M. Forbes) -- increase CONFIG_NODES_SHIFT for aarch64 (Chris von Recklinghausen) [1890304] -- redhat: configs: Enable CONFIG_WIRELESS_HOTKEY (Hans de Goede) -- redhat/configs: Update CONFIG_NVRAM (Desnes A. Nunes do Rosario) [1988254] -- common: serial: build in SERIAL_8250_LPSS for x86 (Peter Robinson) -- powerpc: enable CONFIG_FUNCTION_PROFILER (Diego Domingos) [1831065] -- redhat/configs: Disable Soft-RoCE driver (Kamal Heib) -- redhat/configs/evaluate_configs: Update help output (Prarit Bhargava) -- redhat/configs: Double MAX_LOCKDEP_CHAINS (Justin M. Forbes) -- fedora: configs: Fix WM5102 Kconfig (Hans de Goede) -- powerpc: enable CONFIG_POWER9_CPU (Diego Domingos) [1876436] -- redhat/configs: Fix CONFIG_VIRTIO_IOMMU to 'y' on aarch64 (Eric Auger) [1972795] -- filter-modules.sh: add more sound modules to filter (Jaroslav Kysela) -- redhat/configs: sound configuration cleanups and updates (Jaroslav Kysela) -- common: Update for CXL (Compute Express Link) configs (Peter Robinson) -- redhat: configs: disable CRYPTO_SM modules (Herton R. Krzesinski) [1990040] -- Remove fedora version of the LOCKDEP_BITS, we should use common (Justin M. Forbes) -- Re-enable sermouse for x86 (rhbz 1974002) (Justin M. Forbes) -- Fedora 5.14 configs round 1 (Justin M. Forbes) -- redhat: add gating configuration for centos stream/rhel9 (Herton R. Krzesinski) -- x86: configs: Enable CONFIG_TEST_FPU for debug kernels (Vitaly Kuznetsov) [1988384] -- redhat/configs: Move CHACHA and POLY1305 to core kernel to allow BIG_KEYS=y (root) [1983298] -- kernel.spec: fix build of samples/bpf (Jiri Benc) -- Enable OSNOISE_TRACER and TIMERLAT_TRACER (Jerome Marchand) [1979379] -- rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] -- configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) -- fedora: sound config updates for 5.14 (Peter Robinson) -- fedora: Only enable FSI drivers on POWER platform (Peter Robinson) -- The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson) -- fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson) -- fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson) -- fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson) -- Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson) -- fedora: arm: disabled unused FB drivers (Peter Robinson) -- fedora: don't enable FB_VIRTUAL (Peter Robinson) -- redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075] -- rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406] -- Build Fedora x86s kernels with bytcr-wm5102 (Marius Hoch) -- Deleted redhat/configs/fedora/generic/x86/CONFIG_FB_HYPERV (Patrick Lang) -- rpmspec: correct the ghost initramfs attributes (Herton R. Krzesinski) [1977056] -- rpmspec: amend removal of depmod created files to include modules.builtin.alias.bin (Herton R. Krzesinski) [1977056] -- configs: remove duplicate CONFIG_DRM_HYPERV file (Patrick Talbert) -- CI: use common code for merge and release (Don Zickus) -- rpmspec: add release string to kernel doc directory name (Jan Stancek) -- redhat/configs: Add CONFIG_INTEL_PMT_CRASHLOG (Michael Petlan) [1880486] -- redhat/configs: Add CONFIG_INTEL_PMT_TELEMETRY (Michael Petlan) [1880486] -- redhat/configs: Add CONFIG_MFD_INTEL_PMT (Michael Petlan) [1880486] -- redhat/configs: enable CONFIG_BLK_DEV_ZONED (Ming Lei) [1638087] -- Add --with clang_lto option to build the kernel with Link Time Optimizations (Tom Stellard) -- common: disable DVB_AV7110 and associated pieces (Peter Robinson) -- Fix fedora-only config updates (Don Zickus) -- Fedor config update for new option (Justin M. Forbes) -- redhat/configs: Enable stmmac NIC for x86_64 (Mark Salter) -- all: hyperv: use the DRM driver rather than FB (Peter Robinson) -- all: hyperv: unify the Microsoft HyperV configs (Peter Robinson) -- all: VMWare: clean up VMWare configs (Peter Robinson) -- Update CONFIG_ARM_FFA_TRANSPORT (Patrick Talbert) -- CI: Handle all mirrors (Veronika Kabatova) -- Turn on CONFIG_STACKTRACE for s390x zfpcdump kernels (Justin M. Forbes) -- arm64: switch ark kernel to 4K pagesize (Mark Salter) -- Disable AMIGA_PARTITION and KARMA_PARTITION (Prarit Bhargava) [1802694] -- all: unify and cleanup i2c TPM2 modules (Peter Robinson) -- redhat/configs: Set CONFIG_VIRTIO_IOMMU on aarch64 (Eric Auger) [1972795] -- redhat/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config (Phil Auld) -- redhat/configs: enable KEXEC_SIG which is already enabled in RHEL8 for s390x and x86_64 (Coiby Xu) [1976835] -- rpmspec: do not BuildRequires bpftool on noarch (Herton R. Krzesinski) -- redhat/configs: disable {IMA,EVM}_LOAD_X509 (Bruno Meneguele) [1977529] -- redhat: add secureboot CA certificate to trusted kernel keyring (Bruno Meneguele) -- redhat/configs: enable IMA_ARCH_POLICY for aarch64 and s390x (Bruno Meneguele) -- redhat/configs: Enable CONFIG_MLXBF_GIGE on aarch64 (Alaa Hleihel) [1858599] -- common: enable STRICT_MODULE_RWX everywhere (Peter Robinson) -- COMMON_CLK_STM32MP157_SCMI is bool and selects COMMON_CLK_SCMI (Justin M. Forbes) -- kernel.spec: Add kernel{,-debug}-devel-matched meta packages (Timothée Ravier) -- Turn off with_selftests for Fedora (Justin M. Forbes) -- Don't build bpftool on Fedora (Justin M. Forbes) -- Fix location of syscall scripts for kernel-devel (Justin M. Forbes) -- fedora: arm: Enable some i.MX8 options (Peter Robinson) -- Enable Landlock for Fedora (Justin M. Forbes) -- Filter update for Fedora aarch64 (Justin M. Forbes) -- rpmspec: only build debug meta packages where we build debug ones (Herton R. Krzesinski) -- rpmspec: do not BuildRequires bpftool on nobuildarches (Herton R. Krzesinski) -- redhat/configs: Consolidate CONFIG_HMC_DRV in the common s390x folder (Thomas Huth) [1976270] -- redhat/configs: Consolidate CONFIG_EXPOLINE_OFF in the common folder (Thomas Huth) [1976270] -- redhat/configs: Move CONFIG_HW_RANDOM_S390 into the s390x/ subfolder (Thomas Huth) [1976270] -- redhat/configs: Disable CONFIG_HOTPLUG_PCI_SHPC in the Fedora settings (Thomas Huth) [1976270] -- redhat/configs: Remove the non-existent CONFIG_NO_BOOTMEM switch (Thomas Huth) [1976270] -- redhat/configs: Compile the virtio-console as a module on s390x (Thomas Huth) [1976270] -- redhat/configs: Enable CONFIG_S390_CCW_IOMMU and CONFIG_VFIO_CCW for ARK, too (Thomas Huth) [1976270] -- Revert "Merge branch 'ec_fips' into 'os-build'" (Vladis Dronov) [1947240] -- Fix typos in fedora filters (Justin M. Forbes) -- More filtering for Fedora (Justin M. Forbes) -- Fix Fedora module filtering for spi-altera-dfl (Justin M. Forbes) -- Fedora 5.13 config updates (Justin M. Forbes) -- fedora: cleanup TCG_TIS_I2C_CR50 (Peter Robinson) -- fedora: drop duplicate configs (Peter Robinson) -- More Fedora config updates for 5.13 (Justin M. Forbes) -- redhat/configs: Enable needed drivers for BlueField SoC on aarch64 (Alaa Hleihel) [1858592 1858594 1858596] -- redhat: Rename mod-blacklist.sh to mod-denylist.sh (Prarit Bhargava) -- redhat/configs: enable CONFIG_NET_ACT_MPLS (Marcelo Ricardo Leitner) -- configs: Enable CONFIG_DEBUG_KERNEL for zfcpdump (Jiri Olsa) -- kernel.spec: Add support to use vmlinux.h (Don Zickus) -- spec: Add vmlinux.h to kernel-devel package (Jiri Olsa) -- Turn off DRM_XEN_FRONTEND for Fedora as we had DRM_XEN off already (Justin M. Forbes) -- Fedora 5.13 config updates pt 3 (Justin M. Forbes) -- all: enable ath11k wireless modules (Peter Robinson) -- all: Enable WWAN and associated MHI bus pieces (Peter Robinson) -- spec: Enable sefltests rpm build (Jiri Olsa) -- spec: Allow bpf selftest/samples to fail (Jiri Olsa) -- kvm: Add kvm_stat.service file and kvm_stat logrotate config to the tools (Jiri Benc) -- kernel.spec: Add missing source files to kernel-selftests-internal (Jiri Benc) -- kernel.spec: selftests: add net/forwarding to TARGETS list (Jiri Benc) -- kernel.spec: selftests: add build requirement on libmnl-devel (Jiri Benc) -- kernel.spec: add action.o to kernel-selftests-internal (Jiri Benc) -- kernel.spec: avoid building bpftool repeatedly (Jiri Benc) -- kernel.spec: selftests require python3 (Jiri Benc) -- kernel.spec: skip selftests that failed to build (Jiri Benc) -- kernel.spec: fix installation of bpf selftests (Jiri Benc) -- redhat: fix samples and selftests make options (Jiri Benc) -- kernel.spec: enable mptcp selftests for kernel-selftests-internal (Jiri Benc) -- kernel.spec: Do not export shared objects from libexecdir to RPM Provides (Jiri Benc) -- kernel.spec: add missing dependency for the which package (Jiri Benc) -- kernel.spec: add netfilter selftests to kernel-selftests-internal (Jiri Benc) -- kernel.spec: move slabinfo and page_owner_sort debuginfo to tools-debuginfo (Jiri Benc) -- kernel.spec: package and ship VM tools (Jiri Benc) -- configs: enable CONFIG_PAGE_OWNER (Jiri Benc) -- kernel.spec: add coreutils (Jiri Benc) -- kernel.spec: add netdevsim driver selftests to kernel-selftests-internal (Jiri Benc) -- redhat/Makefile: Clean out the --without flags from the baseonly rule (Jiri Benc) -- kernel.spec: Stop building unnecessary rpms for baseonly builds (Jiri Benc) -- kernel.spec: disable more kabi switches for gcov build (Jiri Benc) -- kernel.spec: Rename kabi-dw base (Jiri Benc) -- kernel.spec: Fix error messages during build of zfcpdump kernel (Jiri Benc) -- kernel.spec: perf: remove bpf examples (Jiri Benc) -- kernel.spec: selftests should not depend on modules-internal (Jiri Benc) -- kernel.spec: build samples (Jiri Benc) -- kernel.spec: tools: sync missing options with RHEL 8 (Jiri Benc) -- redhat/configs: nftables: Enable extra flowtable symbols (Phil Sutter) -- redhat/configs: Sync netfilter options with RHEL8 (Phil Sutter) -- Fedora 5.13 config updates pt 2 (Justin M. Forbes) -- Move CONFIG_ARCH_INTEL_SOCFPGA up a level for Fedora (Justin M. Forbes) -- fedora: enable the Rockchip rk3399 pcie drivers (Peter Robinson) -- Fedora 5.13 config updates pt 1 (Justin M. Forbes) -- Fix version requirement from opencsd-devel buildreq (Justin M. Forbes) -- configs/ark/s390: set CONFIG_MARCH_Z14 and CONFIG_TUNE_Z15 (Philipp Rudo) [1876435] -- configs/common/s390: Clean up CONFIG_{MARCH,TUNE}_Z* (Philipp Rudo) -- configs/process_configs.sh: make use of dummy-tools (Philipp Rudo) -- configs/common: disable CONFIG_INIT_STACK_ALL_{PATTERN,ZERO} (Philipp Rudo) -- configs/common/aarch64: disable CONFIG_RELR (Philipp Rudo) -- redhat/config: enable STMICRO nic for RHEL (Mark Salter) -- redhat/configs: Enable ARCH_TEGRA on RHEL (Mark Salter) -- redhat/configs: enable IMA_KEXEC for supported arches (Bruno Meneguele) -- redhat/configs: enable INTEGRITY_SIGNATURE to all arches (Bruno Meneguele) -- configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED (Benjamin Tissoires) -- RHEL: disable io_uring support (Jeff Moyer) [1964537] -- all: Changing CONFIG_UV_SYSFS to build uv_sysfs.ko as a loadable module. (Frank Ramsay) -- Enable NITRO_ENCLAVES on RHEL (Vitaly Kuznetsov) -- Update the Quick Start documentation (David Ward) -- redhat/configs: Set PVPANIC_MMIO for x86 and PVPANIC_PCI for aarch64 (Eric Auger) [1961178] -- bpf: Fix unprivileged_bpf_disabled setup (Jiri Olsa) -- Enable CONFIG_BPF_UNPRIV_DEFAULT_OFF (Jiri Olsa) -- configs/common/s390: disable CONFIG_QETH_{OSN,OSX} (Philipp Rudo) [1903201] -- nvme: nvme_mpath_init remove multipath check (Mike Snitzer) -- Make CRYPTO_EC also builtin (Simo Sorce) [1947240] -- Do not hard-code a default value for DIST (David Ward) -- Override %%{debugbuildsenabled} if the --with-release option is used (David Ward) -- Improve comments in SPEC file, and move some option tests and macros (David Ward) -- configs: enable CONFIG_EXFAT_FS (Pavel Reichl) [1943423] -- Revert s390x/zfcpdump part of a9d179c40281 and ecbfddd98621 (Vladis Dronov) -- Embed crypto algos, modes and templates needed in the FIPS mode (Vladis Dronov) [1947240] -- configs: Add and enable CONFIG_HYPERV_TESTING for debug kernels (Mohammed Gamal) -- configs: enable CONFIG_CMA on x86_64 in ARK (David Hildenbrand) [1945002] -- rpmspec: build debug-* meta-packages if debug builds are disabled (Herton R. Krzesinski) -- UIO: disable unused config options (Aristeu Rozanski) [1957819] -- ARK-config: Make amd_pinctrl module builtin (Hans de Goede) -- rpmspec: revert/drop content hash for kernel-headers (Herton R. Krzesinski) -- rpmspec: fix check that calls InitBuildVars (Herton R. Krzesinski) -- fedora: enable zonefs (Damien Le Moal) -- redhat: load specific ARCH keys to INTEGRITY_PLATFORM_KEYRING (Bruno Meneguele) -- redhat: enable INTEGRITY_TRUSTED_KEYRING across all variants (Bruno Meneguele) -- redhat: enable SYSTEM_BLACKLIST_KEYRING across all variants (Bruno Meneguele) -- redhat: enable INTEGRITY_ASYMMETRIC_KEYS across all variants (Bruno Meneguele) -- Remove unused boot loader specification files (David Ward) -- redhat/configs: Enable mlx5 IPsec and TLS offloads (Alaa Hleihel) [1869674 1957636] -- common: disable Apple Silicon generally (Peter Robinson) -- cleanup Intel's FPGA configs (Peter Robinson) -- common: move PTP KVM support from ark to common (Peter Robinson) -- Enable CONFIG_DRM_AMDGPU_USERPTR for everyone (Justin M. Forbes) -- redhat: add initial rpminspect configuration (Herton R. Krzesinski) -- fedora: arm updates for 5.13 (Peter Robinson) -- fedora: Enable WWAN and associated MHI bits (Peter Robinson) -- Update CONFIG_MODPROBE_PATH to /usr/sbin (Justin Forbes) -- Fedora set modprobe path (Justin M. Forbes) -- Keep sctp and l2tp modules in modules-extra (Don Zickus) -- Fix ppc64le cross build packaging (Don Zickus) -- Fedora: Make amd_pinctrl module builtin (Hans de Goede) -- Keep CONFIG_KASAN_HW_TAGS off for aarch64 debug configs (Justin M. Forbes) -- New configs in drivers/bus (Fedora Kernel Team) -- RHEL: Don't build KVM PR module on ppc64 (David Gibson) [1930649] -- Flip CONFIG_USB_ROLE_SWITCH from m to y (Justin M. Forbes) -- Set valid options for CONFIG_FW_LOADER_USER_HELPER (Justin M. Forbes) -- Clean up CONFIG_FB_MODE_HELPERS (Justin M. Forbes) -- Turn off CONFIG_VFIO for the s390x zfcpdump kernel (Justin M. Forbes) -- Delete unused CONFIG_SND_SOC_MAX98390 pending-common (Justin M. Forbes) -- Update pending-common configs, preparing to set correctly (Justin M. Forbes) -- Update fedora filters for surface (Justin M. Forbes) -- Build CONFIG_CRYPTO_ECDSA inline for s390x zfcpdump (Justin M. Forbes) -- Replace "flavour" where "variant" is meant instead (David Ward) -- Drop the %%{variant} macro and fix --with-vanilla (David Ward) -- Fix syntax of %%kernel_variant_files (David Ward) -- Change description of --without-vdso-install to fix typo (David Ward) -- Config updates to work around mismatches (Justin M. Forbes) -- CONFIG_SND_SOC_FSL_ASOC_CARD selects CONFIG_MFD_WM8994 now (Justin M. Forbes) -- wireguard: disable in FIPS mode (Hangbin Liu) [1940794] -- Enable mtdram for fedora (rhbz 1955916) (Justin M. Forbes) -- Remove reference to bpf-helpers man page (Justin M. Forbes) -- Fedora: enable more modules for surface devices (Dave Olsthoorn) -- Fix Fedora config mismatch for CONFIG_FSL_ENETC_IERB (Justin M. Forbes) -- hardlink is in /usr/bin/ now (Justin M. Forbes) -- Ensure CONFIG_KVM_BOOK3S_64_PR stays on in Fedora, even if it is turned off in RHEL (Justin M. Forbes) -- Set date in package release from repository commit, not system clock (David Ward) -- Use a better upstream tarball filename for snapshots (David Ward) -- Don't create empty pending-common files on pending-fedora commits (Don Zickus) -- nvme: decouple basic ANA log page re-read support from native multipathing (Mike Snitzer) -- nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT (Mike Snitzer) -- nvme: Return BLK_STS_TARGET if the DNR bit is set (Mike Snitzer) -- Add redhat/configs/pending-common/generic/s390x/zfcpdump/CONFIG_NETFS_SUPPORT (Justin M. Forbes) -- Create ark-latest branch last for CI scripts (Don Zickus) -- Replace /usr/libexec/platform-python with /usr/bin/python3 (David Ward) -- Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes) -- Export ark infrastructure files (Don Zickus) -- docs: Update docs to reflect newer workflow. (Don Zickus) -- Use upstream/master for merge-base with fallback to master (Don Zickus) -- Fedora: Turn off the SND_INTEL_BYT_PREFER_SOF option (Hans de Goede) -- filter-modules.sh.fedora: clean up "netprots" (Paul Bolle) -- filter-modules.sh.fedora: clean up "scsidrvs" (Paul Bolle) -- filter-*.sh.fedora: clean up "ethdrvs" (Paul Bolle) -- filter-*.sh.fedora: clean up "driverdirs" (Paul Bolle) -- filter-*.sh.fedora: remove incorrect entries (Paul Bolle) -- filter-*.sh.fedora: clean up "singlemods" (Paul Bolle) -- filter-modules.sh.fedora: drop unused list "iiodrvs" (Paul Bolle) -- Update mod-internal to fix depmod issue (Nico Pache) -- Turn on CONFIG_VDPA_SIM_NET (rhbz 1942343) (Justin M. Forbes) -- New configs in drivers/power (Fedora Kernel Team) -- Turn on CONFIG_NOUVEAU_DEBUG_PUSH for debug configs (Justin M. Forbes) -- Turn off KFENCE sampling by default for Fedora (Justin M. Forbes) -- Fedora config updates round 2 (Justin M. Forbes) -- New configs in drivers/soc (Jeremy Cline) -- filter-modules.sh: Fix copy/paste error 'input' (Paul Bolle) -- Update module filtering for 5.12 kernels (Justin M. Forbes) -- Fix genlog.py to ensure that comments retain "%%" characters. (Mark Mielke) -- New configs in drivers/leds (Fedora Kernel Team) -- Limit CONFIG_USB_CDNS_SUPPORT to x86_64 and arm in Fedora (David Ward) -- Fedora: Enable CHARGER_GPIO on aarch64 too (Peter Robinson) -- Fedora config updates (Justin M. Forbes) -- configs: enable CONFIG_WIREGUARD in ARK (Hangbin Liu) [1613522] -- Remove duplicate configs acroos fedora, ark and common (Don Zickus) -- Combine duplicate configs across ark and fedora into common (Don Zickus) -- common/ark: cleanup and unify the parport configs (Peter Robinson) -- iommu/vt-d: enable INTEL_IDXD_SVM for both fedora and rhel (Jerry Snitselaar) -- REDHAT: coresight: etm4x: Disable coresight on HPE Apollo 70 (Jeremy Linton) -- configs/common/generic: disable CONFIG_SLAB_MERGE_DEFAULT (Rafael Aquini) -- Remove _legacy_common_support (Justin M. Forbes) -- redhat/mod-blacklist.sh: Fix floppy blacklisting (Hans de Goede) -- New configs in fs/pstore (CKI@GitLab) -- New configs in arch/powerpc (Fedora Kernel Team) -- configs: enable BPF LSM on Fedora and ARK (Ondrej Mosnacek) -- configs: clean up LSM configs (Ondrej Mosnacek) -- New configs in drivers/platform (CKI@GitLab) -- New configs in drivers/firmware (CKI@GitLab) -- New configs in drivers/mailbox (Fedora Kernel Team) -- New configs in drivers/net/phy (Justin M. Forbes) -- Update CONFIG_DM_MULTIPATH_IOA (Augusto Caringi) -- New configs in mm/Kconfig (CKI@GitLab) -- New configs in arch/powerpc (Jeremy Cline) -- New configs in arch/powerpc (Jeremy Cline) -- New configs in drivers/input (Fedora Kernel Team) -- New configs in net/bluetooth (Justin M. Forbes) -- New configs in drivers/clk (Fedora Kernel Team) -- New configs in init/Kconfig (Jeremy Cline) -- redhat: allow running fedora-configs and rh-configs targets outside of redhat/ (Herton R. Krzesinski) -- all: unify the disable of goldfish (android emulation platform) (Peter Robinson) -- common: minor cleanup/de-dupe of dma/dmabuf debug configs (Peter Robinson) -- common/ark: these drivers/arches were removed in 5.12 (Peter Robinson) -- Correct kernel-devel make prepare build for 5.12. (Paulo E. Castro) -- redhat: add initial support for centos stream dist-git sync on Makefiles (Herton R. Krzesinski) -- redhat/configs: Enable CONFIG_SCHED_STACK_END_CHECK for Fedora and ARK (Josh Poimboeuf) [1856174] -- CONFIG_VFIO now selects IOMMU_API instead of depending on it, causing several config mismatches for the zfcpdump kernel (Justin M. Forbes) -- Turn off weak-modules for Fedora (Justin M. Forbes) -- redhat: enable CONFIG_FW_LOADER_COMPRESS for ARK (Herton R. Krzesinski) [1939095] -- Fedora: filters: update to move dfl-emif to modules (Peter Robinson) -- drop duplicate DEVFREQ_GOV_SIMPLE_ONDEMAND config (Peter Robinson) -- efi: The EFI_VARS is legacy and now x86 only (Peter Robinson) -- common: enable RTC_SYSTOHC to supplement update_persistent_clock64 (Peter Robinson) -- generic: arm: enable SCMI for all options (Peter Robinson) -- fedora: the PCH_CAN driver is x86-32 only (Peter Robinson) -- common: disable legacy CAN device support (Peter Robinson) -- common: Enable Microchip MCP251x/MCP251xFD CAN controllers (Peter Robinson) -- common: Bosch MCAN support for Intel Elkhart Lake (Peter Robinson) -- common: enable CAN_PEAK_PCIEFD PCI-E driver (Peter Robinson) -- common: disable CAN_PEAK_PCIEC PCAN-ExpressCard (Peter Robinson) -- common: enable common CAN layer 2 protocols (Peter Robinson) -- ark: disable CAN_LEDS option (Peter Robinson) -- Fedora: Turn on SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC option (Hans de Goede) -- Fedora: enable modules for surface devices (Dave Olsthoorn) -- Turn on SND_SOC_INTEL_SOUNDWIRE_SOF_MACH for Fedora again (Justin M. Forbes) -- common: fix WM8804 codec dependencies (Peter Robinson) -- Build SERIO_SERPORT as a module (Peter Robinson) -- input: touchscreen: move ELO and Wacom serial touchscreens to x86 (Peter Robinson) -- Sync serio touchscreens for non x86 architectures to the same as ARK (Peter Robinson) -- Only enable SERIO_LIBPS2 on x86 (Peter Robinson) -- Only enable PC keyboard controller and associated keyboard on x86 (Peter Robinson) -- Generic: Mouse: Tweak generic serial mouse options (Peter Robinson) -- Only enable PS2 Mouse options on x86 (Peter Robinson) -- Disable bluetooth highspeed by default (Peter Robinson) -- Fedora: A few more general updates for 5.12 window (Peter Robinson) -- Fedora: Updates for 5.12 merge window (Peter Robinson) -- Fedora: remove dead options that were removed upstream (Peter Robinson) -- redhat: remove CONFIG_DRM_PANEL_XINGBANGDA_XBD599 (Herton R. Krzesinski) -- New configs in arch/powerpc (Fedora Kernel Team) -- Turn on CONFIG_PPC_QUEUED_SPINLOCKS as it is default upstream now (Justin M. Forbes) -- Update pending-common configs to address new upstream config deps (Justin M. Forbes) -- rpmspec: ship gpio-watch.debug in the proper debuginfo package (Herton R. Krzesinski) -- Removed description text as a comment confuses the config generation (Justin M. Forbes) -- New configs in drivers/dma-buf (Jeremy Cline) -- Fedora: ARMv7: build for 16 CPUs. (Peter Robinson) -- Fedora: only enable DEBUG_HIGHMEM on debug kernels (Peter Robinson) -- process_configs.sh: fix find/xargs data flow (Ondrej Mosnacek) -- Fedora config update (Justin M. Forbes) -- fedora: minor arm sound config updates (Peter Robinson) -- Fix trailing white space in redhat/configs/fedora/generic/CONFIG_SND_INTEL_BYT_PREFER_SOF (Justin M. Forbes) -- Add a redhat/rebase-notes.txt file (Hans de Goede) -- Turn on SND_INTEL_BYT_PREFER_SOF for Fedora (Hans de Goede) -- CI: Drop MR ID from the name variable (Veronika Kabatova) -- redhat: add DUP and kpatch certificates to system trusted keys for RHEL build (Herton R. Krzesinski) -- The comments in CONFIG_USB_RTL8153_ECM actually turn off CONFIG_USB_RTL8152 (Justin M. Forbes) -- Update CKI pipeline project (Veronika Kabatova) -- Turn off additional KASAN options for Fedora (Justin M. Forbes) -- Rename the master branch to rawhide for Fedora (Justin M. Forbes) -- Makefile targets for packit integration (Ben Crocker) -- Turn off KASAN for rawhide debug builds (Justin M. Forbes) -- New configs in arch/arm64 (Justin Forbes) -- Remove deprecated Intel MIC config options (Peter Robinson) -- redhat: replace inline awk script with genlog.py call (Herton R. Krzesinski) -- redhat: add genlog.py script (Herton R. Krzesinski) -- kernel.spec.template - fix use_vdso usage (Ben Crocker) -- redhat: remove remaining references of CONFIG_RH_DISABLE_DEPRECATED (Herton R. Krzesinski) -- Turn off vdso_install for ppc (Justin M. Forbes) -- Remove bpf-helpers.7 from bpftool package (Jiri Olsa) -- New configs in lib/Kconfig.debug (Fedora Kernel Team) -- Turn off CONFIG_VIRTIO_CONSOLE for s390x zfcpdump (Justin M. Forbes) -- New configs in drivers/clk (Justin M. Forbes) -- Keep VIRTIO_CONSOLE on s390x available. (Jakub Čajka) -- New configs in lib/Kconfig.debug (Jeremy Cline) -- Fedora 5.11 config updates part 4 (Justin M. Forbes) -- Fedora 5.11 config updates part 3 (Justin M. Forbes) -- Fedora 5.11 config updates part 2 (Justin M. Forbes) -- Update internal (test) module list from RHEL-8 (Joe Lawrence) [1915073] -- Fix USB_XHCI_PCI regression (Justin M. Forbes) -- fedora: fixes for ARMv7 build issue by disabling HIGHPTE (Peter Robinson) -- all: s390x: Increase CONFIG_PCI_NR_FUNCTIONS to 512 (#1888735) (Dan Horák) -- Fedora 5.11 configs pt 1 (Justin M. Forbes) -- redhat: avoid conflict with mod-blacklist.sh and released_kernel defined (Herton R. Krzesinski) -- redhat: handle certificate files conditionally as done for src.rpm (Herton R. Krzesinski) -- specfile: add %%{?_smp_mflags} to "make headers_install" in tools/testing/selftests (Denys Vlasenko) -- specfile: add %%{?_smp_mflags} to "make samples/bpf/" (Denys Vlasenko) -- Run MR testing in CKI pipeline (Veronika Kabatova) -- Reword comment (Nicolas Chauvet) -- Add with_cross_arm conditional (Nicolas Chauvet) -- Redefines __strip if with_cross (Nicolas Chauvet) -- fedora: only enable ACPI_CONFIGFS, ACPI_CUSTOM_METHOD in debug kernels (Peter Robinson) -- fedora: User the same EFI_CUSTOM_SSDT_OVERLAYS as ARK (Peter Robinson) -- all: all arches/kernels enable the same DMI options (Peter Robinson) -- all: move SENSORS_ACPI_POWER to common/generic (Peter Robinson) -- fedora: PCIE_HISI_ERR is already in common (Peter Robinson) -- all: all ACPI platforms enable ATA_ACPI so move it to common (Peter Robinson) -- all: x86: move shared x86 acpi config options to generic (Peter Robinson) -- All: x86: Move ACPI_VIDEO to common/x86 (Peter Robinson) -- All: x86: Enable ACPI_DPTF (Intel DPTF) (Peter Robinson) -- All: enable ACPI_BGRT for all ACPI platforms. (Peter Robinson) -- All: Only build ACPI_EC_DEBUGFS for debug kernels (Peter Robinson) -- All: Disable Intel Classmate PC ACPI_CMPC option (Peter Robinson) -- cleanup: ACPI_PROCFS_POWER was removed upstream (Peter Robinson) -- All: ACPI: De-dupe the ACPI options that are the same across ark/fedora on x86/arm (Peter Robinson) -- Enable the vkms module in Fedora (Jeremy Cline) -- Fedora: arm updates for 5.11 and general cross Fedora cleanups (Peter Robinson) -- Add gcc-c++ to BuildRequires (Justin M. Forbes) -- Update CONFIG_KASAN_HW_TAGS (Justin M. Forbes) -- fedora: arm: move generic power off/reset to all arm (Peter Robinson) -- fedora: ARMv7: build in DEVFREQ_GOV_SIMPLE_ONDEMAND until I work out why it's changed (Peter Robinson) -- fedora: cleanup joystick_adc (Peter Robinson) -- fedora: update some display options (Peter Robinson) -- fedora: arm: enable TI PRU options (Peter Robinson) -- fedora: arm: minor exynos plaform updates (Peter Robinson) -- arm: SoC: disable Toshiba Visconti SoC (Peter Robinson) -- common: disable ARCH_BCM4908 (NFC) (Peter Robinson) -- fedora: minor arm config updates (Peter Robinson) -- fedora: enable Tegra 234 SoC (Peter Robinson) -- fedora: arm: enable new Hikey 3xx options (Peter Robinson) -- Fedora: USB updates (Peter Robinson) -- fedora: enable the GNSS receiver subsystem (Peter Robinson) -- Remove POWER_AVS as no longer upstream (Peter Robinson) -- Cleanup RESET_RASPBERRYPI (Peter Robinson) -- Cleanup GPIO_CDEV_V1 options. (Peter Robinson) -- fedora: arm crypto updates (Peter Robinson) -- CONFIG_KASAN_HW_TAGS for aarch64 (Justin M. Forbes) -- Fedora: cleanup PCMCIA configs, move to x86 (Peter Robinson) -- New configs in drivers/rtc (Fedora Kernel Team) -- redhat/configs: Enable CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL (Josh Poimboeuf) [1856176] -- redhat/configs: Enable CONFIG_GCC_PLUGIN_STRUCTLEAK (Josh Poimboeuf) [1856176] -- redhat/configs: Enable CONFIG_GCC_PLUGINS on ARK (Josh Poimboeuf) [1856176] -- redhat/configs: Enable CONFIG_KASAN on Fedora (Josh Poimboeuf) [1856176] -- New configs in init/Kconfig (Fedora Kernel Team) -- build_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- genspec.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- mod-blacklist.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- Enable Speakup accessibility driver (Justin M. Forbes) -- New configs in init/Kconfig (Fedora Kernel Team) -- Fix fedora config mismatch due to dep changes (Justin M. Forbes) -- New configs in drivers/crypto (Jeremy Cline) -- Remove duplicate ENERGY_MODEL configs (Peter Robinson) -- This is selected by PCIE_QCOM so must match (Justin M. Forbes) -- drop unused BACKLIGHT_GENERIC (Peter Robinson) -- Remove cp instruction already handled in instruction below. (Paulo E. Castro) -- Add all the dependencies gleaned from running `make prepare` on a bloated devel kernel. (Paulo E. Castro) -- Add tools to path mangling script. (Paulo E. Castro) -- Remove duplicate cp statement which is also not specific to x86. (Paulo E. Castro) -- Correct orc_types failure whilst running `make prepare` https://bugzilla.redhat.com/show_bug.cgi?id=1882854 (Paulo E. Castro) -- redhat: ark: enable CONFIG_IKHEADERS (Jiri Olsa) -- Add missing '$' sign to (GIT) in redhat/Makefile (Augusto Caringi) -- Remove filterdiff and use native git instead (Don Zickus) -- New configs in net/sched (Justin M. Forbes) -- New configs in drivers/mfd (CKI@GitLab) -- New configs in drivers/mfd (Fedora Kernel Team) -- New configs in drivers/firmware (Fedora Kernel Team) -- Temporarily backout parallel xz script (Justin M. Forbes) -- redhat: explicitly disable CONFIG_IMA_APPRAISE_SIGNED_INIT (Bruno Meneguele) -- redhat: enable CONFIG_EVM_LOAD_X509 on ARK (Bruno Meneguele) -- redhat: enable CONFIG_EVM_ATTR_FSUUID on ARK (Bruno Meneguele) -- redhat: enable CONFIG_EVM in all arches and flavors (Bruno Meneguele) -- redhat: enable CONFIG_IMA_LOAD_X509 on ARK (Bruno Meneguele) -- redhat: set CONFIG_IMA_DEFAULT_HASH to SHA256 (Bruno Meneguele) -- redhat: enable CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT (Bruno Meneguele) -- redhat: enable CONFIG_IMA_READ_POLICY on ARK (Bruno Meneguele) -- redhat: set default IMA template for all ARK arches (Bruno Meneguele) -- redhat: enable CONFIG_IMA_DEFAULT_HASH_SHA256 for all flavors (Bruno Meneguele) -- redhat: disable CONFIG_IMA_DEFAULT_HASH_SHA1 (Bruno Meneguele) -- redhat: enable CONFIG_IMA_ARCH_POLICY for ppc and x86 (Bruno Meneguele) -- redhat: enable CONFIG_IMA_APPRAISE_MODSIG (Bruno Meneguele) -- redhat: enable CONFIG_IMA_APPRAISE_BOOTPARAM (Bruno Meneguele) -- redhat: enable CONFIG_IMA_APPRAISE (Bruno Meneguele) -- redhat: enable CONFIG_INTEGRITY for aarch64 (Bruno Meneguele) -- kernel: Update some missing KASAN/KCSAN options (Jeremy Linton) -- kernel: Enable coresight on aarch64 (Jeremy Linton) -- Update CONFIG_INET6_ESPINTCP (Justin Forbes) -- New configs in net/ipv6 (Justin M. Forbes) -- fedora: move CONFIG_RTC_NVMEM options from ark to common (Peter Robinson) -- configs: Enable CONFIG_DEBUG_INFO_BTF (Don Zickus) -- fedora: some minor arm audio config tweaks (Peter Robinson) -- Ship xpad with default modules on Fedora and RHEL (Bastien Nocera) -- Fedora: Only enable legacy serial/game port joysticks on x86 (Peter Robinson) -- Fedora: Enable the options required for the Librem 5 Phone (Peter Robinson) -- Fedora config update (Justin M. Forbes) -- Fedora config change because CONFIG_FSL_DPAA2_ETH now selects CONFIG_FSL_XGMAC_MDIO (Justin M. Forbes) -- redhat: generic enable CONFIG_INET_MPTCP_DIAG (Davide Caratti) -- Fedora config update (Justin M. Forbes) -- Enable NANDSIM for Fedora (Justin M. Forbes) -- Re-enable CONFIG_ACPI_TABLE_UPGRADE for Fedora since upstream disables this if secureboot is active (Justin M. Forbes) -- Ath11k related config updates (Justin M. Forbes) -- Fedora config updates for ath11k (Justin M. Forbes) -- Turn on ATH11K for Fedora (Justin M. Forbes) -- redhat: enable CONFIG_INTEL_IOMMU_SVM (Jerry Snitselaar) -- More Fedora config fixes (Justin M. Forbes) -- Fedora 5.10 config updates (Justin M. Forbes) -- Fedora 5.10 configs round 1 (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Allow kernel-tools to build without selftests (Don Zickus) -- Allow building of kernel-tools standalone (Don Zickus) -- redhat: ark: disable CONFIG_NET_ACT_CTINFO (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_TEQL (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_SFB (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_QFQ (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_PLUG (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_PIE (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_HHF (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_DSMARK (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_DRR (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_CODEL (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_CHOKE (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_CBQ (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_ATM (Davide Caratti) -- redhat: ark: disable CONFIG_NET_EMATCH and sub-targets (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_TCINDEX (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_RSVP6 (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_RSVP (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_ROUTE4 (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_BASIC (Davide Caratti) -- redhat: ark: disable CONFIG_NET_ACT_SKBMOD (Davide Caratti) -- redhat: ark: disable CONFIG_NET_ACT_SIMP (Davide Caratti) -- redhat: ark: disable CONFIG_NET_ACT_NAT (Davide Caratti) -- arm64/defconfig: Enable CONFIG_KEXEC_FILE (Bhupesh Sharma) [1821565] -- redhat/configs: Cleanup CONFIG_CRYPTO_SHA512 (Prarit Bhargava) -- New configs in drivers/mfd (Fedora Kernel Team) -- Fix LTO issues with kernel-tools (Don Zickus) -- Point pathfix to the new location for gen_compile_commands.py (Justin M. Forbes) -- configs: Disable CONFIG_SECURITY_SELINUX_DISABLE (Ondrej Mosnacek) -- [Automatic] Handle config dependency changes (Don Zickus) -- configs/iommu: Add config comment to empty CONFIG_SUN50I_IOMMU file (Jerry Snitselaar) -- New configs in kernel/trace (Fedora Kernel Team) -- Fix Fedora config locations (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- configs: enable CONFIG_CRYPTO_CTS=y so cts(cbc(aes)) is available in FIPS mode (Vladis Dronov) [1855161] -- Partial revert: Add master merge check (Don Zickus) -- Update Maintainers doc to reflect workflow changes (Don Zickus) -- WIP: redhat/docs: Update documentation for single branch workflow (Prarit Bhargava) -- Add CONFIG_ARM64_MTE which is not picked up by the config scripts for some reason (Justin M. Forbes) -- Disable Speakup synth DECEXT (Justin M. Forbes) -- Enable Speakup for Fedora since it is out of staging (Justin M. Forbes) -- Modify patchlist changelog output (Don Zickus) -- process_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- generate_all_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- redhat/self-test: Initial commit (Ben Crocker) -- arch/x86: Remove vendor specific CPU ID checks (Prarit Bhargava) -- redhat: Replace hardware.redhat.com link in Unsupported message (Prarit Bhargava) [1810301] -- x86: Fix compile issues with rh_check_supported() (Don Zickus) -- KEYS: Make use of platform keyring for module signature verify (Robert Holmes) -- Input: rmi4 - remove the need for artificial IRQ in case of HID (Benjamin Tissoires) -- ARM: tegra: usb no reset (Peter Robinson) -- arm: make CONFIG_HIGHPTE optional without CONFIG_EXPERT (Jon Masters) -- redhat: rh_kabi: deduplication friendly structs (Jiri Benc) -- redhat: rh_kabi add a comment with warning about RH_KABI_EXCLUDE usage (Jiri Benc) -- redhat: rh_kabi: introduce RH_KABI_EXTEND_WITH_SIZE (Jiri Benc) -- redhat: rh_kabi: Indirect EXTEND macros so nesting of other macros will resolve. (Don Dutile) -- redhat: rh_kabi: Fix RH_KABI_SET_SIZE to use dereference operator (Tony Camuso) -- redhat: rh_kabi: Add macros to size and extend structs (Prarit Bhargava) -- Removing Obsolete hba pci-ids from rhel8 (Dick Kennedy) [1572321] -- mptsas: pci-id table changes (Laura Abbott) -- mptspi: pci-id table changes (Laura Abbott) -- qla2xxx: Remove PCI IDs of deprecated adapter (Jeremy Cline) -- hpsa: remove old cciss-based smartarray pci ids (Joseph Szczypek) [1471185] -- kernel: add SUPPORT_REMOVED kernel taint (Tomas Henzl) [1602033] -- Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES (Don Zickus) -- s390: Lock down the kernel when the IPL secure flag is set (Jeremy Cline) -- efi: Lock down the kernel if booted in secure boot mode (David Howells) -- efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode (David Howells) -- security: lockdown: expose a hook to lock the kernel down (Jeremy Cline) -- Make get_cert_list() use efi_status_to_str() to print error messages. (Peter Jones) -- Add efi_status_to_str() and rework efi_status_to_err(). (Peter Jones) -- Add support for deprecating processors (Laura Abbott) [1565717 1595918 1609604 1610493] -- arm: aarch64: Drop the EXPERT setting from ARM64_FORCE_52BIT (Jeremy Cline) -- iommu/arm-smmu: workaround DMA mode issues (Laura Abbott) -- rh_kabi: introduce RH_KABI_EXCLUDE (Jakub Racek) [1652256] -- ipmi: do not configure ipmi for HPE m400 (Laura Abbott) [1670017] -- kABI: Add generic kABI macros to use for kABI workarounds (Myron Stowe) [1546831] -- add pci_hw_vendor_status() (Maurizio Lombardi) [1590829] -- ahci: thunderx2: Fix for errata that affects stop engine (Robert Richter) [1563590] -- Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon (Robert Richter) [1563590] -- bpf: set unprivileged_bpf_disabled to 1 by default, add a boot parameter (Eugene Syromiatnikov) [1561171] -- add Red Hat-specific taint flags (Eugene Syromiatnikov) [1559877] -- tags.sh: Ignore redhat/rpm (Jeremy Cline) -- put RHEL info into generated headers (Laura Abbott) [1663728] -- aarch64: acpi scan: Fix regression related to X-Gene UARTs (Mark Salter) [1519554] -- ACPI / irq: Workaround firmware issue on X-Gene based m400 (Mark Salter) [1519554] -- modules: add rhelversion MODULE_INFO tag (Laura Abbott) -- ACPI: APEI: arm64: Ignore broken HPE moonshot APEI support (Al Stone) [1518076] -- Add Red Hat tainting (Laura Abbott) [1565704 1652266] -- Introduce CONFIG_RH_DISABLE_DEPRECATED (Laura Abbott) -- Stop merging ark-patches for release (Don Zickus) -- Fix path location for ark-update-configs.sh (Don Zickus) -- Combine Red Hat patches into single patch (Don Zickus) -- New configs in drivers/misc (Jeremy Cline) -- New configs in drivers/net/wireless (Justin M. Forbes) -- New configs in drivers/phy (Fedora Kernel Team) -- New configs in drivers/tty (Fedora Kernel Team) -- Set SquashFS decompression options for all flavors to match RHEL (Bohdan Khomutskyi) -- configs: Enable CONFIG_ENERGY_MODEL (Phil Auld) -- New configs in drivers/pinctrl (Fedora Kernel Team) -- Update CONFIG_THERMAL_NETLINK (Justin Forbes) -- Separate merge-upstream and release stages (Don Zickus) -- Re-enable CONFIG_IR_SERIAL on Fedora (Prarit Bhargava) -- Create Patchlist.changelog file (Don Zickus) -- Filter out upstream commits from changelog (Don Zickus) -- Merge Upstream script fixes (Don Zickus) -- kernel.spec: Remove kernel-keys directory on rpm erase (Prarit Bhargava) -- Add mlx5_vdpa to module filter for Fedora (Justin M. Forbes) -- Add python3-sphinx_rtd_theme buildreq for docs (Justin M. Forbes) -- redhat/configs/process_configs.sh: Remove *.config.orig files (Prarit Bhargava) -- redhat/configs/process_configs.sh: Add process_configs_known_broken flag (Prarit Bhargava) -- redhat/Makefile: Fix '*-configs' targets (Prarit Bhargava) -- dist-merge-upstream: Checkout known branch for ci scripts (Don Zickus) -- kernel.spec: don't override upstream compiler flags for ppc64le (Dan Horák) -- Fedora config updates (Justin M. Forbes) -- Fedora confi gupdate (Justin M. Forbes) -- mod-sign.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- Swap how ark-latest is built (Don Zickus) -- Add extra version bump to os-build branch (Don Zickus) -- dist-release: Avoid needless version bump. (Don Zickus) -- Add dist-fedora-release target (Don Zickus) -- Remove redundant code in dist-release (Don Zickus) -- Makefile.common rename TAG to _TAG (Don Zickus) -- Fedora config change (Justin M. Forbes) -- Fedora filter update (Justin M. Forbes) -- Config update for Fedora (Justin M. Forbes) -- enable PROTECTED_VIRTUALIZATION_GUEST for all s390x kernels (Dan Horák) -- redhat: ark: enable CONFIG_NET_SCH_TAPRIO (Davide Caratti) -- redhat: ark: enable CONFIG_NET_SCH_ETF (Davide Caratti) -- More Fedora config updates (Justin M. Forbes) -- New config deps (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- First half of config updates for Fedora (Justin M. Forbes) -- Updates for Fedora arm architectures for the 5.9 window (Peter Robinson) -- Merge 5.9 config changes from Peter Robinson (Justin M. Forbes) -- Add config options that only show up when we prep on arm (Justin M. Forbes) -- Config updates for Fedora (Justin M. Forbes) -- fedora: enable enery model (Peter Robinson) -- Use the configs/generic config for SND_HDA_INTEL everywhere (Peter Robinson) -- Enable ZSTD compression algorithm on all kernels (Peter Robinson) -- Enable ARM_SMCCC_SOC_ID on all aarch64 kernels (Peter Robinson) -- iio: enable LTR-559 light and proximity sensor (Peter Robinson) -- iio: chemical: enable some popular chemical and partical sensors (Peter Robinson) -- More mismatches (Justin M. Forbes) -- Fedora config change due to deps (Justin M. Forbes) -- CONFIG_SND_SOC_MAX98390 is now selected by SND_SOC_INTEL_DA7219_MAX98357A_GENERIC (Justin M. Forbes) -- Config change required for build part 2 (Justin M. Forbes) -- Config change required for build (Justin M. Forbes) -- Fedora config update (Justin M. Forbes) -- Add ability to sync upstream through Makefile (Don Zickus) -- Add master merge check (Don Zickus) -- Replace hardcoded values 'os-build' and project id with variables (Don Zickus) -- redhat/Makefile.common: Fix MARKER (Prarit Bhargava) -- gitattributes: Remove unnecesary export restrictions (Prarit Bhargava) -- Add new certs for dual signing with boothole (Justin M. Forbes) -- Update secureboot signing for dual keys (Justin M. Forbes) -- fedora: enable LEDS_SGM3140 for arm configs (Peter Robinson) -- Enable CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG (Justin M. Forbes) -- redhat/configs: Fix common CONFIGs (Prarit Bhargava) -- redhat/configs: General CONFIG cleanups (Prarit Bhargava) -- redhat/configs: Update & generalize evaluate_configs (Prarit Bhargava) -- fedora: arm: Update some meson config options (Peter Robinson) -- redhat/docs: Add Fedora RPM tagging date (Prarit Bhargava) -- Update config for renamed panel driver. (Peter Robinson) -- Enable SERIAL_SC16IS7XX for SPI interfaces (Peter Robinson) -- s390x-zfcpdump: Handle missing Module.symvers file (Don Zickus) -- Fedora config updates (Justin M. Forbes) -- redhat/configs: Add .tmp files to .gitignore (Prarit Bhargava) -- disable uncommon TCP congestion control algorithms (Davide Caratti) -- Add new bpf man pages (Justin M. Forbes) -- Add default option for CONFIG_ARM64_BTI_KERNEL to pending-common so that eln kernels build (Justin M. Forbes) -- redhat/Makefile: Add fedora-configs and rh-configs make targets (Prarit Bhargava) -- redhat/configs: Use SHA512 for module signing (Prarit Bhargava) -- genspec.sh: 'touch' empty Patchlist file for single tarball (Don Zickus) -- Fedora config update for rc1 (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- redhat/Makefile.common: fix RPMKSUBLEVEL condition (Ondrej Mosnacek) -- redhat/Makefile: silence KABI tar output (Ondrej Mosnacek) -- One more Fedora config update (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fix PATCHLEVEL for merge window (Justin M. Forbes) -- Change ark CONFIG_COMMON_CLK to yes, it is selected already by other options (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- More module filtering for Fedora (Justin M. Forbes) -- Update filters for rnbd in Fedora (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fix up module filtering for 5.8 (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- More Fedora config work (Justin M. Forbes) -- RTW88BE and CE have been extracted to their own modules (Justin M. Forbes) -- Set CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK for Fedora (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Arm64 Use Branch Target Identification for kernel (Justin M. Forbes) -- Change value of CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fix configs for Fedora (Justin M. Forbes) -- Add zero-commit to format-patch options (Justin M. Forbes) -- Copy Makefile.rhelver as a source file rather than a patch (Jeremy Cline) -- Move the sed to clear the patch templating outside of conditionals (Justin M. Forbes) -- Match template format in kernel.spec.template (Justin M. Forbes) -- Break out the Patches into individual files for dist-git (Justin M. Forbes) -- Break the Red Hat patch into individual commits (Jeremy Cline) -- Fix update_scripts.sh unselective pattern sub (David Howells) -- Add cec to the filter overrides (Justin M. Forbes) -- Add overrides to filter-modules.sh (Justin M. Forbes) -- redhat/configs: Enable CONFIG_SMC91X and disable CONFIG_SMC911X (Prarit Bhargava) [1722136] -- Include bpftool-struct_ops man page in the bpftool package (Jeremy Cline) -- Add sharedbuffer_configuration.py to the pathfix.py script (Jeremy Cline) -- Use __make macro instead of make (Tom Stellard) -- Sign off generated configuration patches (Jeremy Cline) -- Drop the static path configuration for the Sphinx docs (Jeremy Cline) -- redhat: Add dummy-module kernel module (Prarit Bhargava) -- redhat: enable CONFIG_LWTUNNEL_BPF (Jiri Benc) -- Remove typoed config file aarch64CONFIG_SM_GCC_8150 (Justin M. Forbes) -- Add Documentation back to kernel-devel as it has Kconfig now (Justin M. Forbes) -- Copy distro files rather than moving them (Jeremy Cline) -- kernel.spec: fix 'make scripts' for kernel-devel package (Brian Masney) -- Makefile: correct help text for dist-cross--rpms (Brian Masney) -- redhat/Makefile: Fix RHEL8 python warning (Prarit Bhargava) -- redhat: Change Makefile target names to dist- (Prarit Bhargava) -- configs: Disable Serial IR driver (Prarit Bhargava) -- Fix "multiple %%files for package kernel-tools" (Pablo Greco) -- Introduce a Sphinx documentation project (Jeremy Cline) -- Build ARK against ELN (Don Zickus) -- Drop the requirement to have a remote called linus (Jeremy Cline) -- Rename 'internal' branch to 'os-build' (Don Zickus) -- Only include open merge requests with "Include in Releases" label (Jeremy Cline) -- Package gpio-watch in kernel-tools (Jeremy Cline) -- Exit non-zero if the tag already exists for a release (Jeremy Cline) -- Adjust the changelog update script to not push anything (Jeremy Cline) -- Drop --target noarch from the rh-rpms make target (Jeremy Cline) -- Add a script to generate release tags and branches (Jeremy Cline) -- Set CONFIG_VDPA for fedora (Justin M. Forbes) -- Add a README to the dist-git repository (Jeremy Cline) -- Provide defaults in ark-rebase-patches.sh (Jeremy Cline) -- Default ark-rebase-patches.sh to not report issues (Jeremy Cline) -- Drop DIST from release commits and tags (Jeremy Cline) -- Place the buildid before the dist in the release (Jeremy Cline) -- Sync up with Fedora arm configuration prior to merging (Jeremy Cline) -- Disable CONFIG_PROTECTED_VIRTUALIZATION_GUEST for zfcpdump (Jeremy Cline) -- Add RHMAINTAINERS file and supporting conf (Don Zickus) -- Add a script to test if all commits are signed off (Jeremy Cline) -- Fix make rh-configs-arch (Don Zickus) -- Drop RH_FEDORA in favor of the now-merged RHEL_DIFFERENCES (Jeremy Cline) -- Sync up Fedora configs from the first week of the merge window (Jeremy Cline) -- Migrate blacklisting floppy.ko to mod-blacklist.sh (Don Zickus) -- kernel packaging: Combine mod-blacklist.sh and mod-extra-blacklist.sh (Don Zickus) -- kernel packaging: Fix extra namespace collision (Don Zickus) -- mod-extra.sh: Rename to mod-blacklist.sh (Don Zickus) -- mod-extra.sh: Make file generic (Don Zickus) -- Fix a painfully obvious YAML syntax error in .gitlab-ci.yml (Jeremy Cline) -- Add in armv7hl kernel header support (Don Zickus) -- Disable all BuildKernel commands when only building headers (Don Zickus) -- Drop any gitlab-ci patches from ark-patches (Jeremy Cline) -- Build the srpm for internal branch CI using the vanilla tree (Jeremy Cline) -- Pull in the latest ARM configurations for Fedora (Jeremy Cline) -- Fix xz memory usage issue (Neil Horman) -- Use ark-latest instead of master for update script (Jeremy Cline) -- Move the CI jobs back into the ARK repository (Jeremy Cline) -- Sync up ARK's Fedora config with the dist-git repository (Jeremy Cline) -- Pull in the latest configuration changes from Fedora (Jeremy Cline) -- configs: enable CONFIG_NET_SCH_CBS (Marcelo Ricardo Leitner) -- Drop configuration options in fedora/ that no longer exist (Jeremy Cline) -- Set RH_FEDORA for ARK and Fedora (Jeremy Cline) -- redhat/kernel.spec: Include the release in the kernel COPYING file (Jeremy Cline) -- redhat/kernel.spec: add scripts/jobserver-exec to py3_shbang_opts list (Jeremy Cline) -- redhat/kernel.spec: package bpftool-gen man page (Jeremy Cline) -- distgit-changelog: handle multiple y-stream BZ numbers (Bruno Meneguele) -- redhat/kernel.spec: remove all inline comments (Bruno Meneguele) -- redhat/genspec: awk unknown whitespace regex pattern (Bruno Meneguele) -- Improve the readability of gen_config_patches.sh (Jeremy Cline) -- Fix some awkward edge cases in gen_config_patches.sh (Jeremy Cline) -- Update the CI environment to use Fedora 31 (Jeremy Cline) -- redhat: drop whitespace from with_gcov macro (Jan Stancek) -- configs: Enable CONFIG_KEY_DH_OPERATIONS on ARK (Ondrej Mosnacek) -- configs: Adjust CONFIG_MPLS_ROUTING and CONFIG_MPLS_IPTUNNEL (Laura Abbott) -- New configs in lib/crypto (Jeremy Cline) -- New configs in drivers/char (Jeremy Cline) -- Turn on BLAKE2B for Fedora (Jeremy Cline) -- kernel.spec.template: Clean up stray *.h.s files (Laura Abbott) -- Build the SRPM in the CI job (Jeremy Cline) -- New configs in net/tls (Jeremy Cline) -- New configs in net/tipc (Jeremy Cline) -- New configs in lib/kunit (Jeremy Cline) -- Fix up released_kernel case (Laura Abbott) -- New configs in lib/Kconfig.debug (Jeremy Cline) -- New configs in drivers/ptp (Jeremy Cline) -- New configs in drivers/nvme (Jeremy Cline) -- New configs in drivers/net/phy (Jeremy Cline) -- New configs in arch/arm64 (Jeremy Cline) -- New configs in drivers/crypto (Jeremy Cline) -- New configs in crypto/Kconfig (Jeremy Cline) -- Add label so the Gitlab to email bridge ignores the changelog (Jeremy Cline) -- Temporarily switch TUNE_DEFAULT to y (Jeremy Cline) -- Run config test for merge requests and internal (Jeremy Cline) -- Add missing licensedir line (Laura Abbott) -- redhat/scripts: Remove redhat/scripts/rh_get_maintainer.pl (Prarit Bhargava) -- configs: Take CONFIG_DEFAULT_MMAP_MIN_ADDR from Fedra (Laura Abbott) -- configs: Turn off ISDN (Laura Abbott) -- Add a script to generate configuration patches (Laura Abbott) -- Introduce rh-configs-commit (Laura Abbott) -- kernel-packaging: Remove kernel files from kernel-modules-extra package (Prarit Bhargava) -- configs: Enable CONFIG_DEBUG_WX (Laura Abbott) -- configs: Disable wireless USB (Laura Abbott) -- Clean up some temporary config files (Laura Abbott) -- configs: New config in drivers/gpu for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/powerpc for v5.4-rc1 (Jeremy Cline) -- configs: New config in crypto for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/usb for v5.4-rc1 (Jeremy Cline) -- AUTOMATIC: New configs (Jeremy Cline) -- Skip ksamples for bpf, they are broken (Jeremy Cline) -- configs: New config in fs/erofs for v5.4-rc1 (Jeremy Cline) -- configs: New config in mm for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/md for v5.4-rc1 (Jeremy Cline) -- configs: New config in init for v5.4-rc1 (Jeremy Cline) -- configs: New config in fs/fuse for v5.4-rc1 (Jeremy Cline) -- merge.pl: Avoid comments but do not skip them (Don Zickus) -- configs: New config in drivers/net/ethernet/pensando for v5.4-rc1 (Jeremy Cline) -- Update a comment about what released kernel means (Laura Abbott) -- Provide both Fedora and RHEL files in the SRPM (Laura Abbott) -- kernel.spec.template: Trim EXTRAVERSION in the Makefile (Laura Abbott) -- kernel.spec.template: Add macros for building with nopatches (Laura Abbott) -- kernel.spec.template: Add some macros for Fedora differences (Laura Abbott) -- kernel.spec.template: Consolodate the options (Laura Abbott) -- configs: Add pending direcory to Fedora (Laura Abbott) -- kernel.spec.template: Don't run hardlink if rpm-ostree is in use (Laura Abbott) -- configs: New config in net/can for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/phy for v5.4-rc1 (Jeremy Cline) -- configs: Increase x86_64 NR_UARTS to 64 (Prarit Bhargava) [1730649] -- configs: turn on ARM64_FORCE_52BIT for debug builds (Jeremy Cline) -- kernel.spec.template: Tweak the python3 mangling (Laura Abbott) -- kernel.spec.template: Add --with verbose option (Laura Abbott) -- kernel.spec.template: Switch to using %%install instead of %%__install (Laura Abbott) -- kernel.spec.template: Make the kernel.org URL https (Laura Abbott) -- kernel.spec.template: Update message about secure boot signing (Laura Abbott) -- kernel.spec.template: Move some with flags definitions up (Laura Abbott) -- kernel.spec.template: Update some BuildRequires (Laura Abbott) -- kernel.spec.template: Get rid of %%clean (Laura Abbott) -- configs: New config in drivers/char for v5.4-rc1 (Jeremy Cline) -- configs: New config in net/sched for v5.4-rc1 (Jeremy Cline) -- configs: New config in lib for v5.4-rc1 (Jeremy Cline) -- configs: New config in fs/verity for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/aarch64 for v5.4-rc4 (Jeremy Cline) -- configs: New config in arch/arm64 for v5.4-rc1 (Jeremy Cline) -- Flip off CONFIG_ARM64_VA_BITS_52 so the bundle that turns it on applies (Jeremy Cline) -- New configuration options for v5.4-rc4 (Jeremy Cline) -- Correctly name tarball for single tarball builds (Laura Abbott) -- configs: New config in drivers/pci for v5.4-rc1 (Jeremy Cline) -- Allow overriding the dist tag on the command line (Laura Abbott) -- Allow scratch branch target to be overridden (Laura Abbott) -- Remove long dead BUILD_DEFAULT_TARGET (Laura Abbott) -- Amend the changelog when rebasing (Laura Abbott) -- configs: New config in drivers/platform for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/pinctrl for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/wireless for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/ethernet/mellanox for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/can for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/hid for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/dma-buf for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/crypto for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/s390 for v5.4-rc1 (Jeremy Cline) -- configs: New config in block for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/cpuidle for v5.4-rc1 (Jeremy Cline) -- redhat: configs: Split CONFIG_CRYPTO_SHA512 (Laura Abbott) -- redhat: Set Fedora options (Laura Abbott) -- Set CRYPTO_SHA3_*_S390 to builtin on zfcpdump (Jeremy Cline) -- configs: New config in drivers/edac for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/firmware for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/hwmon for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/iio for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/mmc for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/tty for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/s390 for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/bus for v5.4-rc1 (Jeremy Cline) -- Add option to allow mismatched configs on the command line (Laura Abbott) -- configs: New config in drivers/crypto for v5.4-rc1 (Jeremy Cline) -- configs: New config in sound/pci for v5.4-rc1 (Jeremy Cline) -- configs: New config in sound/soc for v5.4-rc1 (Jeremy Cline) -- gitlab: Add CI job for packaging scripts (Major Hayden) -- Speed up CI with CKI image (Major Hayden) -- Disable e1000 driver in ARK (Neil Horman) -- configs: Fix the pending default for CONFIG_ARM64_VA_BITS_52 (Jeremy Cline) -- configs: Turn on OPTIMIZE_INLINING for everything (Jeremy Cline) -- configs: Set valid pending defaults for CRYPTO_ESSIV (Jeremy Cline) -- Add an initial CI configuration for the internal branch (Jeremy Cline) -- New drop of configuration options for v5.4-rc1 (Jeremy Cline) -- New drop of configuration options for v5.4-rc1 (Jeremy Cline) -- Pull the RHEL version defines out of the Makefile (Jeremy Cline) -- Sync up the ARK build scripts (Jeremy Cline) -- Sync up the Fedora Rawhide configs (Jeremy Cline) -- Sync up the ARK config files (Jeremy Cline) -- configs: Adjust CONFIG_FORCE_MAX_ZONEORDER for Fedora (Laura Abbott) -- configs: Add README for some other arches (Laura Abbott) -- configs: Sync up Fedora configs (Laura Abbott) -- [initial commit] Add structure for building with git (Laura Abbott) -- [initial commit] Add Red Hat variables in the top level makefile (Laura Abbott) -- [initial commit] Red Hat gitignore and attributes (Laura Abbott) -- [initial commit] Add changelog (Laura Abbott) -- [initial commit] Add makefile (Laura Abbott) -- [initial commit] Add files for generating the kernel.spec (Laura Abbott) -- [initial commit] Add rpm directory (Laura Abbott) -- [initial commit] Add files for packaging (Laura Abbott) -- [initial commit] Add kabi files (Laura Abbott) -- [initial commit] Add scripts (Laura Abbott) -- [initial commit] Add configs (Laura Abbott) -- [initial commit] Add Makefiles (Laura Abbott) -- Linux v6.19.0-0.rc0.4a26e7032d7d -Resolves: RHEL-100104, RHEL-104231, RHEL-119326, RHEL-122979, RHEL-1242, RHEL-1927, RHEL-23931, RHEL-24047, RHEL-24137, RHEL-26170, RHEL-29245, RHEL-32110, RHEL-32895, RHEL-32987, RHEL-35995, RHEL-36646, RHEL-36647, RHEL-40251, RHEL-40411, RHEL-40937, RHEL-41231, RHEL-43425, RHEL-43556, RHEL-44306, RHEL-49398, RHEL-50799, RHEL-51896, RHEL-52629, RHEL-54183, RHEL-56069, RHEL-68296, RHEL-72093, RHEL-78341, RHEL-78931, RHEL-79711, RHEL-79818, RHEL-82779, RHEL-85301, RHEL-8810, RHEL-88228, RHEL-88635, RHEL-94503, RHEL-95436, RHEL-96987, rhbz#1471185, rhbz#1518076, rhbz#1519554, rhbz#1546831, rhbz#1559877, rhbz#1561171, rhbz#1563590, rhbz#1565704, rhbz#1565717, rhbz#1572321, rhbz#1590829, rhbz#1595918, rhbz#1602033, rhbz#1609604, rhbz#1610493, rhbz#1613522, rhbz#1638087, rhbz#1652256, rhbz#1652266, rhbz#1663728, rhbz#1670017, rhbz#1722136, rhbz#1730649, rhbz#1802694, rhbz#1810301, rhbz#1821565, rhbz#1831065, rhbz#1855161, rhbz#1856174, rhbz#1856176, rhbz#1858592, rhbz#1858594, rhbz#1858596, rhbz#1858599, rhbz#1869674, rhbz#1871130, rhbz#1876435, rhbz#1876436, rhbz#1876977, rhbz#1877192, rhbz#1880486, rhbz#1890304, rhbz#1903201, rhbz#1915073, rhbz#1915290, rhbz#1930649, rhbz#1939095, rhbz#1940075, rhbz#1940794, rhbz#1943423, rhbz#1945002, rhbz#1945179, rhbz#1945477, rhbz#1947240, rhbz#1948340, rhbz#1952426, rhbz#1952863, rhbz#1953486, rhbz#1956988, rhbz#1957210, rhbz#1957219, rhbz#1957305, rhbz#1957636, rhbz#1957819, rhbz#1961178, rhbz#1962936, rhbz#1964537, rhbz#1967640, rhbz#1972795, rhbz#1976270, rhbz#1976835, rhbz#1976877, rhbz#1976884, rhbz#1977056, rhbz#1977529, rhbz#1978539, rhbz#1979379, rhbz#1981406, rhbz#1983298, rhbz#1986223, rhbz#1988254, rhbz#1988384, rhbz#1990040, rhbz#1993393, rhbz#1994858, rhbz#1998953, rhbz#2000835, rhbz#2002344, rhbz#2004233, rhbz#2004821, rhbz#2006813, rhbz#2007430, rhbz#2012226, rhbz#2014492, rhbz#2019377, rhbz#2020132, rhbz#2022578, rhbz#2023782, rhbz#2024595, rhbz#2025985, rhbz#2026319, rhbz#2027506, rhbz#2031547, rhbz#2032758, rhbz#2034670, rhbz#2038999, rhbz#2040643, rhbz#2041184, rhbz#2041186, rhbz#2041365, rhbz#2041990, rhbz#2042240, rhbz#2042241, rhbz#2043141, rhbz#2044155, rhbz#2053836, rhbz#2054579, rhbz#2062054, rhbz#2062909, rhbz#2071969, rhbz#2089765, rhbz#2115876, rhbz#2120968, rhbz#2122595, rhbz#2140017, rhbz#2142658, rhbz#2149273, rhbz#2153073, rhbz#2166911, rhbz#2188441, rhbz#2208834, rhbz#2216678, rhbz#2227793, rhbz#2231407, rhbz#2233269, rhbz#2375049 - -* Tue Dec 02 2025 Fedora Kernel Team [6.18.0-1] -- Reset RHEL_RELEASE for the 6.19 cycle (Justin M. Forbes) -- add libasan-static and libubsan as BR for selftests (Thorsten Leemhuis) -- add liburing-devel as BR for selftests (Thorsten Leemhuis) -- add a few optional BRs for perf (Thorsten Leemhuis) -Resolves: - -* Mon Dec 01 2025 Fedora Kernel Team [6.18.0-64] -- Linux v6.18.0 -Resolves: - -* Sun Nov 30 2025 Fedora Kernel Team [6.18.0-0.rc7.6bda50f4333f.63] -- Consolidate configs into common for 6.18 (Justin M. Forbes) -- Linux v6.18.0-0.rc7.6bda50f4333f -Resolves: - -* Sat Nov 29 2025 Fedora Kernel Team [6.18.0-0.rc7.19eef1d98eed.62] -- Linux v6.18.0-0.rc7.19eef1d98eed -Resolves: - -* Fri Nov 28 2025 Fedora Kernel Team [6.18.0-0.rc7.e538109ac71d.61] -- Linux v6.18.0-0.rc7.e538109ac71d -Resolves: - -* Thu Nov 27 2025 Fedora Kernel Team [6.18.0-0.rc7.765e56e41a5a.60] -- redhat/configs: make CONFIG_DRM_CLIENT_LIB=y (Jocelyn Falempe) -- Linux v6.18.0-0.rc7.765e56e41a5a -Resolves: - -* Wed Nov 26 2025 Fedora Kernel Team [6.18.0-0.rc7.30f09200cc4a.59] -- Linux v6.18.0-0.rc7.30f09200cc4a -Resolves: - -* Tue Nov 25 2025 Fedora Kernel Team [6.18.0-0.rc7.58] -- fedora: arm: minor config updates (Peter Robinson) -Resolves: - -* Mon Nov 24 2025 Fedora Kernel Team [6.18.0-0.rc7.57] -- Linux v6.18.0-0.rc7 -Resolves: - -* Sun Nov 23 2025 Fedora Kernel Team [6.18.0-0.rc6.d13f3ac64efb.56] -- Linux v6.18.0-0.rc6.d13f3ac64efb -Resolves: - -* Sat Nov 22 2025 Fedora Kernel Team [6.18.0-0.rc6.2eba5e05d9bc.55] -- Linux v6.18.0-0.rc6.2eba5e05d9bc -Resolves: - -* Fri Nov 21 2025 Fedora Kernel Team [6.18.0-0.rc6.fd95357fd8c6.54] -- Change RZ_DMAC from m to y for Fedora (Justin M. Forbes) -- redhat/configs: automotive: enable CAN_FLEXCAN (Jared Kangas) -- Linux v6.18.0-0.rc6.fd95357fd8c6 -Resolves: - -* Thu Nov 20 2025 Fedora Kernel Team [6.18.0-0.rc6.23cb64fb7625.53] -- Revert "Removing Obsolete hba pci-ids from rhel8" (Scott Weaver) -- rh_messages.h: add missing lpfc devices (Scott Weaver) -- redhat/configs: Enable CONFIG_NFSD_V4_2_INTER_SSC in RHEL (Scott Mayhew) -- redhat: Package net/hsr selftests (Felix Maurer) -- Remove redundant Fedora VFIO overrides (Daniel P. Berrangé) -- Enable CONFIG_VFIO_DEVICE_CDEV on Fedora (Daniel P. Berrangé) -- redhat/configs: automotive: enable I2C_IMX and dependencies (Jared Kangas) -- Linux v6.18.0-0.rc6.23cb64fb7625 -Resolves: - -* Wed Nov 19 2025 Fedora Kernel Team [6.18.0-0.rc6.8b690556d8fe.52] -- Set some late arrival config options for Fedora 6.18 (Justin M. Forbes) -- Linux v6.18.0-0.rc6.8b690556d8fe -Resolves: - -* Tue Nov 18 2025 Fedora Kernel Team [6.18.0-0.rc6.e7c375b18160.51] -- Linux v6.18.0-0.rc6.e7c375b18160 -Resolves: - -* Mon Nov 17 2025 Fedora Kernel Team [6.18.0-0.rc6.50] -- Linux v6.18.0-0.rc6 -Resolves: - -* Sun Nov 16 2025 Fedora Kernel Team [6.18.0-0.rc5.f824272b6e3f.49] -- redhat/configs: enable Micel PHY for NXP Automotive SoCs S32G2xx/S32G3xx/S32R45 (Alessandro Carminati) -- redhat/configs: enable Synopsis DWMAC IP on NXP Automotive SoCs S32G2xx/S32G3xx/S32R45 (Alessandro Carminati) -- Linux v6.18.0-0.rc5.f824272b6e3f -Resolves: - -* Sat Nov 15 2025 Fedora Kernel Team [6.18.0-0.rc5.7a0892d2836e.48] -- Linux v6.18.0-0.rc5.7a0892d2836e -Resolves: - -* Fri Nov 14 2025 Fedora Kernel Team [6.18.0-0.rc5.6da43bbeb691.47] -- Linux v6.18.0-0.rc5.6da43bbeb691 -Resolves: - -* Thu Nov 13 2025 Fedora Kernel Team [6.18.0-0.rc5.6fa9041b7177.46] -- redhat/configs: Move CONFIG_MICROCODE_DBG to common/generic/x86 (Waiman Long) -- redhat/configs: Set CONFIG_SCHED_PROXY_EXEC=n (Waiman Long) -- Linux v6.18.0-0.rc5.6fa9041b7177 -Resolves: - -* Wed Nov 12 2025 Fedora Kernel Team [6.18.0-0.rc5.24172e0d7990.45] -- Add loongarch to kernel-headers for Fedora (Justin M. Forbes) -- Linux v6.18.0-0.rc5.24172e0d7990 -Resolves: - -* Tue Nov 11 2025 Fedora Kernel Team [6.18.0-0.rc5.4427259cc7f7.44] -- Turn on SYNTH_EVENTS for RISCV RHEL to avoid a mismatch (Justin M. Forbes) -- Turn on PCI_PWRCTRL_SLOT for aarch64 in RHEL (Justin M. Forbes) -- redhat/kernel.spec.template: add net/can kselftests (Davide Caratti) -- redhat/configs: Enable CONFIG_OVMF_DEBUG_LOG in RHEL (Lenny Szubowicz) [RHEL-100104] -- Linux v6.18.0-0.rc5.4427259cc7f7 -Resolves: RHEL-100104 - -* Mon Nov 10 2025 Fedora Kernel Team [6.18.0-0.rc5.43] -- Linux v6.18.0-0.rc5 -Resolves: - -* Sun Nov 09 2025 Fedora Kernel Team [6.18.0-0.rc4.439fc29dfd3b.42] -- Linux v6.18.0-0.rc4.439fc29dfd3b -Resolves: - -* Sat Nov 08 2025 Fedora Kernel Team [6.18.0-0.rc4.e811c33b1f13.41] -- Linux v6.18.0-0.rc4.e811c33b1f13 -Resolves: - -* Fri Nov 07 2025 Fedora Kernel Team [6.18.0-0.rc4.4a0c9b339199.40] -- Linux v6.18.0-0.rc4.4a0c9b339199 -Resolves: - -* Thu Nov 06 2025 Fedora Kernel Team [6.18.0-0.rc4.dc77806cf3b4.39] -- merge-linux-next: use gitlab remote (Scott Weaver) -- Linux v6.18.0-0.rc4.dc77806cf3b4 -Resolves: - -* Wed Nov 05 2025 Fedora Kernel Team [6.18.0-0.rc4.1c353dc8d962.38] -- redhat: use RELEASE_LOCALVERSION also for dist-get-tag (Jan Stancek) -- Linux v6.18.0-0.rc4.1c353dc8d962 -Resolves: - -* Tue Nov 04 2025 Fedora Kernel Team [6.18.0-0.rc4.c9cfc122f037.37] -- redhat: configs: rhel: Enable OV08X40 sensor to support Intel MIPI camera (Kate Hsuan) -- redhat: configs: rhel: Enable usbio-drivers to supower Intel MIPI camera (Kate Hsuan) -- Linux v6.18.0-0.rc4.c9cfc122f037 -Resolves: - -* Mon Nov 03 2025 Fedora Kernel Team [6.18.0-0.rc4.36] -- redhat: configs: Enable DWC3 Generic Platform Driver on RHEL automotive (Desnes Nunes) [RHEL-119326] -- redhat: configs: Enable OV08X40 sensor driver on RHEL (Desnes Nunes) [RHEL-119326] -- redhat: configs: Enable USBIO Bridge support on RHEL x86 (Desnes Nunes) [RHEL-119326] -- gitlab-ci: testing (Scott Weaver) -- ark-linux-next: check for git hooks directory (Scott Weaver) -- gitlab-ci: merge-linux-next: workaround pydantic-core build error (Scott Weaver) -- Linux v6.18.0-0.rc4 -Resolves: RHEL-119326 - -* Sun Nov 02 2025 Fedora Kernel Team [6.18.0-0.rc3.691d401c7e0e.35] -- Linux v6.18.0-0.rc3.691d401c7e0e -Resolves: - -* Sat Nov 01 2025 Fedora Kernel Team [6.18.0-0.rc3.ba36dd5ee6fd.34] -- redhat: remove EARLY ystream bits (Jan Stancek) -- Linux v6.18.0-0.rc3.ba36dd5ee6fd -Resolves: - -* Fri Oct 31 2025 Fedora Kernel Team [6.18.0-0.rc3.d127176862a9.33] -- redhat/configs: configure CONFIG_ATH12K_AHB for rhel (Jose Ignacio Tornos Martinez) -- Final configs for Fedora 6.18 (Justin M. Forbes) -- Linux v6.18.0-0.rc3.d127176862a9 -Resolves: - -* Thu Oct 30 2025 Fedora Kernel Team [6.18.0-0.rc3.e53642b87a4f.32] -- redhat/configs: Enable additional RV monitors on debug kernels (Gabriele Monaco) -- redhat/configs: Enable sched and rtapp RV monitors (Gabriele Monaco) -- redhat/configs: Move CONFIG_RV_PER_TASK_MONITORS to common/generic (Gabriele Monaco) -- properly reset CONFIG_EFI_SBAT_FILE value (Thorsten Leemhuis) -Resolves: - -* Wed Oct 29 2025 Fedora Kernel Team [6.18.0-0.rc3.e53642b87a4f.31] -- kernel: extend rh_waived to cope better with the CVE mitigations case (Ricardo Robaina) [RHEL-122979] -- Linux v6.18.0-0.rc3.e53642b87a4f -Resolves: RHEL-122979 - -* Tue Oct 28 2025 Fedora Kernel Team [6.18.0-0.rc3.fd57572253bc.30] -- Linux v6.18.0-0.rc3.fd57572253bc -Resolves: - -* Mon Oct 27 2025 Fedora Kernel Team [6.18.0-0.rc3.29] -- Linux v6.18.0-0.rc3 -Resolves: - -* Sun Oct 26 2025 Fedora Kernel Team [6.18.0-0.rc2.72761a7e3122.28] -- Linux v6.18.0-0.rc2.72761a7e3122 -Resolves: - -* Sat Oct 25 2025 Fedora Kernel Team [6.18.0-0.rc2.566771afc7a8.27] -- uki-virt: add systemd-repart module (Emanuele Giuseppe Esposito) -- fedora: cleanup/de-dupe the USB configfs options (Peter Robinson) -- fedora: cleanup/de-dupe the USB Device/Gadget config (Peter Robinson) -- fedora: Disable the remanents of legacy USB gadget (Peter Robinson) -- fedora: i3c: enable more i3c (Peter Robinson) -- Configs: Mark SCHED_MC as enabled for powerpc (Phil Auld) -- redhat: update self-test-data for RELEASE_LOCALVERSION (Jan Stancek) -- redhat: introduce RELEASE_LOCALVERSION variable (Jan Stancek) -- Turn on CONFIG_DEBUG_INFO_COMPRESSED_ZLIB (Lianbo Jiang) -- Linux v6.18.0-0.rc2.566771afc7a8 -Resolves: - -* Fri Oct 24 2025 Fedora Kernel Team [6.18.0-0.rc2.6fab32bb6508.26] -- Linux v6.18.0-0.rc2.6fab32bb6508 -Resolves: - -* Thu Oct 23 2025 Fedora Kernel Team [6.18.0-0.rc2.43e9ad0c55a3.25] -- Linux v6.18.0-0.rc2.43e9ad0c55a3 -Resolves: - -* Wed Oct 22 2025 Fedora Kernel Team [6.18.0-0.rc2.552c50713f27.24] -- Linux v6.18.0-0.rc2.552c50713f27 -Resolves: - -* Tue Oct 21 2025 Fedora Kernel Team [6.18.0-0.rc2.6548d364a3e8.23] -- redhat/kernel.spec: make python3-perf glob more specific (Jan Stancek) -- Linux v6.18.0-0.rc2.6548d364a3e8 -Resolves: - -* Mon Oct 20 2025 Fedora Kernel Team [6.18.0-0.rc2.22] -- Linux v6.18.0-0.rc2 -Resolves: - -* Sun Oct 19 2025 Fedora Kernel Team [6.18.0-0.rc1.1c64efcb083c.21] -- Linux v6.18.0-0.rc1.1c64efcb083c -Resolves: - -* Sat Oct 18 2025 Fedora Kernel Team [6.18.0-0.rc1.f406055cb18c.20] -- Linux v6.18.0-0.rc1.f406055cb18c -Resolves: - -* Fri Oct 17 2025 Fedora Kernel Team [6.18.0-0.rc1.98ac9cc4b445.19] -- fedora: arm64: Updates for AMD Xilinx devices (Peter Robinson) -- Linux v6.18.0-0.rc1.98ac9cc4b445 -Resolves: - -* Thu Oct 16 2025 Fedora Kernel Team [6.18.0-0.rc1.7ea30958b305.18] -- redhat/configs: Re-enable Raspberry Pi support in automotive (Radu Rendec) -- Linux v6.18.0-0.rc1.7ea30958b305 -Resolves: - -* Wed Oct 15 2025 Fedora Kernel Team [6.18.0-0.rc1.9b332cece987.17] -- redhat/configs: automotive: enable FSL_EDMA (Jared Kangas) -- Trim changelog of dupes for the 6.18 reset (Justin M. Forbes) -- Linux v6.18.0-0.rc1.9b332cece987 -Resolves: - -* Tue Oct 14 2025 Fedora Kernel Team [6.18.0-0.rc1.16] -- fedora: aarch64: Enable arm MHUv2 driver (Peter Robinson) -- redhat/configs: automotive: enable RTC_DRV_S32G (Jared Kangas) -- redhat/configs: automotive: switch ufs-qcom to module (Eric Chanudet) -- redhat/configs: automotive: switch geni-se and serial-qcom-geni to modules (Eric Chanudet) -- redhat/configs: automotive: switch pinctrl_msm and pinctrl_sa8775p to modules (Eric Chanudet) -- redhat: add all namespace-dependent selftests to kernel-selftests-internal (Joel Savitz) -- fedora: Minor QCom configs cleanup (Peter Robinson) -- fedora: cleanup now removed BCACHEFS options (Peter Robinson) -- fedora: Last updates for 6.18 (Peter Robinson) -Resolves: - -* Mon Oct 13 2025 Fedora Kernel Team [6.18.0-0.rc1.15] -- Turn on X86_FRED for Fedora (Justin M. Forbes) -- Linux v6.18.0-0.rc1 -Resolves: - -* Sun Oct 12 2025 Fedora Kernel Team [6.18.0-0.rc0.0739473694c4.14] -- Fix up HYPERV configs for 6.18 (Justin M. Forbes) -- add xxd to as BuildRequire for bpf selftests (Thorsten Leemhuis) -Resolves: - -* Sat Oct 11 2025 Fedora Kernel Team [6.18.0-0.rc0.0739473694c4.13] -- Linux v6.18.0-0.rc0.0739473694c4 -Resolves: - -* Fri Oct 10 2025 Fedora Kernel Team [6.18.0-0.rc0.5472d60c129f.12] -- Flip HID_HAPTIC to inline for Fedora due to symbol errors (Justin M. Forbes) -- Linux v6.18.0-0.rc0.5472d60c129f -Resolves: - -* Thu Oct 09 2025 Fedora Kernel Team [6.18.0-0.rc0.ec714e371f22.11] -- fedora: updates for 6.18 (Peter Robinson) -- Linux v6.18.0-0.rc0.ec714e371f22 -Resolves: - -* Wed Oct 08 2025 Fedora Kernel Team [6.18.0-0.rc0.0d97f2067c16.10] -- redhat/configs: automotive: enable SPI_OMAP24XX as a module (Jared Kangas) -- Linux v6.18.0-0.rc0.0d97f2067c16 -Resolves: - -* Tue Oct 07 2025 Fedora Kernel Team [6.18.0-0.rc0.c746c3b51698.9] -- Fix up mismatch with PCI_PWRCTRL_SLOT on arm (Justin M. Forbes) -- Linux v6.18.0-0.rc0.c746c3b51698 -Resolves: - -* Tue Oct 07 2025 Fedora Kernel Team [6.18.0-0.rc0.fd94619c4336.8] -- Turn on DRM_ACCEL_ROCKET FOR Fedora (Justin M. Forbes) -Resolves: - -* Mon Oct 06 2025 Fedora Kernel Team [6.18.0-0.rc0.fd94619c4336.7] -- Linux v6.18.0-0.rc0.fd94619c4336 -Resolves: - -* Sat Oct 04 2025 Fedora Kernel Team [6.18.0-0.rc0.cbf33b8e0b36.6] -- redhat: rpminspect: update emptyrpm list for kernel variants (Patrick Talbert) -- Linux v6.18.0-0.rc0.cbf33b8e0b36 -Resolves: - -* Fri Oct 03 2025 Fedora Kernel Team [6.18.0-0.rc0.e406d57be7bd.5] -- Linux v6.18.0-0.rc0.e406d57be7bd -Resolves: - -* Thu Oct 02 2025 Fedora Kernel Team [6.18.0-0.rc0.7f7072574127.4] -- redhat: ark-linux-next.sh: initial commit (Scott Weaver) -- redhat: prepare-commit-msg: initial commit (Scott Weaver) -- redhat: ark-merge-driver: initial commit (Scott Weaver) -- redhat/Makefile: add dist-configs-commit-mismatches (Scott Weaver) -- Linux v6.18.0-0.rc0.7f7072574127 -Resolves: - -* Wed Oct 01 2025 Fedora Kernel Team [6.18.0-0.rc0.50c19e20ed2e.3] -- Flip SCHED_MC for RHEL ppc to avoid a mismatch (Justin M. Forbes) -- Linux v6.18.0-0.rc0.50c19e20ed2e -Resolves: - -* Wed Oct 01 2025 Fedora Kernel Team [6.18.0-0.rc0.755fa5b4fb36.2] -- Revert "Merge branch 'add_next_sched_job' into 'os-build'" (Justin M. Forbes) -- Fix up a merge window mismatch for riscv RHEL (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.18 cycle (Justin M. Forbes) -- Turn on USB_FUNCTIONFS for Fedora (Justin M. Forbes) -- redhat/configs: Disable CONFIG_EFI_MIXED in RHEL (Lenny Szubowicz) -- Revert "Merge branch 'tmp2' into 'os-build'" (Justin M. Forbes) -- Always set LLVM=1 when building with clang (Tom Stellard) -- redhat/configs: Move CONFIG_MITIGATION_VMSCAPE to common/generic/x86 (Waiman Long) -- redhat/Makefile: Update the make target dist-configs-check to fail (Alexandra Hájková) -- Consolidate configs to common for 6.17 (Justin M. Forbes) -- Add 1010-config-newlines-test.bats self test. (Alexandra Hájková) -- os-build: Remove dead CONFIG_SCHED_DEBUG files (Phil Auld) -- redhat/configs: automotive: Disable COMPAT_32BIT_TIME SGETMASK_SYSCALL and IA32_EMULATION configs (Dorinda Bassey) -- Revert "redhat/configs: automotive: Disable NetLabel subsystem support" (Dorinda Bassey) -- redhat: ark-linux-next.sh: initial commit (Scott Weaver) -- redhat: prepare-commit-msg: initial commit (Scott Weaver) -- redhat: ark-merge-driver: initial commit (Scott Weaver) -- redhat/Makefile: add dist-configs-commit-mismatches (Scott Weaver) -- Turn on PINCTRL_SM8550_LPASS_LPI for Fedora (Justin M. Forbes) -- redhat: configs: drop TI_K3_UDMA & TI_K3_UDMA_GLUE_LAYER from RHEL (Eric Chanudet) -- redhat: configs: move TI_SCI_PROTOCOL and TI_MESSAGE_MANAGER to common (Eric Chanudet) -- Set CONFIG_MITIGATION_VMSCAPE for Fedora (Justin M. Forbes) -- redhat/Makefile: update dist-vr-check (Scott Weaver) -- gitlab-ci: add kcidb_tree_name to trees (Tales da Aparecida) -- Fix packaging for libcpupower python binding debuginfo (Justin M. Forbes) -- redhat/configs: automotive: enable TI K3 R5F remoteproc driver (Jared Kangas) -- Move CONFIG_SCHED_PROXY_EXEC to the zfcpdump directory (Justin M. Forbes) -- Set Fedora configs for 6.17 (Justin M. Forbes) -- redhat: scripts: ignore incorrect shellcheck 2329 in trap function (Simone Tollardo) -- Turn on PHY_ROCKCHIP_SAMSUNG_DCPHY for Fedora (Justin M. Forbes) -- rh_messages.h: add missing aacraid device (Scott Weaver) -- rh_messages.h: update unmaintained drivers (Scott Weaver) -- arm64: enable Tegra264 SoC components in RHEL (Marcin Juszkiewicz) -- redhat: export only selected variables (Jan Stancek) -- gitlab-ci: set HOME in maintenance jobs (Tales da Aparecida) -- gitlab-ci: remove fetch of linux-rt-devel (Scott Weaver) -- redhat/Makefile: auto select -z-test-pesign target for z-stream (Jan Stancek) -- redhat/configs: Move RHEL/Fedora lockdown configs to common (Jeremy Cline) -- Enable building libcpupower bindings for ELN/Rawhide (John B. Wyatt IV) -- redhat: Explicitly disable 'hostonly' mode on the dracut cmdline (Vitaly Kuznetsov) -- redhat: Directly use 'ukify' for building the UKI (Vitaly Kuznetsov) -- redhat: Temporary stop adding 'kernel' component to SBAT (Vitaly Kuznetsov) -- redhat/configs: Remove obsolete CONFIG files - part 1 (Waiman Long) -- redhat/Makefile: add dist-spec (Scott Weaver) -- redhat: Switch to implicit enablement of CONFIG_EFI_SBAT_FILE (Vitaly Kuznetsov) -- redhat/configs: Enable early lockdown for Arm (Mark Salter) [RHEL-1927] -- arm64: add early lockdown for secure boot (Mark Salter) [RHEL-1927] -- efi: pass secure boot mode to kernel proper (Mark Salter) [RHEL-1927] -- Disable Nova Core until it is useful (Justin M. Forbes) -- Turn off LIBBPF_DYNAMIC for perf builds (Justin M. Forbes) -- redhat: Add SBAT information to Linux kernel (Vitaly Kuznetsov) -- redhat: Add SBAT to the UKI unconditionally (Vitaly Kuznetsov) -- Enable PHY drivers required for automotive board (Radu Rendec) -- fedora: more updates for 6.17 (Peter Robinson) -- specfile: change conditionals for realtime for fedora (Clark Williams) -- redhat/configs: Disable TPM2 HMAC sessions (Štěpán Horáček) [RHEL-82779] -- redhat/script: Fix instructions for dist-cross-setup (Thomas Huth) -- redhat/configs: Fix location of the S390_MODULES_SANITY_TEST switch (Thomas Huth) -- redhat/configs: Fix location of the CONFIG_S390_KPROBES_SANITY_TEST switch (Thomas Huth) -- redhat/configs: Remove superfluous generic CONFIG_TUNE_Z16 switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_TUNE_Z17 switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_RANDOMIZE_IDENTITY_BASE switch (Thomas Huth) -- Fix up some networking configs to make docker work again (Justin M. Forbes) -- rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDER (Justin M. Forbes) -- kernel.spec: add '-e' option to %%preun for kernel-core and kernel-uki-virt (Xuemin Li) -- Remove CONFIG_TEST_MISC_MINOR as deps are no longer met (Justin M. Forbes) -- Add to pending to fix precendence and avoid mismatch (Justin M. Forbes) -- CONFIG_PAGE_BLOCK_ORDER is now CONFIG_PAGE_BLOCK_MAX_ORDER (Justin M. Forbes) -- redhat/kernel.spec: fix leftover typo in Provides line (Jan Stancek) -- fedora: Updates for 6.17 merge (Peter Robinson) -- Fix a mismatch, needs further investigation (Justin M. Forbes) -- Turn off TEST_MISC_MINOR as its deps are no longer met (Justin M. Forbes) -- redhat/configs: Disable CRYPTO_KRB5 for zfcpdump (Vladis Dronov) -- Trim changelog after rebase (Justin M. Forbes) -- Flip TEGRA124_CPUFREQ to m for config mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.17 cycle (Justin M. Forbes) -- redhat/kernel.spec: fix uname_variant call sites (Jan Stancek) [RHEL-104231] -- redhat/kernel.spec: fix uname_suffix call sites (Jan Stancek) [RHEL-104231] -- redhat/configs: Add evaluate_configs.py and documentation (Prarit Bhargava) -- redhat: Remove old evaluate_configs (Prarit Bhargava) -- redhat/spec: package full bpftool in selftests (Gregory Bell) -- selftests/bpf: Remove ksyms_weak_lskel test (Artem Savkov) -- redhat/spec: Add libxml2-devel dependency for selftests build (Viktor Malik) -- redhat/spec: Bypass check-rpaths for kselftests/bpf/urandom_read (Viktor Malik) -- redhat/spec: Do not use source fortification for C++ selftest binaries (Viktor Malik) -- redhat/spec: Do not use source fortification for selftests (Viktor Malik) -- redhat/spec: Fix BPF selftests build with PIE (Viktor Malik) -- redhat/spec: Add EXTRA_CXXFLAGS to bpf samples and selftests make (Artem Savkov) -- fedora: minor cleanups (Peter Robinson) -- fedora: aarch64: enable a couple of brcmstb reset drivers (Peter Robinson) -- rhel/aarch64: enable CONFIG_TCG_ARM_CRB_FFA as a module (Marcin Juszkiewicz) -- redhat/configs: Move CONFIG_MITIGATION_TSA under common/generic/x86 (Waiman Long) -- Set CONFIG_TEST_VMALLOC to off for s390 zfcpdump (Justin M. Forbes) -- Revert "redhat/configs: automotive: Turn off ACPI Processor package for aarch64" (Enric Balletbo i Serra) -- redhat/configs: automotive: Disable CONFIG_NUMA config (Dorinda Bassey) -- Consolidate configs to common for 6.16 (Justin M. Forbes) -- arm64: enable SND_HDA_ACPI as a module (Marcin Juszkiewicz) -- kernel.spec: always provide kernel-devel-uname-r (Scott Weaver) -- kernel.spec: always provide kernel (Scott Weaver) -- kernel.spec: dynamically set provides/requires name (Scott Weaver) -- kernel.spec: use %%{name} in partner/internal modules (Scott Weaver) -- kernel.spec: introduce with_automotive_build (Scott Weaver) -- kernel.spec: fix kernel-automotive packaging (Scott Weaver) -- kernel.spec: add a few macro option comments (Scott Weaver) -- kernel.spec: add conditional to include rhel trusted certificates (Eric Chanudet) -- kernel.spec: Always BuildRequire openssl-devel (Eric Chanudet) -- kernel.spec: automotive: disable kernel signature by default (Eric Chanudet) -- redhat/configs: automotive: enable extra system cert (Eric Chanudet) -- redhat/configs: automotive: Disable module signature with modules_install (Eric Chanudet) -- kernel.spec: honor packaging flags (Scott Weaver) -- Fix FIPS mode for Fedora (Justin M. Forbes) -- Turn on TSA Mitigation for Fedora (Justin M. Forbes) -- redhat/configs: Enable CONFIG_AMD_HSMP_ACPI and CONFIG_AMD_HSMP_PLAT on RHEL (David Arcari) -- redhat/configs: CONFIG_WWAN enough as a module (Jose Ignacio Tornos Martinez) -- redhat/configs: Enable CONFIG_NET_SCH_BPF on RHEL (Viktor Malik) -- config: new config in drivers/phy (Izabela Bakollari) -- livepatch: no need to build kselftests with kernel (Radomir Vrbovsky) -- redhat: Restore the status quo wrt memory onlining (Vitaly Kuznetsov) [2375049] -- redhat/spec: Disable gdb index for riscv cross-compile (Jennifer Berringer) -- gitlab-ci: Enable CI for riscv64 on centos/eln (Jennifer Berringer) -- redhat: Enable RISC-V arch for centos/eln (Jennifer Berringer) -- redhat/kernel.spec.template: add drivers/net and drivers/net/hw selftest (Hangbin Liu) -- uki: enable FIPS mode (Vitaly Kuznetsov) -- redhat/configs: Move CONFIG_MITIGATION_ITS to common/generic/x86 (Waiman Long) -- redhat/configs: enable fwctl for RHEL (Michal Schmidt) [RHEL-96987] -- Fedora configs for 6.16 (Justin M. Forbes) -- aarch64: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in (Peter Robinson) -- redhat/configs: enable CONFIG_TCG_SVSM (Stefano Garzarella) -- redhat: enable CONFIG_CRASH_DM_CRYPT and CONFIG_KEXEC_HANDOVER for all (Coiby Xu) -- Simplify include Makefile.rhelver (Don Zickus) -- redhat/configs/common/generic: enable vgem module via CONFIG_DRM_VGEM (Alexander Kanavin) -- redhat/configs: enable IWLMLD for rhel (Jose Ignacio Tornos Martinez) -- kernel.spec: fedora automotive build is not supported (Scott Weaver) -- gitignore: kernel-automotive generated files (Scott Weaver) -- gitlab-ci: use AUTOMOTIVE_BUILD with dist-srpm (Scott Weaver) -- redhat/self-test: update for new automotive variables (Scott Weaver) -- redhat/Makefile: introduce AUTOMOTIVE_BUILD (Scott Weaver) -- kernel.spec: updates for automotive-only build (Scott Weaver) -- fedora: Updates for the 6.16 merge window (Peter Robinson) -- redhat/kernel.spec: drop modules-extra-matched for noarch (Jan Stancek) -- redhat/configs: fedora: set some qcom clk, icc, and pinctrl drivers to built in (Brian Masney) -- fedora: disable SND_OSSEMUL (Peter Robinson) -- fedora: disable OSS sound for real HW (Peter Robinson) -- gitlab-ci: disable merge-rt-automotive (Scott Weaver) -- redhat/configs: automotive: enable j784s4evm DSP remoteproc configs (Jared Kangas) [RHEL-95436] -- redhat/configs: add LED kernel configs (Rupinderjit Singh) -- redhat: enable test_kmod, test_module and install kmod selftests (Herton R. Krzesinski) -- package the newly added cpupower.service (Thorsten Leemhuis) -- process_configs: always print errors (Thorsten Leemhuis) -- redhat/configs: disable RZ/V2N in automotive (Eric Chanudet) -- redhat/configs: Move RZ/G3E config to automotive (Eric Chanudet) -- redhat: add more namespace selftests to kernel-modules-internal package (Joel Savitz) [RHEL-94503] -- redhat/configs: Enable CONFIG_PCIE_TPH (Ivan Vecera) -- spec: fix spec warning for /usr/include/ynl (Jan Stancek) -- redhat/configs: Move CONFIG_PPC_FTRACE_OUT_OF_LINE_NUM_RESERVE to powerpc (Viktor Malik) -- Fix up powerpc mismatch (Justin M. Forbes) -- Fix another mismatch for 6.16 (Justin M. Forbes) -- Fix up a mismatch for Fedora aarch64 (Justin M. Forbes) -- Fix up mismatches for RHEL s390 zfpcdump (Justin M. Forbes) -- More mismatch fixes for 6.16 (Justin M. Forbes) -- Turn CROS_EC_PROTO to m for Fedora to avoid mismatch (Justin M. Forbes) -- Reset changelog for 6.16 cycle (Justin M. Forbes) -- Fix up CRYPTO_SHA256 configs for mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.16 cycle (Justin M. Forbes) -- fedora: add 'fedora' SBAT suffix for UKI addons (Li Tian) -- redhat: add downstream SBAT for UKI addons (Emanuele Giuseppe Esposito) -- uki_addons: provide custom SBAT as input parameter (Emanuele Giuseppe Esposito) -- uki_addons: remove completely sbat/sbat.conf (Emanuele Giuseppe Esposito) -- Consolidate configs to common for 6.15 (Justin M. Forbes) -- redhat/configs: automotive: enable MHI_BUS_EP (Eric Chanudet) -- Fix PHYSICAL_ALIGN for x86 Fedora (Justin M. Forbes) -- Switch ZSWAP_ZPOOL_DEFAULT to ZSMALLOC as ZBUD has been removed (Justin M. Forbes) -- redhat: configs: rhel: Enable CX231XX drivers (Kate Hsuan) -- configs: add redhat/configs/common/generic/CONFIG_OBJTOOL_WERROR (Ryan Sullivan) [RHEL-85301] -- redhat: make ENABLE_WERROR also enable OBJTOOL_WERROR (Ryan Sullivan) [RHEL-85301] -- redhat/configs: Enable CONFIG_X86_POSTED_MSI (Jerry Snitselaar) -- redhat/configs: remove CRC16 config files (Scott Weaver) -- Revert CONFIG_GENKSYMS in pending for x86 (Justin M. Forbes) -- Flip GENKSYMS for RHEL (Justin M. Forbes) -- Move MITIGATION_ITS to the x86 directory (Justin M. Forbes) -- Set MITIGATION_ITS for Fedora (Justin M. Forbes) -- Fedora: arm: Updates for QCom devices (Souradeep Chowdhury) -- redhat/configs: Explicitly disable CONFIG_VIRTIO_MEM on powerpc in RHEL (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_AP_DEBUG config switch (Thomas Huth) -- Set Fedora configs for 6.15 (Justin M. Forbes) -- Shorten the uname for git snapshots (Justin M. Forbes) -- nvme: explicitly enable the nvme keyring (Maurizio Lombardi) -- Enable the gs_usb CAN bus driver in RHEL (Radu Rendec) -- Stop disabling some modules needed to run on Azure (Pierre-Yves Chibon) -- redhat/configs: enable ACPI_DEBUG on non-debug kernels (Mark Langsdorf) -- specfile: add with_toolsonly variable to build only tools packages (Clark Williams) -- redhat/configs: Enable CONFIG_TYPEC_TBT_ALTMODE in RHEL (Desnes Nunes) [RHEL-78931] -- Turn on ACPI_DEBUG for Fedora (Justin M. Forbes) -- redhat: fix kernel-rt-kvm package removal for Fedora (Thorsten Leemhuis) -- redhat/configs: aarch64: Enable Apple touchbar display driver for Fedora (Neal Gompa) -- redhat: remove kernel-rt-kvm package (Clark Williams) -- redhat: introduce modules-extra-matched meta package (Jan Stancek) -- Fix up some Netfilter configs for Fedora (Justin M. Forbes) -- Turn NF_CT_NETLINK_TIMEOUT for Fedora (Justin M. Forbes) -- Turn on NF_CONNTRACK_TIMEOUT for Fedora (Justin M. Forbes) -- redhat/configs: Adjust CONFIG_TUNE for s390x (Mete Durlu) -- redhat/spec: fix selftests dependencies (Gregory Bell) [RHEL-88228] -- redhat: add namespace selftests to kernel-modules-internal package (Joel Savitz) [RHEL-88635] -- Turn off CONFIG_PCI_REALLOC_ENABLE_AUTO for Fedora (Justin M. Forbes) -- gitlab-ci: enable pipelines for rt-64k (Clark Williams) -- rt-64k: Enable building 64k page-size RT kernel (Clark Williams) -- redhat: drop Y issues from changelog (Jan Stancek) -- redhat/configs: Update the CONFIG_KERNEL_IMAGE_BASE kernel config option (Thomas Huth) -- redhat/configs: Remove the obsolete CONFIG_ZCRYPT_DEBUG switches (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_AP switch (Thomas Huth) -- fedora: updates for 6.15 (Peter Robinson) -- redhat/configs: Disable CONFIG_COMPAT option on s390 (Mete Durlu) [RHEL-24047] -- uki: Add weak dependency on 'uki-direct' (Vitaly Kuznetsov) -- redhat/kernel.spec: fix duplicate packaging of ynl headers (Jan Stancek) -- Enable FunctionFS on aarch64 + x86 (Sam Day) -- Turn on USB Gadget for Fedora x86 (Justin M. Forbes) -- redhat: enable drm panic screen with a QR code (Scott Weaver) -- redhat: enable Rust code in ELN (Scott Weaver) -- redhat: strip leading '(' in dist-get-buildreqs (Jan Stancek) -- Fix up CONFIG_CRC_ITU_T mismatch (Scott Weaver) -- Fix up CONFIG_CRC16 mismatch (Scott Weaver) -- redhat: remove kernel-ipaclones-internal package (Joe Lawrence) -- redhat/kernel.spec.template: add net packetdrill selftests (Hangbin Liu) -- redhat/kernel.spec.template: Build rtla with BPF sample collection (Tomas Glozar) -- redhat/configs: automotive: Enable CONFIG_BOOTPARAM_HUNG_TASK_PANIC config (Dorinda Bassey) -- samples/bpf: fix build (Gregory Bell) -- redhat: create 'systemd-volatile-overlay' addon for UKI (Emanuele Giuseppe Esposito) -- fedora: arm64: move some TI drivers to modular (Peter Robinson) -- fedora: minor cleanups for 6.14 (Peter Robinson) -- redhat/configs: enable CONFIG_I2C_MUX_PCA954x on x86 (Michal Schmidt) -- redhat: bump RHEL_MAJOR (Jan Stancek) -- redhat/configs: enable CONFIG_AMD_3D_VCACHE for x86 on RHEL (David Arcari) -- Switch ZSWAP_ZPOOL_DEFAULT to ZSMALLOC as ZBUD has been removed (Justin M. Forbes) -- redhat/kernel.spec: list python3-wheel explicitly for Fedora<42 (Jan Stancek) -- handle man-page for rv-mon-sched in redhat/kernel.spec.template (Thorsten Leemhuis) -- redhat: find-debuginfo workaround is no longer needed on F42 (Jan Stancek) -- redhat/kernel.spec: use target versions of tools for debugedit and gdb-add-index (Jan Stancek) -- redhat: make ENABLE_WERROR enable also KVM_WERROR (Jan Stancek) -- kernel.spec.template: cpupower: adjust lib versioning (Thorsten Leemhuis) -- redhat/configs: automotive: builtin virtio-mmio (Eric Chanudet) -- Fix up mismatches in the 6.15 merge window (Scott Weaver) -- Reset log for 6.15 cycle (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.15 cycle (Justin M. Forbes) -- arm64: cleanup and de-dupe erratum (Peter Robinson) -- arm64: cleanup and de-dupe configs (Peter Robinson) -- cleanup: x86: cleanup some x86_32 leftovers (Peter Robinson) -- all: cleanup CAN_ROCKCHIP_CANFD (Peter Robinson) -- aarch64: Options required for UEFI HTTP boot on SystemReady-DT (Peter Robinson) -- common: Move ZONE_DEVICE to generic (Peter Robinson) -- common: Cleanup BTT (Peter Robinson) -- cleanup: move DEV_DAX_PMEM to common/generic (Peter Robinson) -- generic: cleanup the NVDIMM options (Peter Robinson) -- cleanup: move OF_PMEM to common/generic (Peter Robinson) -- cleanup: Remove DEV_DAX_PMEM_COMPAT option (Peter Robinson) -- Consolidate configs into common for 6.14 (Justin M. Forbes) -- Turn VIRTIO_BLK and VIRTIO_CONSOLE inline for Fedora (Justin M. Forbes) -- redhat: configs: fedora: enable CONFIG_I2C_HID_OF=m on x86 (Hans de Goede) -- redhat: move dist-relase-check behind new variable (Jan Stancek) -- Set last minute config item for 6.14 for Fedora (Justin M. Forbes) -- redhat/configs: automotive: Disable CONFIG_USERFAULTFD config (Dorinda Bassey) -- redhat/configs: automotive: Disable VLAN_8021Q_GVRP config (Dorinda Bassey) -- redhat/configs: automotive: Disable DCB and MPLS configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IEEE 802.15.4 config (Dorinda Bassey) -- redhat/configs: automotive: Disable various network classification features (Dorinda Bassey) -- redhat/configs: automotive: Disable the SMBFS file system (Dorinda Bassey) -- redhat/configs: automotive: Disable Myricom network adapters (Dorinda Bassey) -- redhat/configs: automotive: Disable USB4 Ethernet config (Dorinda Bassey) -- redhat/configs: automotive: Disable the Mellanox SwitchX core driver (Dorinda Bassey) -- redhat/configs: automotive: Disable network storage related protocols (Dorinda Bassey) -- redhat/configs: automotive: Disable lightweight tunneling with BPF (Dorinda Bassey) -- redhat/configs: automotive: Disable RADOS block device configs (Dorinda Bassey) -- redhat/configs: automotive: Disable switchdev driver framework (Dorinda Bassey) -- redhat/configs: automotive: Disable network packet generator (Dorinda Bassey) -- redhat/configs: automotive: Disable NET_CLS_ACT and PSAMPLE configs (Dorinda Bassey) -- redhat/configs: automotive: Disable BPF STREAM_PARSER (Dorinda Bassey) -- redhat/configs: automotive: Disable Open vSwitch and NET_NSH configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IP Virtual Server configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IP set support (Dorinda Bassey) -- redhat/configs: automotive: Disable NetLabel subsystem support (Dorinda Bassey) -- redhat/configs: automotive: Disable TLS Protocol (Dorinda Bassey) -- redhat/configs: automotive: Disable Advanced TCP Congestion Control (Dorinda Bassey) -- redhat/configs: automotive: Disable XDP Socket Protocol (Dorinda Bassey) -- redhat/configs: delete CONFIG_USB_ONBOARD_HUB and use CONFIG_USB_ONBOARD_DEV instead (Desnes Nunes) -- redhat: check release commit is present for dist-{release-tag,git} (Jan Stancek) -- Re-enable vxcan (CONFIG_CAN_VXCAN) for automotive (Radu Rendec) -- Turn on CONFIG_PACKING for RHEL (Justin M. Forbes) -- main.c: fix initcall blacklisted (Tomas Henzl) -- redhat/configs: automotive: Disable IPsec Protocols and XFRM (Dorinda Bassey) -- redhat: Update CONFIG_STRICT_DEVMEM settings (enable it on s390x) (Thomas Huth) -- redhat: Consolidate CONFIG_VIRTIO_MEM and enable it also for s390x (Thomas Huth) -- Remove no longer necessary pending entry (Justin M. Forbes) -- Fedora configs for 6.14 (Justin M. Forbes) -- redhat/configs: Disable rest of the CONFIG_PKEY_ options on s390 (Mete Durlu) [RHEL-78341] -- Fix up some debug module loading issues due to BTF mismatch (Justin M. Forbes) -- Revert "redhat/configs: automotive: disable CONFIG_AIO" (Davide Caratti) -- redhat/configs: automotive disable ARCH_TEGRA_241_SOC (Eric Chanudet) -- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-79818] -- redhat/configs: automotive: Disable MRP/8021Q_MVRP Protocol (Dorinda Bassey) -- redhat/configs: enable CONFIG_ARM_SMMU_MMU_500_CPRE_ERRATA (Jerry Snitselaar) -- redhat/configs: enable CONFIG_ARM_SMMU_V3_IOMMUFD (Jerry Snitselaar) -- redhat: configs: remove CONFIG_DMA_API_DEBUG_SG (Kate Hsuan) -- kernel.spec: add missing tools-libs on s390x (Jan Stancek) -- arch/x86/kernel/setup.c: fix rh_check_supported (Tomas Henzl) -- kernel.spec: add minimum version of setuptools for ynl (Jan Stancek) -- Revert "Merge: redhat/configs: automotive: Disable POSIX_MQUEUE config (Dorinda Bassey) -- redhat/configs: enable in kernel compression/decompression of compressed modules (Herton R. Krzesinski) -- redhat: change compression flags for xz (Herton R. Krzesinski) -- redhat/configs: automotive: Turn off ACPI Processor package for aarch64 (Enric Balletbo i Serra) -- redhat/configs: automotive: Disable L2TP Protocol (Dorinda Bassey) -- redhat/configs: automotive: Disable TIPC Protocol (Dorinda Bassey) -- redhat/configs: Enable Mediatek Bluetooth USB drivers (Bastien Nocera) -- redhat/configs: Disable CONFIG_PKEY for zfcpdump configs (Mete Durlu) [RHEL-78341] -- redhat/configs: automotive: disable VFIO_PLATFORM (Eric Chanudet) -- Revert "Merge: redhat/configs: automotive: Disable SYSIPC config" (Dorinda Bassey) -- redhat/configs: Enable CONFIG_KASAN_INLINE for RT debug kernel (Waiman Long) -- redhat/configs: Move CONFIG_PROVE_RAW_LOCK_NESTING to common/debug (Waiman Long) -- redhat/configs: Move all the lock debugging Kconfig's to common (Waiman Long) -- redhat/configs: Enable CONFIG_BLK_CGROUP_PUNT_BIO for RHEL (Neal Gompa) [RHEL-79711] -- fedora: pending: drop USB_ONBOARD_DEV_USB5744 (Peter Robinson) -- efi,lockdown: fix kernel lockdown on Secure Boot (Ondrej Mosnacek) {CVE-2025-1272} -- fedora: Update vbox drivers (Peter Robinson) -- Drop the s390x CONFIG_REGMAP from RHEL pending as upstream removed the dep (Justin M. Forbes) -- fedora: arm64: enable RT5616 codec (Marcin Juszkiewicz) -- Revert "nvme: Return BLK_STS_TARGET if the DNR bit is set" (Benjamin Marzinski) -- Revert "nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT" (Benjamin Marzinski) -- Revert "nvme: decouple basic ANA log page re-read support from native multipathing" (Benjamin Marzinski) -- Revert "nvme: nvme_mpath_init remove multipath check" (Benjamin Marzinski) -- redhat/configs: automotive: Disable CONFIG_FS_DAX config (Dorinda Bassey) -- config: update CONFIG_LSM to match upstream (Ryan Sullivan) -- redhat: configs: enable CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER for RHEL (David Arcari) -- redhat/Makefile: Add help text for target dist-dump-variables (Eder Zulian) -- redhat: update self-test-data for new default RHJOBS value (Patrick Talbert) -- set a more reasonable default for number of jobs (Thorsten Leemhuis) -- redhat: automotive: define CONFIG_RH_AUTOMOTIVE (Scott Weaver) -- redhat/configs: disable CONFIG_TCP_AO on RHEL (Sabrina Dubroca) -- redhat/configs: amend USB_ONBOARD_DEV_USB5744 (Eric Chanudet) -- redhat/configs: automotive: Disable SYSIPC and MQUEUE configs (Dorinda Bassey) -- redhat: kernel.spec: add ynl to kernel-tools (Jan Stancek) -- fedora: enable USB device USB5744 (Peter Robinson) -- rhel: enable FW_CACHE on RHEL (Dave Airlie) -- redhat/configs: automotive: Disable the SCTP Protocol (Dorinda Bassey) -- redhat: generalize rule for kunit and test kmod placement (Jan Stancek) -- Move CONFIG_PCI_REALLOC_ENABLE_AUTO out of common as they have diverged (Justin M. Forbes) -- fedora: arm64: enable Silicon Mitus SM5502 Extcon driver (Sam Day) -- fedora: arm64: enable Richtek RT5033 MFD+charger+regulator modules (Sam Day) -- configs/fedora: Enable CONFIG_PCI_REALLOC_ENABLE_AUTO (Yanko Kaneti) -- Enable CONFIG_INTEL_MEI_PXP and CONFIG_DRM_I915_PXP on rhel (Jocelyn Falempe) -- Enable Intel Xe Graphics (Mika Penttilä) -- Turn on CONFIG_DRM_ACCEL_AMDXDNA for Fedora (Justin M. Forbes) -- redhat/configs: disable CONFIG_AF_UNIX_OOB on RHEL (Marcelo Ricardo Leitner) -- redhat/configs: automotive: Disable wireless network and it's dependencies (Dorinda Bassey) -- redhat/kernel.spec: work around find-debuginfo aborting cross builds (Jan Stancek) -- redhat/configs: Default to batched invalidation on s390 (Jerry Snitselaar) -- redhat/configs: automotive: set CONFIG_TIMEOUT_PANIC (Enric Balletbo i Serra) -- drop %%{_datadir}/perf-core/* from kernel.spec (Thorsten Leemhuis) -- put new misc_minor_kunit in modules-internal (Thorsten Leemhuis) -- put new cirrus kunit tests in modules-internal (Thorsten Leemhuis) -- redhat/configs: enable iBFT parsing on aarch64 (Chris Leech) -- redhat: kernel.spec: fix build with merged-sbin (Zbigniew Jędrzejewski-Szmek) -- Fix up CONFIG_REGMAP mismatch (Scott Weaver) -- redhat: fix modules.order target (Scott Weaver) -- Fix up CONFIG_CRC_T10DIF_IMPL_GENERIC mismatch (Justin M. Forbes) -- Fix mismatches for 6.13 merge window (Justin M. Forbes) -- Reset rhelver and trim changelog for 6.14 (Justin M. Forbes) -- Turn off CONFIG_ARM_TIMER_SP804 for automotive (Justin M. Forbes) -- Set ARM_TIMER_SP804 (Justin M. Forbes) -- redhat/configs: enable addtional sa8775 related Kconfigs (Brian Masney) -- redhat: Add rustfmt to deps (Peter Robinson) -- redhat/configs: Disable deprecated CONFIG_LCS option on s390 (Mete Durlu) [RHEL-68296] -- redhat/configs: make modular/disable NFS support (Dorinda Bassey) -- redhat/configs: Disable unsafe queuing disciplines (Dorinda Bassey) -- configs: move pending RT configs into rhel/rt/generic (Clark Williams) -- Turn on PROVE_RAW_LOCK_NESTING for RHEL debug builds (Justin M. Forbes) -- redhat/Makefile: Fix long dist-full-help execution time (Prarit Bhargava) -- redhat/self-test: Update data to add HELP_TYPES variable (Prarit Bhargava) -- redhat/Makefile: Add new dist-help functionality (Prarit Bhargava) -- Makefile: Do not output LOCALVERSION message for help commands (Prarit Bhargava) -- Fedora 6.13 configs part 2 (Justin M. Forbes) -- Fedora 6.13 configs part 1 (Justin M. Forbes) -- redhat/configs: enable CONFIG_VFAT_FS as a module (Dorinda Bassey) -- redhat: create 'debug' addon for UKI (Li Tian) -- kernel.spec: Build cpupower on riscv64 (Yanko Kaneti) -- RHEL: Set correct config option for CRYPTO_HMAC_S390 (Mete Durlu) [RHEL-24137] -- redhat/kernel.spec: add iputils to the requires list for selftests-internal (Brian Masney) -- redhat/kernel.spec.template: Require kernel-tools-libs in rtla (Tomas Glozar) -- redhat: make kernel-debug-uki-virt installable without kernel-debug-core (Vitaly Kuznetsov) -- redhat/configs: enable CONFIG_USB_XHCI_PCI_RENESAS on RHEL (Desnes Nunes) [RHEL-72093] -- redhat/configs: Re-enable ZRAM backends and unify configuration (Neal Gompa) -- redhat/configs: automotive: disable CONFIG_AIO (Davide Caratti) -- redhat/configs: Re-enable CONFIG_INFINIBAND_VMWARE_PVRDMA (Vitaly Kuznetsov) -- redhat/configs: PREEMPT_NOTIFIERS does not need to be explicitly listed (Michal Schmidt) -- redhat/configs: delete all CONFIG_PREEMPT_*BEHAVIOUR (Michal Schmidt) -- redhat/configs: automotive: disable CONFIG_NET_DROP_MONITOR (Davide Caratti) -- redhat/configs: Enable the CS42L84 driver on Fedora (Neal Gompa) -- generic: Remove and cleanups from staging 6.13 (Peter Robinson) -- redhat: configs: Clean up DVB settings in RHEL (Kate Hsuan) -- Move CONFIG_ARCH_TEGRA_241_SOC config/common so that it is enabled for RHEL as well as Fedora. Get rid of uneeded CONFIG_TEGRA241_CMDQV in configs/fedora while we're at it. (Mark Salter) -- fedora: arm64: Enable the rockchip HDMI QP support (Peter Robinson) -- crypto: rng - Fix extrng EFAULT handling (Herbert Xu) -- redhat: configs: rhel: aarch64: Support NV Jetson MIPI camera (Kate Hsuan) -- gitlab-ci: disable clang CI pipelines (Scott Weaver) -- redhat/configs: Remove obsolete arch64/64k/CONFIG_FORCE_MAX_ZONEORDER (Waiman Long) -- Fix up QCOM_EMAC config for Fedora (Justin M. Forbes) -- redhat/configs: automotive: disable CONFIG_IO_URING (Ian Mullins) -- redhat/kernel.spec.template: Link rtla against in-tree libcpupower (Tomas Glozar) -- redhat: configs: enable INTEL_PLR_TPMI for RHEL (David Arcari) -- configs: Enable CONFIG_NETKIT for RHEL (Toke Høiland-Jørgensen) -- redhat: fix build/install targets in netfilter kselftest (Davide Caratti) -- RHEL: disable the btt driver (Jeff Moyer) -- redhat/configs: default to PREEMPT_LAZY on x86, riscv (Michal Schmidt) -- redhat/configs: New config CONFIG_PREEMPT_LAZY (Michal Schmidt) -- crypto: sig - Disable signing (Herbert Xu) -- redhat/configs: enable SERIAL_AMBA_PL011 for automotive (Radu Rendec) -- c10s: disable tests in CKI pipelines (Michael Hofmann) -- redhat: Drop bpftool from kernel spec (Viktor Malik) -- Better fixes for the fedora mismatch (Justin M. Forbes) -- Mismatch fix ups for Fedora (Justin M. Forbes) -- redhat/configs: Enable Intel Bluetooth PCIE drivers (Bastien Nocera) -- One more pending to fix a mismatch (Justin M. Forbes) -- redhat: fix RT PREEMPT configs for Fedora and RHEL (Clark Williams) -- Pending fixes to avoid mismatch for 6.13 (Justin M. Forbes) -- Reset changelog for 6.13 (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.13 (Justin M. Forbes) -- redhat: Move perf_dlfilter.h from libperf-devel to perf (Akihiko Odaki) -- Consolidate configs to common for 6.12 (Justin M. Forbes) -- redhat/configs: cleanup CONFIG_DEV_DAX (David Hildenbrand) -- redhat/configs: cleanup CONFIG_TRANSPARENT_HUGEPAGE_MADVISE for Fedora (David Hildenbrand) -- redhat/configs: cleanup CONFIG_TRANSPARENT_HUGEPAGE (David Hildenbrand) -- redhat/configs: enable CONFIG_TRANSPARENT_HUGEPAGE on s390x in Fedora (David Hildenbrand) -- redhat/configs: automotive: Enable j784s4evm am3359 tscadc configs (Joel Slebodnick) -- redhat/configs: delete renamed CONFIG_MLX5_EN_MACSEC (Michal Schmidt) -- rhel: disable DELL_RBU and cleanup related deps (Peter Robinson) -- crypto: rng - Ensure stdrng is tested before user-space starts (Herbert Xu) -- gitlab-ci: Add CKI_RETRIGGER_PIPELINE (Tales da Aparecida) -- redhat: configs: disable the qla4xxx iSCSI driver (Chris Leech) [RHEL-1242] -- Remove duplicated CONFIGs between automotive and RHEL (Julio Faracco) -- redhat: update self-test data for addition of automotive (Scott Weaver) -- gitlab-ci: enable automotive pipeline (Scott Weaver) -- automotive: move pending configs to automotive/generic (Scott Weaver) -- redhat/configs: change Renesas eMMC driver and dependencies to built-in (Radu Rendec) -- redhat/configs: automotive: Remove automotive specific override CONFIG_OMAP2PLUS_MBOX By removing this automotive-specific override, the configuration will default to the common configuration (CONFIG_OMAP2PLUS_MBOX=m), which enables the driver as a module. (Martin McConnell) -- Config enablement of the Renesas R-Car S4 SoC (Radu Rendec) [RHEL-44306] -- redhat/configs: automotive: Enable USB_CDNS3_TI for TI platforms (Andrew Halaney) -- redhat/configs: automotive: Enable j784s4evm SPI configs (Joel Slebodnick) -- redhat/configs: automotive: Enable TPS6594 MFD (Joel Slebodnick) -- redhat/configs: automotive: stop overriding CRYPTO_ECDH (Andrew Halaney) -- redhat/configs: automotive: Enable PCI_J721E (Andrew Halaney) -- redhat/configs: change some TI platform drivers to built-in (Enric Balletbo i Serra) -- redhat/configs: automotive: Enable TI j784s4evm display dependencies (Andrew Halaney) -- redhat/configs: automotive: match ark configs to cs9 main-automotive (Shawn Doherty) [RHEL-35995] -- redhat/configs: automotive: Enable TI's watchdog driver (Andrew Halaney) -- redhat/configs: automotive: Enable TI's UFS controller (Andrew Halaney) -- redhat/configs: automotive: Enable networking on the J784S4EVM (Andrew Halaney) [RHEL-29245] -- Disable unsupported kernel variants for automotive (Don Zickus) -- Disable CONFIG_RTW88_22BU (Don Zickus) -- redhat: Delete CONFIG_EFI_ZBOOT to use the common CONFIG (Julio Faracco) -- redhat: Update automotive SPEC file with new standards (Julio Faracco) -- redhat: Disable WERROR for automotive temporarily (Julio Faracco) -- redhat: Update spec file with automotive macros (Julio Faracco) -- redhat: Add automotive CONFIGs (Julio Faracco) -- Fedora configs for 6.12 (Justin M. Forbes) -- redhat/configs: Add CONFIG_CRYPTO_HMAC_S390 config (Mete Durlu) [RHEL-50799] -- redhat: configs: common: generic: Clean up EM28XX that are masked behind CONFIG_VIDEO_EM28XX (Kate Hsuan) -- redhat/configs: Update powerpc NR_CPUS config (Mamatha Inamdar) -- redhat: use stricter rule for kunit.ko (Jan Stancek) -- filtermod: fix clk kunit test and kunit location (Nico Pache) -- redhat/configs: enable xr_serial on rhel (Desnes Nunes) -- redhat/configs: enable ATH12K for rhel (Jose Ignacio Tornos Martinez) -- redhat: configs: rhel: generic: x86: Enable IPU6 based MIPI cameras (Kate Hsuan) -- os-build: enable CONFIG_SCHED_CLASS_EXT for RHEL (Phil Auld) -- Fedora 6.12 configs part 1 (Justin M. Forbes) -- redhat: set new gcov configs (Jan Stancek) -- Don't ignore gitkeep files for ark-infra (Don Zickus) -- redhat/kernel.spec: don't clear entire libdir when building tools (Jan Stancek) -- redhat/configs: enable usbip for rhel (Jose Ignacio Tornos Martinez) -- redhat: create 'crashkernel=' addons for UKI (Vitaly Kuznetsov) -- redhat: avoid superfluous quotes in UKI cmdline addones (Vitaly Kuznetsov) -- fedora: arm: updates for 6.12 (Peter Robinson) -- redhat/configs: add bootconfig to kernel-tools package (Brian Masney) -- Enable CONFIG_SECURITY_LANDLOCK for RHEL (Zbigniew Jędrzejewski-Szmek) [RHEL-8810] -- redhat: configs: Drop CONFIG_MEMSTICK_REALTEK_PCI config option (Desnes Nunes) -- Update the RHEL_DIFFERENCES help string (Don Zickus) -- Put build framework for RT kernel in place for Fedora (Clark Williams) -- generic: enable RPMB for all configs that enable MMC (Peter Robinson) -- fedora: riscv: Don't override MMC platform defaults (Peter Robinson) -- common: only enable on MMC_DW_BLUEFIELD (Peter Robinson) -- fedora: aarch64: Stop overriding CONFIG_MMC defaults (Peter Robinson) -- commong: The KS7010 driver has been removed (Peter Robinson) -- Trim Changelog for 6.12 (Justin M. Forbes) -- Enable CONFIG_SECURITY_IPE for Fedora (Zbigniew Jędrzejewski-Szmek) -- redhat: allow to override VERSION_ON_UPSTREAM from command line (Jan Stancek) -- redhat: configs: Enable CONFIG_SECURITY_TOMOYO in Fedora kernels (Tetsuo Handa) -- Revert "Merge branch 'enablement/gpio-expander' into 'os-build'" (Justin M. Forbes) -- redhat: configs: decrease CONFIG_PCP_BATCH_SCALE_MAX (Rafael Aquini) -- redhat/configs: Enable CONFIG_RCU_TRACE in Fedora/REHL kernels (Waiman Long) -- fedora: distable RTL8192E wifi driver (Peter Robinson) -- common: arm64: Fixup and cleanup some SCMI options (Peter Robinson) -- common: Cleanup ARM_SCMI_TRANSPORT options (Peter Robinson) -- configs: fedora/x86: Set CONFIG_CRYPTO_DEV_CCP_DD=y (Hans de Goede) -- Turn on ZRAM_WRITEBACK for Fedora (Justin M. Forbes) -- configs: rhel: Fix designware I2C controllers related config settings (Hans de Goede) -- Enable CONFIG_DMA_NUMA_CMA for x86_64 and aarch64 (Chris von Recklinghausen) -- new config in drivers/phy (Izabela Bakollari) -- configs: fedora: Unset CONFIG_I2C_DESIGNWARE_CORE on s390x (Hans de Goede) -- configs: fedora: Drop duplicate CONFIG_I2C_DESIGNWARE_CORE for x86_64 and aarch64 (Hans de Goede) -- Enable DESIGNWARE_CORE for ppc as well (Justin M. Forbes) -- Fix up I2C_DESIGNWARE_CORE config for Fedora (Justin M. Forbes) -- configs for RT deps (Clark Williams) -- CONFIG_OF_OVERLAY: enable for aarch64 and powerpc (Scott Weaver) -- redhat: enable changes to build rt variants (Clark Williams) -- redhat: clean up pending-rhel (Patrick Talbert) -- Enable CONFIG_SCHED_CLASS_EXT for Fedora (Jose Fernandez) -- redhat/configs: new config in arch/s390 (Izabela Bakollari) -- redhat: ignore rpminspect runpath report on selftests/bpf/cpuv4/urandom_read (Viktor Malik) -- [fedora] configs: add end of file newline to CONFIG_DMADEVICES_VDEBUG (Patrick Talbert) -- unset CONFIG_DMADEVICES_VDEBUG (cmurf) -- stop installing tools/build/Build, gone with ea974028a049f (Thorsten Leemhuis) -- redhat/configs: Update LOCKDEP configs (Waiman Long) -- uki-virt: Add i18n module (Vitaly Kuznetsov) -- uki-virt: Drop DBUS support from initramfs (Vitaly Kuznetsov) -- uki-virt: Drop redundant modules from dracut-virt.conf (Vitaly Kuznetsov) -- uki-virt: Drop usrmount dracut module (Vitaly Kuznetsov) -- redhat: new AMCC_QT2025_PHY config in drivers/net/phy (Patrick Talbert) -- redhat: change schedule jobs image from cki-tools to builder-rawhide (Patrick Talbert) -- Add CONFIG_SND_SOC_RT1320_SDW to pending-rhel for mismatch (Justin M. Forbes) -- Turn on CONFIG_SND_SOC_RT1320_SDW in pending rhel (Justin M. Forbes) -- configs: disable CONFIG_AMCC_QT2025_PHY in pending (Patrick Talbert) -- fedora: turn on CONFIG_FDMA for powerpc (Patrick Talbert) -- Turn on CONFIG_FDMA in pending for Fedora arm and riscv to avoid a mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.12 (Justin M. Forbes) -- Consolidate configs into common for 6.11 kernels (Justin M. Forbes) -- uki-virt: add systemd-cryptsetup module (Vitaly Kuznetsov) -- redhat/docs: fix command to install missing build dependencies (Davide Cavalca) -- spec: Respect rpmbuild --without debuginfo (Orgad Shaneh) -- fedora/configs: enable GPIO expander drivers (Rupinderjit Singh) -- redhat/configs: Switch to the Rust implementation of AX88796B_PHY driver for Fedora (Neal Gompa) -- redhat: Turn on support for Rust code in Fedora (Neal Gompa) -- Turn off RUST for risc-v (Justin M. Forbes) -- gitlab-ci: allow failure of clang LTO pipelines (Michael Hofmann) -- redhat/configs: Consolidate the CONFIG_KVM_BOOK3S_HV_P*_TIMING switches (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_SW_PROTECTED_VM switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_HYPERV switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_AMD_SEV switch (Thomas Huth) -- Cleanup some riscv CONFIG locations (Justin M. Forbes) -- Fix up pending riscv Fedora configs post merge (Justin M. Forbes) -- fedora/configs: Enable SCMI configuration (Rupinderjit Singh) -- Remove S390 special config for PHYLIB (Justin M. Forbes) -- Disable ELN for riscv64 (Isaiah Stapleton) -- redhat: add checks to ensure only building riscv64 on fedora (Isaiah Stapleton) -- redhat: Add missing riscv fedora configs (Isaiah Stapleton) -- Add riscv64 to the CI pipelines (Isaiah Stapleton) -- redhat: Regenerate dist-self-test-data for riscv64 (Isaiah Stapleton) -- redhat: Add riscv config changes for fedora (David Abdurachmanov) -- redhat: Add support for riscv (David Abdurachmanov) -- redhat: Do not include UKI addons twice (Vitaly Kuznetsov) -- redhat: update gating.yml (Michael Hofmann) -- Remove CONFIG_FSCACHE_DEBUG as it has been renamed (Justin M. Forbes) -- Set Fedora configs for 6.11 (Justin M. Forbes) -- redhat/configs: Microchip lan743x driver (Izabela Bakollari) -- redhat: include resolve_btfids in kernel-devel (Jan Stancek) -- redhat: workaround CKI cross compilation for scripts (Jan Stancek) -- spec: fix "unexpected argument to non-parametric macro" warnings (Jan Stancek) -- Add weakdep support to the kernel spec (Justin M. Forbes) -- redhat: configs: disable PF_KEY in RHEL (Sabrina Dubroca) -- crypto: akcipher - Disable signing and decryption (Vladis Dronov) [RHEL-54183] {CVE-2023-6240} -- crypto: dh - implement FIPS PCT (Vladis Dronov) [RHEL-54183] -- crypto: ecdh - disallow plain "ecdh" usage in FIPS mode (Vladis Dronov) [RHEL-54183] -- crypto: seqiv - flag instantiations as FIPS compliant (Vladis Dronov) [RHEL-54183] -- [kernel] bpf: set default value for bpf_jit_harden (Artem Savkov) [RHEL-51896] -- fedora: disable CONFIG_DRM_WERROR (Patrick Talbert) -- redhat/configs: Disable dlm in rhel configs (Andrew Price) -- rhel: aarch64: enable required PSCI configs (Peter Robinson) -- fedora: Enable AF8133J Magnetometer driver (Peter Robinson) -- redhat: spec: add cachestat kselftest (Eric Chanudet) -- redhat: hmac sign the UKI for FIPS (Vitaly Kuznetsov) -- not upstream: Disable vdso getrandom when FIPS is enabled (Herbert Xu) -- kernel: config: enable erofs lzma compression (Ian Kent) -- fedora: disable RTL8192CU in Fedora (Peter Robinson) -- redhat: Fix the ownership of /lib/modules/ directory (Vitaly Kuznetsov) -- new configs in drivers/phy (Izabela Bakollari) -- Add support to rh_waived cmdline boot parameter (Ricardo Robaina) [RHEL-26170] -- redhat/configs: Disable gfs2 in rhel configs (Andrew Price) -- redhat/uki_addons/virt: add common FIPS addon (Emanuele Giuseppe Esposito) -- redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons (Emanuele Giuseppe Esposito) -- rh_flags: fix failed when register_sysctl_sz rh_flags_table to kernel (Ricardo Robaina) [RHEL-52629] -- redhat/dracut-virt.conf: add systemd-veritysetup module (Emanuele Giuseppe Esposito) -- redhat/configs: enable CONFIG_LOCK_STAT on the debug kernels for aarch64 (Brian Masney) -- redhat/configs: enable CONFIG_KEYBOARD_GPIO_POLLED for RHEL on aarch64 (Luiz Capitulino) -- redhat/configs: fedora: Enable new Qualcomm configs (Andrew Halaney) -- redhat/configs/fedora: set CONFIG_CRYPTO_CURVE25519_PPC64 (Dan Horák) -- fedora: Updates for 6.11 merge (Peter Robinson) -- fedora: enable new mipi sensors and devices (Peter Robinson) -- arm64: enable CRYPTO_DEV_TEGRA on RHEL (Peter Robinson) -- redhat/kernel.spec: fix file listed twice warning for "kernel" subdir (Jan Stancek) -- redhat/configs: Double MAX_LOCKDEP_ENTRIES for RT debug kernels (Waiman Long) [RHEL-43425] -- Support the first day after a rebase (Don Zickus) -- Support 2 digit versions properly (Don Zickus) -- Automation cleanups for rebasing rt-devel and automotive-devel (Don Zickus) -- fedora: set CONFIG_REGULATOR_RZG2L_VBCTRL as a module for arm64 (Patrick Talbert) -- gitlab-ci: restore bot pipeline behavior (Michael Hofmann) -- redhat/kernel.spec: drop extra right curly bracket in kernel_kvm_package (Jan Stancek) -- redhat/configs: enable gpio_keys driver for RHEL on aarch64 (Luiz Capitulino) -- Move NET_VENDOR_MICROCHIP from common to rhel (Justin M. Forbes) -- redhat/configs: enable some RTCs for RHEL on aarch64 (Luiz Capitulino) -- redhat/configs: enable some regulators for RHEL (Luiz Capitulino) -- redhat/config: disable CXL and CXLFLASH drivers (Dan Horák) -- Fix up config mismatches in pending (Justin M. Forbes) -- redhat/configs: Enable watchdog devices modelled by qemu (Richard W.M. Jones) [RHEL-40937] -- rhel: cleanup unused media tuner configs (Peter Robinson) -- all: cleanup MEDIA_CONTROLLER options (Peter Robinson) -- redhat: kernel.spec: add s390x to livepatching kselftest builds (Joe Lawrence) -- Flip CONFIG_DIMLIB back to inline (Justin M. Forbes) -- Add vfio/nvgrace-gpu driver CONFIG to RHEL-9.5 ARM64 (Donald Dutile) -- Enable CONFIG_RTC_DRV_TEGRA for RHEL (Luiz Capitulino) -- redhat: rh_flags: declare proper static methods when !CONFIG_RHEL_DIFFERENCES (Rafael Aquini) -- redhat: configs: enable CONFIG_TMPFS_QUOTA for both Fedora and RHEL (Rafael Aquini) -- Fix up mismatches in the 6.11 merge window. (Justin M. Forbes) -- Reset Changelog after rebase (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.11 cycle (Justin M. Forbes) -- redhat/configs: Enable CONFIG_VMWARE_VMCI/CONFIG_VMWARE_VMCI_VSOCKETS for RHEL (Vitaly Kuznetsov) -- Consolidate configs to common for 6.10 (Justin M. Forbes) -- redhat/configs: Enable CONFIG_PTP_1588_CLOCK_MOCK in kernel-modules-internal (Davide Caratti) -- fedora: enabled XE GPU drivers on all arches (Peter Robinson) -- Flip SND_SOC_CS35L56_SPI from off to module for RHEL (Justin M. Forbes) -- Flip DIMLIB from built-in to module for RHEL (Justin M. Forbes) -- Also remove the zfcpdump BASE_SMALL config (Justin M. Forbes) -- redhat: Add cgroup kselftests to kernel-selftests-internal (Waiman Long) [RHEL-43556] -- Revert "redhat/configs: Disable CONFIG_INFINIBAND_HFI1 and CONFIG_INFINIBAND_RDMAVT" (Kamal Heib) -- Remove new for GITLAB_TOKEN (Don Zickus) -- Set Fedora configs for 6.10 (Justin M. Forbes) -- Fedora: minor driver updates (Peter Robinson) -- redhat/configs: Remove obsolete x86 CPU mitigations config files (Waiman Long) -- redhat/configs: increase CONFIG_DEFAULT_MMAP_MIN_ADDR from 32K to 64K for aarch64 (Brian Masney) -- redhat/configs: Re-enable CONFIG_KEXEC for Fedora (Philipp Rudo) -- disable LR_WPAN for RHEL10 (Chris von Recklinghausen) [RHEL-40251] -- Turn on USB_SERIAL_F81232 for Fedora (Justin M. Forbes) -- redhat/scripts/filtermods.py: show all parent/child kmods in report (Jan Stancek) -- redhat/kernel.spec: capture filtermods.py return code (Jan Stancek) -- redhat/kernel.spec: fix run of mod-denylist (Jan Stancek) -- gitlab-ci: remove unused RHMAINTAINERS variable (Michael Hofmann) -- gitlab-ci: use environments for jobs that need access to push/gitlab secrets (Michael Hofmann) -- gitlab-ci: default to os-build for all maintenance jobs (Michael Hofmann) -- gitlab-ci: use the common git repo setup cki-gating as well (Michael Hofmann) -- gitlab-ci: help maintenance jobs to cope with missing private key (Michael Hofmann) -- gitlab-ci: use a common git repo setup for all maintenance jobs (Michael Hofmann) -- gitlab-ci: move repo setup script into script template holder (Michael Hofmann) -- gitlab-ci: move maintenance job DIST variable into common template (Michael Hofmann) -- gitlab-ci: move maintenance job rules into common template (Michael Hofmann) -- gitlab-ci: move maintenance job retry field into common template (Michael Hofmann) -- gitlab-ci: provide common non-secret schedule trigger variables (Michael Hofmann) -- gitlab-ci: rename .scheduled_setup to .git_setup (Michael Hofmann) -- gitlab-ci: move script snippets into separate template (Michael Hofmann) -- gitlab-ci: rename maintenance jobs (Michael Hofmann) -- gitlab-ci: introduce job template for maintenance jobs (Michael Hofmann) -- Turn on KASAN_HW_TAGS for Fedora aarch64 debug kernels (Justin M. Forbes) -- redhat: kernel.spec: add missing sound/soc/sof/sof-audio.h to kernel-devel package (Jaroslav Kysela) -- redhat/kernel.spec: fix attributes of symvers file (Jan Stancek) -- redhat: add filtermods rule for iommu tests (Jan Stancek) -- fedora: arm: Enable basic support for S32G-VNP-RDB3 board (Enric Balletbo i Serra) -- redhat: make bnx2xx drivers unmaintained in rhel-10 (John Meneghini) [RHEL-36646 RHEL-41231] -- redhat/configs: Disable CONFIG_NFP (Kamal Heib) [RHEL-36647] -- Enable CONFIG_PWRSEQ_{SIMPLIE,EMMC} on aarch64 (Charles Mirabile) -- Fix SERIAL_SC16IS7XX configs for Fedora (Justin M. Forbes) -- Enable ALSA (CONFIG_SND) on aarch64 (Charles Mirabile) [RHEL-40411] -- redhat: Remove DIST_BRANCH variable (Eder Zulian) -- gitlab-ci: merge ark-latest before tagging cki-gating (Michael Hofmann) -- gitlab-ci: do not merge ark-latest for gating pipelines for Rawhide (Michael Hofmann) -- disable CONFIG_KVM_INTEL_PROVE_VE (Paolo Bonzini) -- redhat: remove the merge subtrees script (Derek Barbosa) -- redhat: rhdocs: delete .get_maintainer.conf (Derek Barbosa) -- redhat: rhdocs: Remove the rhdocs directory (Derek Barbosa) -- redhat/configs: Disable CONFIG_QLA3XXX (Kamal Heib) [RHEL-36646] -- redhat/configs: fedora: Enable some drivers for IPU6 support (Hans de Goede) -- redhat: add missing UKI_secureboot_cert hunk (Patrick Talbert) -- redhat/kernel.spec: keep extra modules in original directories (Jan Stancek) -- redhat/configs: Move CONFIG_BLK_CGROUP_IOCOST=y to common/generic (Waiman Long) -- Turn on CONFIG_MFD_QCOM_PM8008 for Fedora aarch64 (Justin M. Forbes) -- redhat: Build IMA CA certificate into the Fedora kernel (Coiby Xu) -- Move CONFIG_RAS_FMPM to the proper location (Aristeu Rozanski) -- redhat/configs: Remove CONFIG_NET_ACT_IPT (Ivan Vecera) -- gitlab-ci: add kernel-automotive pipelines (Michael Hofmann) -- Enable CEC support for TC358743 (Peter Robinson) -- fedora: arm: Enable ARCH_R9A09G057 (Peter Robinson) -- fedora: updates for the 6.10 kernel (Peter Robinson) -- fedora: arm: Enable the MAX96706 GMSL module (Peter Robinson) -- redhat: Switch UKI to using its own SecureBoot cert (from system-sb-certs) (Jan Stancek) -- redhat: Add RHEL specifc .sbat section to UKI (Jan Stancek) -- kernel.spec: add iommu selftests to kernel-selftests-internal (Eder Zulian) [RHEL-32895] -- redhat/configs: fedora: aarch64: Re-enable CUSE (Neal Gompa) -- redhat: pass correct RPM_VMLINUX_H to bpftool install (Jan Stancek) -- rh_flags: Rename rh_features to rh_flags (Ricardo Robaina) [RHEL-32987] -- kernel: rh_features: fix reading empty feature list from /proc (Ricardo Robaina) [RHEL-32987] -- rh_features: move rh_features entry to sys/kernel (Ricardo Robaina) [RHEL-32987] -- rh_features: convert to atomic allocation (Ricardo Robaina) [RHEL-32987] -- add rh_features to /proc (Ricardo Robaina) [RHEL-32987] -- add support for rh_features (Ricardo Robaina) [RHEL-32987] -- Drop kexec_load syscall support (Baoquan He) -- New configs in lib/kunit (Fedora Kernel Team) -- Turn off KUNIT_FAULT_TEST as it causes problems for CI (Justin M. Forbes) -- Add a config entry in pending for CONFIG_DRM_MSM_VALIDATE_XML (Justin M. Forbes) -- Flip CONFIG_SND_SOC_CS35L56_SPI in pending to avoid a mismatch (Justin M. Forbes) -- Fix up a mismatch for RHEL (Justin M. Forbes) -- Reset changelog after rebase (Justin M. Forbes) -- Reset RHEL_RELEASE to 0 for 6.10 (Justin M. Forbes) -- configs: move CONFIG_BLK_DEV_UBLK into rhel/configs/generic (Ming Lei) -- configs: move CONFIG_BLK_SED_OPAL into redhat/configs/common/generic (Ming Lei) -- RHEL-21097: rhel: aarch64 stop blocking a number of HW sensors (Peter Robinson) -- redhat/configs: enable RTL8822BU for rhel (Jose Ignacio Tornos Martinez) -- redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off (Jerry Snitselaar) -- redhat: add IMA certificates (Jan Stancek) -- redhat/kernel.spec: fix typo in move_kmod_list() variable (Jan Stancek) -- redhat: make filtermods.py less verbose by default (Jan Stancek) -- scsi: sd: condition probe_type under RHEL_DIFFERENCES (Eric Chanudet) -- scsi: sd: remove unused sd_probe_types (Eric Chanudet) -- Turn on INIT_ON_ALLOC_DEFAULT_ON for Fedora (Justin M. Forbes) -- Consolidate configs to common for 6.9 (Justin M. Forbes) -- redhat/rhel_files: move tipc.ko and tipc_diag.ko to modules-extra (Xin Long) [RHEL-23931] -- redhat: move amd-pstate-ut.ko to modules-internal (Jan Stancek) -- redhat/configs: enable CONFIG_LEDS_TRIGGER_NETDEV also for RHEL (Michal Schmidt) [RHEL-32110] -- redhat/configs: Remove CONFIG_AMD_IOMMU_V2 (Jerry Snitselaar) -- Set DEBUG_INFO_BTF_MODULES for Fedora (Justin M. Forbes) -- redhat: Use redhatsecureboot701 for ppc64le (Jan Stancek) -- redhat: switch the kernel package to use certs from system-sb-certs (Jan Stancek) -- redhat: replace redhatsecureboot303 signing key with redhatsecureboot601 (Jan Stancek) -- redhat: drop certificates that were deprecated after GRUB's BootHole flaw (Jan Stancek) -- redhat: correct file name of redhatsecurebootca1 (Jan Stancek) -- redhat: align file names with names of signing keys for ppc and s390 (Jan Stancek) -- redhat/configs: Enable CONFIG_DM_VDO in RHEL (Benjamin Marzinski) -- redhat/configs: Enable DRM_NOUVEAU_GSP_DEFAULT everywhere (Neal Gompa) -- kernel.spec: adjust for livepatching kselftests (Joe Lawrence) -- redhat/configs: remove CONFIG_TEST_LIVEPATCH (Joe Lawrence) -- Turn on CONFIG_RANDOM_KMALLOC_CACHES for Fedora (Justin M. Forbes) -- Set Fedora configs for 6.9 (Justin M. Forbes) -- gitlab-ci: enable pipelines with c10s buildroot (Michael Hofmann) -- Turn on ISM for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_TEST_LOCKUP for non-debug kernels (Čestmír Kalina) -- redhat/rhel_files: add test_lockup.ko to modules-extra (Čestmír Kalina) -- Turn off some Fedora UBSAN options to avoid false positives (Justin M. Forbes) -- fedora: aarch64: Enable a QCom Robotics platforms requirements (Peter Robinson) -- fedora: updates for 6.9 merge window (Peter Robinson) -- gitlab-ci: rename GitLab jobs ark -> rawhide (Michael Hofmann) -- gitlab-ci: harmonize DataWarehouse tree names (Michael Hofmann) -- redhat/configs: Enable CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON for rhel (Jerry Snitselaar) -- spec: make sure posttrans script doesn't fail if /boot is non-POSIX (glb) -- Turn on UBSAN for Fedora (Justin M. Forbes) -- Turn on XEN_BALLOON_MEMORY_HOTPLUG for Fedora (Justin M. Forbes) -- docs: point out that python3-pyyaml is now required (Thorsten Leemhuis) -- Use LLVM=1 for clang_lto build (Nikita Popov) -- redhat: fix def_variants.yaml check (Jan Stancek) -- redhat: sanity check yaml files (Jan Stancek) -- spec: rework filter-mods and mod-denylist (Jan Stancek) -- redhat/configs: remove CONFIG_INTEL_MENLOW as it is obsolete. (David Arcari) -- arch/x86: Fix XSAVE check for x86_64-v2 check (Prarit Bhargava) -- redhat/Makefile.variables: unquote a variable (Thorsten Leemhuis) -- redhat/configs: build in Tegra210 SPI driver (Mark Salter) -- redhat/configs: aarch64: Enable ARM_FFA driver (Mark Salter) -- Base automotive-devel on rt-devel (Don Zickus) -- redhat/configs: Enable CONFIG_AMDTEE for x86 (David Arcari) -- redhat/configs: enable CONFIG_TEST_LOCKUP for debug kernel (Čestmír Kalina) -- kernel.spec: fix libperf-debuginfo content (Jan Stancek) -- Turn on DM_VDO for Fedora (Justin M. Forbes) -- redhat: make libperf-devel require libperf %%{version}-%%{release} (Jan Stancek) -- kernel.spec: drop custom mode also for System.map ghost entry (Jan Stancek) -- Octopus merges are too conservative, serialize instead (Don Zickus) -- Add tracking branches for rt-devel (Don Zickus) -- all: clean-up i915 (Peter Robinson) -- Turn on CONFIG_READ_ONLY_THP_FOR_FS for Fedora (Justin M. Forbes) -- redhat/kernel.spec.template: fix rtonly build (Jan Stancek) -- redhat/kernel.spec.template: add extra flags for tools build (Scott Weaver) -- Add iio-test-gts to mod-internal.list (Thorsten Leemhuis) -- redhat/kernel.spec.template: update license (Scott Weaver) -- Fix typo in maintaining.rst file (Augusto Caringi) -- Enable DRM_CDNS_DSI_J721E for fedora (Andrew Halaney) -- gitlab-ci: do not merge ark-latest for gating pipelines (Michael Hofmann) -- fedora: Enable MCP9600 (Peter Robinson) -- redhat/configs: Enable & consolidate BF-3 drivers config (Luiz Capitulino) -- redhat: Fix RT kernel kvm subpackage requires (Juri Lelli) -- Add new of_test module to mod-internal.list (Thorsten Leemhuis) -- Add new string kunit modules to mod-internal.list (Thorsten Leemhuis) -- redhat/kernel.spec.template: enable cross for base/RT (Peter Robinson) -- redhat/kernel.spec.template: Fix cross compiling (Peter Robinson) -- arch/x86/kernel/setup.c: fixup rh_check_supported (Scott Weaver) -- Enable CONFIG_USB_ONBOARD_HUB for RHEL (Charles Mirabile) -- redhat/Makefile.cross: Add CROSS_BASEONLY (Prarit Bhargava) -- gitlab-ci: fix ark-latest merging for parent pipelines running in forks (Michael Hofmann) -- lsm: update security_lock_kernel_down (Scott Weaver) -- Fix changelog after rebase (Augusto Caringi) -- redhat: remove "END OF CHANGELOG" marker from kernel.changelog (Herton R. Krzesinski) -- gitlab-ci: enable all variants for rawhide/eln builder image gating (Michael Hofmann) -- Fedora: enable Microchip and their useful drivers (Peter Robinson) -- spec: suppress "set +x" output (Jan Stancek) -- redhat/configs: Disable CONFIG_RDMA_SIW (Kamal Heib) -- redhat/configs: Disable CONFIG_RDMA_RXE (Kamal Heib) -- redhat/configs: Disable CONFIG_MLX4 (Kamal Heib) -- redhat/configs: Disable CONFIG_INFINIBAND_HFI1 and CONFIG_INFINIBAND_RDMAVT (Kamal Heib) -- Consolidate 6.8 configs to common (Justin M. Forbes) -- Remove rt-automated and master-rt-devel logic (Don Zickus) -- Add support for CI octopus merging (Don Zickus) -- redhat/configs: Disable CONFIG_INFINIBAND_VMWARE_PVRDMA (Kamal Heib) -- gitlab-ci: fix merge tree URL for gating pipelines (Michael Hofmann) -- Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) -- uki: use systemd-pcrphase dracut module (Gerd Hoffmann) -- Add libperf-debuginfo subpackage (Justin M. Forbes) -- redhat/kernel.spec.template: Add log_msg macro (Prarit Bhargava) -- redhat/configs: Disable CONFIG_INFINIBAND_USNIC (Kamal Heib) -- Enable CONFIG_BMI323_I2C=m for Fedora x86_64 builds (Hans de Goede) -- gitlab-ci: drop test_makefile job (Scott Weaver) -- Enable merge-rt pipeline (Don Zickus) -- kernel.spec: include the GDB plugin in kernel-debuginfo (Ondrej Mosnacek) -- Turn on DRM_NOUVEAU_GSP_DEFAULT for Fedora (Justin M. Forbes) -- Set late new config HDC3020 for Fedora (Justin M. Forbes) -- redhat/self-test: Update CROSS_DISABLED_PACKAGES (Prarit Bhargava) -- redhat: Do not build libperf with cross builds (Prarit Bhargava) -- redhat/configs: enable CONFIG_PINCTRL_INTEL_PLATFORM for RHEL (David Arcari) -- redhat/configs: enable CONFIG_PINCTRL_METEORPOINT for RHEL (David Arcari) -- redhat/configs: intel pinctrl config cleanup (David Arcari) -- redhat/configs: For aarch64/RT, default kstack randomization off (Jeremy Linton) -- redhat/Makefile: remove an unused target (Ondrej Mosnacek) -- redhat/Makefile: fix setup-source and document its caveat (Ondrej Mosnacek) -- redhat/Makefile: fix race condition when making the KABI tarball (Ondrej Mosnacek) -- redhat/Makefile: refactor KABI tarball creation (Ondrej Mosnacek) -- Turn XFS_SUPPORT_V4 back on for Fedora (Justin M. Forbes) -- Add xe to drm module filters (Justin M. Forbes) -- Turn off the DRM_XE_KUNIT_TEST for Fedora (Justin M. Forbes) -- Flip secureboot signature order (Justin M. Forbes) -- all: clean up some removed configs (Peter Robinson) -- redhat: add nvidia oot signing key (Dave Airlie) -- gitlab-ci: support CI for zfcpdump kernel on ELN (Michael Hofmann) -- Fedora configs for 6.8 (Justin M. Forbes) -- Turn off CONFIG_INTEL_VSC for Fedora (Justin M. Forbes) -- redhat/configs: rhel wireless requests (Jose Ignacio Tornos Martinez) -- spec: Set EXTRA_CXXFLAGS for perf demangle-cxx.o (Josh Stone) [2233269] -- Flip values for FSCACHE and NETFS_SUPPORT to avoid mismatch (Justin M. Forbes) -- Turn on SECURITY_DMESG_RESTRICT (Justin M. Forbes) -- redhat: forward-port genlog.py updates from c9s (Jan Stancek) -- arch/x86: mark x86_64-v1 and x86_64-v2 processors as deprecated (Prarit Bhargava) -- fedora: Enable more Renesas RZ platform drivers (Peter Robinson) -- fedora: a few aarch64 drivers and cleanups (Peter Robinson) -- fedora: cavium nitrox cnn55xx (Peter Robinson) -- Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed) (Don Zickus) -- gitlab-ci: merge ark-latest fixes when running ELN pipelines (Michael Hofmann) -- gitlab-ci: use all arches for container image gating (Michael Hofmann) -- Add new os-build targets: rt-devel and automotive-devel (Don Zickus) -- Remove defines forcing tools on, they override cmdline (Justin M. Forbes) -- Remove separate license tag for libperf (Justin M. Forbes) -- Don't use upstream bpftool version for Fedora package (Justin M. Forbes) -- Don't ship libperf.a in libperf-devel (Justin M. Forbes) -- add libperf packages and enable perf, libperf, tools and bpftool packages (Thorsten Leemhuis) -- Add scaffolding to build the kernel-headers package for Fedora (Justin M. Forbes) -- redhat/spec: use distro CFLAGS when building bootstrap bpftool (Artem Savkov) -- spec: use just-built bpftool for vmlinux.h generation (Yauheni Kaliuta) [2120968] -- gitlab-ci: enable native tools for Rawhide CI (Michael Hofmann) -- Revert "Merge branch 'fix-kabi-build-race' into 'os-build'" (Justin M. Forbes) -- redhat: configs: fedora: Enable sii902x bridge chip driver (Erico Nunes) -- Enable CONFIG_TCP_CONG_ILLINOIS for RHEL (Davide Caratti) -- redhat/Makefile: fix setup-source and document its caveat (Ondrej Mosnacek) -- redhat/Makefile: fix race condition when making the KABI tarball (Ondrej Mosnacek) -- redhat/Makefile: refactor KABI tarball creation (Ondrej Mosnacek) -- redhat/configs: Remove HOTPLUG_CPU0 configs (Prarit Bhargava) -- gitlab-ci: merge ark-latest before building in MR pipelines (Michael Hofmann) -- CI: include aarch64 in CKI container image gating (Tales Aparecida) -- redhat: spec: Fix update_scripts run for CentOS builds (Neal Gompa) -- New configs in drivers/crypto (Fedora Kernel Team) -- net: bump CONFIG_MAX_SKB_FRAGS to 45 (Marcelo Ricardo Leitner) -- Enable CONFIG_MARVELL_88Q2XXX_PHY (Izabela Bakollari) -- Remove CONFIG_NET_EMATCH_STACK file for RHEL (Justin M. Forbes) -- CONFIG_NETFS_SUPPORT should be m after the merge (Justin M. Forbes) -- Turn FSCACHE and NETFS from m to y in pending (Justin M. Forbes) -- Turn on CONFIG_TCP_AO for Fedora (Justin M. Forbes) -- Turn on IAA_CRYPTO_STATS for Fedora (Justin M. Forbes) -- fedora: new drivers and cleanups (Peter Robinson) -- Turn on Renesas RZ for Fedora IOT rhbz2257913 (Justin M. Forbes) -- redhat: filter-modules.sh.rhel: add dell-smm-hwmon (Scott Weaver) -- Add CONFIG_INTEL_MEI_GSC_PROXY=m for DRM 9.4 stable backport (Mika Penttilä) -- Set configs for ZRAM_TRACK_ENTRY_ACTIME (Justin M. Forbes) -- Add python3-pyyaml to buildreqs for kernel-docs (Justin M. Forbes) -- Add nb7vpq904m to singlemods for ppc64le (Thorsten Leemhuis) -- include drm bridge helpers in kernel-core package (Thorsten Leemhuis) -- Add dell-smm-hwmon to singlemods (Thorsten Leemhuis) -- Add drm_gem_shmem_test to mod-internal.list (Thorsten Leemhuis) -- redhat: kABI: add missing RH_KABI_SIZE_ALIGN_CHECKS Kconfig option (Sabrina Dubroca) -- redhat: rh_kabi: introduce RH_KABI_EXCLUDE_WITH_SIZE (Sabrina Dubroca) -- redhat: rh_kabi: move semicolon inside __RH_KABI_CHECK_SIZE (Sabrina Dubroca) -- Fix up ZRAM_TRACK_ENTRY_ACTIME in pending (Justin M. Forbes) -- random: replace import_single_range() with import_ubuf() (Justin M. Forbes) -- Flip CONFIG_INTEL_PMC_CORE to m for Fedora (Justin M. Forbes) -- Add CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y to avoid a mismatch (Justin M. Forbes) -- common: cleanup MX3_IPU (Peter Robinson) -- all: The Octeon MDIO driver is aarch64/mips (Peter Robinson) -- common: rtc: remove bq4802 config (Peter Robinson) -- common: de-dupe MARVELL_GTI_WDT (Peter Robinson) -- all: Remove CAN_BXCAN (Peter Robinson) -- common: cleanup SND_SOC_ROCKCHIP (Peter Robinson) -- common: move RHEL DP83867_PHY to common (Peter Robinson) -- common: Make ASYMMETRIC_KEY_TYPE enable explicit (Peter Robinson) -- common: Disable aarch64 ARCH_MA35 universally (Peter Robinson) -- common: arm64: enable Tegra234 pinctrl driver (Peter Robinson) -- rhel: arm64: Enable qoriq thermal driver (Peter Robinson) -- common: aarch64: Cleanup some i.MX8 config options (Peter Robinson) -- all: EEPROM_LEGACY has been removed (Peter Robinson) -- all: rmeove AppleTalk hardware configs (Peter Robinson) -- all: cleanup: remove references to SLOB (Peter Robinson) -- all: cleanup: Drop unnessary BRCMSTB configs (Peter Robinson) -- all: net: remove retired network schedulers (Peter Robinson) -- all: cleanup removed CONFIG_IMA_TRUSTED_KEYRING (Peter Robinson) -- BuildRequires: lld for build with selftests for x86 (Jan Stancek) -- spec: add keyutils to selftest-internal subpackage requirements (Artem Savkov) [2166911] -- redhat/spec: exclude liburandom_read.so from requires (Artem Savkov) [2120968] -- rtla: sync summary text with upstream and update Requires (Jan Stancek) -- uki-virt: add systemd-sysext dracut module (Gerd Hoffmann) -- uki-virt: add virtiofs dracut module (Gerd Hoffmann) -- common: disable the FB device creation (Peter Robinson) -- s390x: There's no FB on Z-series (Peter Robinson) -- fedora: aarch64: enable SM_VIDEOCC_8350 (Peter Robinson) -- fedora: arm64: enable ethernet on newer TI industrial (Peter Robinson) -- fedora: arm64: Disable VIDEO_IMX_MEDIA (Peter Robinson) -- fedora: use common config for Siemens Simatic IPC (Peter Robinson) -- fedora: arm: enable Rockchip SPI flash (Peter Robinson) -- fedora: arm64: enable DRM_TI_SN65DSI83 (Peter Robinson) -- kernel.spec: remove kernel-smp reference from scripts (Jan Stancek) -- redhat: do not compress the full kernel changelog in the src.rpm (Herton R. Krzesinski) -- Auto consolidate configs for the 6.7 cycle (Justin M. Forbes) -- Enable sound for a line of Huawei laptops (TomZanna) -- fedora: a few cleanups and driver enablements (Peter Robinson) -- fedora: arm64: cleanup Allwinner Pinctrl drivers (Peter Robinson) -- fedora: aarch64: Enable some DW drivers (Peter Robinson) -- redhat: ship all the changelog from source git into kernel-doc (Herton R. Krzesinski) -- redhat: create an empty changelog file when changing its name (Herton R. Krzesinski) -- redhat/self-test: Remove --all from git query (Prarit Bhargava) -- Disable accel drivers for Fedora x86 (Kate Hsuan) -- redhat: scripts: An automation script for disabling unused driver for x86 (Kate Hsuan) -- Fix up Fedora LJCA configs and filters (Justin M. Forbes) -- Fedora configs for 6.7 (Justin M. Forbes) -- Some Fedora config updates for MLX5 (Justin M. Forbes) -- Turn on DRM_ACCEL drivers for Fedora (Justin M. Forbes) -- redhat: enable the kfence test (Nico Pache) -- redhat/configs: Enable UCLAMP_TASK for PipeWire and WirePlumber (Neal Gompa) -- Turn on CONFIG_SECURITY_DMESG_RESTRICT for Fedora (Justin M. Forbes) -- Turn off shellcheck for the fedora-stable-release script (Justin M. Forbes) -- Add some initial Fedora stable branch script to redhat/scripts/fedora/ (Justin M. Forbes) -- redhat: disable iptables-legacy compatibility layer (Florian Westphal) -- redhat: disable dccp conntrack support (Florian Westphal) -- configs: enable netfilter_netlink_hook in fedora too (Florian Westphal) -- ext4: Mark mounting fs-verity filesystems as tech-preview (Alexander Larsson) -- erofs: Add tech preview markers at mount (Alexander Larsson) -- Enable fs-verity (Alexander Larsson) -- Enable erofs (Alexander Larsson) -- aarch64: enable uki (Gerd Hoffmann) -- redhat: enable CONFIG_SND_SOC_INTEL_SOF_DA7219_MACH as a module for x86 (Patrick Talbert) -- Turn CONFIG_MFD_CS42L43_SDW on for RHEL (Justin M. Forbes) -- Enable cryptographic acceleration config flags for PowerPC (Mamatha Inamdar) -- Also make vmlinuz-virt.efi world readable (Zbigniew Jędrzejewski-Szmek) -- Drop custom mode for System.map file (Zbigniew Jędrzejewski-Szmek) -- Add drm_exec_test to mod-internal.list for depmod to succeed (Mika Penttilä) -- RHEL 9.4 DRM backport (upto v6.6 kernel), sync Kconfigs (Mika Penttilä) -- Turn on USB_DWC3 for Fedora (rhbz 2250955) (Justin M. Forbes) -- redhat/configs: Move IOMMUFD to common (Alex Williamson) -- redhat: Really remove cpupower files (Prarit Bhargava) -- redhat: remove update_scripts.sh (Prarit Bhargava) -- Fix s390 zfcpfdump bpf build failures for cgroups (Don Zickus) -- Flip CONFIG_NVME_AUTH to m in pending (Justin M. Forbes) -- Turn CONFIG_SND_SOC_INTEL_AVS_MACH_RT5514 on for Fedora x86 (Jason Montleon) -- kernel/rh_messages.c: Mark functions as possibly unused (Prarit Bhargava) -- Add snd-hda-cirrus-scodec-test to mod-internal.list (Scott Weaver) -- Turn off BPF_SYSCALL in pending for zfcpdump (Justin M. Forbes) -- Add mean_and_variance_test to mod-internal.list (Justin M. Forbes) -- Add cfg80211-tests and mac80211-tests to mod-internal.list (Justin M. Forbes) -- Turn on CONFIG_MFD_CS42L43_SDW for RHEL in pending (Justin M. Forbes) -- Turn on bcachefs for Fedora (Justin M. Forbes) -- redhat: configs: fedora: Enable QSEECOM and friends (Andrew Halaney) -- Add clk-fractional-divider_test to mod-internal.list (Thorsten Leemhuis) -- Add gso_test to mod-internal.list (Thorsten Leemhuis) -- Add property-entry-test to mod-internal.list (Thorsten Leemhuis) -- Fedora 6.7 configs part 1 (Justin M. Forbes) -- [Scheduled job] Catch config mismatches early during upstream merge (Don Zickus) -- redhat/self-test: Update data for KABI xz change (Prarit Bhargava) -- redhat/scripts: Switch KABI tarballs to xz (Prarit Bhargava) -- redhat/kernel.spec.template: Switch KABI compression to xz (Prarit Bhargava) -- redhat: self-test: Use a more complete SRPM file suffix (Andrew Halaney) -- redhat: makefile: remove stray rpmbuild --without (Eric Chanudet) -- Consolidate configs into common for 6.6 (Justin M. Forbes) -- Updated Fedora configs (Justin M. Forbes) -- Turn on UFSHCD for Fedora x86 (Justin M. Forbes) -- redhat: configs: generic: x86: Disable CONFIG_VIDEO_OV01A10 for x86 platform (Hans de Goede) -- redhat: remove pending-rhel CONFIG_XFS_ASSERT_FATAL file (Patrick Talbert) -- New configs in fs/xfs (Fedora Kernel Team) -- crypto: rng - Override drivers/char/random in FIPS mode (Herbert Xu) -- random: Add hook to override device reads and getrandom(2) (Herbert Xu) -- redhat/configs: share CONFIG_ARM64_ERRATUM_2966298 between rhel and fedora (Mark Salter) -- configs: Remove S390 IOMMU config options that no longer exist (Jerry Snitselaar) -- redhat: docs: clarify where bugs and issues are created (Scott Weaver) -- redhat/scripts/rh-dist-git.sh does not take any arguments: fix error message (Denys Vlasenko) -- Add target_branch for gen_config_patches.sh (Don Zickus) -- redhat: disable kunit by default (Nico Pache) -- redhat/configs: enable the AMD_PMF driver for RHEL (David Arcari) -- Make CONFIG_ADDRESS_MASKING consistent between fedora and rhel (Chris von Recklinghausen) -- CI: add ark-latest baseline job to tag cki-gating for successful pipelines (Michael Hofmann) -- CI: provide child pipelines for CKI container image gating (Michael Hofmann) -- CI: allow to run as child pipeline (Michael Hofmann) -- CI: provide descriptive pipeline name for scheduled pipelines (Michael Hofmann) -- CI: use job templates for variant variables (Michael Hofmann) -- redhat/kernel.spec.template: simplify __modsign_install_post (Jan Stancek) -- Fedora filter updates after configs (Justin M. Forbes) -- Fedora configs for 6.6 (Justin M. Forbes) -- redhat/configs: Freescale Layerscape SoC family (Steve Best) -- Add clang MR/baseline pipelines (Michael Hofmann) -- CI: Remove unused kpet_tree_family (Nikolai Kondrashov) -- Add clang config framework (Don Zickus) -- Apply partial snippet configs to all configs (Don Zickus) -- Remove unpackaged kgcov config files (Don Zickus) -- redhat/configs: enable missing Kconfig options for Qualcomm RideSX4 (Brian Masney) -- enable CONFIG_ADDRESS_MASKING for x86_64 (Chris von Recklinghausen) -- common: aarch64: enable NXP Flex SPI (Peter Robinson) -- fedora: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in (Javier Martinez Canillas) -- kernel.spec: adjust build option comment (Michael Hofmann) -- kernel.spec: allow to enable arm64_16k variant (Michael Hofmann) -- gitlab-ci: enable build-only pipelines for Rawhide/16k/aarch64 (Michael Hofmann) -- kernel.spec.template: Fix --without bpftool (Prarit Bhargava) -- redhat/configs: NXP BBNSM Power Key Driver (Steve Best) -- redhat/self-test: Update data for cross compile fields (Prarit Bhargava) -- redhat/Makefile.cross: Add message for disabled subpackages (Prarit Bhargava) -- redhat/Makefile.cross: Update cross targets with disabled subpackages (Prarit Bhargava) -- Remove XFS_ASSERT_FATAL from pending-fedora (Justin M. Forbes) -- Change default pending for XFS_ONLINE_SCRUB_STATSas it now selects XFS_DEBUG (Justin M. Forbes) -- gitlab-ci: use --with debug/base to select kernel variants (Michael Hofmann) -- kernel.spec: add rpmbuild --without base option (Michael Hofmann) -- redhat: spec: Fix typo for kernel_variant_preun for 16k-debug flavor (Neal Gompa) -- Turn off appletalk for fedora (Justin M. Forbes) -- New configs in drivers/media (Fedora Kernel Team) -- redhat/docs: Add a mention of bugzilla for bugs (Prarit Bhargava) -- Fix the fixup of Fedora release (Don Zickus) -- Fix Fedora release scheduled job (Don Zickus) -- Move squashfs to kernel-modules-core (Justin M. Forbes) -- redhat: Explicitly disable CONFIG_COPS (Vitaly Kuznetsov) -- redhat: Add dist-check-licenses target (Vitaly Kuznetsov) -- redhat: Introduce "Verify SPDX-License-Identifier tags" selftest (Vitaly Kuznetsov) -- redhat: Use kspdx-tool output for the License: field (Vitaly Kuznetsov) -- Rename pipeline repo branch and DW tree names (Michael Hofmann) -- Adjust comments that refer to ARK in a Rawhide context (Michael Hofmann) -- Rename variable names starting with ark- to rawhide- (Michael Hofmann) -- Rename trigger-ark to trigger-rawhide (Michael Hofmann) -- Fix up config mismatches for Fedora (Justin M. Forbes) -- redhat/configs: Texas Instruments Inc. K3 multicore SoC architecture (Steve Best) -- Flip CONFIG_VIDEO_V4L2_SUBDEV_API in pending RHEL due to mismatch (Justin M. Forbes) -- CONFIG_HW_RANDOM_HISI: move to common and set to m (Scott Weaver) -- Turn off CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for Fedora s390x (Justin M. Forbes) -- Disable tests for ELN realtime pipelines (Michael Hofmann) -- New configs in mm/Kconfig (Fedora Kernel Team) -- Flip CONFIG_SND_SOC_CS35L56_SDW to m and clean up (Justin M. Forbes) -- Add drm_exec_test to mod-internal.list (Thorsten Leemhuis) -- Add new pending entry for CONFIG_SND_SOC_CS35L56_SDW to fix mismatch (Justin M. Forbes) -- Fix tarball creation logic (Don Zickus) -- redhat: bump libcpupower soname to match upstream (Patrick Talbert) -- Turn on MEMFD_CREATE in pending as it is selected by CONFIG_TMPFS (Justin M. Forbes) -- redhat: drop unneeded build-time dependency gcc-plugin-devel (Coiby Xu) -- all: x86: move wayward x86 specific config home (Peter Robinson) -- all: de-dupe non standard config options (Peter Robinson) -- all: x86: clean up microcode loading options (Peter Robinson) -- common: remove unnessary CONFIG_SND_MESON_AXG* (Peter Robinson) -- redhat: Fix UKI install with systemd >= 254 (Vitaly Kuznetsov) -- redhat: Use named parameters for kernel_variant_posttrans()/kernel_variant_preun() (Vitaly Kuznetsov) -- redhat/kernel.spec.template: update compression variables to support zstd (Brian Masney) -- Consolidate configs to common for 6.5 (Justin M. Forbes) -- Remove unused config entry for Fedora (Justin M. Forbes) -- redhat/self-test: Remove rpmlint test (Prarit Bhargava) -- Remove the armv7 config directory from Fedora again (Justin M. Forbes) -- Enable CONFIG_EXPERT for both RHEL and Fedora (Justin M. Forbes) -- redhat/configs: Enable CONFIG_DEVICE_PRIVATE on aarch64 (David Hildenbrand) [2231407] -- redhat/configs: disable CONFIG_ROCKCHIP_ERRATUM_3588001 for RHEL (Mark Salter) -- redhat: shellcheck fixes (Prarit Bhargava) -- redhat/configs: enable tegra114 SPI (Mark Salter) -- all: properly cleanup firewire once and for all (Peter Robinson) -- Fix up filters for Fedora (Justin M. Forbes) -- New configs in arch/x86 (Fedora Kernel Team) -- Add an armv7 directory back for the Fedora configs (Justin M. Forbes) -- Fedora 6.5 config updates (Justin M. Forbes) -- Turn off DMABUF_SYSFS_STATS (Justin M. Forbes) -- CI: rawhide_release: switch to using script to push (Don Zickus) -- redhat/self-test: Update self-test data (Prarit Bhargava) -- redhat/scripts/cross-compile: Update download_cross.sh (Prarit Bhargava) -- redhat/Makefile.cross: Remove ARCH selection code (Prarit Bhargava) -- redhat/Makefile.cross: Update script (Prarit Bhargava) -- Fix interruptible non MR jobs (Michael Hofmann) -- all: run evaluate_configs to de-dupe merged aarch64 (Peter Robinson) -- all: arm: merge the arm and arm/aarch64 (Peter Robinson) -- fedora: remove ARMv7 AKA armhfp configurations (Peter Robinson) -- fedora: remove ARMv7 AKA armhfp support (Peter Robinson) -- redhat/configs: enable CONFIG_VIRTIO_MEM on aarch64 (David Hildenbrand) [2044155] -- redhat/configs: enable CONFIG_MEMORY_HOTREMOVE aarch64 (David Hildenbrand) [2062054] -- redhat: Add arm64-16k kernel flavor scaffold for 16K page-size'd AArch64 (Neal Gompa) -- fedora: enable i3c on aarch64 (Peter Robinson) -- redhat/configs: Remove `CONFIG_HZ_1000 is not set` for aarch64 (Enric Balletbo i Serra) -- redhat/configs: turn on the framework for SPI NOR for ARM (Steve Best) -- configs: add new ChromeOS UART driver (Mark Langsdorf) -- configs: add new ChromeOS Human Presence Sensor (Mark Langsdorf) -- redhat/configs: Enable CONFIG_NVIDIA_WMI_EC_BACKLIGHT for both Fedora and RHEL (Kate Hsuan) -- redhat/configs: Texas Instruments INA3221 driver (Steve Best) -- arm: i.MX: Some minor NXP i.MX cleanups (Peter Robinson) -- Description: Set config for Tegra234 pinctrl driver (Joel Slebodnick) -- Update RPM Scriptlet for kernel-install Changes (Jonathan Steffan) -- [CI] add exit 0 to the end of CI scripts (Don Zickus) -- redhat: configs: Disable CONFIG_CRYPTO_STATS since performance issue for storage (Kate Hsuan) [2227793] -- Remove obsolete variable from gitlab-ci.yml (Ondrej Kinst) -- redhat/configs: Move GVT-g to Fedora only (Alex Williamson) -- [CI] Make sure we are on correct branch before running script (Don Zickus) -- CI: ark-update-configs: sync push command and output (Don Zickus) -- CI: ark-update-configs: misc changes (Don Zickus) -- CI: sync ark-create-release push commands with output (Don Zickus) -- CI: ark-create-release: Add a robust check if nothing changed (Don Zickus) -- CI: Remove legacy tag check cruft (Don Zickus) -- CI: Introduce simple environment script (Don Zickus) -- redhat/configs: Disable FIREWIRE for RHEL (Prarit Bhargava) -- redhat/scripts/rh-dist-git.sh: print list of uploaded files (Denys Vlasenko) -- redhat/scripts/expand_srpm.sh: add missing function, robustify (Denys Vlasenko) -- redhat: Enable HSR and PRP (Felix Maurer) -- redhat/scripts/rh-dist-git.sh: fix outdated message and comment (Denys Vlasenko) -- redhat/configs: Disable CONFIG_I8K (Prarit Bhargava) -- Make sure posttrans script doesn't fail if restorecon is not installed (Daan De Meyer) -- Update filters for new config items (Justin M. Forbes) -- More Fedora 6.5 configs (Justin M. Forbes) -- redhat/configs: disable pre-UVC cameras for RHEL on aarch64 (Dean Nelson) -- redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64 (Dean Nelson) -- move ownership of /lib/modules// to kernel-core (Thorsten Leemhuis) -- Let kernel-modules-core own the files depmod generates. (Thorsten Leemhuis) -- redhat: configs: Enable CONFIG_TYPEC_STUSB160X for rhel on aarch64 (Desnes Nunes) -- Add filters for ptp_dfl_tod on Fedora (Justin M. Forbes) -- Fedora 6.5 configs part 1 (Justin M. Forbes) -- fedora: enable CONFIG_ZYNQMP_IPI_MBOX as a builtin in pending-fedora (Patrick Talbert) -- fedora: arm: some minor updates (Peter Robinson) -- fedora: bluetooth: enable AOSP extensions (Peter Robinson) -- fedora: wifi: tweak ZYDAS WiFI config options (Peter Robinson) -- scsi: sd: Add "probe_type" module parameter to allow synchronous probing (Ewan D. Milne) [2140017] -- redhat/configs: allow IMA to use MOK keys (Coiby Xu) -- Simplify documentation jobs (Michael Hofmann) -- Auto-cancel pipelines only on MRs (Michael Hofmann) -- CI: Call script directly (Don Zickus) -- CI: Remove stale TAG and Makefile cruft (Don Zickus) -- CI: Move os-build tracking to common area (Don Zickus) -- redhat: use the eln builder for daily jobs (Patrick Talbert) -- redhat: set CONFIG_XILINX_WINDOW_WATCHDOG as disabled in pending (Patrick Talbert) -- Add baseline ARK/ELN pipelines (Michael Hofmann) -- Simplify job rules (Michael Hofmann) -- Build ELN srpm for bot changes (Michael Hofmann) -- Run RH selftests for ELN (Michael Hofmann) -- Simplify job templates (Michael Hofmann) -- Extract rules to allow orthogonal configuration (Michael Hofmann) -- Require ELN pipelines if started automatically (Michael Hofmann) -- Add ARK debug pipeline (Michael Hofmann) -- Extract common parts of child pipeline job (Michael Hofmann) -- Move ARK pipeline variables into job template (Michael Hofmann) -- Simplify ARK pipeline rules (Michael Hofmann) -- Change pathfix.py to %%py3_shebang_fix (Justin M. Forbes) -- Turn on NET_VENDOR_QUALCOMM for Fedora to enable rmnet (Justin M. Forbes) -- redhat: add intel-m10-bmc-hwmon to filter-modules singlemods list (Patrick Talbert) -- fedira: enable pending-fedora CONFIG_CPUFREQ_DT_PLATDEV as a module (Patrick Talbert) -- redhat: fix the 'eln BUILD_TARGET' self-test (Patrick Talbert) -- redhat: update the self-test-data (Patrick Talbert) -- redhat: remove trailing space in dist-dump-variables output (Patrick Talbert) -- Allow ELN pipelines failures (Michael Hofmann) -- Enable cs-like CI (Michael Hofmann) -- Allow to auto-cancel redundant pipelines (Michael Hofmann) -- Remove obsolete unused trigger variable (Michael Hofmann) -- Fix linter warnings in .gitlab-ci.yml (Michael Hofmann) -- config: wifi: debug options for ath11k, brcm80211 and iwlwifi (Íñigo Huguet) -- redhat: allow dbgonly cross builds (Jan Stancek) -- redhat/configs: Clean up x86-64 call depth tracking configs (Waiman Long) -- redhat: move SND configs from pending-rhel to rhel (Patrick Talbert) -- Fix up armv7 configs for Fedora (Justin M. Forbes) -- redhat: Set pending-rhel x86 values for various SND configs (Patrick Talbert) -- redhat: update self-test data (Patrick Talbert) -- redhat: ignore SPECBPFTOOLVERSION/bpftoolversion in self-test create-data.sh (Patrick Talbert) -- fedora/rhel: Move I2C_DESIGNWARE_PLATFORM, I2C_SLAVE, & GPIOLIB from pending (Patrick Talbert) -- redhat/filter-modules.sh.rhel: add needed deps for intel_rapl_tpmi (Jan Stancek) -- fedora: Enable CONFIG_SPI_SLAVE (Patrick Talbert) -- fedora/rhel: enable I2C_DESIGNWARE_PLATFORM, I2C_SLAVE, and GPIOLIB (Patrick Talbert) -- fedora: Enable CONFIG_SPI_SLAVE in fedora-pending (Patrick Talbert) -- redhat: remove extra + (plus) from meta package Requires definitions (Patrick Talbert) -- Add intel-m10-bmc-hwmon to singlemods (Thorsten Leemhuis) -- Add hid-uclogic-test to mod-internal.list (Thorsten Leemhuis) -- Add checksum_kunit.ko to mod-internal.list (Thorsten Leemhuis) -- Add strcat_kunit to mod-internal.list (Thorsten Leemhuis) -- Add input_test to mod-intenal.list (Thorsten Leemhuis) -- Revert "Remove EXPERT from ARCH_FORCE_MAX_ORDER for aarch64" (Justin M. Forbes) -- Fix up rebase issue with CONFIG_ARCH_FORCE_MAX_ORDER (Justin M. Forbes) -- redhat/kernel.spec.template: Disable 'extracting debug info' messages (Prarit Bhargava) -- kernel/rh_messages.c: Another gcc12 warning on redundant NULL test (Florian Weimer) [2216678] -- redhat: fix signing for realtime and arm64_64k non-debug variants (Jan Stancek) -- redhat: treat with_up consistently (Jan Stancek) -- redhat: make with_realtime opt-in (Jan Stancek) -- redhat/configs: Disable qcom armv7 drippings in the aarch64 tree (Jeremy Linton) -- kernel.spec: drop obsolete ldconfig (Jan Stancek) -- Consolidate config items to common for 6.4 cycle (Justin M. Forbes) -- Turn on CO?NFIg_RMNET for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_MANA_INFINIBAND=m for ARK (Vitaly Kuznetsov) -- redhat/config: common: Enable CONFIG_GPIO_SIM for software development (Kate Hsuan) -- redhat: fix problem with RT kvm modules listed twice in rpm generation (Clark Williams) -- redhat: turn off 64k kernel builds with rtonly (Clark Williams) -- redhat: turn off zfcpdump for rtonly (Clark Williams) -- redhat: don't allow with_rtonly to turn on unsupported arches (Clark Williams) -- redhat: update self-test data for addition of RT and 64k-page variants (Clark Williams) -- redhat: fix realtime and efiuki build conflict (Jan Stancek) -- arm64-64k: Add new kernel variant to RHEL9/CS9 for 64K page-size'd ARM64 (Donald Dutile) [2153073] -- redhat: TEMPORARY set configs to deal with PREEMPT_RT not available (Clark Williams) -- redhat: TEMPORARY default realtime to off (Clark Williams) -- redhat: moved ARM errata configs to arm dir (Clark Williams) -- redhat: RT packaging changes (Clark Williams) -- redhat: miscellaneous commits needed due to CONFIG_EXPERT (Clark Williams) -- redhat: realtime config entries (Clark Williams) -- common: remove deleted USB PCCARD drivers (Peter Robinson) -- fedora: further cleanup of pccard/cardbus subsystem (Peter Robinson) -- common: properly disable PCCARD subsystem (Peter Robinson) -- redhat/configs: arm: enable SERIAL_TEGRA UART for RHEL (Mark Salter) -- redhat/configs: enable CONFIG_X86_AMD_PSTATE_UT (David Arcari) -- redhat/configs: Enable CONFIG_TCG_VTPM_PROXY for RHEL (Štěpán Horáček) -- redhat: do not package *.mod.c generated files (Denys Vlasenko) -- ALSA configuration changes for ARK/RHEL 9.3 (Jaroslav Kysela) -- spec: remove resolve_btfids from kernel-devel (Viktor Malik) -- Fix typo in filter-modules (Justin M. Forbes) -- redhat/configs: Enable CONFIG_INIT_STACK_ALL_ZERO for RHEL (Josh Poimboeuf) -- Remove CONFIG_ARCH_FORCE_MAX_ORDER for aarch64 (Justin M. Forbes) -- Fix up config and filter for PTP_DFL_TOD (Justin M. Forbes) -- redhat/configs: IMX8ULP pinctrl driver (Steve Best) -- redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64 (Brian Masney) -- redhat/configs: add two missing Kconfig options for the Thinkpad x13s (Brian Masney) -- Fedora configs for 6.4 (Justin M. Forbes) -- Change aarch64 CONFIG_ARCH_FORCE_MAX_ORDER to 10 for 4K pages (Justin M. Forbes) -- kernel.spec: remove "RPM_VMLINUX_H=$DevelDir/vmlinux.h" code chunk in %%install (Denys Vlasenko) -- redhat/configs: aarch64: Turn on Display for OnePlus 6 (Eric Curtin) -- redhat/configs: NXP i.MX93 pinctrl, clk, analog to digital converters (Steve Best) -- redhat/configs: Enable CONFIG_SC_GPUCC_8280XP for fedora (Andrew Halaney) -- redhat/configs: Enable CONFIG_QCOM_IPCC for fedora (Andrew Halaney) -- Add rv subpackage for kernel-tools (John Kacur) [2188441] -- redhat/configs: NXP i.MX9 family (Steve Best) -- redhat/genlog.py: add support to list/process zstream Jira tickets (Herton R. Krzesinski) -- redhat: fix duplicate jira issues in the resolves line (Herton R. Krzesinski) -- redhat: add support for Jira issues in changelog (Herton R. Krzesinski) -- redhat/configs: turn on IMX8ULP CCM Clock Driver (Steve Best) -- redhat: update filter-modules fsdrvs list to reference smb instead of cifs (Patrick Talbert) -- Turn off some debug options found to impact performance (Justin M. Forbes) -- wifi: rtw89: enable RTL8852BE card in RHEL (Íñigo Huguet) -- redhat/configs: enable TEGRA186_GPC_DMA for RHEL (Mark Salter) -- Move imx8m configs from fedora to common (Mark Salter) -- redhat/configs: turn on lpuart serial port support Driver (Steve Best) [2208834] -- Turn off DEBUG_VM for non debug Fedora kernels (Justin M. Forbes) -- Enable CONFIG_BT on aarch64 (Charles Mirabile) -- redhat/configs: turn on CONFIG_MARVELL_CN10K_TAD_PMU (Michal Schmidt) [2042240] -- redhat/configs: Fix enabling MANA Infiniband (Kamal Heib) -- Fix file listing for symvers in uki (Justin M. Forbes) -- Fix up some Fedora config items (Justin M. Forbes) -- enable efifb for Nvidia (Justin M. Forbes) -- kernel.spec: package unstripped test_progs-no_alu32 (Felix Maurer) -- Turn on NFT_CONNLIMIT for Fedora (Justin M. Forbes) -- Include the information about builtin symbols into kernel-uki-virt package too (Vitaly Kuznetsov) -- redhat/configs: Fix incorrect configs location and content (Vladis Dronov) -- redhat/configs: turn on CONFIG_MARVELL_CN10K_DDR_PMU (Michal Schmidt) [2042241] -- redhat: configs: generic: x86: Disable CONFIG_VIDEO_OV2740 for x86 platform (Kate Hsuan) -- Enable IO_URING for RHEL (Justin M. Forbes) -- Turn on IO_URING for RHEL in pending (Justin M. Forbes) -- redhat: Remove editconfig (Prarit Bhargava) -- redhat: configs: fix CONFIG_WERROR replace in build_configs (Jan Stancek) -- redhat/configs: enable Maxim MAX77620 PMIC for RHEL (Mark Salter) -- kernel.spec: skip kernel meta package when building without up (Jan Stancek) -- redhat/configs: enable RDMA_RXE for RHEL (Kamal Heib) [2022578] -- redhat/configs: update RPCSEC_GSS_KRB5 configs (Scott Mayhew) -- redhat/Makefile: Support building linux-next (Thorsten Leemhuis) -- redhat/Makefile: support building stable-rc versions (Thorsten Leemhuis) -- redhat/Makefile: Add target to print DISTRELEASETAG (Thorsten Leemhuis) -- Remove EXPERT from ARCH_FORCE_MAX_ORDER for aarch64 (Justin M. Forbes) -- Revert "Merge branch 'unstripped-no_alu32' into 'os-build'" (Patrick Talbert) -- configs: Enable CONFIG_PAGE_POOL_STATS for common/generic (Patrick Talbert) -- redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora (David Arcari) -- kernel.spec: package unstripped test_progs-no_alu32 (Felix Maurer) -- bpf/selftests: fix bpf selftests install (Jerome Marchand) -- kernel.spec: add bonding selftest (Hangbin Liu) -- Change FORCE_MAX_ORDER for ppc64 to be 8 (Justin M. Forbes) -- kernel.spec.template: Add global compression variables (Prarit Bhargava) -- kernel.spec.template: Use xz for KABI (Prarit Bhargava) -- kernel.spec.template: Remove gzip related aarch64 code (Prarit Bhargava) -- Add apple_bl to filter-modules (Justin M. Forbes) -- Add handshake-test to mod-intenal.list (Justin M. Forbes) -- Add regmap-kunit to mod-internal.list (Justin M. Forbes) -- configs: set CONFIG_PAGE_POOL_STATS (Patrick Talbert) -- Add apple_bl to fedora module_filter (Justin M. Forbes) -- Fix up some config mismatches in new Fedora config items (Justin M. Forbes) -- redhat/configs: disable CONFIG_USB_NET_SR9700 for aarch64 (Jose Ignacio Tornos Martinez) -- Fix up the RHEL configs for xtables and ipset (Justin M. Forbes) -- ark: enable wifi on aarch64 (Íñigo Huguet) -- fedora: wifi: hermes: disable 802.11b driver (Peter Robinson) -- fedora: wifi: libertas: use the LIBERTAS_THINFIRM driver (Peter Robinson) -- fedora: wifi: disable Zydas vendor (Peter Robinson) -- redhat: fix python ValueError in error path of merge.py (Clark Williams) -- fedora: arm: minor updates (Peter Robinson) -- kernel.spec: Fix UKI naming to comply with BLS (Philipp Rudo) -- redhat/kernel.spec.template: Suppress 'extracting debug info' noise in build log (Prarit Bhargava) -- Fedora 6.3 configs part 2 (Justin M. Forbes) -- redhat/configs: Enable CONFIG_X86_KERNEL_IBT for Fedora and ARK (Josh Poimboeuf) -- kernel.spec: gcov: make gcov subpackages per variant (Jan Stancek) -- kernel.spec: Gemini: add Epoch to perf and rtla subpackages (Jan Stancek) -- kernel.spec: Gemini: fix header provides for upgrade path (Jan Stancek) -- redhat: introduce Gemini versioning (Jan Stancek) -- redhat: separate RPM version from uname version (Jan Stancek) -- redhat: introduce GEMINI and RHEL_REBASE_NUM variable (Jan Stancek) -- ipmi: ssif_bmc: Add SSIF BMC driver (Tony Camuso) -- common: minor de-dupe of parallel port configs (Peter Robinson) -- Fedora 6.3 configs part 1 (Justin M. Forbes) -- redhat: configs: Enable CONFIG_MEMTEST to enable memory test (Kate Hsuan) -- Update Fedora arm filters after config updates (Nicolas Chauvet) -- redhat/kernel.spec.template: Fix kernel-tools-libs-devel dependency (Prarit Bhargava) -- redhat: fix the check for the n option (Patrick Talbert) -- common: de-dupe some options that are the same (Peter Robinson) -- generic: remove deleted options (Peter Robinson) -- redhat/configs: enable CONFIG_INTEL_TCC_COOLING for RHEL (David Arcari) -- Update Fedora ppc filters after config updates (Justin M. Forbes) -- Update Fedora aarch64 filters after config updates (Justin M. Forbes) -- fedora: arm: Updates for 6.3 (Peter Robinson) -- redhat: kunit: cleanup NITRO config and enable rescale test (Nico Pache) -- kernel.spec: use %%{package_name} to fix kernel-devel-matched Requires (Jan Stancek) -- kernel.spec: use %%{package_name} also for abi-stablelist subpackages (Jan Stancek) -- kernel.spec: use %%{package_name} also for tools subpackages (Jan Stancek) -- generic: common: Parport and paride/ata cleanups (Peter Robinson) -- CONFIG_SND_SOC_CS42L83 is no longer common (Justin M. Forbes) -- configs: arm: bring some configs in line with rhel configs in c9s (Mark Salter) -- arm64/configs: Put some arm64 configs in the right place (Mark Salter) -- cleanup removed R8188EU config (Peter Robinson) -- Make RHJOBS container friendly (Don Zickus) -- Remove scmversion from kernel.spec.template (Don Zickus) -- redhat/configs: Enable CONFIG_SND_SOC_CS42L83 (Neal Gompa) -- Use RHJOBS for create-tarball (Don Zickus) -- Enable CONFIG_NET_SCH_FQ_PIE for Fedora (Justin M. Forbes) -- Make Fedora debug configs more useful for debug (Justin M. Forbes) -- redhat/configs: enable Octeon TX2 network drivers for RHEL (Michal Schmidt) [2040643] -- redhat/kernel.spec.template: fix installonlypkg for meta package (Jan Stancek) -- redhat: version two of Makefile.rhelver tweaks (Clark Williams) -- redhat/configs: Disable CONFIG_GCC_PLUGINS (Prarit Bhargava) -- redhat/kernel.spec.template: Fix typo for process_configs.sh call (Neal Gompa) -- redhat/configs: CONFIG_CRYPTO_SM3_AVX_X86_64 is x86 only (Vladis Dronov) -- redhat/configs: Enable CONFIG_PINCTRL_METEORLAKE in RHEL (Prarit Bhargava) -- fedora: enable new image sensors (Peter Robinson) -- redhat/self-test: Update self-test data (Prarit Bhargava) -- redhat/kernel.spec.template: Fix hardcoded "kernel" (Prarit Bhargava) -- redhat/configs/generate_all_configs.sh: Fix config naming (Prarit Bhargava) -- redhat/kernel.spec.template: Pass SPECPACKAGE_NAME to generate_all_configs.sh (Prarit Bhargava) -- kernel.spec.template: Use SPECPACKAGE_NAME (Prarit Bhargava) -- redhat/Makefile: Copy spec file (Prarit Bhargava) -- redhat: Change PACKAGE_NAME to SPECPACKAGE_NAME (Prarit Bhargava) -- redhat/configs: Support the virtio_mmio.device parameter in Fedora (David Michael) -- Revert "Merge branch 'systemd-boot-unsigned' into 'os-build'" (Patrick Talbert) -- redhat/Makefile: fix default values for dist-brew's DISTRO and DIST (Íñigo Huguet) -- Remove cc lines from automatic configs (Don Zickus) -- Add rtla-hwnoise files (Justin M. Forbes) -- redhat/kernel.spec.template: Mark it as a non-executable file (Neal Gompa) -- fedora: arm: Enable DRM_PANEL_HIMAX_HX8394 (Javier Martinez Canillas) -- redhat/configs: CONFIG_HP_ILO location fix (Vladis Dronov) -- redhat: Fix build for kselftests mm (Nico Pache) -- fix tools build after vm to mm rename (Justin M. Forbes) -- redhat/spec: Update bpftool versioning scheme (Viktor Malik) -- redhat/configs: CONFIG_CRYPTO_SM4_AESNI_AVX*_X86_64 is x86 only (Prarit Bhargava) -- redhat: adapt to upstream Makefile change (Clark Williams) -- redhat: modify efiuki specfile changes to use variants convention (Clark Williams) -- Turn off DEBUG_INFO_COMPRESSED_ZLIB for Fedora (Justin M. Forbes) -- redhat/kernel.spec.template: Fix RHEL systemd-boot-unsigned dependency (Prarit Bhargava) -- Add hashtable_test to mod-internal.list (Justin M. Forbes) -- Add more kunit tests to mod-internal.list for 6.3 (Justin M. Forbes) -- Flip CONFIG_I2C_ALGOBIT to m (Justin M. Forbes) -- Flip I2C_ALGOBIT to m to avoid mismatch (Justin M. Forbes) -- kernel.spec: move modules.builtin to kernel-core (Jan Stancek) -- Turn on IDLE_INJECT for x86 (Justin M. Forbes) -- Flip CONFIG_IDLE_INJECT in pending (Justin M. Forbes) -- redhat/configs: Enable CONFIG_V4L_TEST_DRIVERS related drivers (Enric Balletbo i Serra) -- redhat/configs: Enable UCSI_CCG support (David Marlin) -- Fix underline mark-up after text change (Justin M. Forbes) -- Turn on CONFIG_XFS_RT for Fedora (Justin M. Forbes) -- Consolidate common configs for 6.2 (Justin M. Forbes) -- aarch64: enable zboot (Gerd Hoffmann) -- redhat: remove duplicate pending-rhel config items (Patrick Talbert) -- Disable frame pointers (Justin M. Forbes) -- redhat/configs: update scripts and docs for ark -> rhel rename (Clark Williams) -- redhat/configs: rename ark configs dir to rhel (Clark Williams) -- Turn off CONFIG_DEBUG_INFO_COMPRESSED_ZLIB for ppc64le (Justin M. Forbes) -- kernel.spec: package unstripped kselftests/bpf/test_progs (Jan Stancek) -- kernel.spec: allow to package some binaries as unstripped (Jan Stancek) -- redhat/configs: Make merge.py portable for older python (Desnes Nunes) -- Fedora configs for 6.2 (Justin M. Forbes) -- redhat: Repair ELN build broken by the recent UKI changes (Vitaly Kuznetsov) -- redhat/configs: enable CONFIG_INET_DIAG_DESTROY (Andrea Claudi) -- Enable TDX Guest driver (Vitaly Kuznetsov) -- redhat/configs: Enable CONFIG_PCIE_PTM generically (Corinna Vinschen) -- redhat: Add sub-RPM with a EFI unified kernel image for virtual machines (Vitaly Kuznetsov) -- redhat/Makefile: Remove GIT deprecated message (Prarit Bhargava) -- Revert "redhat: configs: Disable xtables and ipset" (Phil Sutter) -- redhat/configs: Enable CONFIG_SENSORS_LM90 for RHEL (Mark Salter) -- Fix up SQUASHFS decompression configs (Justin M. Forbes) -- redhat/configs: enable CONFIG_OCTEON_EP as a module in ARK (Michal Schmidt) [2041990] -- redhat: ignore rpminspect runpath report on urandom_read selftest binaries (Herton R. Krzesinski) -- kernel.spec: add llvm-devel build requirement (Scott Weaver) -- Update self-test data to not expect debugbuildsenabled 0 (Justin M. Forbes) -- Turn off forced debug builds (Justin M. Forbes) -- Turn on debug builds for aarch64 Fedora (Justin M. Forbes) -- redhat/configs: modify merge.py to match old overrides input (Clark Williams) -- redhat: fixup pylint complaints (Clark Williams) -- redhat: remove merge.pl and references to it (Clark Williams) -- redhat: update merge.py to handle merge.pl corner cases (Clark Williams) -- Revert "redhat: fix elf got hardening for vm tools" (Don Zickus) -- Update rebase notes for Fedora (Justin M. Forbes) -- Update CONFIG_LOCKDEP_CHAINS_BITS to 19 (cmurf) -- redhat/configs: Turn on CONFIG_SPI_TEGRA210_QUAD for RHEL (Mark Salter) -- ark: aarch64: drop CONFIG_SMC911X (Peter Robinson) -- all: cleanup and de-dupe CDROM_PKTCDVD options. (Peter Robinson) -- all: remove CRYPTO_GF128MUL (Peter Robinson) -- all: cleanup UEFI options (Peter Robinson) -- common: arm64: Enable Ampere Altra SMpro Hardware Monitoring (Peter Robinson) -- fedora: enable STACKPROTECTOR_STRONG (Peter Robinson) -- fedora: enable STACKPROTECTOR on arm platforms (Peter Robinson) -- redhat/self-test: Update data with ENABLE_WERROR (Prarit Bhargava) -- redhat/Makefile.variables: Add ENABLE_WERROR (Prarit Bhargava) -- makefile: Add -Werror support for RHEL (Prarit Bhargava) -- redhat/Makefile.variables: Remove mention of Makefile.rhpkg (Prarit Bhargava) -- redhat/Makefile.variables: Alphabetize variables (Prarit Bhargava) -- gitlab-ci: use CI templates from production branch (Michael Hofmann) -- redhat/kernel.spec.template: Fix internal "File listed twice" errors (Prarit Bhargava) -- redhat: Remove stale .tmp_versions code and comments (Prarit Bhargava) -- redhat/kernel.spec.template: Fix vmlinux_decompressor on !s390x (Prarit Bhargava) -- redhat/kernel.spec.template: Remove unnecessary output from pathfix.py (Prarit Bhargava) -- Modularize CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU (Mark Salter) -- redhat/kernel.spec.template: Parallelize compression (Prarit Bhargava) -- config: Enable Security Path (Ricardo Robaina) -- redhat/self-test/data: Regenerate self-test data for make change (Prarit Bhargava) -- Update module filters for nvmem_u-boot-env (Justin M. Forbes) -- fedora: Updates for 6.2 merge (Peter Robinson) -- fedora: Updates for 6.1 merge (Peter Robinson) -- modules-core: use %%posttrans (Gerd Hoffmann) -- split sub-rpm kernel-modules-core from kernel-core (Gerd Hoffmann) -- Turn off CONFIG_MTK_T7XX for S390x (Justin M. Forbes) -- CI: add variable for variant handling (Veronika Kabatova) -- Fix up configs with SND_SOC_NAU8315 mismatch (Justin M. Forbes) -- CI: Do a full build for non-bot runs (Veronika Kabatova) -- Fix up configs with SND_SOC_NAU8315 mismatch (Justin M. Forbes) -- kernel/rh_messages.c: gcc12 warning on redundant NULL test (Eric Chanudet) [2142658] -- redhat/configs: Enable CRYPTO_CURVE25519 in ark (Prarit Bhargava) -- general: arm: cleanup ASPEED options (Peter Robinson) -- redhat/configs: ALSA - cleanups for the AMD Pink Sardine DMIC driver (Jaroslav Kysela) -- redhat/docs: Add FAQ entry for booting between Fedora & ELN/RHEL kernels (Prarit Bhargava) -- spec: add missing BuildRequires: python3-docutils for tools (Ondrej Mosnacek) -- config: enable RCU_TRACE for debug kernels (Wander Lairson Costa) -- Add siphash_kunit and strscpy_kunit to mod-internal.list (Justin M. Forbes) -- Add drm_kunit_helpers to mod-internal.list (Justin M. Forbes) -- Fix up configs for Fedora so we don't have a mismatch (Justin M. Forbes) -- Turn on CONFIG_SQUASHFS_DECOMP_SINGLE in pending (Justin M. Forbes) -- redhat/kernel.spec.template: Fix cpupower file error (Prarit Bhargava) -- redhat/configs: aarhc64: clean up some erratum configs (Mark Salter) -- More Fedora configs for 6.1 as deps were switched on (Justin M. Forbes) -- redhat/configs: make SOC_TEGRA_CBB a module (Mark Salter) -- redhat/configs: aarch64: reorganize tegra configs to common dir (Mark Salter) -- Enforces buildroot if cross_arm (Nicolas Chauvet) -- Handle automated case when config generation works correctly (Don Zickus) -- Turn off CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64 (Justin M. Forbes) -- Turn off CONFIG_EFI_ZBOOT as it makes CKI choke (Justin M. Forbes) -- Fedora config updates for 6.1 (Justin M. Forbes) -- redhat: Remove cpupower files (Prarit Bhargava) -- redhat/configs: update CXL-related options to match what RHEL will use (John W. Linville) -- Clean up the config for the Tegra186 timer (Al Stone) -- redhat/configs: move CONFIG_TEGRA186_GPC_DMA config (Mark Salter) -- Check for kernel config git-push failures (Don Zickus) -- redhat: genlog.sh failures should interrupt the recipe (Patrick Talbert) -- Turn CONFIG_GNSS back on for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_GNSS for RHEL (Michal Schmidt) -- Turn off NVMEM_U_BOOT_ENV for fedora (Justin M. Forbes) -- Consolidate matching fedora and ark entries to common (Justin M. Forbes) -- Empty out redhat/configs/common (Justin M. Forbes) -- Adjust path to compressed vmlinux kernel image for s390x (Justin M. Forbes) [2149273] -- Fedora config updates for 6.1 (Justin M. Forbes) -- redhat: genlog.sh should expect genlog.py in the current directory (Patrick Talbert) -- redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m (Joe Lawrence) -- redhat/configs: enable CONFIG_TEST_LIVEPATCH=m for s390x (Julia Denham) -- Revert "Merge branch 'ark-make-help' into 'os-build'" (Scott Weaver) -- Remove recommendation to use 'common' for config changes. (Don Zickus) -- Update config to add i3c support for AArch64 (Mark Charlebois) -- redhat: Move cross-compile scripts into their own directory (Prarit Bhargava) -- redhat: Move yaml files into their own directory (Prarit Bhargava) -- redhat: Move update_scripts.sh into redhat/scripts (Prarit Bhargava) -- redhat: Move kernel-tools scripts into their own directory (Prarit Bhargava) -- redhat: Move gen-* scripts into their own directory (Prarit Bhargava) -- redhat: Move mod-* scripts into their own directory (Prarit Bhargava) -- redhat/Makefile: Fix RHJOBS grep warning (Prarit Bhargava) -- redhat: Force remove tmp file (Prarit Bhargava) -- redhat/configs: ALSA - cleanups for the CentOS 9.2 update (Jaroslav Kysela) -- CI: Use CKI container images from quay.io (Veronika Kabatova) -- redhat: clean up the partial-kgcov-snip.config file (Patrick Talbert) -- redhat: avoid picking up stray editor backups when processing configs (Clark Williams) -- CI: Remove old configs (Veronika Kabatova) -- redhat: override `make help` to include dist-help (Jonathan Toppins) -- redhat: make RHTEST stricter (Jonathan Toppins) -- redhat: Enable support for SN2201 system (Ivan Vecera) -- redhat/docs/index.rst: Add FLAVOR information to generate configs for local builds (Enric Balletbo i Serra) -- redhat: fix selftest git command so it picks the right commit (Patrick Talbert) -- redhat/configs: enable HP_WATCHDOG for aarch64 (Mark Salter) -- redhat: disable Kfence Kunit Test (Nico Pache) -- configs: enable CONFIG_LRU_GEN_ENABLED everywhere (Patrick Talbert) -- redhat: Enable WWAN feature and support for Intel, Qualcomm and Mediatek devices (Jose Ignacio Tornos Martinez) -- Turn on dln2 support (RHBZ 2110372) (Justin M. Forbes) -- Enable configs for imx8m PHYs (Al Stone) -- configs/fedora: Build some SC7180 clock controllers as modules (Javier Martinez Canillas) -- redhat/configs: Disable fbdev drivers and use simpledrm everywhere (Javier Martinez Canillas) [1986223] -- redhat: fix the branch we pull from the documentation tree (Herton R. Krzesinski) -- redhat/configs: change so watchdog is module versus builtin (Steve Best) -- redhat/configs: move CONFIG_ACPI_VIDEO to common/generic (Mark Langsdorf) -- enable imx8xm I2C configs properly (Al Stone) -- configs/fedora: Enable a few more drivers needed by the HP X2 Chromebook (Javier Martinez Canillas) -- enable the rtc-rv8803 driver on RHEL and Fedora (David Arcari) -- redhat/Makefile: Remove BUILD_SCRATCH_TARGET (Prarit Bhargava) -- configs: move CONFIG_INTEL_TDX_GUEST to common directory (Wander Lairson Costa) -- redhat/Makefile: Use new BUILD_TARGET for RHEL dist[g]-brew target (Prarit Bhargava) -- redhat: method.py: change the output loop to use 'values' method (Patrick Talbert) -- redhat: use 'update' method in merge.py (Patrick Talbert) -- redhat: Use a context manager in merge.py for opening the config file for reading (Patrick Talbert) -- redhat: automatically strip newlines in merge.py (Clark Williams) -- redhat: python replacement for merge.pl (Clark Williams) -- redhat/docs: Update with DISTLOCALVERSION (Prarit Bhargava) -- redhat/Makefile: Rename LOCALVERSION to DISTLOCALVERSION (Akihiko Odaki) -- Adjust FIPS module name in RHEL (Vladis Dronov) -- spec: prevent git apply from searching for the .git directory (Ondrej Mosnacek) -- redhat: Remove parallel_xz.sh (Prarit Bhargava) -- Turn on Multi-Gen LRU for Fedora (Justin M. Forbes) -- Add kasan_test to mod-internal.list (Justin M. Forbes) -- redhat/Makefile.variables: Fix typo with RHDISTGIT_TMP (Prarit Bhargava) -- spec: fix path to `installing_core` stamp file for subpackages (Jonathan Lebon) -- Remove unused ci scripts (Don Zickus) -- Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in configs (Justin M. Forbes) -- redhat: Add new fortify_kunit & is_signed_type_kunit to mod-internal.list (Patrick Talbert) -- Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in pending (Justin M. Forbes) -- Add acpi video to the filter_modules.sh for rhel (Justin M. Forbes) -- Change acpi_bus_get_acpi_device to acpi_get_acpi_dev (Justin M. Forbes) -- Turn on ACPI_VIDEO for arm (Justin M. Forbes) -- Turn on CONFIG_PRIME_NUMBERS as a module (Justin M. Forbes) -- Add new drm kunit tests to mod-internal.list (Justin M. Forbes) -- redhat: fix elf got hardening for vm tools (Frantisek Hrbata) -- kernel.spec.template: remove some temporary files early (Ondrej Mosnacek) -- kernel.spec.template: avoid keeping two copies of vmlinux (Ondrej Mosnacek) -- Add fortify_kunit to mod-internal.list (Justin M. Forbes) -- Add module filters for Fedora as acpi video has new deps (Justin M. Forbes) -- One more mismatch (Justin M. Forbes) -- Fix up pending for mismatches (Justin M. Forbes) -- Forgot too remove this from pending, it is set properly in ark (Justin M. Forbes) -- redhat/Makefile: Add DIST to git tags for RHEL (Prarit Bhargava) -- redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common (Jerry Snitselaar) -- Common config cleanup for 6.0 (Justin M. Forbes) -- Allow selftests to fail without killing the build (Justin M. Forbes) -- redhat: Remove redhat/Makefile.rhpkg (Prarit Bhargava) -- redhat/Makefile: Move RHDISTGIT_CACHE and RHDISTGIT_TMP (Prarit Bhargava) -- redhat/Makefile.rhpkg: Remove RHDISTGIT_USER (Prarit Bhargava) -- redhat/Makefile: Move RHPKG_BIN to redhat/Makefile (Prarit Bhargava) -- common: clean up Android option with removal of CONFIG_ANDROID (Peter Robinson) -- redhat/configs: Remove x86_64 from priority files (Prarit Bhargava) -- redhat/configs/pending-ark: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/pending-fedora: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/fedora: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/common: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/ark: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/custom-overrides: Remove x86_64 directory (Prarit Bhargava) -- configs: use common CONFIG_ARM64_SME for ark and fedora (Mark Salter) -- redhat/configs: Add a warning message to priority.common (Prarit Bhargava) -- redhat/configs: Enable INIT_STACK_ALL_ZERO for Fedora (Miko Larsson) -- redhat: Set CONFIG_MAXLINEAR_GPHY to =m (Petr Oros) -- redhat/configs enable CONFIG_INTEL_IFS (David Arcari) -- redhat: Remove filter-i686.sh.rhel (Prarit Bhargava) -- redhat/Makefile: Set PATCHLIST_URL to none for RHEL/cs9 (Prarit Bhargava) -- redhat: remove GL_DISTGIT_USER, RHDISTGIT and unify dist-git cloning (Prarit Bhargava) -- redhat/Makefile.variables: Add ADD_COMMITID_TO_VERSION (Prarit Bhargava) -- kernel.spec: disable vmlinux.h generation for s390 zfcpdump config (Prarit Bhargava) -- perf: Require libbpf 0.6.0 or newer (Prarit Bhargava) -- kabi: add stablelist helpers (Prarit Bhargava) -- Makefile: add kabi targets (Prarit Bhargava) -- kabi: add support for symbol namespaces into check-kabi (Prarit Bhargava) -- kabi: ignore new stablelist metadata in show-kabi (Prarit Bhargava) -- redhat/Makefile: add dist-assert-tree-clean target (Prarit Bhargava) -- redhat/kernel.spec.template: Specify vmlinux.h path when building samples/bpf (Prarit Bhargava) [2041365] -- spec: Fix separate tools build (Prarit Bhargava) [2054579] -- redhat/scripts: Update merge-subtrees.sh with new subtree location (Prarit Bhargava) -- redhat/kernel.spec.template: enable dependencies generation (Prarit Bhargava) -- redhat: build and include memfd to kernel-selftests-internal (Prarit Bhargava) [2027506] -- redhat/kernel.spec.template: Link perf with --export-dynamic (Prarit Bhargava) -- redhat: kernel.spec: selftests: abort on build failure (Prarit Bhargava) -- redhat: configs: move CONFIG_SERIAL_MULTI_INSTANTIATE=m settings to common/x86 (Jaroslav Kysela) -- configs: enable CONFIG_HP_ILO for aarch64 (Mark Salter) -- all: cleanup dell config options (Peter Robinson) -- redhat: Include more kunit tests (Nico Pache) -- common: some minor cleanups/de-dupe (Peter Robinson) -- common: enable INTEGRITY_MACHINE_KEYRING on all configuraitons (Peter Robinson) -- Fedora 6.0 configs update (Justin M. Forbes) -- redhat/self-test: Ignore .rhpkg.mk files (Prarit Bhargava) -- redhat/configs: Enable CONFIG_PRINTK_INDEX on Fedora (Prarit Bhargava) -- redhat/configs: Cleanup CONFIG_X86_KERNEL_IBT (Prarit Bhargava) -- Fix up SND_CTL debug options (Justin M. Forbes) -- redhat: create /boot symvers link if it doesn't exist (Jan Stancek) -- redhat: remove duplicate kunit tests in mod-internal.list (Nico Pache) -- configs/fedora: Make Fedora work with HNS3 network adapter (Zamir SUN) -- redhat/configs/fedora/generic: Enable CONFIG_BLK_DEV_UBLK on Fedora (Richard W.M. Jones) [2122595] -- fedora: disable IWLMEI (Peter Robinson) -- redhat/configs: enable UINPUT on aarch64 (Benjamin Tissoires) -- Fedora 6.0 configs part 1 (Justin M. Forbes) -- redhat/Makefile: Always set UPSTREAM (Prarit Bhargava) -- redhat/configs: aarch64: Turn on Apple Silicon configs for Fedora (Eric Curtin) -- Add cpumask_kunit to mod-internal.list (Justin M. Forbes) -- config - consolidate disabled MARCH options on s390x (Dan Horák) -- move the baseline arch to z13 for s390x in F-37+ (Dan Horák) -- redhat/scripts/rh-dist-git.sh: Fix outdated cvs reference (Prarit Bhargava) -- redhat/scripts/expand_srpm.sh: Use Makefile variables (Prarit Bhargava) -- redhat/scripts/clone_tree.sh: Use Makefile variables (Prarit Bhargava) -- Fedora: arm changes for 6.0, part 1, with some ACPI (Peter Robinson) -- redhat/self-test: Fix shellcheck errors (Prarit Bhargava) -- redhat/docs: Add dist-brew BUILD_FLAGS information (Prarit Bhargava) -- redhat: change the changelog item for upstream merges (Herton R. Krzesinski) -- redhat: fix dist-release build number test (Herton R. Krzesinski) -- redhat: fix release number bump when dist-release-changed runs (Herton R. Krzesinski) -- redhat: use new genlog.sh script to detect changes for dist-release (Herton R. Krzesinski) -- redhat: move changelog addition to the spec file back into genspec.sh (Herton R. Krzesinski) -- redhat: always add a rebase entry when ark merges from upstream (Herton R. Krzesinski) -- redhat: drop merge ark patches hack (Herton R. Krzesinski) -- redhat: don't hardcode temporary changelog file (Herton R. Krzesinski) -- redhat: split changelog generation from genspec.sh (Herton R. Krzesinski) -- redhat: configs: Disable FIE on arm (Jeremy Linton) [2012226] -- redhat/Makefile: Clean linux tarballs (Prarit Bhargava) -- redhat/configs: Cleanup CONFIG_ACPI_AGDI (Prarit Bhargava) -- spec: add cpupower daemon reload on install/upgrade (Jarod Wilson) -- redhat: properly handle binary files in patches (Ondrej Mosnacek) -- Add python3-setuptools buildreq for perf (Justin M. Forbes) -- Add cros_kunit to mod-internal.list (Justin M. Forbes) -- Add new tests to mod-internal.list (Justin M. Forbes) -- Turn off some Kunit tests in pending (Justin M. Forbes) -- Clean up a mismatch in Fedora configs (Justin M. Forbes) -- redhat/configs: Sync up Retbleed configs with centos-stream (Waiman Long) -- Change CRYPTO_BLAKE2S_X86 from m to y (Justin M. Forbes) -- Leave CONFIG_ACPI_VIDEO on for x86 only (Justin M. Forbes) -- Fix BLAKE2S_ARM and BLAKE2S_X86 configs in pending (Justin M. Forbes) -- Fix pending for ACPI_VIDEO (Justin M. Forbes) -- redhat/configs: Fix rm warning on config warnings (Eric Chanudet) -- redhat/Makefile: Deprecate PREBUILD_GIT_ONLY variable (Prarit Bhargava) -- redhat/Makefile: Deprecate SINGLE_TARBALL variable (Prarit Bhargava) -- redhat/Makefile: Deprecate GIT variable (Prarit Bhargava) -- Update CONFIG_LOCKDEP_CHAINS_BITS to 18 (cmurf) -- Add new FIPS module name and version configs (Vladis Dronov) -- redhat/configs/fedora: Make PowerPC's nx-gzip buildin (Jakub Čajka) -- omit unused Provides (Dan Horák) -- self-test: Add test for DIST=".eln" (Prarit Bhargava) -- redhat: Enable CONFIG_LZ4_COMPRESS on Fedora (Prarit Bhargava) -- fedora: armv7: enable MMC_STM32_SDMMC (Peter Robinson) -- .gitlab-ci.yaml: Add test for dist-get-buildreqs target (Prarit Bhargava) -- redhat/docs: Add information on build dependencies (Prarit Bhargava) -- redhat/Makefile: Add better pass message for dist-get-buildreqs (Prarit Bhargava) -- redhat/Makefile: Provide a better message for system-sb-certs (Prarit Bhargava) -- redhat/Makefile: Change dist-buildreq-check to a non-blocking target (Prarit Bhargava) -- create-data: Parallelize spec file data (Prarit Bhargava) -- create-data.sh: Store SOURCES Makefile variable (Prarit Bhargava) -- redhat/Makefile: Split up setup-source target (Prarit Bhargava) -- create-data.sh: Redefine varfilename (Prarit Bhargava) -- create-data.sh: Parallelize variable file creation (Prarit Bhargava) -- redhat/configs: Enable CONFIG_LZ4_COMPRESS (Prarit Bhargava) -- redhat/docs: Update brew information (Prarit Bhargava) -- redhat/Makefile: Fix eln BUILD_TARGET (Prarit Bhargava) -- redhat/Makefile: Set BUILD_TARGET for dist-brew (Prarit Bhargava) -- kernel.spec.template: update (s390x) expoline.o path (Joe Lawrence) -- fedora: enable BCM_NET_PHYPTP (Peter Robinson) -- Fedora 5.19 configs update part 2 (Justin M. Forbes) -- redhat/Makefile: Change fedora BUILD_TARGET (Prarit Bhargava) -- New configs in security/keys (Fedora Kernel Team) -- Fedora: arm: enable a pair of drivers (Peter Robinson) -- redhat: make kernel-zfcpdump-core to not provide kernel-core/kernel (Herton R. Krzesinski) -- redhat/configs: Enable QAT devices for arches other than x86 (Vladis Dronov) -- Fedora 5.19 configs pt 1 (Justin M. Forbes) -- redhat: Exclude cpufreq.h from kernel-headers (Patrick Talbert) -- Add rtla subpackage for kernel-tools (Justin M. Forbes) -- fedora: arm: enable a couple of QCom drivers (Peter Robinson) -- redhat/Makefile: Deprecate BUILD_SCRATCH_TARGET (Prarit Bhargava) -- redhat: enable CONFIG_DEVTMPFS_SAFE (Mark Langsdorf) -- redhat/Makefile: Remove deprecated variables and targets (Prarit Bhargava) -- Split partner modules into a sub-package (Alice Mitchell) -- Enable kAFS and it's dependancies in RHEL (Alice Mitchell) -- Enable Marvell OcteonTX2 crypto device in ARK (Vladis Dronov) -- redhat/Makefile: Remove --scratch from BUILD_TARGET (Prarit Bhargava) -- redhat/Makefile: Fix dist-brew and distg-brew targets (Prarit Bhargava) -- fedora: arm64: Initial support for TI Keystone 3 (ARCH_K3) (Peter Robinson) -- fedora: arm: enable Hardware Timestamping Engine support (Peter Robinson) -- fedora: wireless: disable SiLabs and PureLiFi (Peter Robinson) -- fedora: updates for 5.19 (Peter Robinson) -- fedora: minor updates for Fedora configs (Peter Robinson) -- configs/fedora: Enable the pinctrl SC7180 driver built-in (Enric Balletbo i Serra) -- redhat/configs: enable CONFIG_DEBUG_NET for debug kernel (Hangbin Liu) -- redhat/Makefile: Add SPECKABIVERSION variable (Prarit Bhargava) -- redhat/self-test: Provide better failure output (Prarit Bhargava) -- redhat/self-test: Reformat tests to kernel standard (Prarit Bhargava) -- redhat/self-test: Add purpose and header to each test (Prarit Bhargava) -- Drop outdated CRYPTO_ECDH configs (Vladis Dronov) -- Brush up crypto SHA512 and USER configs (Vladis Dronov) -- Brush up crypto ECDH and ECDSA configs (Vladis Dronov) -- redhat/self-test: Update data set (Prarit Bhargava) -- create-data.sh: Reduce specfile data output (Prarit Bhargava) -- redhat/configs: restore/fix core INTEL_LPSS configs to be builtin again (Hans de Goede) -- Enable CKI on os-build MRs only (Don Zickus) -- self-test: Fixup Makefile contents test (Prarit Bhargava) -- redhat/self-test: self-test data update (Prarit Bhargava) -- redhat/self-test: Fix up create-data.sh to not report local variables (Prarit Bhargava) -- redhat/configs/fedora: Enable a set of modules used on some x86 tablets (Hans de Goede) -- redhat/configs: Make INTEL_SOC_PMIC_CHTDC_TI builtin (Hans de Goede) -- redhat/configs/fedora: enable missing modules modules for Intel IPU3 camera support (Hans de Goede) -- Common: minor cleanups (Peter Robinson) -- fedora: some minor Fedora cleanups (Peter Robinson) -- fedora: drop X86_PLATFORM_DRIVERS_DELL dupe (Peter Robinson) -- redhat: change tools_make macro to avoid full override of variables in Makefile (Herton R. Krzesinski) -- Fix typo in Makefile for Fedora Stable Versioning (Justin M. Forbes) -- Remove duplicates from ark/generic/s390x/zfcpdump/ (Vladis Dronov) -- Move common/debug/s390x/zfcpdump/ configs to ark/debug/s390x/zfcpdump/ (Vladis Dronov) -- Move common/generic/s390x/zfcpdump/ configs to ark/generic/s390x/zfcpdump/ (Vladis Dronov) -- Drop RCU_EXP_CPU_STALL_TIMEOUT to 0, we are not really android (Justin M. Forbes) -- redhat/configs/README: Update the README (Prarit Bhargava) -- redhat/docs: fix hyperlink typo (Patrick Talbert) -- all: net: remove old NIC/ATM drivers that use virt_to_bus() (Peter Robinson) -- Explicitly turn off CONFIG_KASAN_INLINE for ppc (Justin M. Forbes) -- redhat/docs: Add a description of kernel naming (Prarit Bhargava) -- Change CRYPTO_CHACHA_S390 from m to y (Justin M. Forbes) -- enable CONFIG_NET_ACT_CTINFO in ark (Davide Caratti) -- redhat/configs: enable CONFIG_SP5100_TCO (David Arcari) -- redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64 (Eric Auger) [2089765] -- Turn off KASAN_INLINE for RHEL ppc in pending (Justin M. Forbes) -- redhat/kernel.spec.template: update selftest data via "make dist-self-test-data" (Denys Vlasenko) -- redhat/kernel.spec.template: remove stray *.hardlink-temporary files, if any (Denys Vlasenko) -- Fix up ZSMALLOC config for s390 (Justin M. Forbes) -- Turn on KASAN_OUTLINE for ppc debug (Justin M. Forbes) -- Turn on KASAN_OUTLINE for PPC debug to avoid mismatch (Justin M. Forbes) -- Fix up crypto config mistmatches (Justin M. Forbes) -- Fix up config mismatches (Justin M. Forbes) -- generic/fedora: cleanup and disable Lightning Moutain SoC (Peter Robinson) -- redhat: Set SND_SOC_SOF_HDA_PROBES to =m (Patrick Talbert) -- Fix versioning on stable Fedora (Justin M. Forbes) -- Enable PAGE_POOL_STATS for arm only (Justin M. Forbes) -- Revert "Merge branch 'fix-ci-20220523' into 'os-build'" (Patrick Talbert) -- Flip CONFIG_RADIO_ADAPTERS to module for Fedora (Justin M. Forbes) -- redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) -- Fedora: arm: Updates for QCom devices (Peter Robinson) -- Fedora arm and generic updates for 5.17 (Peter Robinson) -- enable COMMON_CLK_SI5341 for Xilinx ZYNQ-MP (Peter Robinson) -- Turn on CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING for Fedora (Justin M. Forbes) -- redhat/self-test/data: Update data set (Prarit Bhargava) -- Revert variable switch for lasttag (Justin M. Forbes) -- redhat: Add self-tests to .gitlab-ci.yml (Prarit Bhargava) -- redhat/self-test: Update data (Prarit Bhargava) -- redhat/self-test: Unset Makefile variables (Prarit Bhargava) -- redhat/self-test: Omit SHELL variable from test data (Prarit Bhargava) -- Add CONFIG_EFI_DXE_MEM_ATTRIBUTES (Justin M. Forbes) -- Update filter-modules for mlx5-vfio-pci (Justin M. Forbes) -- Fedora configs for 5.18 (Justin M. Forbes) -- self-test/data/create-data.sh: Avoid SINGLE_TARBALL warning (Prarit Bhargava) -- redhat/Makefile: Rename PREBUILD to UPSTREAMBUILD (Prarit Bhargava) -- redhat/Makefile: Rename BUILDID to LOCALVERSION (Prarit Bhargava) -- redhat/Makefile: Fix dist-brew & distg-brew targets (Prarit Bhargava) -- redhat/Makefile: Reorganize MARKER code (Prarit Bhargava) -- redhat/scripts/new_release.sh: Use Makefile variables (Prarit Bhargava) -- redhat/Makefile: Rename __YSTREAM and __ZSTREAM (Prarit Bhargava) -- redhat/genspec.sh: Add comment about SPECBUILDID variable (Prarit Bhargava) -- redhat/kernel.spec.template: Move genspec variables into one section (Prarit Bhargava) -- redhat/kernel.spec.template: Remove kversion (Prarit Bhargava) -- redhat/Makefile: Add SPECTARFILE_RELEASE comment (Prarit Bhargava) -- redhat/Makefile: Rename RPMVERSION to BASEVERSION (Prarit Bhargava) -- redhat/Makefile: Target whitespace cleanup (Prarit Bhargava) -- redhat/Makefile: Move SPECRELEASE to genspec.sh (Prarit Bhargava) -- redhat/Makefile: Add kernel-NVR comment (Prarit Bhargava) -- redhat/Makefile: Use SPECFILE variable (Prarit Bhargava) -- redhat/Makefile: Remove KEXTRAVERSION (Prarit Bhargava) -- redhat: Enable VM kselftests (Nico Pache) [1978539] -- redhat: enable CONFIG_TEST_VMALLOC for vm selftests (Nico Pache) -- redhat: Enable HMM test to be used by the kselftest test suite (Nico Pache) -- redhat/Makefile.variables: Change git hash length to default (Prarit Bhargava) -- redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) -- Turn on INTEGRITY_MACHINE_KEYRING for Fedora (Justin M. Forbes) -- redhat/configs: fix CONFIG_INTEL_ISHTP_ECLITE (David Arcari) -- redhat/configs: Fix rm warning on error (Prarit Bhargava) -- Fix nightly merge CI (Don Zickus) -- redhat/kernel.spec.template: fix standalone tools build (Jan Stancek) -- Add system-sb-certs for RHEL-9 (Don Zickus) -- Fix dist-buildcheck-reqs (Don Zickus) -- move DAMON configs to correct directory (Chris von Recklinghausen) -- redhat: indicate HEAD state in tarball/rpm name (Jarod Wilson) -- Fedora 5.18 config set part 1 (Justin M. Forbes) -- fedora: arm: Enable new Rockchip 356x series drivers (Peter Robinson) -- fedora: arm: enable DRM_I2C_NXP_TDA998X on aarch64 (Peter Robinson) -- redhat/self-test: Add test to verify Makefile declarations. (Prarit Bhargava) -- redhat/Makefile: Add RHTEST (Prarit Bhargava) -- redhat: shellcheck cleanup (Prarit Bhargava) -- redhat/self-test/data: Cleanup data (Prarit Bhargava) -- redhat/self-test: Add test to verify SPEC variables (Prarit Bhargava) -- redhat/Makefile: Add 'duplicate' SPEC entries for user set variables (Prarit Bhargava) -- redhat/Makefile: Rename TARFILE_RELEASE to SPECTARFILE_RELEASE (Prarit Bhargava) -- redhat/genspec: Rename PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG (Prarit Bhargava) -- redhat/genspec: Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED (Prarit Bhargava) -- redhat/Makefile: Rename PKGRELEASE to SPECBUILD (Prarit Bhargava) -- redhat/genspec: Rename BUILDID_DEFINE to SPECBUILDID (Prarit Bhargava) -- redhat/Makefile: Rename CHANGELOG to SPECCHANGELOG (Prarit Bhargava) -- redhat/Makefile: Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION (Prarit Bhargava) -- redhat/Makefile: Rename RPMKSUBLEVEL to SPECKSUBLEVEL (Prarit Bhargava) -- redhat/Makefile: Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL (Prarit Bhargava) -- redhat/Makefile: Rename RPMKVERSION to SPECKVERSION (Prarit Bhargava) -- redhat/Makefile: Rename KVERSION to SPECVERSION (Prarit Bhargava) -- redhat/Makefile: Deprecate some simple targets (Prarit Bhargava) -- redhat/Makefile: Use KVERSION (Prarit Bhargava) -- redhat/configs: Set GUP_TEST in debug kernel (Joel Savitz) -- enable DAMON configs (Chris von Recklinghausen) [2004233] -- redhat: add zstream switch for zstream release numbering (Herton R. Krzesinski) -- redhat: change kabi tarballs to use the package release (Herton R. Krzesinski) -- redhat: generate distgit changelog in genspec.sh as well (Herton R. Krzesinski) -- redhat: make genspec prefer metadata from git notes (Herton R. Krzesinski) -- redhat: use tags from git notes for zstream to generate changelog (Herton R. Krzesinski) -- ARK: Remove code marking devices unmaintained (Peter Georg) -- rh_message: Fix function name (Peter Georg) [2019377] -- Turn on CONFIG_RANDOM_TRUST_BOOTLOADER (Justin M. Forbes) -- redhat/configs: aarch64: enable CPU_FREQ_GOV_SCHEDUTIL (Mark Salter) -- Move CONFIG_HW_RANDOM_CN10K to a proper place (Vladis Dronov) -- redhat/self-test: Clean up data set (Prarit Bhargava) -- redhat/Makefile.rhpkg: Remove quotes for RHDISTGIT (Prarit Bhargava) -- redhat/scripts/create-tarball.sh: Use Makefile variables (Prarit Bhargava) -- redhat/Makefile: Deprecate SINGLE_TARBALL (Prarit Bhargava) -- redhat/Makefile: Move SINGLE_TARBALL to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Use RPMVERSION (Prarit Bhargava) -- redhat/scripts/rh-dist-git.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs/build_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs/process_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/kernel.spec.template: Use RPM_BUILD_NCPUS (Prarit Bhargava) -- redhat/configs/generate_all_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs: enable nf_tables SYNPROXY extension on ark (Davide Caratti) -- fedora: Disable fbdev drivers missed before (Javier Martinez Canillas) -- Redhat: enable Kfence on production servers (Nico Pache) -- redhat: ignore known empty patches on the patches rpminspect test (Herton R. Krzesinski) -- kernel-ark: arch_hw Update CONFIG_MOUSE_VSXXXAA=m (Tony Camuso) [2062909] -- spec: keep .BTF section in modules for s390 (Yauheni Kaliuta) [2071969] -- kernel.spec.template: Ship arch/s390/lib/expoline.o in kernel-devel (Ondrej Mosnacek) -- redhat: disable tv/radio media device infrastructure (Jarod Wilson) -- redhat/configs: clean up INTEL_LPSS configuration (David Arcari) -- Have to rename the actual contents too (Justin M. Forbes) -- The CONFIG_SATA_MOBILE_LPM_POLICY rebane was reverted (Justin M. Forbes) -- redhat: Enable KASAN on all ELN debug kernels (Nico Pache) -- redhat: configs: Enable INTEL_IOMMU_DEBUGFS for debug builds (Jerry Snitselaar) -- generic: can: disable CAN_SOFTING everywhere (Peter Robinson) -- redhat/configs: Enable CONFIG_DM_ERA=m for all (Yanko Kaneti) -- redhat/configs: enable CONFIG_SAMPLE_VFIO_MDEV_MTTY (Patrick Talbert) -- Build intel_sdsi with %%{tools_make} (Justin M. Forbes) -- configs: remove redundant Fedora config for INTEL_IDXD_COMPAT (Jerry Snitselaar) -- redhat/configs: enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT (Joel Savitz) [2026319] -- configs: enable CONFIG_RMI4_F3A (Benjamin Tissoires) -- redhat: configs: Disable TPM 1.2 specific drivers (Jerry Snitselaar) -- redhat/configs: Enable cr50 I2C TPM interface (Akihiko Odaki) -- spec: make HMAC file encode relative path (Jonathan Lebon) -- redhat/kernel.spec.template: Add intel_sdsi utility (Prarit Bhargava) -- Spec fixes for intel-speed-select (Justin M. Forbes) -- Add Partner Supported taint flag to kAFS (Alice Mitchell) [2038999] -- Add Partner Supported taint flag (Alice Mitchell) [2038999] -- Enabled INTEGRITY_MACHINE_KEYRING for all configs. (Peter Robinson) -- redhat/configs: Enable CONFIG_RCU_SCALE_TEST & CONFIG_RCU_REF_SCALE_TEST (Waiman Long) -- Add clk_test and clk-gate_test to mod-internal.list (Justin M. Forbes) -- redhat/self-tests: Ignore UPSTREAM (Prarit Bhargava) -- redhat/self-tests: Ignore RHGITURL (Prarit Bhargava) -- redhat/Makefile.variables: Extend git hash length to 15 (Prarit Bhargava) -- redhat/self-test: Remove changelog from spec files (Prarit Bhargava) -- redhat/genspec.sh: Rearrange genspec.sh (Prarit Bhargava) -- redhat/self-test: Add spec file data (Prarit Bhargava) -- redhat/self-test: Add better dist-dump-variables test (Prarit Bhargava) -- redhat/self-test: Add variable test data (Prarit Bhargava) -- redhat/config: Remove obsolete CONFIG_MFD_INTEL_PMT (David Arcari) -- redhat/configs: enable CONFIG_INTEL_ISHTP_ECLITE (David Arcari) -- Avoid creating files in $RPM_SOURCE_DIR (Nicolas Chauvet) -- Flip CRC64 from off to y (Justin M. Forbes) -- New configs in lib/Kconfig (Fedora Kernel Team) -- disable redundant assignment of CONFIG_BQL on ARK (Davide Caratti) -- redhat/configs: remove unnecessary GPIO options for aarch64 (Brian Masney) -- redhat/configs: remove viperboard related Kconfig options (Brian Masney) -- redhat/configs/process_configs.sh: Avoid race with find (Prarit Bhargava) -- redhat/configs/process_configs.sh: Remove CONTINUEONERROR (Prarit Bhargava) -- Remove i686 configs and filters (Justin M. Forbes) -- redhat/configs: Set CONFIG_X86_AMD_PSTATE built-in on Fedora (Prarit Bhargava) -- Fix up mismatch with CRC64 (Justin M. Forbes) -- Fedora config updates to fix process_configs (Justin M. Forbes) -- redhat: Fix release tagging (Prarit Bhargava) -- redhat/self-test: Fix version tag test (Prarit Bhargava) -- redhat/self-test: Fix BUILD verification test (Prarit Bhargava) -- redhat/self-test: Cleanup SRPM related self-tests (Prarit Bhargava) -- redhat/self-test: Fix shellcheck test (Prarit Bhargava) -- redhat/configs: Disable watchdog components (Prarit Bhargava) -- redhat/README.Makefile: Add a Makefile README file (Prarit Bhargava) -- redhat/Makefile: Remove duplicated code (Prarit Bhargava) -- Add BuildRequires libnl3-devel for intel-speed-select (Justin M. Forbes) -- Add new kunit tests for 5.18 to mod-internal.list (Justin M. Forbes) -- Fix RHDISTGIT for Fedora (Justin M. Forbes) -- redhat/configs/process_configs.sh: Fix race with tools generation (Prarit Bhargava) -- New configs in drivers/dax (Fedora Kernel Team) -- Fix up CONFIG_SND_AMD_ACP_CONFIG files (Patrick Talbert) -- Remove CONFIG_SND_SOC_SOF_DEBUG_PROBES files (Patrick Talbert) -- SATA_MOBILE_LPM_POLICY is now SATA_LPM_POLICY (Justin M. Forbes) -- Define SNAPSHOT correctly when VERSION_ON_UPSTREAM is 0 (Justin M. Forbes) -- redhat/Makefile: Fix dist-git (Prarit Bhargava) -- Change the pending-ark CONFIG_DAX to y due to mismatch (Justin M. Forbes) -- Enable net reference count trackers in all debug kernels (Jiri Benc) -- redhat/Makefile: Reorganize variables (Prarit Bhargava) -- redhat/Makefile: Add some descriptions (Prarit Bhargava) -- redhat/Makefile: Move SNAPSHOT check (Prarit Bhargava) -- redhat/Makefile: Deprecate BREW_FLAGS, KOJI_FLAGS, and TEST_FLAGS (Prarit Bhargava) -- redhat/genspec.sh: Rework RPMVERSION variable (Prarit Bhargava) -- redhat/Makefile: Remove dead comment (Prarit Bhargava) -- redhat/Makefile: Cleanup KABI* variables. (Prarit Bhargava) -- redhat/Makefile.variables: Default RHGITCOMMIT to HEAD (Prarit Bhargava) -- redhat/scripts/create-tarball.sh: Use Makefile TARBALL variable (Prarit Bhargava) -- redhat/Makefile: Remove extra DIST_BRANCH (Prarit Bhargava) -- redhat/Makefile: Remove STAMP_VERSION (Prarit Bhargava) -- redhat/Makefile: Move NO_CONFIGCHECKS to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move RHJOBS to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move RHGIT* variables to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move PREBUILD_GIT_ONLY to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD_FLAGS to Makefile.variables. (Prarit Bhargava) -- redhat/Makefile: Move BUILD_PROFILE to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD_TARGET and BUILD_SCRATCH_TARGET to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Remove RHPRODUCT variable (Prarit Bhargava) -- redhat/Makefile: Cleanup DISTRO variable (Prarit Bhargava) -- redhat/Makefile: Move HEAD to Makefile.variables. (Prarit Bhargava) -- redhat: Combine Makefile and Makefile.common (Prarit Bhargava) -- redhat/koji/Makefile: Decouple koji Makefile from Makefile.common (Prarit Bhargava) -- Set CONFIG_SND_SOC_SOF_MT8195 for Fedora and turn on VDPA_SIM_BLOCK (Justin M. Forbes) -- Add asus_wmi_sensors modules to filters for Fedora (Justin M. Forbes) -- redhat: spec: trigger dracut when modules are installed separately (Jan Stancek) -- Last of the Fedora 5.17 configs initial pass (Justin M. Forbes) -- redhat/Makefile: Silence dist-clean-configs output (Prarit Bhargava) -- Fedora 5.17 config updates (Justin M. Forbes) -- Setting CONFIG_I2C_SMBUS to "m" for ark (Gopal Tiwari) -- Print arch with process_configs errors (Justin M. Forbes) -- Pass RHJOBS to process_configs for dist-configs-check as well (Justin M. Forbes) -- redhat/configs/process_configs.sh: Fix issue with old error files (Prarit Bhargava) -- redhat/configs/build_configs.sh: Parallelize execution (Prarit Bhargava) -- redhat/configs/build_configs.sh: Provide better messages (Prarit Bhargava) -- redhat/configs/build_configs.sh: Create unique output files (Prarit Bhargava) -- redhat/configs/build_configs.sh: Add local variables (Prarit Bhargava) -- redhat/configs/process_configs.sh: Parallelize execution (Prarit Bhargava) -- redhat/configs/process_configs.sh: Provide better messages (Prarit Bhargava) -- redhat/configs/process_configs.sh: Create unique output files (Prarit Bhargava) -- redhat/configs/process_configs.sh: Add processing config function (Prarit Bhargava) -- redhat: Unify genspec.sh and kernel.spec variable names (Prarit Bhargava) -- redhat/genspec.sh: Remove options and use Makefile variables (Prarit Bhargava) -- Add rebase note for 5.17 on Fedora stable (Justin M. Forbes) -- More Fedora config updates for 5.17 (Justin M. Forbes) -- redhat/configs: Disable CONFIG_MACINTOSH_DRIVERS in RHEL. (Prarit Bhargava) -- redhat: Fix "make dist-release-finish" to use the correct NVR variables (Neal Gompa) [2053836] -- Build CROS_EC Modules (Jason Montleon) -- redhat: configs: change aarch64 default dma domain to lazy (Jerry Snitselaar) -- redhat: configs: disable ATM protocols (Davide Caratti) -- configs/fedora: Enable the interconnect SC7180 driver built-in (Enric Balletbo i Serra) -- configs: clean up CONFIG_PAGE_TABLE_ISOLATION files (Ondrej Mosnacek) -- redhat: configs: enable CONFIG_INTEL_PCH_THERMAL for RHEL x86 (David Arcari) -- redhat/Makefile: Fix dist-dump-variables target (Prarit Bhargava) -- redhat/configs: Enable DEV_DAX and DEV_DAX_PMEM modules on aarch64 for fedora (D Scott Phillips) -- redhat/configs: Enable CONFIG_TRANSPARENT_HUGEPAGE on aarch64 for fedora (D Scott Phillips) -- configs/process_configs.sh: Remove orig files (Prarit Bhargava) -- redhat: configs: Disable CONFIG_MPLS for s390x/zfcpdump (Guillaume Nault) -- Fedora 5.17 configs round 1 (Justin M. Forbes) -- redhat: configs: disable the surface platform (David Arcari) -- redhat: configs: Disable team driver (Hangbin Liu) [1945477] -- configs: enable LOGITECH_FF for RHEL/CentOS too (Benjamin Tissoires) -- redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64 (Dean Nelson) [2041186] -- redhat: fix make {distg-brew,distg-koji} (Andrea Claudi) -- [fedora] Turn on CONFIG_VIDEO_OV5693 for sensor support (Dave Olsthoorn) -- Cleanup 'disabled' config options for RHEL (Prarit Bhargava) -- redhat: move CONFIG_ARM64_MTE to aarch64 config directory (Herton R. Krzesinski) -- Change CONFIG_TEST_BPF to a module (Justin M. Forbes) -- Change CONFIG_TEST_BPF to module in pending MR coming for proper review (Justin M. Forbes) -- redhat/configs: Enable CONFIG_TEST_BPF (Viktor Malik) -- Enable KUNIT tests for testing (Nico Pache) -- Makefile: Check PKGRELEASE size on dist-brew targets (Prarit Bhargava) -- kernel.spec: Add glibc-static build requirement (Prarit Bhargava) -- Enable iSER on s390x (Stefan Schulze Frielinghaus) -- redhat/configs: Enable CONFIG_ACER_WIRELESS (Peter Georg) [2025985] -- kabi: Add kABI macros for enum type (Čestmír Kalina) [2024595] -- kabi: expand and clarify documentation of aux structs (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_USE_AUX_PTR (Čestmír Kalina) [2024595] -- kabi: rename RH_KABI_SIZE_AND_EXTEND to AUX (Čestmír Kalina) [2024595] -- kabi: more consistent _RH_KABI_SIZE_AND_EXTEND (Čestmír Kalina) [2024595] -- kabi: use fixed field name for extended part (Čestmír Kalina) [2024595] -- kabi: fix dereference in RH_KABI_CHECK_EXT (Čestmír Kalina) [2024595] -- kabi: fix RH_KABI_SET_SIZE macro (Čestmír Kalina) [2024595] -- kabi: expand and clarify documentation (Čestmír Kalina) [2024595] -- kabi: make RH_KABI_USE replace any number of reserved fields (Čestmír Kalina) [2024595] -- kabi: rename RH_KABI_USE2 to RH_KABI_USE_SPLIT (Čestmír Kalina) [2024595] -- kabi: change RH_KABI_REPLACE2 to RH_KABI_REPLACE_SPLIT (Čestmír Kalina) [2024595] -- kabi: change RH_KABI_REPLACE_UNSAFE to RH_KABI_BROKEN_REPLACE (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_ADD_MODIFIER (Čestmír Kalina) [2024595] -- kabi: Include kconfig.h (Čestmír Kalina) [2024595] -- kabi: macros for intentional kABI breakage (Čestmír Kalina) [2024595] -- kabi: fix the note about terminating semicolon (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_HIDE_INCLUDE and RH_KABI_FAKE_INCLUDE (Čestmír Kalina) [2024595] -- spec: don't overwrite auto.conf with .config (Ondrej Mosnacek) -- New configs in drivers/crypto (Fedora Kernel Team) -- Add test_hash to the mod-internal.list (Justin M. Forbes) -- configs: disable CONFIG_CRAMFS (Abhi Das) [2041184] -- spec: speed up "cp -r" when it overwrites existing files. (Denys Vlasenko) -- redhat: use centos x509.genkey file if building under centos (Herton R. Krzesinski) -- Revert "[redhat] Generate a crashkernel.default for each kernel build" (Coiby Xu) -- spec: make linux-firmware weak(er) dependency (Jan Stancek) -- rtw89: enable new driver rtw89 and device RTK8852AE (Íñigo Huguet) -- Config consolidation into common (Justin M. Forbes) -- Add packaged but empty /lib/modules//systemtap/ (Justin M. Forbes) -- filter-modules.sh.rhel: Add ntc_thermistor to singlemods (Prarit Bhargava) -- Move CONFIG_SND_SOC_TLV320AIC31XX as it is now selected by CONFIG_SND_SOC_FSL_ASOC_CARD (Justin M. Forbes) -- Add dev_addr_lists_test to mod-internal.list (Justin M. Forbes) -- configs/fedora: Enable CONFIG_NFC_PN532_UART for use PN532 NFC module (Ziqian SUN (Zamir)) -- redhat: ignore ksamples and kselftests on the badfuncs rpminspect test (Herton R. Krzesinski) -- redhat: disable upstream check for rpminspect (Herton R. Krzesinski) -- redhat: switch the vsyscall config to CONFIG_LEGACY_VSYSCALL_XONLY=y (Herton R. Krzesinski) [1876977] -- redhat: configs: increase CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE (Rafael Aquini) -- move CONFIG_STRICT_SIGALTSTACK_SIZE to the appropriate directory (David Arcari) -- redhat/configs: Enable CONFIG_DM_MULTIPATH_IOA for fedora (Benjamin Marzinski) -- redhat/configs: Enable CONFIG_DM_MULTIPATH_HST (Benjamin Marzinski) [2000835] -- redhat: Pull in openssl-devel as a build dependency correctly (Neal Gompa) [2034670] -- redhat/configs: Migrate ZRAM_DEF_* configs to common/ (Neal Gompa) -- redhat/configs: Enable CONFIG_CRYPTO_ZSTD (Neal Gompa) [2032758] -- Turn CONFIG_DEVMEM back off for aarch64 (Justin M. Forbes) -- Clean up excess text in Fedora config files (Justin M. Forbes) -- Fedora config updates for 5.16 (Justin M. Forbes) -- redhat/configs: enable CONFIG_INPUT_KEYBOARD for AARCH64 (Vitaly Kuznetsov) -- Fedora configs for 5.16 pt 1 (Justin M. Forbes) -- redhat/configs: NFS: disable UDP, insecure enctypes (Benjamin Coddington) [1952863] -- Update rebase-notes with dracut 5.17 information (Justin M. Forbes) -- redhat/configs: Enable CONFIG_CRYPTO_BLAKE2B (Neal Gompa) [2031547] -- Enable CONFIG_BPF_SYSCALL for zfcpdump (Jiri Olsa) -- Enable CONFIG_CIFS_SMB_DIRECT for ARK (Ronnie Sahlberg) -- mt76: enable new device MT7921E in CentOs/RHEL (Íñigo Huguet) [2004821] -- Disable CONFIG_DEBUG_PREEMPT on normal builds (Phil Auld) -- redhat/configs: Enable CONFIG_PCI_P2PDMA for ark (Myron Stowe) -- pci.h: Fix static include (Prarit Bhargava) -- Enable CONFIG_VFIO_NOIOMMU for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_NTB_NETDEV for ark (John W. Linville) -- drivers/pci/pci-driver.c: Fix if/ifdef typo (Prarit Bhargava) -- common: arm64: ensure all the required arm64 errata are enabled (Peter Robinson) -- kernel/rh_taint.c: Update to new messaging (Prarit Bhargava) [2019377] -- redhat/configs: enable CONFIG_AMD_PTDMA for ark (John W. Linville) -- redhat/configs: enable CONFIG_RD_ZSTD for rhel (Tao Liu) [2020132] -- fedora: build TEE as a module for all arches (Peter Robinson) -- common: build TRUSTED_KEYS in everywhere (Peter Robinson) -- redhat: make Patchlist.changelog generation conditional (Herton R. Krzesinski) -- redhat/configs: Add two new CONFIGs (Prarit Bhargava) -- redhat/configs: Remove dead CONFIG files (Prarit Bhargava) -- redhat/configs/evaluate_configs: Add find dead configs option (Prarit Bhargava) -- Add more rebase notes for Fedora 5.16 (Justin M. Forbes) -- Fedora: Feature: Retire wireless Extensions (Peter Robinson) -- fedora: arm: some SoC enablement pieces (Peter Robinson) -- fedora: arm: enable PCIE_ROCKCHIP_DW for rk35xx series (Peter Robinson) -- fedora: enable RTW89 802.11 WiFi driver (Peter Robinson) -- fedora: arm: Enable DRM_PANEL_EDP (Peter Robinson) -- fedora: sound: enable new sound drivers (Peter Robinson) -- redhat/configs: unset KEXEC_SIG for s390x zfcpdump (Coiby Xu) -- spec: Keep .BTF section in modules (Jiri Olsa) -- Fix up PREEMPT configs (Justin M. Forbes) -- New configs in drivers/media (Fedora Kernel Team) -- New configs in drivers/net/ethernet/litex (Fedora Kernel Team) -- spec: add bpf_testmod.ko to kselftests/bpf (Viktor Malik) -- New configs in drivers/net/wwan (Fedora Kernel Team) -- New configs in drivers/i2c (Fedora Kernel Team) -- redhat/docs/index.rst: Add local build information. (Prarit Bhargava) -- Fix up preempt configs (Justin M. Forbes) -- Turn on CONFIG_HID_NINTENDO for controller support (Dave Olsthoorn) -- Fedora: Enable MediaTek bluetooth pieces (Peter Robinson) -- Add rebase notes to check for PCI patches (Justin M. Forbes) -- redhat: configs: move CONFIG_ACCESSIBILITY from fedora to common (John W. Linville) -- Filter updates for hid-playstation on Fedora (Justin M. Forbes) -- Enable CONFIG_VIRT_DRIVERS for ARK (Vitaly Kuznetsov) -- redhat/configs: Enable Nitro Enclaves on aarch64 (Vitaly Kuznetsov) -- Enable e1000 in rhel9 as unsupported (Ken Cox) [2002344] -- Turn on COMMON_CLK_AXG_AUDIO for Fedora rhbz 2020481 (Justin M. Forbes) -- Fix up fedora config options from mismatch (Justin M. Forbes) -- Add nct6775 to filter-modules.sh.rhel (Justin M. Forbes) -- Enable PREEMPT_DYNAMIC for all but s390x (Justin M. Forbes) -- Add memcpy_kunit to mod-internal.list (Justin M. Forbes) -- New configs in fs/ksmbd (Fedora Kernel Team) -- Add nct6775 to Fedora filter-modules.sh (Justin M. Forbes) -- New configs in fs/ntfs3 (Fedora Kernel Team) -- Make CONFIG_IOMMU_DEFAULT_DMA_STRICT default for all but x86 (Justin M. Forbes) -- redhat/configs: enable KEXEC_IMAGE_VERIFY_SIG for RHEL (Coiby Xu) -- redhat/configs: enable KEXEC_SIG for aarch64 RHEL (Coiby Xu) [1994858] -- Fix up fedora and pending configs for PREEMPT to end mismatch (Justin M. Forbes) -- Enable binder for fedora (Justin M. Forbes) -- redhat: configs: Update configs for vmware (Kamal Heib) -- Fedora configs for 5.15 (Justin M. Forbes) -- redhat/kernel.spec.template: don't hardcode gcov arches (Jan Stancek) -- redhat/configs: create a separate config for gcov options (Jan Stancek) -- Update documentation with FAQ and update frequency (Don Zickus) -- Document force pull option for mirroring (Don Zickus) -- Ignore the rhel9 kabi files (Don Zickus) -- Remove legacy elrdy cruft (Don Zickus) -- redhat/configs/evaluate_configs: walk cfgvariants line by line (Jan Stancek) -- redhat/configs/evaluate_configs: insert EMPTY tags at correct place (Jan Stancek) -- redhat: make dist-srpm-gcov add to BUILDOPTS (Jan Stancek) -- Build CONFIG_SPI_PXA2XX as a module on x86 (Justin M. Forbes) -- redhat/configs: enable CONFIG_BCMGENET as module (Joel Savitz) -- Fedora config updates (Justin M. Forbes) -- Enable CONFIG_FAIL_SUNRPC for debug builds (Justin M. Forbes) -- fedora: Disable fbdev drivers and use simpledrm instead (Javier Martinez Canillas) -- spec: Don't fail spec build if ksamples fails (Jiri Olsa) -- Enable CONFIG_QCOM_SCM for arm (Justin M. Forbes) -- redhat: Disable clang's integrated assembler on ppc64le and s390x (Tom Stellard) -- redhat/configs: enable CONFIG_IMA_WRITE_POLICY (Bruno Meneguele) -- Fix dist-srpm-gcov (Don Zickus) -- redhat: configs: add CONFIG_NTB and related items (John W. Linville) -- Add kfence_test to mod-internal.list (Justin M. Forbes) -- Enable KUNIT tests for redhat kernel-modules-internal (Nico Pache) -- redhat: add *-matched meta packages to rpminspect emptyrpm config (Herton R. Krzesinski) -- Use common config for NODES_SHIFT (Mark Salter) -- redhat: fix typo and make the output more silent for dist-git sync (Herton R. Krzesinski) -- Fedora NTFS config updates (Justin M. Forbes) -- Fedora 5.15 configs part 1 (Justin M. Forbes) -- Fix ordering in genspec args (Justin M. Forbes) -- redhat/configs: Enable Hyper-V guests on ARM64 (Vitaly Kuznetsov) [2007430] -- redhat: configs: Enable CONFIG_THINKPAD_LMI (Hans de Goede) -- redhat/docs: update Koji link to avoid redirect (Joel Savitz) -- redhat: add support for different profiles with dist*-brew (Herton R. Krzesinski) -- redhat: configs: Disable xtables and ipset (Phil Sutter) [1945179] -- redhat: Add mark_driver_deprecated() (Phil Sutter) [1945179] -- Change s390x CONFIG_NODES_SHIFT from 4 to 1 (Justin M. Forbes) -- Build CRYPTO_SHA3_*_S390 inline for s390 zfcpdump (Justin M. Forbes) -- redhat: move the DIST variable setting to Makefile.variables (Herton R. Krzesinski) -- redhat/kernel.spec.template: Cleanup source numbering (Prarit Bhargava) -- redhat/kernel.spec.template: Reorganize RHEL and Fedora specific files (Prarit Bhargava) -- redhat/kernel.spec.template: Add include_fedora and include_rhel variables (Prarit Bhargava) -- redhat/Makefile: Make kernel-local global (Prarit Bhargava) -- redhat/Makefile: Use flavors file (Prarit Bhargava) -- Turn on CONFIG_CPU_FREQ_GOV_SCHEDUTIL for x86 (Justin M. Forbes) -- redhat/configs: Remove CONFIG_INFINIBAND_I40IW (Kamal Heib) -- cleanup CONFIG_X86_PLATFORM_DRIVERS_INTEL (David Arcari) -- redhat: rename usage of .rhel8git.mk to .rhpkg.mk (Herton R. Krzesinski) -- Manually add pending items that need to be set due to mismatch (Justin M. Forbes) -- Clean up pending common (Justin M. Forbes) -- redhat/configs: Enable CONFIG_BLK_CGROUP_IOLATENCY & CONFIG_BLK_CGROUP_FC_APPID (Waiman Long) [2006813] -- redhat: remove kernel.changelog-8.99 file (Herton R. Krzesinski) -- redhat/configs: enable CONFIG_SQUASHFS_ZSTD which is already enabled in Fedora 34 (Tao Liu) [1998953] -- redhat: bump RHEL_MAJOR and add the changelog file for it (Herton R. Krzesinski) -- redhat: add documentation about the os-build rebase process (Herton R. Krzesinski) -- redhat/configs: enable SYSTEM_BLACKLIST_KEYRING which is already enabled in rhel8 and Fedora 34 (Coiby Xu) -- Build kernel-doc for Fedora (Justin M. Forbes) -- x86_64: Enable Elkhart Lake Quadrature Encoder Peripheral support (Prarit Bhargava) -- Update CONFIG_WERROR to disabled as it can cause issue with out of tree modules. (Justin M. Forbes) -- Fixup IOMMU configs in pending so that configs are sane again (Justin M. Forbes) -- Some initial Fedora config items for 5.15 (Justin M. Forbes) -- arm64: use common CONFIG_MAX_ZONEORDER for arm kernel (Mark Salter) -- Create Makefile.variables for a single point of configuration change (Justin M. Forbes) -- rpmspec: drop traceevent files instead of just excluding them from files list (Herton R. Krzesinski) [1967640] -- redhat/config: Enablement of CONFIG_PAPR_SCM for PowerPC (Gustavo Walbon) [1962936] -- Attempt to fix Intel PMT code (David Arcari) -- CI: Enable realtime branch testing (Veronika Kabatova) -- CI: Enable realtime checks for c9s and RHEL9 (Veronika Kabatova) -- ark: wireless: enable all rtw88 pcie wirless variants (Peter Robinson) -- wireless: rtw88: move debug options to common/debug (Peter Robinson) -- fedora: minor PTP clock driver cleanups (Peter Robinson) -- common: x86: enable VMware PTP support on ark (Peter Robinson) -- Disable liquidio driver on ark/rhel (Herton R. Krzesinski) [1993393] -- More Fedora config updates (Justin M. Forbes) -- Fedora config updates for 5.14 (Justin M. Forbes) -- CI: Rename ARK CI pipeline type (Veronika Kabatova) -- CI: Finish up c9s config (Veronika Kabatova) -- CI: Update ppc64le config (Veronika Kabatova) -- CI: use more templates (Veronika Kabatova) -- Filter updates for aarch64 (Justin M. Forbes) -- increase CONFIG_NODES_SHIFT for aarch64 (Chris von Recklinghausen) [1890304] -- redhat: configs: Enable CONFIG_WIRELESS_HOTKEY (Hans de Goede) -- redhat/configs: Update CONFIG_NVRAM (Desnes A. Nunes do Rosario) [1988254] -- common: serial: build in SERIAL_8250_LPSS for x86 (Peter Robinson) -- powerpc: enable CONFIG_FUNCTION_PROFILER (Diego Domingos) [1831065] -- redhat/configs: Disable Soft-RoCE driver (Kamal Heib) -- redhat/configs/evaluate_configs: Update help output (Prarit Bhargava) -- redhat/configs: Double MAX_LOCKDEP_CHAINS (Justin M. Forbes) -- fedora: configs: Fix WM5102 Kconfig (Hans de Goede) -- powerpc: enable CONFIG_POWER9_CPU (Diego Domingos) [1876436] -- redhat/configs: Fix CONFIG_VIRTIO_IOMMU to 'y' on aarch64 (Eric Auger) [1972795] -- filter-modules.sh: add more sound modules to filter (Jaroslav Kysela) -- redhat/configs: sound configuration cleanups and updates (Jaroslav Kysela) -- common: Update for CXL (Compute Express Link) configs (Peter Robinson) -- redhat: configs: disable CRYPTO_SM modules (Herton R. Krzesinski) [1990040] -- Remove fedora version of the LOCKDEP_BITS, we should use common (Justin M. Forbes) -- Re-enable sermouse for x86 (rhbz 1974002) (Justin M. Forbes) -- Fedora 5.14 configs round 1 (Justin M. Forbes) -- redhat: add gating configuration for centos stream/rhel9 (Herton R. Krzesinski) -- x86: configs: Enable CONFIG_TEST_FPU for debug kernels (Vitaly Kuznetsov) [1988384] -- redhat/configs: Move CHACHA and POLY1305 to core kernel to allow BIG_KEYS=y (root) [1983298] -- kernel.spec: fix build of samples/bpf (Jiri Benc) -- Enable OSNOISE_TRACER and TIMERLAT_TRACER (Jerome Marchand) [1979379] -- rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] -- configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) -- fedora: sound config updates for 5.14 (Peter Robinson) -- fedora: Only enable FSI drivers on POWER platform (Peter Robinson) -- The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson) -- fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson) -- fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson) -- fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson) -- Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson) -- fedora: arm: disabled unused FB drivers (Peter Robinson) -- fedora: don't enable FB_VIRTUAL (Peter Robinson) -- redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075] -- rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406] -- Build Fedora x86s kernels with bytcr-wm5102 (Marius Hoch) -- Deleted redhat/configs/fedora/generic/x86/CONFIG_FB_HYPERV (Patrick Lang) -- rpmspec: correct the ghost initramfs attributes (Herton R. Krzesinski) [1977056] -- rpmspec: amend removal of depmod created files to include modules.builtin.alias.bin (Herton R. Krzesinski) [1977056] -- configs: remove duplicate CONFIG_DRM_HYPERV file (Patrick Talbert) -- CI: use common code for merge and release (Don Zickus) -- rpmspec: add release string to kernel doc directory name (Jan Stancek) -- redhat/configs: Add CONFIG_INTEL_PMT_CRASHLOG (Michael Petlan) [1880486] -- redhat/configs: Add CONFIG_INTEL_PMT_TELEMETRY (Michael Petlan) [1880486] -- redhat/configs: Add CONFIG_MFD_INTEL_PMT (Michael Petlan) [1880486] -- redhat/configs: enable CONFIG_BLK_DEV_ZONED (Ming Lei) [1638087] -- Add --with clang_lto option to build the kernel with Link Time Optimizations (Tom Stellard) -- common: disable DVB_AV7110 and associated pieces (Peter Robinson) -- Fix fedora-only config updates (Don Zickus) -- Fedor config update for new option (Justin M. Forbes) -- redhat/configs: Enable stmmac NIC for x86_64 (Mark Salter) -- all: hyperv: use the DRM driver rather than FB (Peter Robinson) -- all: hyperv: unify the Microsoft HyperV configs (Peter Robinson) -- all: VMWare: clean up VMWare configs (Peter Robinson) -- Update CONFIG_ARM_FFA_TRANSPORT (Patrick Talbert) -- CI: Handle all mirrors (Veronika Kabatova) -- Turn on CONFIG_STACKTRACE for s390x zfpcdump kernels (Justin M. Forbes) -- arm64: switch ark kernel to 4K pagesize (Mark Salter) -- Disable AMIGA_PARTITION and KARMA_PARTITION (Prarit Bhargava) [1802694] -- all: unify and cleanup i2c TPM2 modules (Peter Robinson) -- redhat/configs: Set CONFIG_VIRTIO_IOMMU on aarch64 (Eric Auger) [1972795] -- redhat/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config (Phil Auld) -- redhat/configs: enable KEXEC_SIG which is already enabled in RHEL8 for s390x and x86_64 (Coiby Xu) [1976835] -- rpmspec: do not BuildRequires bpftool on noarch (Herton R. Krzesinski) -- redhat/configs: disable {IMA,EVM}_LOAD_X509 (Bruno Meneguele) [1977529] -- redhat: add secureboot CA certificate to trusted kernel keyring (Bruno Meneguele) -- redhat/configs: enable IMA_ARCH_POLICY for aarch64 and s390x (Bruno Meneguele) -- redhat/configs: Enable CONFIG_MLXBF_GIGE on aarch64 (Alaa Hleihel) [1858599] -- common: enable STRICT_MODULE_RWX everywhere (Peter Robinson) -- COMMON_CLK_STM32MP157_SCMI is bool and selects COMMON_CLK_SCMI (Justin M. Forbes) -- kernel.spec: Add kernel{,-debug}-devel-matched meta packages (Timothée Ravier) -- Turn off with_selftests for Fedora (Justin M. Forbes) -- Don't build bpftool on Fedora (Justin M. Forbes) -- Fix location of syscall scripts for kernel-devel (Justin M. Forbes) -- fedora: arm: Enable some i.MX8 options (Peter Robinson) -- Enable Landlock for Fedora (Justin M. Forbes) -- Filter update for Fedora aarch64 (Justin M. Forbes) -- rpmspec: only build debug meta packages where we build debug ones (Herton R. Krzesinski) -- rpmspec: do not BuildRequires bpftool on nobuildarches (Herton R. Krzesinski) -- redhat/configs: Consolidate CONFIG_HMC_DRV in the common s390x folder (Thomas Huth) [1976270] -- redhat/configs: Consolidate CONFIG_EXPOLINE_OFF in the common folder (Thomas Huth) [1976270] -- redhat/configs: Move CONFIG_HW_RANDOM_S390 into the s390x/ subfolder (Thomas Huth) [1976270] -- redhat/configs: Disable CONFIG_HOTPLUG_PCI_SHPC in the Fedora settings (Thomas Huth) [1976270] -- redhat/configs: Remove the non-existent CONFIG_NO_BOOTMEM switch (Thomas Huth) [1976270] -- redhat/configs: Compile the virtio-console as a module on s390x (Thomas Huth) [1976270] -- redhat/configs: Enable CONFIG_S390_CCW_IOMMU and CONFIG_VFIO_CCW for ARK, too (Thomas Huth) [1976270] -- Revert "Merge branch 'ec_fips' into 'os-build'" (Vladis Dronov) [1947240] -- Fix typos in fedora filters (Justin M. Forbes) -- More filtering for Fedora (Justin M. Forbes) -- Fix Fedora module filtering for spi-altera-dfl (Justin M. Forbes) -- Fedora 5.13 config updates (Justin M. Forbes) -- fedora: cleanup TCG_TIS_I2C_CR50 (Peter Robinson) -- fedora: drop duplicate configs (Peter Robinson) -- More Fedora config updates for 5.13 (Justin M. Forbes) -- redhat/configs: Enable needed drivers for BlueField SoC on aarch64 (Alaa Hleihel) [1858592 1858594 1858596] -- redhat: Rename mod-blacklist.sh to mod-denylist.sh (Prarit Bhargava) -- redhat/configs: enable CONFIG_NET_ACT_MPLS (Marcelo Ricardo Leitner) -- configs: Enable CONFIG_DEBUG_KERNEL for zfcpdump (Jiri Olsa) -- kernel.spec: Add support to use vmlinux.h (Don Zickus) -- spec: Add vmlinux.h to kernel-devel package (Jiri Olsa) -- Turn off DRM_XEN_FRONTEND for Fedora as we had DRM_XEN off already (Justin M. Forbes) -- Fedora 5.13 config updates pt 3 (Justin M. Forbes) -- all: enable ath11k wireless modules (Peter Robinson) -- all: Enable WWAN and associated MHI bus pieces (Peter Robinson) -- spec: Enable sefltests rpm build (Jiri Olsa) -- spec: Allow bpf selftest/samples to fail (Jiri Olsa) -- kvm: Add kvm_stat.service file and kvm_stat logrotate config to the tools (Jiri Benc) -- kernel.spec: Add missing source files to kernel-selftests-internal (Jiri Benc) -- kernel.spec: selftests: add net/forwarding to TARGETS list (Jiri Benc) -- kernel.spec: selftests: add build requirement on libmnl-devel (Jiri Benc) -- kernel.spec: add action.o to kernel-selftests-internal (Jiri Benc) -- kernel.spec: avoid building bpftool repeatedly (Jiri Benc) -- kernel.spec: selftests require python3 (Jiri Benc) -- kernel.spec: skip selftests that failed to build (Jiri Benc) -- kernel.spec: fix installation of bpf selftests (Jiri Benc) -- redhat: fix samples and selftests make options (Jiri Benc) -- kernel.spec: enable mptcp selftests for kernel-selftests-internal (Jiri Benc) -- kernel.spec: Do not export shared objects from libexecdir to RPM Provides (Jiri Benc) -- kernel.spec: add missing dependency for the which package (Jiri Benc) -- kernel.spec: add netfilter selftests to kernel-selftests-internal (Jiri Benc) -- kernel.spec: move slabinfo and page_owner_sort debuginfo to tools-debuginfo (Jiri Benc) -- kernel.spec: package and ship VM tools (Jiri Benc) -- configs: enable CONFIG_PAGE_OWNER (Jiri Benc) -- kernel.spec: add coreutils (Jiri Benc) -- kernel.spec: add netdevsim driver selftests to kernel-selftests-internal (Jiri Benc) -- redhat/Makefile: Clean out the --without flags from the baseonly rule (Jiri Benc) -- kernel.spec: Stop building unnecessary rpms for baseonly builds (Jiri Benc) -- kernel.spec: disable more kabi switches for gcov build (Jiri Benc) -- kernel.spec: Rename kabi-dw base (Jiri Benc) -- kernel.spec: Fix error messages during build of zfcpdump kernel (Jiri Benc) -- kernel.spec: perf: remove bpf examples (Jiri Benc) -- kernel.spec: selftests should not depend on modules-internal (Jiri Benc) -- kernel.spec: build samples (Jiri Benc) -- kernel.spec: tools: sync missing options with RHEL 8 (Jiri Benc) -- redhat/configs: nftables: Enable extra flowtable symbols (Phil Sutter) -- redhat/configs: Sync netfilter options with RHEL8 (Phil Sutter) -- Fedora 5.13 config updates pt 2 (Justin M. Forbes) -- Move CONFIG_ARCH_INTEL_SOCFPGA up a level for Fedora (Justin M. Forbes) -- fedora: enable the Rockchip rk3399 pcie drivers (Peter Robinson) -- Fedora 5.13 config updates pt 1 (Justin M. Forbes) -- Fix version requirement from opencsd-devel buildreq (Justin M. Forbes) -- configs/ark/s390: set CONFIG_MARCH_Z14 and CONFIG_TUNE_Z15 (Philipp Rudo) [1876435] -- configs/common/s390: Clean up CONFIG_{MARCH,TUNE}_Z* (Philipp Rudo) -- configs/process_configs.sh: make use of dummy-tools (Philipp Rudo) -- configs/common: disable CONFIG_INIT_STACK_ALL_{PATTERN,ZERO} (Philipp Rudo) -- configs/common/aarch64: disable CONFIG_RELR (Philipp Rudo) -- redhat/config: enable STMICRO nic for RHEL (Mark Salter) -- redhat/configs: Enable ARCH_TEGRA on RHEL (Mark Salter) -- redhat/configs: enable IMA_KEXEC for supported arches (Bruno Meneguele) -- redhat/configs: enable INTEGRITY_SIGNATURE to all arches (Bruno Meneguele) -- configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED (Benjamin Tissoires) -- RHEL: disable io_uring support (Jeff Moyer) [1964537] -- all: Changing CONFIG_UV_SYSFS to build uv_sysfs.ko as a loadable module. (Frank Ramsay) -- Enable NITRO_ENCLAVES on RHEL (Vitaly Kuznetsov) -- Update the Quick Start documentation (David Ward) -- redhat/configs: Set PVPANIC_MMIO for x86 and PVPANIC_PCI for aarch64 (Eric Auger) [1961178] -- bpf: Fix unprivileged_bpf_disabled setup (Jiri Olsa) -- Enable CONFIG_BPF_UNPRIV_DEFAULT_OFF (Jiri Olsa) -- configs/common/s390: disable CONFIG_QETH_{OSN,OSX} (Philipp Rudo) [1903201] -- nvme: nvme_mpath_init remove multipath check (Mike Snitzer) -- Make CRYPTO_EC also builtin (Simo Sorce) [1947240] -- Do not hard-code a default value for DIST (David Ward) -- Override %%{debugbuildsenabled} if the --with-release option is used (David Ward) -- Improve comments in SPEC file, and move some option tests and macros (David Ward) -- configs: enable CONFIG_EXFAT_FS (Pavel Reichl) [1943423] -- Revert s390x/zfcpdump part of a9d179c40281 and ecbfddd98621 (Vladis Dronov) -- Embed crypto algos, modes and templates needed in the FIPS mode (Vladis Dronov) [1947240] -- configs: Add and enable CONFIG_HYPERV_TESTING for debug kernels (Mohammed Gamal) -- configs: enable CONFIG_CMA on x86_64 in ARK (David Hildenbrand) [1945002] -- rpmspec: build debug-* meta-packages if debug builds are disabled (Herton R. Krzesinski) -- UIO: disable unused config options (Aristeu Rozanski) [1957819] -- ARK-config: Make amd_pinctrl module builtin (Hans de Goede) -- rpmspec: revert/drop content hash for kernel-headers (Herton R. Krzesinski) -- rpmspec: fix check that calls InitBuildVars (Herton R. Krzesinski) -- fedora: enable zonefs (Damien Le Moal) -- redhat: load specific ARCH keys to INTEGRITY_PLATFORM_KEYRING (Bruno Meneguele) -- redhat: enable INTEGRITY_TRUSTED_KEYRING across all variants (Bruno Meneguele) -- redhat: enable SYSTEM_BLACKLIST_KEYRING across all variants (Bruno Meneguele) -- redhat: enable INTEGRITY_ASYMMETRIC_KEYS across all variants (Bruno Meneguele) -- Remove unused boot loader specification files (David Ward) -- redhat/configs: Enable mlx5 IPsec and TLS offloads (Alaa Hleihel) [1869674 1957636] -- common: disable Apple Silicon generally (Peter Robinson) -- cleanup Intel's FPGA configs (Peter Robinson) -- common: move PTP KVM support from ark to common (Peter Robinson) -- Enable CONFIG_DRM_AMDGPU_USERPTR for everyone (Justin M. Forbes) -- redhat: add initial rpminspect configuration (Herton R. Krzesinski) -- fedora: arm updates for 5.13 (Peter Robinson) -- fedora: Enable WWAN and associated MHI bits (Peter Robinson) -- Update CONFIG_MODPROBE_PATH to /usr/sbin (Justin Forbes) -- Fedora set modprobe path (Justin M. Forbes) -- Keep sctp and l2tp modules in modules-extra (Don Zickus) -- Fix ppc64le cross build packaging (Don Zickus) -- Fedora: Make amd_pinctrl module builtin (Hans de Goede) -- Keep CONFIG_KASAN_HW_TAGS off for aarch64 debug configs (Justin M. Forbes) -- New configs in drivers/bus (Fedora Kernel Team) -- RHEL: Don't build KVM PR module on ppc64 (David Gibson) [1930649] -- Flip CONFIG_USB_ROLE_SWITCH from m to y (Justin M. Forbes) -- Set valid options for CONFIG_FW_LOADER_USER_HELPER (Justin M. Forbes) -- Clean up CONFIG_FB_MODE_HELPERS (Justin M. Forbes) -- Turn off CONFIG_VFIO for the s390x zfcpdump kernel (Justin M. Forbes) -- Delete unused CONFIG_SND_SOC_MAX98390 pending-common (Justin M. Forbes) -- Update pending-common configs, preparing to set correctly (Justin M. Forbes) -- Update fedora filters for surface (Justin M. Forbes) -- Build CONFIG_CRYPTO_ECDSA inline for s390x zfcpdump (Justin M. Forbes) -- Replace "flavour" where "variant" is meant instead (David Ward) -- Drop the %%{variant} macro and fix --with-vanilla (David Ward) -- Fix syntax of %%kernel_variant_files (David Ward) -- Change description of --without-vdso-install to fix typo (David Ward) -- Config updates to work around mismatches (Justin M. Forbes) -- CONFIG_SND_SOC_FSL_ASOC_CARD selects CONFIG_MFD_WM8994 now (Justin M. Forbes) -- wireguard: disable in FIPS mode (Hangbin Liu) [1940794] -- Enable mtdram for fedora (rhbz 1955916) (Justin M. Forbes) -- Remove reference to bpf-helpers man page (Justin M. Forbes) -- Fedora: enable more modules for surface devices (Dave Olsthoorn) -- Fix Fedora config mismatch for CONFIG_FSL_ENETC_IERB (Justin M. Forbes) -- hardlink is in /usr/bin/ now (Justin M. Forbes) -- Ensure CONFIG_KVM_BOOK3S_64_PR stays on in Fedora, even if it is turned off in RHEL (Justin M. Forbes) -- Set date in package release from repository commit, not system clock (David Ward) -- Use a better upstream tarball filename for snapshots (David Ward) -- Don't create empty pending-common files on pending-fedora commits (Don Zickus) -- nvme: decouple basic ANA log page re-read support from native multipathing (Mike Snitzer) -- nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT (Mike Snitzer) -- nvme: Return BLK_STS_TARGET if the DNR bit is set (Mike Snitzer) -- Add redhat/configs/pending-common/generic/s390x/zfcpdump/CONFIG_NETFS_SUPPORT (Justin M. Forbes) -- Create ark-latest branch last for CI scripts (Don Zickus) -- Replace /usr/libexec/platform-python with /usr/bin/python3 (David Ward) -- Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes) -- Export ark infrastructure files (Don Zickus) -- docs: Update docs to reflect newer workflow. (Don Zickus) -- Use upstream/master for merge-base with fallback to master (Don Zickus) -- Fedora: Turn off the SND_INTEL_BYT_PREFER_SOF option (Hans de Goede) -- filter-modules.sh.fedora: clean up "netprots" (Paul Bolle) -- filter-modules.sh.fedora: clean up "scsidrvs" (Paul Bolle) -- filter-*.sh.fedora: clean up "ethdrvs" (Paul Bolle) -- filter-*.sh.fedora: clean up "driverdirs" (Paul Bolle) -- filter-*.sh.fedora: remove incorrect entries (Paul Bolle) -- filter-*.sh.fedora: clean up "singlemods" (Paul Bolle) -- filter-modules.sh.fedora: drop unused list "iiodrvs" (Paul Bolle) -- Update mod-internal to fix depmod issue (Nico Pache) -- Turn on CONFIG_VDPA_SIM_NET (rhbz 1942343) (Justin M. Forbes) -- New configs in drivers/power (Fedora Kernel Team) -- Turn on CONFIG_NOUVEAU_DEBUG_PUSH for debug configs (Justin M. Forbes) -- Turn off KFENCE sampling by default for Fedora (Justin M. Forbes) -- Fedora config updates round 2 (Justin M. Forbes) -- New configs in drivers/soc (Jeremy Cline) -- filter-modules.sh: Fix copy/paste error 'input' (Paul Bolle) -- Update module filtering for 5.12 kernels (Justin M. Forbes) -- Fix genlog.py to ensure that comments retain "%%" characters. (Mark Mielke) -- New configs in drivers/leds (Fedora Kernel Team) -- Limit CONFIG_USB_CDNS_SUPPORT to x86_64 and arm in Fedora (David Ward) -- Fedora: Enable CHARGER_GPIO on aarch64 too (Peter Robinson) -- Fedora config updates (Justin M. Forbes) -- configs: enable CONFIG_WIREGUARD in ARK (Hangbin Liu) [1613522] -- Remove duplicate configs acroos fedora, ark and common (Don Zickus) -- Combine duplicate configs across ark and fedora into common (Don Zickus) -- common/ark: cleanup and unify the parport configs (Peter Robinson) -- iommu/vt-d: enable INTEL_IDXD_SVM for both fedora and rhel (Jerry Snitselaar) -- REDHAT: coresight: etm4x: Disable coresight on HPE Apollo 70 (Jeremy Linton) -- configs/common/generic: disable CONFIG_SLAB_MERGE_DEFAULT (Rafael Aquini) -- Remove _legacy_common_support (Justin M. Forbes) -- redhat/mod-blacklist.sh: Fix floppy blacklisting (Hans de Goede) -- New configs in fs/pstore (CKI@GitLab) -- New configs in arch/powerpc (Fedora Kernel Team) -- configs: enable BPF LSM on Fedora and ARK (Ondrej Mosnacek) -- configs: clean up LSM configs (Ondrej Mosnacek) -- New configs in drivers/platform (CKI@GitLab) -- New configs in drivers/firmware (CKI@GitLab) -- New configs in drivers/mailbox (Fedora Kernel Team) -- New configs in drivers/net/phy (Justin M. Forbes) -- Update CONFIG_DM_MULTIPATH_IOA (Augusto Caringi) -- New configs in mm/Kconfig (CKI@GitLab) -- New configs in arch/powerpc (Jeremy Cline) -- New configs in arch/powerpc (Jeremy Cline) -- New configs in drivers/input (Fedora Kernel Team) -- New configs in net/bluetooth (Justin M. Forbes) -- New configs in drivers/clk (Fedora Kernel Team) -- New configs in init/Kconfig (Jeremy Cline) -- redhat: allow running fedora-configs and rh-configs targets outside of redhat/ (Herton R. Krzesinski) -- all: unify the disable of goldfish (android emulation platform) (Peter Robinson) -- common: minor cleanup/de-dupe of dma/dmabuf debug configs (Peter Robinson) -- common/ark: these drivers/arches were removed in 5.12 (Peter Robinson) -- Correct kernel-devel make prepare build for 5.12. (Paulo E. Castro) -- redhat: add initial support for centos stream dist-git sync on Makefiles (Herton R. Krzesinski) -- redhat/configs: Enable CONFIG_SCHED_STACK_END_CHECK for Fedora and ARK (Josh Poimboeuf) [1856174] -- CONFIG_VFIO now selects IOMMU_API instead of depending on it, causing several config mismatches for the zfcpdump kernel (Justin M. Forbes) -- Turn off weak-modules for Fedora (Justin M. Forbes) -- redhat: enable CONFIG_FW_LOADER_COMPRESS for ARK (Herton R. Krzesinski) [1939095] -- Fedora: filters: update to move dfl-emif to modules (Peter Robinson) -- drop duplicate DEVFREQ_GOV_SIMPLE_ONDEMAND config (Peter Robinson) -- efi: The EFI_VARS is legacy and now x86 only (Peter Robinson) -- common: enable RTC_SYSTOHC to supplement update_persistent_clock64 (Peter Robinson) -- generic: arm: enable SCMI for all options (Peter Robinson) -- fedora: the PCH_CAN driver is x86-32 only (Peter Robinson) -- common: disable legacy CAN device support (Peter Robinson) -- common: Enable Microchip MCP251x/MCP251xFD CAN controllers (Peter Robinson) -- common: Bosch MCAN support for Intel Elkhart Lake (Peter Robinson) -- common: enable CAN_PEAK_PCIEFD PCI-E driver (Peter Robinson) -- common: disable CAN_PEAK_PCIEC PCAN-ExpressCard (Peter Robinson) -- common: enable common CAN layer 2 protocols (Peter Robinson) -- ark: disable CAN_LEDS option (Peter Robinson) -- Fedora: Turn on SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC option (Hans de Goede) -- Fedora: enable modules for surface devices (Dave Olsthoorn) -- Turn on SND_SOC_INTEL_SOUNDWIRE_SOF_MACH for Fedora again (Justin M. Forbes) -- common: fix WM8804 codec dependencies (Peter Robinson) -- Build SERIO_SERPORT as a module (Peter Robinson) -- input: touchscreen: move ELO and Wacom serial touchscreens to x86 (Peter Robinson) -- Sync serio touchscreens for non x86 architectures to the same as ARK (Peter Robinson) -- Only enable SERIO_LIBPS2 on x86 (Peter Robinson) -- Only enable PC keyboard controller and associated keyboard on x86 (Peter Robinson) -- Generic: Mouse: Tweak generic serial mouse options (Peter Robinson) -- Only enable PS2 Mouse options on x86 (Peter Robinson) -- Disable bluetooth highspeed by default (Peter Robinson) -- Fedora: A few more general updates for 5.12 window (Peter Robinson) -- Fedora: Updates for 5.12 merge window (Peter Robinson) -- Fedora: remove dead options that were removed upstream (Peter Robinson) -- redhat: remove CONFIG_DRM_PANEL_XINGBANGDA_XBD599 (Herton R. Krzesinski) -- New configs in arch/powerpc (Fedora Kernel Team) -- Turn on CONFIG_PPC_QUEUED_SPINLOCKS as it is default upstream now (Justin M. Forbes) -- Update pending-common configs to address new upstream config deps (Justin M. Forbes) -- rpmspec: ship gpio-watch.debug in the proper debuginfo package (Herton R. Krzesinski) -- Removed description text as a comment confuses the config generation (Justin M. Forbes) -- New configs in drivers/dma-buf (Jeremy Cline) -- Fedora: ARMv7: build for 16 CPUs. (Peter Robinson) -- Fedora: only enable DEBUG_HIGHMEM on debug kernels (Peter Robinson) -- process_configs.sh: fix find/xargs data flow (Ondrej Mosnacek) -- Fedora config update (Justin M. Forbes) -- fedora: minor arm sound config updates (Peter Robinson) -- Fix trailing white space in redhat/configs/fedora/generic/CONFIG_SND_INTEL_BYT_PREFER_SOF (Justin M. Forbes) -- Add a redhat/rebase-notes.txt file (Hans de Goede) -- Turn on SND_INTEL_BYT_PREFER_SOF for Fedora (Hans de Goede) -- CI: Drop MR ID from the name variable (Veronika Kabatova) -- redhat: add DUP and kpatch certificates to system trusted keys for RHEL build (Herton R. Krzesinski) -- The comments in CONFIG_USB_RTL8153_ECM actually turn off CONFIG_USB_RTL8152 (Justin M. Forbes) -- Update CKI pipeline project (Veronika Kabatova) -- Turn off additional KASAN options for Fedora (Justin M. Forbes) -- Rename the master branch to rawhide for Fedora (Justin M. Forbes) -- Makefile targets for packit integration (Ben Crocker) -- Turn off KASAN for rawhide debug builds (Justin M. Forbes) -- New configs in arch/arm64 (Justin Forbes) -- Remove deprecated Intel MIC config options (Peter Robinson) -- redhat: replace inline awk script with genlog.py call (Herton R. Krzesinski) -- redhat: add genlog.py script (Herton R. Krzesinski) -- kernel.spec.template - fix use_vdso usage (Ben Crocker) -- redhat: remove remaining references of CONFIG_RH_DISABLE_DEPRECATED (Herton R. Krzesinski) -- Turn off vdso_install for ppc (Justin M. Forbes) -- Remove bpf-helpers.7 from bpftool package (Jiri Olsa) -- New configs in lib/Kconfig.debug (Fedora Kernel Team) -- Turn off CONFIG_VIRTIO_CONSOLE for s390x zfcpdump (Justin M. Forbes) -- New configs in drivers/clk (Justin M. Forbes) -- Keep VIRTIO_CONSOLE on s390x available. (Jakub Čajka) -- New configs in lib/Kconfig.debug (Jeremy Cline) -- Fedora 5.11 config updates part 4 (Justin M. Forbes) -- Fedora 5.11 config updates part 3 (Justin M. Forbes) -- Fedora 5.11 config updates part 2 (Justin M. Forbes) -- Update internal (test) module list from RHEL-8 (Joe Lawrence) [1915073] -- Fix USB_XHCI_PCI regression (Justin M. Forbes) -- fedora: fixes for ARMv7 build issue by disabling HIGHPTE (Peter Robinson) -- all: s390x: Increase CONFIG_PCI_NR_FUNCTIONS to 512 (#1888735) (Dan Horák) -- Fedora 5.11 configs pt 1 (Justin M. Forbes) -- redhat: avoid conflict with mod-blacklist.sh and released_kernel defined (Herton R. Krzesinski) -- redhat: handle certificate files conditionally as done for src.rpm (Herton R. Krzesinski) -- specfile: add %%{?_smp_mflags} to "make headers_install" in tools/testing/selftests (Denys Vlasenko) -- specfile: add %%{?_smp_mflags} to "make samples/bpf/" (Denys Vlasenko) -- Run MR testing in CKI pipeline (Veronika Kabatova) -- Reword comment (Nicolas Chauvet) -- Add with_cross_arm conditional (Nicolas Chauvet) -- Redefines __strip if with_cross (Nicolas Chauvet) -- fedora: only enable ACPI_CONFIGFS, ACPI_CUSTOM_METHOD in debug kernels (Peter Robinson) -- fedora: User the same EFI_CUSTOM_SSDT_OVERLAYS as ARK (Peter Robinson) -- all: all arches/kernels enable the same DMI options (Peter Robinson) -- all: move SENSORS_ACPI_POWER to common/generic (Peter Robinson) -- fedora: PCIE_HISI_ERR is already in common (Peter Robinson) -- all: all ACPI platforms enable ATA_ACPI so move it to common (Peter Robinson) -- all: x86: move shared x86 acpi config options to generic (Peter Robinson) -- All: x86: Move ACPI_VIDEO to common/x86 (Peter Robinson) -- All: x86: Enable ACPI_DPTF (Intel DPTF) (Peter Robinson) -- All: enable ACPI_BGRT for all ACPI platforms. (Peter Robinson) -- All: Only build ACPI_EC_DEBUGFS for debug kernels (Peter Robinson) -- All: Disable Intel Classmate PC ACPI_CMPC option (Peter Robinson) -- cleanup: ACPI_PROCFS_POWER was removed upstream (Peter Robinson) -- All: ACPI: De-dupe the ACPI options that are the same across ark/fedora on x86/arm (Peter Robinson) -- Enable the vkms module in Fedora (Jeremy Cline) -- Fedora: arm updates for 5.11 and general cross Fedora cleanups (Peter Robinson) -- Add gcc-c++ to BuildRequires (Justin M. Forbes) -- Update CONFIG_KASAN_HW_TAGS (Justin M. Forbes) -- fedora: arm: move generic power off/reset to all arm (Peter Robinson) -- fedora: ARMv7: build in DEVFREQ_GOV_SIMPLE_ONDEMAND until I work out why it's changed (Peter Robinson) -- fedora: cleanup joystick_adc (Peter Robinson) -- fedora: update some display options (Peter Robinson) -- fedora: arm: enable TI PRU options (Peter Robinson) -- fedora: arm: minor exynos plaform updates (Peter Robinson) -- arm: SoC: disable Toshiba Visconti SoC (Peter Robinson) -- common: disable ARCH_BCM4908 (NFC) (Peter Robinson) -- fedora: minor arm config updates (Peter Robinson) -- fedora: enable Tegra 234 SoC (Peter Robinson) -- fedora: arm: enable new Hikey 3xx options (Peter Robinson) -- Fedora: USB updates (Peter Robinson) -- fedora: enable the GNSS receiver subsystem (Peter Robinson) -- Remove POWER_AVS as no longer upstream (Peter Robinson) -- Cleanup RESET_RASPBERRYPI (Peter Robinson) -- Cleanup GPIO_CDEV_V1 options. (Peter Robinson) -- fedora: arm crypto updates (Peter Robinson) -- CONFIG_KASAN_HW_TAGS for aarch64 (Justin M. Forbes) -- Fedora: cleanup PCMCIA configs, move to x86 (Peter Robinson) -- New configs in drivers/rtc (Fedora Kernel Team) -- redhat/configs: Enable CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL (Josh Poimboeuf) [1856176] -- redhat/configs: Enable CONFIG_GCC_PLUGIN_STRUCTLEAK (Josh Poimboeuf) [1856176] -- redhat/configs: Enable CONFIG_GCC_PLUGINS on ARK (Josh Poimboeuf) [1856176] -- redhat/configs: Enable CONFIG_KASAN on Fedora (Josh Poimboeuf) [1856176] -- New configs in init/Kconfig (Fedora Kernel Team) -- build_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- genspec.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- mod-blacklist.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- Enable Speakup accessibility driver (Justin M. Forbes) -- New configs in init/Kconfig (Fedora Kernel Team) -- Fix fedora config mismatch due to dep changes (Justin M. Forbes) -- New configs in drivers/crypto (Jeremy Cline) -- Remove duplicate ENERGY_MODEL configs (Peter Robinson) -- This is selected by PCIE_QCOM so must match (Justin M. Forbes) -- drop unused BACKLIGHT_GENERIC (Peter Robinson) -- Remove cp instruction already handled in instruction below. (Paulo E. Castro) -- Add all the dependencies gleaned from running `make prepare` on a bloated devel kernel. (Paulo E. Castro) -- Add tools to path mangling script. (Paulo E. Castro) -- Remove duplicate cp statement which is also not specific to x86. (Paulo E. Castro) -- Correct orc_types failure whilst running `make prepare` https://bugzilla.redhat.com/show_bug.cgi?id=1882854 (Paulo E. Castro) -- redhat: ark: enable CONFIG_IKHEADERS (Jiri Olsa) -- Add missing '$' sign to (GIT) in redhat/Makefile (Augusto Caringi) -- Remove filterdiff and use native git instead (Don Zickus) -- New configs in net/sched (Justin M. Forbes) -- New configs in drivers/mfd (CKI@GitLab) -- New configs in drivers/mfd (Fedora Kernel Team) -- New configs in drivers/firmware (Fedora Kernel Team) -- Temporarily backout parallel xz script (Justin M. Forbes) -- redhat: explicitly disable CONFIG_IMA_APPRAISE_SIGNED_INIT (Bruno Meneguele) -- redhat: enable CONFIG_EVM_LOAD_X509 on ARK (Bruno Meneguele) -- redhat: enable CONFIG_EVM_ATTR_FSUUID on ARK (Bruno Meneguele) -- redhat: enable CONFIG_EVM in all arches and flavors (Bruno Meneguele) -- redhat: enable CONFIG_IMA_LOAD_X509 on ARK (Bruno Meneguele) -- redhat: set CONFIG_IMA_DEFAULT_HASH to SHA256 (Bruno Meneguele) -- redhat: enable CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT (Bruno Meneguele) -- redhat: enable CONFIG_IMA_READ_POLICY on ARK (Bruno Meneguele) -- redhat: set default IMA template for all ARK arches (Bruno Meneguele) -- redhat: enable CONFIG_IMA_DEFAULT_HASH_SHA256 for all flavors (Bruno Meneguele) -- redhat: disable CONFIG_IMA_DEFAULT_HASH_SHA1 (Bruno Meneguele) -- redhat: enable CONFIG_IMA_ARCH_POLICY for ppc and x86 (Bruno Meneguele) -- redhat: enable CONFIG_IMA_APPRAISE_MODSIG (Bruno Meneguele) -- redhat: enable CONFIG_IMA_APPRAISE_BOOTPARAM (Bruno Meneguele) -- redhat: enable CONFIG_IMA_APPRAISE (Bruno Meneguele) -- redhat: enable CONFIG_INTEGRITY for aarch64 (Bruno Meneguele) -- kernel: Update some missing KASAN/KCSAN options (Jeremy Linton) -- kernel: Enable coresight on aarch64 (Jeremy Linton) -- Update CONFIG_INET6_ESPINTCP (Justin Forbes) -- New configs in net/ipv6 (Justin M. Forbes) -- fedora: move CONFIG_RTC_NVMEM options from ark to common (Peter Robinson) -- configs: Enable CONFIG_DEBUG_INFO_BTF (Don Zickus) -- fedora: some minor arm audio config tweaks (Peter Robinson) -- Ship xpad with default modules on Fedora and RHEL (Bastien Nocera) -- Fedora: Only enable legacy serial/game port joysticks on x86 (Peter Robinson) -- Fedora: Enable the options required for the Librem 5 Phone (Peter Robinson) -- Fedora config update (Justin M. Forbes) -- Fedora config change because CONFIG_FSL_DPAA2_ETH now selects CONFIG_FSL_XGMAC_MDIO (Justin M. Forbes) -- redhat: generic enable CONFIG_INET_MPTCP_DIAG (Davide Caratti) -- Fedora config update (Justin M. Forbes) -- Enable NANDSIM for Fedora (Justin M. Forbes) -- Re-enable CONFIG_ACPI_TABLE_UPGRADE for Fedora since upstream disables this if secureboot is active (Justin M. Forbes) -- Ath11k related config updates (Justin M. Forbes) -- Fedora config updates for ath11k (Justin M. Forbes) -- Turn on ATH11K for Fedora (Justin M. Forbes) -- redhat: enable CONFIG_INTEL_IOMMU_SVM (Jerry Snitselaar) -- More Fedora config fixes (Justin M. Forbes) -- Fedora 5.10 config updates (Justin M. Forbes) -- Fedora 5.10 configs round 1 (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Allow kernel-tools to build without selftests (Don Zickus) -- Allow building of kernel-tools standalone (Don Zickus) -- redhat: ark: disable CONFIG_NET_ACT_CTINFO (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_TEQL (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_SFB (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_QFQ (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_PLUG (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_PIE (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_HHF (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_DSMARK (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_DRR (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_CODEL (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_CHOKE (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_CBQ (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_ATM (Davide Caratti) -- redhat: ark: disable CONFIG_NET_EMATCH and sub-targets (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_TCINDEX (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_RSVP6 (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_RSVP (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_ROUTE4 (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_BASIC (Davide Caratti) -- redhat: ark: disable CONFIG_NET_ACT_SKBMOD (Davide Caratti) -- redhat: ark: disable CONFIG_NET_ACT_SIMP (Davide Caratti) -- redhat: ark: disable CONFIG_NET_ACT_NAT (Davide Caratti) -- arm64/defconfig: Enable CONFIG_KEXEC_FILE (Bhupesh Sharma) [1821565] -- redhat/configs: Cleanup CONFIG_CRYPTO_SHA512 (Prarit Bhargava) -- New configs in drivers/mfd (Fedora Kernel Team) -- Fix LTO issues with kernel-tools (Don Zickus) -- Point pathfix to the new location for gen_compile_commands.py (Justin M. Forbes) -- configs: Disable CONFIG_SECURITY_SELINUX_DISABLE (Ondrej Mosnacek) -- [Automatic] Handle config dependency changes (Don Zickus) -- configs/iommu: Add config comment to empty CONFIG_SUN50I_IOMMU file (Jerry Snitselaar) -- New configs in kernel/trace (Fedora Kernel Team) -- Fix Fedora config locations (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- configs: enable CONFIG_CRYPTO_CTS=y so cts(cbc(aes)) is available in FIPS mode (Vladis Dronov) [1855161] -- Partial revert: Add master merge check (Don Zickus) -- Update Maintainers doc to reflect workflow changes (Don Zickus) -- WIP: redhat/docs: Update documentation for single branch workflow (Prarit Bhargava) -- Add CONFIG_ARM64_MTE which is not picked up by the config scripts for some reason (Justin M. Forbes) -- Disable Speakup synth DECEXT (Justin M. Forbes) -- Enable Speakup for Fedora since it is out of staging (Justin M. Forbes) -- Modify patchlist changelog output (Don Zickus) -- process_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- generate_all_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- redhat/self-test: Initial commit (Ben Crocker) -- arch/x86: Remove vendor specific CPU ID checks (Prarit Bhargava) -- redhat: Replace hardware.redhat.com link in Unsupported message (Prarit Bhargava) [1810301] -- x86: Fix compile issues with rh_check_supported() (Don Zickus) -- KEYS: Make use of platform keyring for module signature verify (Robert Holmes) -- Input: rmi4 - remove the need for artificial IRQ in case of HID (Benjamin Tissoires) -- ARM: tegra: usb no reset (Peter Robinson) -- arm: make CONFIG_HIGHPTE optional without CONFIG_EXPERT (Jon Masters) -- redhat: rh_kabi: deduplication friendly structs (Jiri Benc) -- redhat: rh_kabi add a comment with warning about RH_KABI_EXCLUDE usage (Jiri Benc) -- redhat: rh_kabi: introduce RH_KABI_EXTEND_WITH_SIZE (Jiri Benc) -- redhat: rh_kabi: Indirect EXTEND macros so nesting of other macros will resolve. (Don Dutile) -- redhat: rh_kabi: Fix RH_KABI_SET_SIZE to use dereference operator (Tony Camuso) -- redhat: rh_kabi: Add macros to size and extend structs (Prarit Bhargava) -- Removing Obsolete hba pci-ids from rhel8 (Dick Kennedy) [1572321] -- mptsas: pci-id table changes (Laura Abbott) -- mptspi: pci-id table changes (Laura Abbott) -- qla2xxx: Remove PCI IDs of deprecated adapter (Jeremy Cline) -- hpsa: remove old cciss-based smartarray pci ids (Joseph Szczypek) [1471185] -- kernel: add SUPPORT_REMOVED kernel taint (Tomas Henzl) [1602033] -- Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES (Don Zickus) -- s390: Lock down the kernel when the IPL secure flag is set (Jeremy Cline) -- efi: Lock down the kernel if booted in secure boot mode (David Howells) -- efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode (David Howells) -- security: lockdown: expose a hook to lock the kernel down (Jeremy Cline) -- Make get_cert_list() use efi_status_to_str() to print error messages. (Peter Jones) -- Add efi_status_to_str() and rework efi_status_to_err(). (Peter Jones) -- Add support for deprecating processors (Laura Abbott) [1565717 1595918 1609604 1610493] -- arm: aarch64: Drop the EXPERT setting from ARM64_FORCE_52BIT (Jeremy Cline) -- iommu/arm-smmu: workaround DMA mode issues (Laura Abbott) -- rh_kabi: introduce RH_KABI_EXCLUDE (Jakub Racek) [1652256] -- ipmi: do not configure ipmi for HPE m400 (Laura Abbott) [1670017] -- kABI: Add generic kABI macros to use for kABI workarounds (Myron Stowe) [1546831] -- add pci_hw_vendor_status() (Maurizio Lombardi) [1590829] -- ahci: thunderx2: Fix for errata that affects stop engine (Robert Richter) [1563590] -- Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon (Robert Richter) [1563590] -- bpf: set unprivileged_bpf_disabled to 1 by default, add a boot parameter (Eugene Syromiatnikov) [1561171] -- add Red Hat-specific taint flags (Eugene Syromiatnikov) [1559877] -- tags.sh: Ignore redhat/rpm (Jeremy Cline) -- put RHEL info into generated headers (Laura Abbott) [1663728] -- aarch64: acpi scan: Fix regression related to X-Gene UARTs (Mark Salter) [1519554] -- ACPI / irq: Workaround firmware issue on X-Gene based m400 (Mark Salter) [1519554] -- modules: add rhelversion MODULE_INFO tag (Laura Abbott) -- ACPI: APEI: arm64: Ignore broken HPE moonshot APEI support (Al Stone) [1518076] -- Add Red Hat tainting (Laura Abbott) [1565704 1652266] -- Introduce CONFIG_RH_DISABLE_DEPRECATED (Laura Abbott) -- Stop merging ark-patches for release (Don Zickus) -- Fix path location for ark-update-configs.sh (Don Zickus) -- Combine Red Hat patches into single patch (Don Zickus) -- New configs in drivers/misc (Jeremy Cline) -- New configs in drivers/net/wireless (Justin M. Forbes) -- New configs in drivers/phy (Fedora Kernel Team) -- New configs in drivers/tty (Fedora Kernel Team) -- Set SquashFS decompression options for all flavors to match RHEL (Bohdan Khomutskyi) -- configs: Enable CONFIG_ENERGY_MODEL (Phil Auld) -- New configs in drivers/pinctrl (Fedora Kernel Team) -- Update CONFIG_THERMAL_NETLINK (Justin Forbes) -- Separate merge-upstream and release stages (Don Zickus) -- Re-enable CONFIG_IR_SERIAL on Fedora (Prarit Bhargava) -- Create Patchlist.changelog file (Don Zickus) -- Filter out upstream commits from changelog (Don Zickus) -- Merge Upstream script fixes (Don Zickus) -- kernel.spec: Remove kernel-keys directory on rpm erase (Prarit Bhargava) -- Add mlx5_vdpa to module filter for Fedora (Justin M. Forbes) -- Add python3-sphinx_rtd_theme buildreq for docs (Justin M. Forbes) -- redhat/configs/process_configs.sh: Remove *.config.orig files (Prarit Bhargava) -- redhat/configs/process_configs.sh: Add process_configs_known_broken flag (Prarit Bhargava) -- redhat/Makefile: Fix '*-configs' targets (Prarit Bhargava) -- dist-merge-upstream: Checkout known branch for ci scripts (Don Zickus) -- kernel.spec: don't override upstream compiler flags for ppc64le (Dan Horák) -- Fedora config updates (Justin M. Forbes) -- Fedora confi gupdate (Justin M. Forbes) -- mod-sign.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- Swap how ark-latest is built (Don Zickus) -- Add extra version bump to os-build branch (Don Zickus) -- dist-release: Avoid needless version bump. (Don Zickus) -- Add dist-fedora-release target (Don Zickus) -- Remove redundant code in dist-release (Don Zickus) -- Makefile.common rename TAG to _TAG (Don Zickus) -- Fedora config change (Justin M. Forbes) -- Fedora filter update (Justin M. Forbes) -- Config update for Fedora (Justin M. Forbes) -- enable PROTECTED_VIRTUALIZATION_GUEST for all s390x kernels (Dan Horák) -- redhat: ark: enable CONFIG_NET_SCH_TAPRIO (Davide Caratti) -- redhat: ark: enable CONFIG_NET_SCH_ETF (Davide Caratti) -- More Fedora config updates (Justin M. Forbes) -- New config deps (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- First half of config updates for Fedora (Justin M. Forbes) -- Updates for Fedora arm architectures for the 5.9 window (Peter Robinson) -- Merge 5.9 config changes from Peter Robinson (Justin M. Forbes) -- Add config options that only show up when we prep on arm (Justin M. Forbes) -- Config updates for Fedora (Justin M. Forbes) -- fedora: enable enery model (Peter Robinson) -- Use the configs/generic config for SND_HDA_INTEL everywhere (Peter Robinson) -- Enable ZSTD compression algorithm on all kernels (Peter Robinson) -- Enable ARM_SMCCC_SOC_ID on all aarch64 kernels (Peter Robinson) -- iio: enable LTR-559 light and proximity sensor (Peter Robinson) -- iio: chemical: enable some popular chemical and partical sensors (Peter Robinson) -- More mismatches (Justin M. Forbes) -- Fedora config change due to deps (Justin M. Forbes) -- CONFIG_SND_SOC_MAX98390 is now selected by SND_SOC_INTEL_DA7219_MAX98357A_GENERIC (Justin M. Forbes) -- Config change required for build part 2 (Justin M. Forbes) -- Config change required for build (Justin M. Forbes) -- Fedora config update (Justin M. Forbes) -- Add ability to sync upstream through Makefile (Don Zickus) -- Add master merge check (Don Zickus) -- Replace hardcoded values 'os-build' and project id with variables (Don Zickus) -- redhat/Makefile.common: Fix MARKER (Prarit Bhargava) -- gitattributes: Remove unnecesary export restrictions (Prarit Bhargava) -- Add new certs for dual signing with boothole (Justin M. Forbes) -- Update secureboot signing for dual keys (Justin M. Forbes) -- fedora: enable LEDS_SGM3140 for arm configs (Peter Robinson) -- Enable CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG (Justin M. Forbes) -- redhat/configs: Fix common CONFIGs (Prarit Bhargava) -- redhat/configs: General CONFIG cleanups (Prarit Bhargava) -- redhat/configs: Update & generalize evaluate_configs (Prarit Bhargava) -- fedora: arm: Update some meson config options (Peter Robinson) -- redhat/docs: Add Fedora RPM tagging date (Prarit Bhargava) -- Update config for renamed panel driver. (Peter Robinson) -- Enable SERIAL_SC16IS7XX for SPI interfaces (Peter Robinson) -- s390x-zfcpdump: Handle missing Module.symvers file (Don Zickus) -- Fedora config updates (Justin M. Forbes) -- redhat/configs: Add .tmp files to .gitignore (Prarit Bhargava) -- disable uncommon TCP congestion control algorithms (Davide Caratti) -- Add new bpf man pages (Justin M. Forbes) -- Add default option for CONFIG_ARM64_BTI_KERNEL to pending-common so that eln kernels build (Justin M. Forbes) -- redhat/Makefile: Add fedora-configs and rh-configs make targets (Prarit Bhargava) -- redhat/configs: Use SHA512 for module signing (Prarit Bhargava) -- genspec.sh: 'touch' empty Patchlist file for single tarball (Don Zickus) -- Fedora config update for rc1 (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- redhat/Makefile.common: fix RPMKSUBLEVEL condition (Ondrej Mosnacek) -- redhat/Makefile: silence KABI tar output (Ondrej Mosnacek) -- One more Fedora config update (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fix PATCHLEVEL for merge window (Justin M. Forbes) -- Change ark CONFIG_COMMON_CLK to yes, it is selected already by other options (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- More module filtering for Fedora (Justin M. Forbes) -- Update filters for rnbd in Fedora (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fix up module filtering for 5.8 (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- More Fedora config work (Justin M. Forbes) -- RTW88BE and CE have been extracted to their own modules (Justin M. Forbes) -- Set CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK for Fedora (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Arm64 Use Branch Target Identification for kernel (Justin M. Forbes) -- Change value of CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fix configs for Fedora (Justin M. Forbes) -- Add zero-commit to format-patch options (Justin M. Forbes) -- Copy Makefile.rhelver as a source file rather than a patch (Jeremy Cline) -- Move the sed to clear the patch templating outside of conditionals (Justin M. Forbes) -- Match template format in kernel.spec.template (Justin M. Forbes) -- Break out the Patches into individual files for dist-git (Justin M. Forbes) -- Break the Red Hat patch into individual commits (Jeremy Cline) -- Fix update_scripts.sh unselective pattern sub (David Howells) -- Add cec to the filter overrides (Justin M. Forbes) -- Add overrides to filter-modules.sh (Justin M. Forbes) -- redhat/configs: Enable CONFIG_SMC91X and disable CONFIG_SMC911X (Prarit Bhargava) [1722136] -- Include bpftool-struct_ops man page in the bpftool package (Jeremy Cline) -- Add sharedbuffer_configuration.py to the pathfix.py script (Jeremy Cline) -- Use __make macro instead of make (Tom Stellard) -- Sign off generated configuration patches (Jeremy Cline) -- Drop the static path configuration for the Sphinx docs (Jeremy Cline) -- redhat: Add dummy-module kernel module (Prarit Bhargava) -- redhat: enable CONFIG_LWTUNNEL_BPF (Jiri Benc) -- Remove typoed config file aarch64CONFIG_SM_GCC_8150 (Justin M. Forbes) -- Add Documentation back to kernel-devel as it has Kconfig now (Justin M. Forbes) -- Copy distro files rather than moving them (Jeremy Cline) -- kernel.spec: fix 'make scripts' for kernel-devel package (Brian Masney) -- Makefile: correct help text for dist-cross--rpms (Brian Masney) -- redhat/Makefile: Fix RHEL8 python warning (Prarit Bhargava) -- redhat: Change Makefile target names to dist- (Prarit Bhargava) -- configs: Disable Serial IR driver (Prarit Bhargava) -- Fix "multiple %%files for package kernel-tools" (Pablo Greco) -- Introduce a Sphinx documentation project (Jeremy Cline) -- Build ARK against ELN (Don Zickus) -- Drop the requirement to have a remote called linus (Jeremy Cline) -- Rename 'internal' branch to 'os-build' (Don Zickus) -- Only include open merge requests with "Include in Releases" label (Jeremy Cline) -- Package gpio-watch in kernel-tools (Jeremy Cline) -- Exit non-zero if the tag already exists for a release (Jeremy Cline) -- Adjust the changelog update script to not push anything (Jeremy Cline) -- Drop --target noarch from the rh-rpms make target (Jeremy Cline) -- Add a script to generate release tags and branches (Jeremy Cline) -- Set CONFIG_VDPA for fedora (Justin M. Forbes) -- Add a README to the dist-git repository (Jeremy Cline) -- Provide defaults in ark-rebase-patches.sh (Jeremy Cline) -- Default ark-rebase-patches.sh to not report issues (Jeremy Cline) -- Drop DIST from release commits and tags (Jeremy Cline) -- Place the buildid before the dist in the release (Jeremy Cline) -- Sync up with Fedora arm configuration prior to merging (Jeremy Cline) -- Disable CONFIG_PROTECTED_VIRTUALIZATION_GUEST for zfcpdump (Jeremy Cline) -- Add RHMAINTAINERS file and supporting conf (Don Zickus) -- Add a script to test if all commits are signed off (Jeremy Cline) -- Fix make rh-configs-arch (Don Zickus) -- Drop RH_FEDORA in favor of the now-merged RHEL_DIFFERENCES (Jeremy Cline) -- Sync up Fedora configs from the first week of the merge window (Jeremy Cline) -- Migrate blacklisting floppy.ko to mod-blacklist.sh (Don Zickus) -- kernel packaging: Combine mod-blacklist.sh and mod-extra-blacklist.sh (Don Zickus) -- kernel packaging: Fix extra namespace collision (Don Zickus) -- mod-extra.sh: Rename to mod-blacklist.sh (Don Zickus) -- mod-extra.sh: Make file generic (Don Zickus) -- Fix a painfully obvious YAML syntax error in .gitlab-ci.yml (Jeremy Cline) -- Add in armv7hl kernel header support (Don Zickus) -- Disable all BuildKernel commands when only building headers (Don Zickus) -- Drop any gitlab-ci patches from ark-patches (Jeremy Cline) -- Build the srpm for internal branch CI using the vanilla tree (Jeremy Cline) -- Pull in the latest ARM configurations for Fedora (Jeremy Cline) -- Fix xz memory usage issue (Neil Horman) -- Use ark-latest instead of master for update script (Jeremy Cline) -- Move the CI jobs back into the ARK repository (Jeremy Cline) -- Sync up ARK's Fedora config with the dist-git repository (Jeremy Cline) -- Pull in the latest configuration changes from Fedora (Jeremy Cline) -- configs: enable CONFIG_NET_SCH_CBS (Marcelo Ricardo Leitner) -- Drop configuration options in fedora/ that no longer exist (Jeremy Cline) -- Set RH_FEDORA for ARK and Fedora (Jeremy Cline) -- redhat/kernel.spec: Include the release in the kernel COPYING file (Jeremy Cline) -- redhat/kernel.spec: add scripts/jobserver-exec to py3_shbang_opts list (Jeremy Cline) -- redhat/kernel.spec: package bpftool-gen man page (Jeremy Cline) -- distgit-changelog: handle multiple y-stream BZ numbers (Bruno Meneguele) -- redhat/kernel.spec: remove all inline comments (Bruno Meneguele) -- redhat/genspec: awk unknown whitespace regex pattern (Bruno Meneguele) -- Improve the readability of gen_config_patches.sh (Jeremy Cline) -- Fix some awkward edge cases in gen_config_patches.sh (Jeremy Cline) -- Update the CI environment to use Fedora 31 (Jeremy Cline) -- redhat: drop whitespace from with_gcov macro (Jan Stancek) -- configs: Enable CONFIG_KEY_DH_OPERATIONS on ARK (Ondrej Mosnacek) -- configs: Adjust CONFIG_MPLS_ROUTING and CONFIG_MPLS_IPTUNNEL (Laura Abbott) -- New configs in lib/crypto (Jeremy Cline) -- New configs in drivers/char (Jeremy Cline) -- Turn on BLAKE2B for Fedora (Jeremy Cline) -- kernel.spec.template: Clean up stray *.h.s files (Laura Abbott) -- Build the SRPM in the CI job (Jeremy Cline) -- New configs in net/tls (Jeremy Cline) -- New configs in net/tipc (Jeremy Cline) -- New configs in lib/kunit (Jeremy Cline) -- Fix up released_kernel case (Laura Abbott) -- New configs in lib/Kconfig.debug (Jeremy Cline) -- New configs in drivers/ptp (Jeremy Cline) -- New configs in drivers/nvme (Jeremy Cline) -- New configs in drivers/net/phy (Jeremy Cline) -- New configs in arch/arm64 (Jeremy Cline) -- New configs in drivers/crypto (Jeremy Cline) -- New configs in crypto/Kconfig (Jeremy Cline) -- Add label so the Gitlab to email bridge ignores the changelog (Jeremy Cline) -- Temporarily switch TUNE_DEFAULT to y (Jeremy Cline) -- Run config test for merge requests and internal (Jeremy Cline) -- Add missing licensedir line (Laura Abbott) -- redhat/scripts: Remove redhat/scripts/rh_get_maintainer.pl (Prarit Bhargava) -- configs: Take CONFIG_DEFAULT_MMAP_MIN_ADDR from Fedra (Laura Abbott) -- configs: Turn off ISDN (Laura Abbott) -- Add a script to generate configuration patches (Laura Abbott) -- Introduce rh-configs-commit (Laura Abbott) -- kernel-packaging: Remove kernel files from kernel-modules-extra package (Prarit Bhargava) -- configs: Enable CONFIG_DEBUG_WX (Laura Abbott) -- configs: Disable wireless USB (Laura Abbott) -- Clean up some temporary config files (Laura Abbott) -- configs: New config in drivers/gpu for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/powerpc for v5.4-rc1 (Jeremy Cline) -- configs: New config in crypto for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/usb for v5.4-rc1 (Jeremy Cline) -- AUTOMATIC: New configs (Jeremy Cline) -- Skip ksamples for bpf, they are broken (Jeremy Cline) -- configs: New config in fs/erofs for v5.4-rc1 (Jeremy Cline) -- configs: New config in mm for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/md for v5.4-rc1 (Jeremy Cline) -- configs: New config in init for v5.4-rc1 (Jeremy Cline) -- configs: New config in fs/fuse for v5.4-rc1 (Jeremy Cline) -- merge.pl: Avoid comments but do not skip them (Don Zickus) -- configs: New config in drivers/net/ethernet/pensando for v5.4-rc1 (Jeremy Cline) -- Update a comment about what released kernel means (Laura Abbott) -- Provide both Fedora and RHEL files in the SRPM (Laura Abbott) -- kernel.spec.template: Trim EXTRAVERSION in the Makefile (Laura Abbott) -- kernel.spec.template: Add macros for building with nopatches (Laura Abbott) -- kernel.spec.template: Add some macros for Fedora differences (Laura Abbott) -- kernel.spec.template: Consolodate the options (Laura Abbott) -- configs: Add pending direcory to Fedora (Laura Abbott) -- kernel.spec.template: Don't run hardlink if rpm-ostree is in use (Laura Abbott) -- configs: New config in net/can for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/phy for v5.4-rc1 (Jeremy Cline) -- configs: Increase x86_64 NR_UARTS to 64 (Prarit Bhargava) [1730649] -- configs: turn on ARM64_FORCE_52BIT for debug builds (Jeremy Cline) -- kernel.spec.template: Tweak the python3 mangling (Laura Abbott) -- kernel.spec.template: Add --with verbose option (Laura Abbott) -- kernel.spec.template: Switch to using %%install instead of %%__install (Laura Abbott) -- kernel.spec.template: Make the kernel.org URL https (Laura Abbott) -- kernel.spec.template: Update message about secure boot signing (Laura Abbott) -- kernel.spec.template: Move some with flags definitions up (Laura Abbott) -- kernel.spec.template: Update some BuildRequires (Laura Abbott) -- kernel.spec.template: Get rid of %%clean (Laura Abbott) -- configs: New config in drivers/char for v5.4-rc1 (Jeremy Cline) -- configs: New config in net/sched for v5.4-rc1 (Jeremy Cline) -- configs: New config in lib for v5.4-rc1 (Jeremy Cline) -- configs: New config in fs/verity for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/aarch64 for v5.4-rc4 (Jeremy Cline) -- configs: New config in arch/arm64 for v5.4-rc1 (Jeremy Cline) -- Flip off CONFIG_ARM64_VA_BITS_52 so the bundle that turns it on applies (Jeremy Cline) -- New configuration options for v5.4-rc4 (Jeremy Cline) -- Correctly name tarball for single tarball builds (Laura Abbott) -- configs: New config in drivers/pci for v5.4-rc1 (Jeremy Cline) -- Allow overriding the dist tag on the command line (Laura Abbott) -- Allow scratch branch target to be overridden (Laura Abbott) -- Remove long dead BUILD_DEFAULT_TARGET (Laura Abbott) -- Amend the changelog when rebasing (Laura Abbott) -- configs: New config in drivers/platform for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/pinctrl for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/wireless for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/ethernet/mellanox for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/can for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/hid for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/dma-buf for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/crypto for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/s390 for v5.4-rc1 (Jeremy Cline) -- configs: New config in block for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/cpuidle for v5.4-rc1 (Jeremy Cline) -- redhat: configs: Split CONFIG_CRYPTO_SHA512 (Laura Abbott) -- redhat: Set Fedora options (Laura Abbott) -- Set CRYPTO_SHA3_*_S390 to builtin on zfcpdump (Jeremy Cline) -- configs: New config in drivers/edac for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/firmware for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/hwmon for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/iio for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/mmc for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/tty for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/s390 for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/bus for v5.4-rc1 (Jeremy Cline) -- Add option to allow mismatched configs on the command line (Laura Abbott) -- configs: New config in drivers/crypto for v5.4-rc1 (Jeremy Cline) -- configs: New config in sound/pci for v5.4-rc1 (Jeremy Cline) -- configs: New config in sound/soc for v5.4-rc1 (Jeremy Cline) -- gitlab: Add CI job for packaging scripts (Major Hayden) -- Speed up CI with CKI image (Major Hayden) -- Disable e1000 driver in ARK (Neil Horman) -- configs: Fix the pending default for CONFIG_ARM64_VA_BITS_52 (Jeremy Cline) -- configs: Turn on OPTIMIZE_INLINING for everything (Jeremy Cline) -- configs: Set valid pending defaults for CRYPTO_ESSIV (Jeremy Cline) -- Add an initial CI configuration for the internal branch (Jeremy Cline) -- New drop of configuration options for v5.4-rc1 (Jeremy Cline) -- New drop of configuration options for v5.4-rc1 (Jeremy Cline) -- Pull the RHEL version defines out of the Makefile (Jeremy Cline) -- Sync up the ARK build scripts (Jeremy Cline) -- Sync up the Fedora Rawhide configs (Jeremy Cline) -- Sync up the ARK config files (Jeremy Cline) -- configs: Adjust CONFIG_FORCE_MAX_ZONEORDER for Fedora (Laura Abbott) -- configs: Add README for some other arches (Laura Abbott) -- configs: Sync up Fedora configs (Laura Abbott) -- [initial commit] Add structure for building with git (Laura Abbott) -- [initial commit] Add Red Hat variables in the top level makefile (Laura Abbott) -- [initial commit] Red Hat gitignore and attributes (Laura Abbott) -- [initial commit] Add changelog (Laura Abbott) -- [initial commit] Add makefile (Laura Abbott) -- [initial commit] Add files for generating the kernel.spec (Laura Abbott) -- [initial commit] Add rpm directory (Laura Abbott) -- [initial commit] Add files for packaging (Laura Abbott) -- [initial commit] Add kabi files (Laura Abbott) -- [initial commit] Add scripts (Laura Abbott) -- [initial commit] Add configs (Laura Abbott) -- [initial commit] Add Makefiles (Laura Abbott) -- Linux v6.18.0-0.rc0.755fa5b4fb36 -Resolves: RHEL-104231, RHEL-1242, RHEL-1927, RHEL-23931, RHEL-24047, RHEL-24137, RHEL-26170, RHEL-29245, RHEL-32110, RHEL-32895, RHEL-32987, RHEL-35995, RHEL-36646, RHEL-36647, RHEL-40251, RHEL-40411, RHEL-40937, RHEL-41231, RHEL-43425, RHEL-43556, RHEL-44306, RHEL-49398, RHEL-50799, RHEL-51896, RHEL-52629, RHEL-54183, RHEL-56069, RHEL-68296, RHEL-72093, RHEL-78341, RHEL-78931, RHEL-79711, RHEL-79818, RHEL-82779, RHEL-85301, RHEL-8810, RHEL-88228, RHEL-88635, RHEL-94503, RHEL-95436, RHEL-96987, rhbz#1471185, rhbz#1518076, rhbz#1519554, rhbz#1546831, rhbz#1559877, rhbz#1561171, rhbz#1563590, rhbz#1565704, rhbz#1565717, rhbz#1572321, rhbz#1590829, rhbz#1595918, rhbz#1602033, rhbz#1609604, rhbz#1610493, rhbz#1613522, rhbz#1638087, rhbz#1652256, rhbz#1652266, rhbz#1663728, rhbz#1670017, rhbz#1722136, rhbz#1730649, rhbz#1802694, rhbz#1810301, rhbz#1821565, rhbz#1831065, rhbz#1855161, rhbz#1856174, rhbz#1856176, rhbz#1858592, rhbz#1858594, rhbz#1858596, rhbz#1858599, rhbz#1869674, rhbz#1871130, rhbz#1876435, rhbz#1876436, rhbz#1876977, rhbz#1877192, rhbz#1880486, rhbz#1890304, rhbz#1903201, rhbz#1915073, rhbz#1915290, rhbz#1930649, rhbz#1939095, rhbz#1940075, rhbz#1940794, rhbz#1943423, rhbz#1945002, rhbz#1945179, rhbz#1945477, rhbz#1947240, rhbz#1948340, rhbz#1952426, rhbz#1952863, rhbz#1953486, rhbz#1956988, rhbz#1957210, rhbz#1957219, rhbz#1957305, rhbz#1957636, rhbz#1957819, rhbz#1961178, rhbz#1962936, rhbz#1964537, rhbz#1967640, rhbz#1972795, rhbz#1976270, rhbz#1976835, rhbz#1976877, rhbz#1976884, rhbz#1977056, rhbz#1977529, rhbz#1978539, rhbz#1979379, rhbz#1981406, rhbz#1983298, rhbz#1986223, rhbz#1988254, rhbz#1988384, rhbz#1990040, rhbz#1993393, rhbz#1994858, rhbz#1998953, rhbz#2000835, rhbz#2002344, rhbz#2004233, rhbz#2004821, rhbz#2006813, rhbz#2007430, rhbz#2012226, rhbz#2014492, rhbz#2019377, rhbz#2020132, rhbz#2022578, rhbz#2023782, rhbz#2024595, rhbz#2025985, rhbz#2026319, rhbz#2027506, rhbz#2031547, rhbz#2032758, rhbz#2034670, rhbz#2038999, rhbz#2040643, rhbz#2041184, rhbz#2041186, rhbz#2041365, rhbz#2041990, rhbz#2042240, rhbz#2042241, rhbz#2043141, rhbz#2044155, rhbz#2053836, rhbz#2054579, rhbz#2062054, rhbz#2062909, rhbz#2071969, rhbz#2089765, rhbz#2115876, rhbz#2120968, rhbz#2122595, rhbz#2140017, rhbz#2142658, rhbz#2149273, rhbz#2153073, rhbz#2166911, rhbz#2188441, rhbz#2208834, rhbz#2216678, rhbz#2227793, rhbz#2231407, rhbz#2233269, rhbz#2375049 -* Wed Apr 02 2025 Fedora Kernel Team [6.15.0-0.rc0.acc4d5ff0b61.8] -- Switch ZSWAP_ZPOOL_DEFAULT to ZSMALLOC as ZBUD has been removed (Justin M. Forbes) -- Linux v6.15.0-0.rc0.acc4d5ff0b61 -Resolves: - -* Tue Apr 01 2025 Fedora Kernel Team [6.15.0-0.rc0.08733088b566.7] -- redhat/kernel.spec: list python3-wheel explicitly for Fedora<42 (Jan Stancek) -- handle man-page for rv-mon-sched in redhat/kernel.spec.template (Thorsten Leemhuis) -- redhat: find-debuginfo workaround is no longer needed on F42 (Jan Stancek) -- redhat/kernel.spec: use target versions of tools for debugedit and gdb-add-index (Jan Stancek) -- Linux v6.15.0-0.rc0.08733088b566 -Resolves: - -* Mon Mar 31 2025 Fedora Kernel Team [6.15.0-0.rc0.4e82c87058f4.6] -- redhat: make ENABLE_WERROR enable also KVM_WERROR (Jan Stancek) -- Linux v6.15.0-0.rc0.4e82c87058f4 -Resolves: - -* Fri Mar 28 2025 Fedora Kernel Team [6.15.0-0.rc0.acb4f33713b9.5] -- kernel.spec.template: cpupower: adjust lib versioning (Thorsten Leemhuis) -- redhat/configs: automotive: builtin virtio-mmio (Eric Chanudet) -- Linux v6.15.0-0.rc0.acb4f33713b9 -Resolves: - -* Thu Mar 27 2025 Fedora Kernel Team [6.15.0-0.rc0.1a9239bb4253.4] -- Linux v6.15.0-0.rc0.1a9239bb4253 -Resolves: - -* Wed Mar 26 2025 Fedora Kernel Team [6.15.0-0.rc0.f6e0150b2003.3] -- Fix up mismatches in the 6.15 merge window (Scott Weaver) -- Reset log for 6.15 cycle (Justin M. Forbes) -- Linux v6.15.0-0.rc0.f6e0150b2003 -Resolves: - -* Tue Mar 25 2025 Fedora Kernel Team [6.15.0-0.rc0.2df0c02dab82.2] -- Reset RHEL_RELEASE for 6.15 cycle (Justin M. Forbes) -- arm64: cleanup and de-dupe erratum (Peter Robinson) -- arm64: cleanup and de-dupe configs (Peter Robinson) -- cleanup: x86: cleanup some x86_32 leftovers (Peter Robinson) -- all: cleanup CAN_ROCKCHIP_CANFD (Peter Robinson) -- aarch64: Options required for UEFI HTTP boot on SystemReady-DT (Peter Robinson) -- common: Move ZONE_DEVICE to generic (Peter Robinson) -- common: Cleanup BTT (Peter Robinson) -- cleanup: move DEV_DAX_PMEM to common/generic (Peter Robinson) -- generic: cleanup the NVDIMM options (Peter Robinson) -- cleanup: move OF_PMEM to common/generic (Peter Robinson) -- cleanup: Remove DEV_DAX_PMEM_COMPAT option (Peter Robinson) -- mei: vsc: Fix fortify-panic caused by invalid counted_by() use (Hans de Goede) -- Consolidate configs into common for 6.14 (Justin M. Forbes) -- Turn VIRTIO_BLK and VIRTIO_CONSOLE inline for Fedora (Justin M. Forbes) -- redhat: configs: fedora: enable CONFIG_I2C_HID_OF=m on x86 (Hans de Goede) -- redhat: move dist-relase-check behind new variable (Jan Stancek) -- Set last minute config item for 6.14 for Fedora (Justin M. Forbes) -- redhat/configs: automotive: Disable CONFIG_USERFAULTFD config (Dorinda Bassey) -- Revert "be2iscsi: remove unsupported device IDs" (Scott Weaver) -- Revert "megaraid_sas: remove deprecated pci-ids" (Scott Weaver) -- Revert "[scsi] megaraid_sas: re-add certain pci-ids" (Scott Weaver) -- media: ov08x40: Extend sleep after reset to 5 ms (Hans de Goede) -- media: ov08x40: Log chip ID when identifying the chip (Hans de Goede) -- media: ov08x40: Fix value of reset GPIO when requesting it (Hans de Goede) -- redhat/configs: automotive: Disable VLAN_8021Q_GVRP config (Dorinda Bassey) -- redhat/configs: automotive: Disable DCB and MPLS configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IEEE 802.15.4 config (Dorinda Bassey) -- redhat/configs: automotive: Disable various network classification features (Dorinda Bassey) -- redhat/configs: automotive: Disable the SMBFS file system (Dorinda Bassey) -- redhat/configs: automotive: Disable Myricom network adapters (Dorinda Bassey) -- redhat/configs: automotive: Disable USB4 Ethernet config (Dorinda Bassey) -- redhat/configs: automotive: Disable the Mellanox SwitchX core driver (Dorinda Bassey) -- redhat/configs: automotive: Disable network storage related protocols (Dorinda Bassey) -- redhat/configs: automotive: Disable lightweight tunneling with BPF (Dorinda Bassey) -- redhat/configs: automotive: Disable RADOS block device configs (Dorinda Bassey) -- redhat/configs: automotive: Disable switchdev driver framework (Dorinda Bassey) -- redhat/configs: automotive: Disable network packet generator (Dorinda Bassey) -- redhat/configs: automotive: Disable NET_CLS_ACT and PSAMPLE configs (Dorinda Bassey) -- redhat/configs: automotive: Disable BPF STREAM_PARSER (Dorinda Bassey) -- redhat/configs: automotive: Disable Open vSwitch and NET_NSH configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IP Virtual Server configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IP set support (Dorinda Bassey) -- redhat/configs: automotive: Disable NetLabel subsystem support (Dorinda Bassey) -- redhat/configs: automotive: Disable TLS Protocol (Dorinda Bassey) -- redhat/configs: automotive: Disable Advanced TCP Congestion Control (Dorinda Bassey) -- redhat/configs: automotive: Disable XDP Socket Protocol (Dorinda Bassey) -- redhat/configs: delete CONFIG_USB_ONBOARD_HUB and use CONFIG_USB_ONBOARD_DEV instead (Desnes Nunes) -- redhat: check release commit is present for dist-{release-tag,git} (Jan Stancek) -- Revert "qla4xxx: Remove deprecated PCI IDs from RHEL 8" (Scott Weaver) -- Re-enable vxcan (CONFIG_CAN_VXCAN) for automotive (Radu Rendec) -- Revert "mpt*: remove certain deprecated pci-ids" (Scott Weaver) -- Turn on CONFIG_PACKING for RHEL (Justin M. Forbes) -- main.c: fix initcall blacklisted (Tomas Henzl) -- redhat/configs: automotive: Disable IPsec Protocols and XFRM (Dorinda Bassey) -- redhat: Update CONFIG_STRICT_DEVMEM settings (enable it on s390x) (Thomas Huth) -- redhat: Consolidate CONFIG_VIRTIO_MEM and enable it also for s390x (Thomas Huth) -- Remove no longer necessary pending entry (Justin M. Forbes) -- Fedora configs for 6.14 (Justin M. Forbes) -- redhat/configs: Disable rest of the CONFIG_PKEY_ options on s390 (Mete Durlu) [RHEL-78341] -- Fix up some debug module loading issues due to BTF mismatch (Justin M. Forbes) -- Revert "redhat/configs: automotive: disable CONFIG_AIO" (Davide Caratti) -- redhat/configs: automotive disable ARCH_TEGRA_241_SOC (Eric Chanudet) -- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-79818] -- redhat/configs: automotive: Disable MRP/8021Q_MVRP Protocol (Dorinda Bassey) -- redhat/configs: enable CONFIG_ARM_SMMU_MMU_500_CPRE_ERRATA (Jerry Snitselaar) -- redhat/configs: enable CONFIG_ARM_SMMU_V3_IOMMUFD (Jerry Snitselaar) -- redhat: configs: remove CONFIG_DMA_API_DEBUG_SG (Kate Hsuan) -- kernel.spec: add missing tools-libs on s390x (Jan Stancek) -- arch/x86/kernel/setup.c: fix rh_check_supported (Tomas Henzl) -- kernel.spec: add minimum version of setuptools for ynl (Jan Stancek) -- Revert "Merge: redhat/configs: automotive: Disable POSIX_MQUEUE config (Dorinda Bassey) -- redhat/configs: enable in kernel compression/decompression of compressed modules (Herton R. Krzesinski) -- redhat: change compression flags for xz (Herton R. Krzesinski) -- redhat/configs: automotive: Turn off ACPI Processor package for aarch64 (Enric Balletbo i Serra) -- redhat/configs: automotive: Disable L2TP Protocol (Dorinda Bassey) -- redhat/configs: automotive: Disable TIPC Protocol (Dorinda Bassey) -- redhat/configs: Enable Mediatek Bluetooth USB drivers (Bastien Nocera) -- redhat/configs: Disable CONFIG_PKEY for zfcpdump configs (Mete Durlu) [RHEL-78341] -- redhat/configs: automotive: disable VFIO_PLATFORM (Eric Chanudet) -- Revert "Merge: redhat/configs: automotive: Disable SYSIPC config" (Dorinda Bassey) -- redhat/configs: Enable CONFIG_KASAN_INLINE for RT debug kernel (Waiman Long) -- redhat/configs: Move CONFIG_PROVE_RAW_LOCK_NESTING to common/debug (Waiman Long) -- redhat/configs: Move all the lock debugging Kconfig's to common (Waiman Long) -- redhat/configs: Enable CONFIG_BLK_CGROUP_PUNT_BIO for RHEL (Neal Gompa) [RHEL-79711] -- fedora: pending: drop USB_ONBOARD_DEV_USB5744 (Peter Robinson) -- efi,lockdown: fix kernel lockdown on Secure Boot (Ondrej Mosnacek) {CVE-2025-1272} -- fedora: Update vbox drivers (Peter Robinson) -- Drop the s390x CONFIG_REGMAP from RHEL pending as upstream removed the dep (Justin M. Forbes) -- fedora: arm64: enable RT5616 codec (Marcin Juszkiewicz) -- Revert "nvme: Return BLK_STS_TARGET if the DNR bit is set" (Benjamin Marzinski) -- Revert "nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT" (Benjamin Marzinski) -- Revert "nvme: decouple basic ANA log page re-read support from native multipathing" (Benjamin Marzinski) -- Revert "nvme: nvme_mpath_init remove multipath check" (Benjamin Marzinski) -- redhat/configs: automotive: Disable CONFIG_FS_DAX config (Dorinda Bassey) -- config: update CONFIG_LSM to match upstream (Ryan Sullivan) -- redhat: configs: enable CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER for RHEL (David Arcari) -- redhat/Makefile: Add help text for target dist-dump-variables (Eder Zulian) -- media: ov08x40: Don't log ov08x40_check_hwcfg() errors twice (Hans de Goede) -- media: ov08x40: Add missing '\n' to ov08x40_check_hwcfg() error messages (Hans de Goede) -- media: ov08x40: Add missing ov08x40_identify_module() call on stream-start (Hans de Goede) -- media: ov08x40: Improve ov08x40_[read|write]_reg() error returns (Hans de Goede) -- media: ov08x40: Improve ov08x40_identify_module() error logging (Hans de Goede) -- media: ov08x40: Move ov08x40_identify_module() function up (Hans de Goede) -- media: ov08x40: Get clock on ACPI platforms too (Hans de Goede) -- media: ov08x40: Get reset GPIO and regulators on ACPI platforms too (Hans de Goede) -- media: ov08x40: Move fwnode_graph_get_next_endpoint() call up (Hans de Goede) -- media: ov08x40: Properly turn sensor on/off when runtime-suspended (Hans de Goede) -- redhat: update self-test-data for new default RHJOBS value (Patrick Talbert) -- set a more reasonable default for number of jobs (Thorsten Leemhuis) -- redhat: automotive: define CONFIG_RH_AUTOMOTIVE (Scott Weaver) -- redhat/configs: disable CONFIG_TCP_AO on RHEL (Sabrina Dubroca) -- redhat/configs: amend USB_ONBOARD_DEV_USB5744 (Eric Chanudet) -- redhat/configs: automotive: Disable SYSIPC and MQUEUE configs (Dorinda Bassey) -- redhat: kernel.spec: add ynl to kernel-tools (Jan Stancek) -- fedora: enable USB device USB5744 (Peter Robinson) -- rhel: enable FW_CACHE on RHEL (Dave Airlie) -- redhat/configs: automotive: Disable the SCTP Protocol (Dorinda Bassey) -- redhat: generalize rule for kunit and test kmod placement (Jan Stancek) -- Move CONFIG_PCI_REALLOC_ENABLE_AUTO out of common as they have diverged (Justin M. Forbes) -- fedora: arm64: enable Silicon Mitus SM5502 Extcon driver (Sam Day) -- fedora: arm64: enable Richtek RT5033 MFD+charger+regulator modules (Sam Day) -- configs/fedora: Enable CONFIG_PCI_REALLOC_ENABLE_AUTO (Yanko Kaneti) -- Enable CONFIG_INTEL_MEI_PXP and CONFIG_DRM_I915_PXP on rhel (Jocelyn Falempe) -- Enable Intel Xe Graphics (Mika Penttilä) -- Turn on CONFIG_DRM_ACCEL_AMDXDNA for Fedora (Justin M. Forbes) -- redhat/configs: disable CONFIG_AF_UNIX_OOB on RHEL (Marcelo Ricardo Leitner) -- redhat/configs: automotive: Disable wireless network and it's dependencies (Dorinda Bassey) -- redhat/kernel.spec: work around find-debuginfo aborting cross builds (Jan Stancek) -- redhat/configs: Default to batched invalidation on s390 (Jerry Snitselaar) -- redhat/configs: automotive: set CONFIG_TIMEOUT_PANIC (Enric Balletbo i Serra) -- drop %%{_datadir}/perf-core/* from kernel.spec (Thorsten Leemhuis) -- put new misc_minor_kunit in modules-internal (Thorsten Leemhuis) -- put new cirrus kunit tests in modules-internal (Thorsten Leemhuis) -- redhat/configs: enable iBFT parsing on aarch64 (Chris Leech) -- redhat: kernel.spec: fix build with merged-sbin (Zbigniew Jędrzejewski-Szmek) -- Fix up CONFIG_REGMAP mismatch (Scott Weaver) -- redhat: fix modules.order target (Scott Weaver) -- Fix up CONFIG_CRC_T10DIF_IMPL_GENERIC mismatch (Justin M. Forbes) -- Fix mismatches for 6.13 merge window (Justin M. Forbes) -- Reset rhelver and trim changelog for 6.14 (Justin M. Forbes) -- Turn off CONFIG_ARM_TIMER_SP804 for automotive (Justin M. Forbes) -- Set ARM_TIMER_SP804 (Justin M. Forbes) -- redhat/configs: enable addtional sa8775 related Kconfigs (Brian Masney) -- redhat: Add rustfmt to deps (Peter Robinson) -- redhat/configs: Disable deprecated CONFIG_LCS option on s390 (Mete Durlu) [RHEL-68296] -- redhat/configs: make modular/disable NFS support (Dorinda Bassey) -- redhat/configs: Disable unsafe queuing disciplines (Dorinda Bassey) -- configs: move pending RT configs into rhel/rt/generic (Clark Williams) -- Turn on PROVE_RAW_LOCK_NESTING for RHEL debug builds (Justin M. Forbes) -- redhat/Makefile: Fix long dist-full-help execution time (Prarit Bhargava) -- redhat/self-test: Update data to add HELP_TYPES variable (Prarit Bhargava) -- redhat/Makefile: Add new dist-help functionality (Prarit Bhargava) -- Makefile: Do not output LOCALVERSION message for help commands (Prarit Bhargava) -- Fedora 6.13 configs part 2 (Justin M. Forbes) -- Fedora 6.13 configs part 1 (Justin M. Forbes) -- redhat/configs: enable CONFIG_VFAT_FS as a module (Dorinda Bassey) -- redhat: create 'debug' addon for UKI (Li Tian) -- kernel.spec: Build cpupower on riscv64 (Yanko Kaneti) -- RHEL: Set correct config option for CRYPTO_HMAC_S390 (Mete Durlu) [RHEL-24137] -- redhat/kernel.spec: add iputils to the requires list for selftests-internal (Brian Masney) -- redhat/kernel.spec.template: Require kernel-tools-libs in rtla (Tomas Glozar) -- redhat: make kernel-debug-uki-virt installable without kernel-debug-core (Vitaly Kuznetsov) -- redhat/configs: enable CONFIG_USB_XHCI_PCI_RENESAS on RHEL (Desnes Nunes) [RHEL-72093] -- redhat/configs: Re-enable ZRAM backends and unify configuration (Neal Gompa) -- redhat/configs: automotive: disable CONFIG_AIO (Davide Caratti) -- redhat/configs: Re-enable CONFIG_INFINIBAND_VMWARE_PVRDMA (Vitaly Kuznetsov) -- redhat/configs: PREEMPT_NOTIFIERS does not need to be explicitly listed (Michal Schmidt) -- redhat/configs: delete all CONFIG_PREEMPT_*BEHAVIOUR (Michal Schmidt) -- redhat/configs: automotive: disable CONFIG_NET_DROP_MONITOR (Davide Caratti) -- redhat/configs: Enable the CS42L84 driver on Fedora (Neal Gompa) -- generic: Remove and cleanups from staging 6.13 (Peter Robinson) -- redhat: configs: Clean up DVB settings in RHEL (Kate Hsuan) -- Move CONFIG_ARCH_TEGRA_241_SOC config/common so that it is enabled for RHEL as well as Fedora. Get rid of uneeded CONFIG_TEGRA241_CMDQV in configs/fedora while we're at it. (Mark Salter) -- fedora: arm64: Enable the rockchip HDMI QP support (Peter Robinson) -- crypto: rng - Fix extrng EFAULT handling (Herbert Xu) -- redhat: configs: rhel: aarch64: Support NV Jetson MIPI camera (Kate Hsuan) -- gitlab-ci: disable clang CI pipelines (Scott Weaver) -- redhat/configs: Remove obsolete arch64/64k/CONFIG_FORCE_MAX_ZONEORDER (Waiman Long) -- Fix up QCOM_EMAC config for Fedora (Justin M. Forbes) -- redhat/configs: automotive: disable CONFIG_IO_URING (Ian Mullins) -- redhat/kernel.spec.template: Link rtla against in-tree libcpupower (Tomas Glozar) -- redhat: configs: enable INTEL_PLR_TPMI for RHEL (David Arcari) -- configs: Enable CONFIG_NETKIT for RHEL (Toke Høiland-Jørgensen) -- redhat: fix build/install targets in netfilter kselftest (Davide Caratti) -- RHEL: disable the btt driver (Jeff Moyer) -- redhat/configs: default to PREEMPT_LAZY on x86, riscv (Michal Schmidt) -- redhat/configs: New config CONFIG_PREEMPT_LAZY (Michal Schmidt) -- crypto: sig - Disable signing (Herbert Xu) -- redhat/configs: enable SERIAL_AMBA_PL011 for automotive (Radu Rendec) -- c10s: disable tests in CKI pipelines (Michael Hofmann) -- redhat: Drop bpftool from kernel spec (Viktor Malik) -- Better fixes for the fedora mismatch (Justin M. Forbes) -- Mismatch fix ups for Fedora (Justin M. Forbes) -- redhat/configs: Enable Intel Bluetooth PCIE drivers (Bastien Nocera) -- One more pending to fix a mismatch (Justin M. Forbes) -- redhat: fix RT PREEMPT configs for Fedora and RHEL (Clark Williams) -- Pending fixes to avoid mismatch for 6.13 (Justin M. Forbes) -- Reset changelog for 6.13 (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.13 (Justin M. Forbes) -- redhat: Move perf_dlfilter.h from libperf-devel to perf (Akihiko Odaki) -- Consolidate configs to common for 6.12 (Justin M. Forbes) -- redhat/configs: cleanup CONFIG_DEV_DAX (David Hildenbrand) -- redhat/configs: cleanup CONFIG_TRANSPARENT_HUGEPAGE_MADVISE for Fedora (David Hildenbrand) -- redhat/configs: cleanup CONFIG_TRANSPARENT_HUGEPAGE (David Hildenbrand) -- redhat/configs: enable CONFIG_TRANSPARENT_HUGEPAGE on s390x in Fedora (David Hildenbrand) -- redhat/configs: automotive: Enable j784s4evm am3359 tscadc configs (Joel Slebodnick) -- redhat/configs: delete renamed CONFIG_MLX5_EN_MACSEC (Michal Schmidt) -- rhel: disable DELL_RBU and cleanup related deps (Peter Robinson) -- crypto: rng - Ensure stdrng is tested before user-space starts (Herbert Xu) -- gitlab-ci: Add CKI_RETRIGGER_PIPELINE (Tales da Aparecida) -- redhat: configs: disable the qla4xxx iSCSI driver (Chris Leech) [RHEL-1242] -- Remove duplicated CONFIGs between automotive and RHEL (Julio Faracco) -- redhat: update self-test data for addition of automotive (Scott Weaver) -- gitlab-ci: enable automotive pipeline (Scott Weaver) -- automotive: move pending configs to automotive/generic (Scott Weaver) -- redhat/configs: change Renesas eMMC driver and dependencies to built-in (Radu Rendec) -- redhat/configs: automotive: Remove automotive specific override CONFIG_OMAP2PLUS_MBOX By removing this automotive-specific override, the configuration will default to the common configuration (CONFIG_OMAP2PLUS_MBOX=m), which enables the driver as a module. (Martin McConnell) -- Config enablement of the Renesas R-Car S4 SoC (Radu Rendec) [RHEL-44306] -- redhat/configs: automotive: Enable USB_CDNS3_TI for TI platforms (Andrew Halaney) -- redhat/configs: automotive: Enable j784s4evm SPI configs (Joel Slebodnick) -- redhat/configs: automotive: Enable TPS6594 MFD (Joel Slebodnick) -- redhat/configs: automotive: stop overriding CRYPTO_ECDH (Andrew Halaney) -- redhat/configs: automotive: Enable PCI_J721E (Andrew Halaney) -- redhat/configs: change some TI platform drivers to built-in (Enric Balletbo i Serra) -- redhat/configs: automotive: Enable TI j784s4evm display dependencies (Andrew Halaney) -- redhat/configs: automotive: match ark configs to cs9 main-automotive (Shawn Doherty) [RHEL-35995] -- redhat/configs: automotive: Enable TI's watchdog driver (Andrew Halaney) -- redhat/configs: automotive: Enable TI's UFS controller (Andrew Halaney) -- redhat/configs: automotive: Enable networking on the J784S4EVM (Andrew Halaney) [RHEL-29245] -- Disable unsupported kernel variants for automotive (Don Zickus) -- Disable CONFIG_RTW88_22BU (Don Zickus) -- redhat: Delete CONFIG_EFI_ZBOOT to use the common CONFIG (Julio Faracco) -- redhat: Update automotive SPEC file with new standards (Julio Faracco) -- redhat: Disable WERROR for automotive temporarily (Julio Faracco) -- redhat: Update spec file with automotive macros (Julio Faracco) -- redhat: Add automotive CONFIGs (Julio Faracco) -- Fedora configs for 6.12 (Justin M. Forbes) -- redhat/configs: Add CONFIG_CRYPTO_HMAC_S390 config (Mete Durlu) [RHEL-50799] -- redhat: configs: common: generic: Clean up EM28XX that are masked behind CONFIG_VIDEO_EM28XX (Kate Hsuan) -- redhat/configs: Update powerpc NR_CPUS config (Mamatha Inamdar) -- redhat: use stricter rule for kunit.ko (Jan Stancek) -- filtermod: fix clk kunit test and kunit location (Nico Pache) -- redhat/configs: enable xr_serial on rhel (Desnes Nunes) -- redhat/configs: enable ATH12K for rhel (Jose Ignacio Tornos Martinez) -- redhat: configs: rhel: generic: x86: Enable IPU6 based MIPI cameras (Kate Hsuan) -- os-build: enable CONFIG_SCHED_CLASS_EXT for RHEL (Phil Auld) -- Fedora 6.12 configs part 1 (Justin M. Forbes) -- redhat: set new gcov configs (Jan Stancek) -- Don't ignore gitkeep files for ark-infra (Don Zickus) -- redhat/kernel.spec: don't clear entire libdir when building tools (Jan Stancek) -- redhat/configs: enable usbip for rhel (Jose Ignacio Tornos Martinez) -- redhat: create 'crashkernel=' addons for UKI (Vitaly Kuznetsov) -- redhat: avoid superfluous quotes in UKI cmdline addones (Vitaly Kuznetsov) -- fedora: arm: updates for 6.12 (Peter Robinson) -- redhat/configs: add bootconfig to kernel-tools package (Brian Masney) -- Enable CONFIG_SECURITY_LANDLOCK for RHEL (Zbigniew Jędrzejewski-Szmek) [RHEL-8810] -- redhat: configs: Drop CONFIG_MEMSTICK_REALTEK_PCI config option (Desnes Nunes) -- Update the RHEL_DIFFERENCES help string (Don Zickus) -- Put build framework for RT kernel in place for Fedora (Clark Williams) -- generic: enable RPMB for all configs that enable MMC (Peter Robinson) -- fedora: riscv: Don't override MMC platform defaults (Peter Robinson) -- common: only enable on MMC_DW_BLUEFIELD (Peter Robinson) -- fedora: aarch64: Stop overriding CONFIG_MMC defaults (Peter Robinson) -- commong: The KS7010 driver has been removed (Peter Robinson) -- Trim Changelog for 6.12 (Justin M. Forbes) -- Enable CONFIG_SECURITY_IPE for Fedora (Zbigniew Jędrzejewski-Szmek) -- redhat: allow to override VERSION_ON_UPSTREAM from command line (Jan Stancek) -- redhat: configs: Enable CONFIG_SECURITY_TOMOYO in Fedora kernels (Tetsuo Handa) -- Revert "Merge branch 'enablement/gpio-expander' into 'os-build'" (Justin M. Forbes) -- redhat: configs: decrease CONFIG_PCP_BATCH_SCALE_MAX (Rafael Aquini) -- redhat/configs: Enable CONFIG_RCU_TRACE in Fedora/REHL kernels (Waiman Long) -- fedora: distable RTL8192E wifi driver (Peter Robinson) -- common: arm64: Fixup and cleanup some SCMI options (Peter Robinson) -- common: Cleanup ARM_SCMI_TRANSPORT options (Peter Robinson) -- configs: fedora/x86: Set CONFIG_CRYPTO_DEV_CCP_DD=y (Hans de Goede) -- Turn on ZRAM_WRITEBACK for Fedora (Justin M. Forbes) -- configs: rhel: Fix designware I2C controllers related config settings (Hans de Goede) -- Enable CONFIG_DMA_NUMA_CMA for x86_64 and aarch64 (Chris von Recklinghausen) -- new config in drivers/phy (Izabela Bakollari) -- configs: fedora: Unset CONFIG_I2C_DESIGNWARE_CORE on s390x (Hans de Goede) -- configs: fedora: Drop duplicate CONFIG_I2C_DESIGNWARE_CORE for x86_64 and aarch64 (Hans de Goede) -- Enable DESIGNWARE_CORE for ppc as well (Justin M. Forbes) -- Fix up I2C_DESIGNWARE_CORE config for Fedora (Justin M. Forbes) -- configs for RT deps (Clark Williams) -- CONFIG_OF_OVERLAY: enable for aarch64 and powerpc (Scott Weaver) -- redhat: enable changes to build rt variants (Clark Williams) -- redhat: clean up pending-rhel (Patrick Talbert) -- Enable CONFIG_SCHED_CLASS_EXT for Fedora (Jose Fernandez) -- redhat/configs: new config in arch/s390 (Izabela Bakollari) -- redhat: ignore rpminspect runpath report on selftests/bpf/cpuv4/urandom_read (Viktor Malik) -- [fedora] configs: add end of file newline to CONFIG_DMADEVICES_VDEBUG (Patrick Talbert) -- unset CONFIG_DMADEVICES_VDEBUG (cmurf) -- stop installing tools/build/Build, gone with ea974028a049f (Thorsten Leemhuis) -- redhat/configs: Update LOCKDEP configs (Waiman Long) -- uki-virt: Add i18n module (Vitaly Kuznetsov) -- uki-virt: Drop DBUS support from initramfs (Vitaly Kuznetsov) -- uki-virt: Drop redundant modules from dracut-virt.conf (Vitaly Kuznetsov) -- uki-virt: Drop usrmount dracut module (Vitaly Kuznetsov) -- redhat: new AMCC_QT2025_PHY config in drivers/net/phy (Patrick Talbert) -- redhat: change schedule jobs image from cki-tools to builder-rawhide (Patrick Talbert) -- Add CONFIG_SND_SOC_RT1320_SDW to pending-rhel for mismatch (Justin M. Forbes) -- Turn on CONFIG_SND_SOC_RT1320_SDW in pending rhel (Justin M. Forbes) -- configs: disable CONFIG_AMCC_QT2025_PHY in pending (Patrick Talbert) -- fedora: turn on CONFIG_FDMA for powerpc (Patrick Talbert) -- Turn on CONFIG_FDMA in pending for Fedora arm and riscv to avoid a mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.12 (Justin M. Forbes) -- Consolidate configs into common for 6.11 kernels (Justin M. Forbes) -- uki-virt: add systemd-cryptsetup module (Vitaly Kuznetsov) -- redhat/docs: fix command to install missing build dependencies (Davide Cavalca) -- spec: Respect rpmbuild --without debuginfo (Orgad Shaneh) -- fedora/configs: enable GPIO expander drivers (Rupinderjit Singh) -- redhat/configs: Switch to the Rust implementation of AX88796B_PHY driver for Fedora (Neal Gompa) -- redhat: Turn on support for Rust code in Fedora (Neal Gompa) -- Turn off RUST for risc-v (Justin M. Forbes) -- gitlab-ci: allow failure of clang LTO pipelines (Michael Hofmann) -- redhat/configs: Consolidate the CONFIG_KVM_BOOK3S_HV_P*_TIMING switches (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_SW_PROTECTED_VM switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_HYPERV switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_AMD_SEV switch (Thomas Huth) -- Cleanup some riscv CONFIG locations (Justin M. Forbes) -- Fix up pending riscv Fedora configs post merge (Justin M. Forbes) -- fedora/configs: Enable SCMI configuration (Rupinderjit Singh) -- Remove S390 special config for PHYLIB (Justin M. Forbes) -- Disable ELN for riscv64 (Isaiah Stapleton) -- redhat: add checks to ensure only building riscv64 on fedora (Isaiah Stapleton) -- redhat: Add missing riscv fedora configs (Isaiah Stapleton) -- Add riscv64 to the CI pipelines (Isaiah Stapleton) -- redhat: Regenerate dist-self-test-data for riscv64 (Isaiah Stapleton) -- redhat: Add riscv config changes for fedora (David Abdurachmanov) -- redhat: Add support for riscv (David Abdurachmanov) -- redhat: Do not include UKI addons twice (Vitaly Kuznetsov) -- redhat: update gating.yml (Michael Hofmann) -- Remove CONFIG_FSCACHE_DEBUG as it has been renamed (Justin M. Forbes) -- Set Fedora configs for 6.11 (Justin M. Forbes) -- redhat/configs: Microchip lan743x driver (Izabela Bakollari) -- redhat: include resolve_btfids in kernel-devel (Jan Stancek) -- redhat: workaround CKI cross compilation for scripts (Jan Stancek) -- spec: fix "unexpected argument to non-parametric macro" warnings (Jan Stancek) -- Add weakdep support to the kernel spec (Justin M. Forbes) -- redhat: configs: disable PF_KEY in RHEL (Sabrina Dubroca) -- crypto: akcipher - Disable signing and decryption (Vladis Dronov) [RHEL-54183] {CVE-2023-6240} -- crypto: dh - implement FIPS PCT (Vladis Dronov) [RHEL-54183] -- crypto: ecdh - disallow plain "ecdh" usage in FIPS mode (Vladis Dronov) [RHEL-54183] -- crypto: seqiv - flag instantiations as FIPS compliant (Vladis Dronov) [RHEL-54183] -- [kernel] bpf: set default value for bpf_jit_harden (Artem Savkov) [RHEL-51896] -- fedora: disable CONFIG_DRM_WERROR (Patrick Talbert) -- redhat/configs: Disable dlm in rhel configs (Andrew Price) -- rhel: aarch64: enable required PSCI configs (Peter Robinson) -- fedora: Enable AF8133J Magnetometer driver (Peter Robinson) -- redhat: spec: add cachestat kselftest (Eric Chanudet) -- redhat: hmac sign the UKI for FIPS (Vitaly Kuznetsov) -- not upstream: Disable vdso getrandom when FIPS is enabled (Herbert Xu) -- kernel: config: enable erofs lzma compression (Ian Kent) -- fedora: disable RTL8192CU in Fedora (Peter Robinson) -- redhat: Fix the ownership of /lib/modules/ directory (Vitaly Kuznetsov) -- new configs in drivers/phy (Izabela Bakollari) -- Add support to rh_waived cmdline boot parameter (Ricardo Robaina) [RHEL-26170] -- redhat/configs: Disable gfs2 in rhel configs (Andrew Price) -- redhat/uki_addons/virt: add common FIPS addon (Emanuele Giuseppe Esposito) -- redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons (Emanuele Giuseppe Esposito) -- rh_flags: fix failed when register_sysctl_sz rh_flags_table to kernel (Ricardo Robaina) [RHEL-52629] -- redhat/dracut-virt.conf: add systemd-veritysetup module (Emanuele Giuseppe Esposito) -- redhat/configs: enable CONFIG_LOCK_STAT on the debug kernels for aarch64 (Brian Masney) -- redhat/configs: enable CONFIG_KEYBOARD_GPIO_POLLED for RHEL on aarch64 (Luiz Capitulino) -- redhat/configs: fedora: Enable new Qualcomm configs (Andrew Halaney) -- redhat/configs/fedora: set CONFIG_CRYPTO_CURVE25519_PPC64 (Dan Horák) -- fedora: Updates for 6.11 merge (Peter Robinson) -- fedora: enable new mipi sensors and devices (Peter Robinson) -- arm64: enable CRYPTO_DEV_TEGRA on RHEL (Peter Robinson) -- redhat/kernel.spec: fix file listed twice warning for "kernel" subdir (Jan Stancek) -- redhat/configs: Double MAX_LOCKDEP_ENTRIES for RT debug kernels (Waiman Long) [RHEL-43425] -- Support the first day after a rebase (Don Zickus) -- Support 2 digit versions properly (Don Zickus) -- Automation cleanups for rebasing rt-devel and automotive-devel (Don Zickus) -- fedora: set CONFIG_REGULATOR_RZG2L_VBCTRL as a module for arm64 (Patrick Talbert) -- gitlab-ci: restore bot pipeline behavior (Michael Hofmann) -- redhat/kernel.spec: drop extra right curly bracket in kernel_kvm_package (Jan Stancek) -- redhat/configs: enable gpio_keys driver for RHEL on aarch64 (Luiz Capitulino) -- Move NET_VENDOR_MICROCHIP from common to rhel (Justin M. Forbes) -- redhat/configs: enable some RTCs for RHEL on aarch64 (Luiz Capitulino) -- redhat/configs: enable some regulators for RHEL (Luiz Capitulino) -- redhat/config: disable CXL and CXLFLASH drivers (Dan Horák) -- Fix up config mismatches in pending (Justin M. Forbes) -- redhat/configs: Enable watchdog devices modelled by qemu (Richard W.M. Jones) [RHEL-40937] -- rhel: cleanup unused media tuner configs (Peter Robinson) -- all: cleanup MEDIA_CONTROLLER options (Peter Robinson) -- redhat: kernel.spec: add s390x to livepatching kselftest builds (Joe Lawrence) -- Flip CONFIG_DIMLIB back to inline (Justin M. Forbes) -- Add vfio/nvgrace-gpu driver CONFIG to RHEL-9.5 ARM64 (Donald Dutile) -- Enable CONFIG_RTC_DRV_TEGRA for RHEL (Luiz Capitulino) -- redhat: rh_flags: declare proper static methods when !CONFIG_RHEL_DIFFERENCES (Rafael Aquini) -- redhat: configs: enable CONFIG_TMPFS_QUOTA for both Fedora and RHEL (Rafael Aquini) -- Fix up mismatches in the 6.11 merge window. (Justin M. Forbes) -- Reset Changelog after rebase (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.11 cycle (Justin M. Forbes) -- redhat/configs: Enable CONFIG_VMWARE_VMCI/CONFIG_VMWARE_VMCI_VSOCKETS for RHEL (Vitaly Kuznetsov) -- Consolidate configs to common for 6.10 (Justin M. Forbes) -- redhat/configs: Enable CONFIG_PTP_1588_CLOCK_MOCK in kernel-modules-internal (Davide Caratti) -- fedora: enabled XE GPU drivers on all arches (Peter Robinson) -- Flip SND_SOC_CS35L56_SPI from off to module for RHEL (Justin M. Forbes) -- Flip DIMLIB from built-in to module for RHEL (Justin M. Forbes) -- Also remove the zfcpdump BASE_SMALL config (Justin M. Forbes) -- redhat: Add cgroup kselftests to kernel-selftests-internal (Waiman Long) [RHEL-43556] -- Revert "redhat/configs: Disable CONFIG_INFINIBAND_HFI1 and CONFIG_INFINIBAND_RDMAVT" (Kamal Heib) -- Remove new for GITLAB_TOKEN (Don Zickus) -- Set Fedora configs for 6.10 (Justin M. Forbes) -- Fedora: minor driver updates (Peter Robinson) -- redhat/configs: Remove obsolete x86 CPU mitigations config files (Waiman Long) -- redhat/configs: increase CONFIG_DEFAULT_MMAP_MIN_ADDR from 32K to 64K for aarch64 (Brian Masney) -- redhat/configs: Re-enable CONFIG_KEXEC for Fedora (Philipp Rudo) -- disable LR_WPAN for RHEL10 (Chris von Recklinghausen) [RHEL-40251] -- Turn on USB_SERIAL_F81232 for Fedora (Justin M. Forbes) -- redhat/scripts/filtermods.py: show all parent/child kmods in report (Jan Stancek) -- redhat/kernel.spec: capture filtermods.py return code (Jan Stancek) -- redhat/kernel.spec: fix run of mod-denylist (Jan Stancek) -- gitlab-ci: remove unused RHMAINTAINERS variable (Michael Hofmann) -- gitlab-ci: use environments for jobs that need access to push/gitlab secrets (Michael Hofmann) -- gitlab-ci: default to os-build for all maintenance jobs (Michael Hofmann) -- gitlab-ci: use the common git repo setup cki-gating as well (Michael Hofmann) -- gitlab-ci: help maintenance jobs to cope with missing private key (Michael Hofmann) -- gitlab-ci: use a common git repo setup for all maintenance jobs (Michael Hofmann) -- gitlab-ci: move repo setup script into script template holder (Michael Hofmann) -- gitlab-ci: move maintenance job DIST variable into common template (Michael Hofmann) -- gitlab-ci: move maintenance job rules into common template (Michael Hofmann) -- gitlab-ci: move maintenance job retry field into common template (Michael Hofmann) -- gitlab-ci: provide common non-secret schedule trigger variables (Michael Hofmann) -- gitlab-ci: rename .scheduled_setup to .git_setup (Michael Hofmann) -- gitlab-ci: move script snippets into separate template (Michael Hofmann) -- gitlab-ci: rename maintenance jobs (Michael Hofmann) -- gitlab-ci: introduce job template for maintenance jobs (Michael Hofmann) -- Turn on KASAN_HW_TAGS for Fedora aarch64 debug kernels (Justin M. Forbes) -- redhat: kernel.spec: add missing sound/soc/sof/sof-audio.h to kernel-devel package (Jaroslav Kysela) -- redhat/kernel.spec: fix attributes of symvers file (Jan Stancek) -- redhat: add filtermods rule for iommu tests (Jan Stancek) -- fedora: arm: Enable basic support for S32G-VNP-RDB3 board (Enric Balletbo i Serra) -- redhat: make bnx2xx drivers unmaintained in rhel-10 (John Meneghini) [RHEL-36646 RHEL-41231] -- redhat/configs: Disable CONFIG_NFP (Kamal Heib) [RHEL-36647] -- Enable CONFIG_PWRSEQ_{SIMPLIE,EMMC} on aarch64 (Charles Mirabile) -- Fix SERIAL_SC16IS7XX configs for Fedora (Justin M. Forbes) -- Enable ALSA (CONFIG_SND) on aarch64 (Charles Mirabile) [RHEL-40411] -- redhat: Remove DIST_BRANCH variable (Eder Zulian) -- gitlab-ci: merge ark-latest before tagging cki-gating (Michael Hofmann) -- gitlab-ci: do not merge ark-latest for gating pipelines for Rawhide (Michael Hofmann) -- disable CONFIG_KVM_INTEL_PROVE_VE (Paolo Bonzini) -- redhat: remove the merge subtrees script (Derek Barbosa) -- redhat: rhdocs: delete .get_maintainer.conf (Derek Barbosa) -- redhat: rhdocs: Remove the rhdocs directory (Derek Barbosa) -- redhat/configs: Disable CONFIG_QLA3XXX (Kamal Heib) [RHEL-36646] -- redhat/configs: fedora: Enable some drivers for IPU6 support (Hans de Goede) -- redhat: add missing UKI_secureboot_cert hunk (Patrick Talbert) -- redhat/kernel.spec: keep extra modules in original directories (Jan Stancek) -- redhat/configs: Move CONFIG_BLK_CGROUP_IOCOST=y to common/generic (Waiman Long) -- Turn on CONFIG_MFD_QCOM_PM8008 for Fedora aarch64 (Justin M. Forbes) -- redhat: Build IMA CA certificate into the Fedora kernel (Coiby Xu) -- Move CONFIG_RAS_FMPM to the proper location (Aristeu Rozanski) -- redhat/configs: Remove CONFIG_NET_ACT_IPT (Ivan Vecera) -- gitlab-ci: add kernel-automotive pipelines (Michael Hofmann) -- Enable CEC support for TC358743 (Peter Robinson) -- fedora: arm: Enable ARCH_R9A09G057 (Peter Robinson) -- fedora: updates for the 6.10 kernel (Peter Robinson) -- fedora: arm: Enable the MAX96706 GMSL module (Peter Robinson) -- redhat: Switch UKI to using its own SecureBoot cert (from system-sb-certs) (Jan Stancek) -- redhat: Add RHEL specifc .sbat section to UKI (Jan Stancek) -- kernel.spec: add iommu selftests to kernel-selftests-internal (Eder Zulian) [RHEL-32895] -- redhat/configs: fedora: aarch64: Re-enable CUSE (Neal Gompa) -- redhat: pass correct RPM_VMLINUX_H to bpftool install (Jan Stancek) -- rh_flags: Rename rh_features to rh_flags (Ricardo Robaina) [RHEL-32987] -- kernel: rh_features: fix reading empty feature list from /proc (Ricardo Robaina) [RHEL-32987] -- rh_features: move rh_features entry to sys/kernel (Ricardo Robaina) [RHEL-32987] -- rh_features: convert to atomic allocation (Ricardo Robaina) [RHEL-32987] -- add rh_features to /proc (Ricardo Robaina) [RHEL-32987] -- add support for rh_features (Ricardo Robaina) [RHEL-32987] -- Drop kexec_load syscall support (Baoquan He) -- New configs in lib/kunit (Fedora Kernel Team) -- Turn off KUNIT_FAULT_TEST as it causes problems for CI (Justin M. Forbes) -- Add a config entry in pending for CONFIG_DRM_MSM_VALIDATE_XML (Justin M. Forbes) -- Flip CONFIG_SND_SOC_CS35L56_SPI in pending to avoid a mismatch (Justin M. Forbes) -- Fix up a mismatch for RHEL (Justin M. Forbes) -- Reset changelog after rebase (Justin M. Forbes) -- Reset RHEL_RELEASE to 0 for 6.10 (Justin M. Forbes) -- configs: move CONFIG_BLK_DEV_UBLK into rhel/configs/generic (Ming Lei) -- configs: move CONFIG_BLK_SED_OPAL into redhat/configs/common/generic (Ming Lei) -- RHEL-21097: rhel: aarch64 stop blocking a number of HW sensors (Peter Robinson) -- redhat/configs: enable RTL8822BU for rhel (Jose Ignacio Tornos Martinez) -- redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off (Jerry Snitselaar) -- redhat: add IMA certificates (Jan Stancek) -- redhat/kernel.spec: fix typo in move_kmod_list() variable (Jan Stancek) -- redhat: make filtermods.py less verbose by default (Jan Stancek) -- scsi: sd: condition probe_type under RHEL_DIFFERENCES (Eric Chanudet) -- scsi: sd: remove unused sd_probe_types (Eric Chanudet) -- Turn on INIT_ON_ALLOC_DEFAULT_ON for Fedora (Justin M. Forbes) -- Consolidate configs to common for 6.9 (Justin M. Forbes) -- redhat/rhel_files: move tipc.ko and tipc_diag.ko to modules-extra (Xin Long) [RHEL-23931] -- redhat: move amd-pstate-ut.ko to modules-internal (Jan Stancek) -- redhat/configs: enable CONFIG_LEDS_TRIGGER_NETDEV also for RHEL (Michal Schmidt) [RHEL-32110] -- redhat/configs: Remove CONFIG_AMD_IOMMU_V2 (Jerry Snitselaar) -- Set DEBUG_INFO_BTF_MODULES for Fedora (Justin M. Forbes) -- redhat: Use redhatsecureboot701 for ppc64le (Jan Stancek) -- redhat: switch the kernel package to use certs from system-sb-certs (Jan Stancek) -- redhat: replace redhatsecureboot303 signing key with redhatsecureboot601 (Jan Stancek) -- redhat: drop certificates that were deprecated after GRUB's BootHole flaw (Jan Stancek) -- redhat: correct file name of redhatsecurebootca1 (Jan Stancek) -- redhat: align file names with names of signing keys for ppc and s390 (Jan Stancek) -- redhat/configs: Enable CONFIG_DM_VDO in RHEL (Benjamin Marzinski) -- redhat/configs: Enable DRM_NOUVEAU_GSP_DEFAULT everywhere (Neal Gompa) -- kernel.spec: adjust for livepatching kselftests (Joe Lawrence) -- redhat/configs: remove CONFIG_TEST_LIVEPATCH (Joe Lawrence) -- Turn on CONFIG_RANDOM_KMALLOC_CACHES for Fedora (Justin M. Forbes) -- Set Fedora configs for 6.9 (Justin M. Forbes) -- gitlab-ci: enable pipelines with c10s buildroot (Michael Hofmann) -- Turn on ISM for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_TEST_LOCKUP for non-debug kernels (Čestmír Kalina) -- redhat/rhel_files: add test_lockup.ko to modules-extra (Čestmír Kalina) -- Turn off some Fedora UBSAN options to avoid false positives (Justin M. Forbes) -- fedora: aarch64: Enable a QCom Robotics platforms requirements (Peter Robinson) -- fedora: updates for 6.9 merge window (Peter Robinson) -- gitlab-ci: rename GitLab jobs ark -> rawhide (Michael Hofmann) -- gitlab-ci: harmonize DataWarehouse tree names (Michael Hofmann) -- redhat/configs: Enable CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON for rhel (Jerry Snitselaar) -- spec: make sure posttrans script doesn't fail if /boot is non-POSIX (glb) -- Turn on UBSAN for Fedora (Justin M. Forbes) -- Turn on XEN_BALLOON_MEMORY_HOTPLUG for Fedora (Justin M. Forbes) -- docs: point out that python3-pyyaml is now required (Thorsten Leemhuis) -- Use LLVM=1 for clang_lto build (Nikita Popov) -- redhat: fix def_variants.yaml check (Jan Stancek) -- redhat: sanity check yaml files (Jan Stancek) -- spec: rework filter-mods and mod-denylist (Jan Stancek) -- redhat/configs: remove CONFIG_INTEL_MENLOW as it is obsolete. (David Arcari) -- arch/x86: Fix XSAVE check for x86_64-v2 check (Prarit Bhargava) -- redhat/Makefile.variables: unquote a variable (Thorsten Leemhuis) -- redhat/configs: build in Tegra210 SPI driver (Mark Salter) -- redhat/configs: aarch64: Enable ARM_FFA driver (Mark Salter) -- Base automotive-devel on rt-devel (Don Zickus) -- redhat/configs: Enable CONFIG_AMDTEE for x86 (David Arcari) -- redhat/configs: enable CONFIG_TEST_LOCKUP for debug kernel (Čestmír Kalina) -- kernel.spec: fix libperf-debuginfo content (Jan Stancek) -- Turn on DM_VDO for Fedora (Justin M. Forbes) -- redhat: make libperf-devel require libperf %%{version}-%%{release} (Jan Stancek) -- kernel.spec: drop custom mode also for System.map ghost entry (Jan Stancek) -- Octopus merges are too conservative, serialize instead (Don Zickus) -- Add tracking branches for rt-devel (Don Zickus) -- all: clean-up i915 (Peter Robinson) -- Turn on CONFIG_READ_ONLY_THP_FOR_FS for Fedora (Justin M. Forbes) -- redhat/kernel.spec.template: fix rtonly build (Jan Stancek) -- redhat/kernel.spec.template: add extra flags for tools build (Scott Weaver) -- Add iio-test-gts to mod-internal.list (Thorsten Leemhuis) -- redhat/kernel.spec.template: update license (Scott Weaver) -- Fix typo in maintaining.rst file (Augusto Caringi) -- Enable DRM_CDNS_DSI_J721E for fedora (Andrew Halaney) -- gitlab-ci: do not merge ark-latest for gating pipelines (Michael Hofmann) -- fedora: Enable MCP9600 (Peter Robinson) -- redhat/configs: Enable & consolidate BF-3 drivers config (Luiz Capitulino) -- redhat: Fix RT kernel kvm subpackage requires (Juri Lelli) -- Add new of_test module to mod-internal.list (Thorsten Leemhuis) -- Add new string kunit modules to mod-internal.list (Thorsten Leemhuis) -- redhat/kernel.spec.template: enable cross for base/RT (Peter Robinson) -- redhat/kernel.spec.template: Fix cross compiling (Peter Robinson) -- arch/x86/kernel/setup.c: fixup rh_check_supported (Scott Weaver) -- Enable CONFIG_USB_ONBOARD_HUB for RHEL (Charles Mirabile) -- redhat/Makefile.cross: Add CROSS_BASEONLY (Prarit Bhargava) -- gitlab-ci: fix ark-latest merging for parent pipelines running in forks (Michael Hofmann) -- lsm: update security_lock_kernel_down (Scott Weaver) -- Fix changelog after rebase (Augusto Caringi) -- redhat: remove "END OF CHANGELOG" marker from kernel.changelog (Herton R. Krzesinski) -- gitlab-ci: enable all variants for rawhide/eln builder image gating (Michael Hofmann) -- Fedora: enable Microchip and their useful drivers (Peter Robinson) -- spec: suppress "set +x" output (Jan Stancek) -- redhat/configs: Disable CONFIG_RDMA_SIW (Kamal Heib) -- redhat/configs: Disable CONFIG_RDMA_RXE (Kamal Heib) -- redhat/configs: Disable CONFIG_MLX4 (Kamal Heib) -- redhat/configs: Disable CONFIG_INFINIBAND_HFI1 and CONFIG_INFINIBAND_RDMAVT (Kamal Heib) -- Consolidate 6.8 configs to common (Justin M. Forbes) -- Remove rt-automated and master-rt-devel logic (Don Zickus) -- Add support for CI octopus merging (Don Zickus) -- redhat/configs: Disable CONFIG_INFINIBAND_VMWARE_PVRDMA (Kamal Heib) -- gitlab-ci: fix merge tree URL for gating pipelines (Michael Hofmann) -- Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) -- uki: use systemd-pcrphase dracut module (Gerd Hoffmann) -- Add libperf-debuginfo subpackage (Justin M. Forbes) -- redhat/kernel.spec.template: Add log_msg macro (Prarit Bhargava) -- redhat/configs: Disable CONFIG_INFINIBAND_USNIC (Kamal Heib) -- Enable CONFIG_BMI323_I2C=m for Fedora x86_64 builds (Hans de Goede) -- gitlab-ci: drop test_makefile job (Scott Weaver) -- Enable merge-rt pipeline (Don Zickus) -- kernel.spec: include the GDB plugin in kernel-debuginfo (Ondrej Mosnacek) -- Turn on DRM_NOUVEAU_GSP_DEFAULT for Fedora (Justin M. Forbes) -- Set late new config HDC3020 for Fedora (Justin M. Forbes) -- redhat/self-test: Update CROSS_DISABLED_PACKAGES (Prarit Bhargava) -- redhat: Do not build libperf with cross builds (Prarit Bhargava) -- redhat/configs: enable CONFIG_PINCTRL_INTEL_PLATFORM for RHEL (David Arcari) -- redhat/configs: enable CONFIG_PINCTRL_METEORPOINT for RHEL (David Arcari) -- redhat/configs: intel pinctrl config cleanup (David Arcari) -- redhat/configs: For aarch64/RT, default kstack randomization off (Jeremy Linton) -- redhat/Makefile: remove an unused target (Ondrej Mosnacek) -- redhat/Makefile: fix setup-source and document its caveat (Ondrej Mosnacek) -- redhat/Makefile: fix race condition when making the KABI tarball (Ondrej Mosnacek) -- redhat/Makefile: refactor KABI tarball creation (Ondrej Mosnacek) -- Turn XFS_SUPPORT_V4 back on for Fedora (Justin M. Forbes) -- Add xe to drm module filters (Justin M. Forbes) -- Turn off the DRM_XE_KUNIT_TEST for Fedora (Justin M. Forbes) -- Flip secureboot signature order (Justin M. Forbes) -- all: clean up some removed configs (Peter Robinson) -- redhat: add nvidia oot signing key (Dave Airlie) -- gitlab-ci: support CI for zfcpdump kernel on ELN (Michael Hofmann) -- Fedora configs for 6.8 (Justin M. Forbes) -- Turn off CONFIG_INTEL_VSC for Fedora (Justin M. Forbes) -- redhat/configs: rhel wireless requests (Jose Ignacio Tornos Martinez) -- spec: Set EXTRA_CXXFLAGS for perf demangle-cxx.o (Josh Stone) [2233269] -- Flip values for FSCACHE and NETFS_SUPPORT to avoid mismatch (Justin M. Forbes) -- Turn on SECURITY_DMESG_RESTRICT (Justin M. Forbes) -- redhat: forward-port genlog.py updates from c9s (Jan Stancek) -- arch/x86: mark x86_64-v1 and x86_64-v2 processors as deprecated (Prarit Bhargava) -- fedora: Enable more Renesas RZ platform drivers (Peter Robinson) -- fedora: a few aarch64 drivers and cleanups (Peter Robinson) -- fedora: cavium nitrox cnn55xx (Peter Robinson) -- Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed) (Don Zickus) -- gitlab-ci: merge ark-latest fixes when running ELN pipelines (Michael Hofmann) -- gitlab-ci: use all arches for container image gating (Michael Hofmann) -- Add new os-build targets: rt-devel and automotive-devel (Don Zickus) -- Remove defines forcing tools on, they override cmdline (Justin M. Forbes) -- Remove separate license tag for libperf (Justin M. Forbes) -- Don't use upstream bpftool version for Fedora package (Justin M. Forbes) -- Don't ship libperf.a in libperf-devel (Justin M. Forbes) -- add libperf packages and enable perf, libperf, tools and bpftool packages (Thorsten Leemhuis) -- Add scaffolding to build the kernel-headers package for Fedora (Justin M. Forbes) -- redhat/spec: use distro CFLAGS when building bootstrap bpftool (Artem Savkov) -- spec: use just-built bpftool for vmlinux.h generation (Yauheni Kaliuta) [2120968] -- gitlab-ci: enable native tools for Rawhide CI (Michael Hofmann) -- Revert "Merge branch 'fix-kabi-build-race' into 'os-build'" (Justin M. Forbes) -- redhat: configs: fedora: Enable sii902x bridge chip driver (Erico Nunes) -- Enable CONFIG_TCP_CONG_ILLINOIS for RHEL (Davide Caratti) -- redhat/Makefile: fix setup-source and document its caveat (Ondrej Mosnacek) -- redhat/Makefile: fix race condition when making the KABI tarball (Ondrej Mosnacek) -- redhat/Makefile: refactor KABI tarball creation (Ondrej Mosnacek) -- redhat/configs: Remove HOTPLUG_CPU0 configs (Prarit Bhargava) -- gitlab-ci: merge ark-latest before building in MR pipelines (Michael Hofmann) -- CI: include aarch64 in CKI container image gating (Tales Aparecida) -- redhat: spec: Fix update_scripts run for CentOS builds (Neal Gompa) -- New configs in drivers/crypto (Fedora Kernel Team) -- net: bump CONFIG_MAX_SKB_FRAGS to 45 (Marcelo Ricardo Leitner) -- Enable CONFIG_MARVELL_88Q2XXX_PHY (Izabela Bakollari) -- Remove CONFIG_NET_EMATCH_STACK file for RHEL (Justin M. Forbes) -- CONFIG_NETFS_SUPPORT should be m after the merge (Justin M. Forbes) -- Turn FSCACHE and NETFS from m to y in pending (Justin M. Forbes) -- Turn on CONFIG_TCP_AO for Fedora (Justin M. Forbes) -- Turn on IAA_CRYPTO_STATS for Fedora (Justin M. Forbes) -- fedora: new drivers and cleanups (Peter Robinson) -- Turn on Renesas RZ for Fedora IOT rhbz2257913 (Justin M. Forbes) -- redhat: filter-modules.sh.rhel: add dell-smm-hwmon (Scott Weaver) -- Add CONFIG_INTEL_MEI_GSC_PROXY=m for DRM 9.4 stable backport (Mika Penttilä) -- Set configs for ZRAM_TRACK_ENTRY_ACTIME (Justin M. Forbes) -- Add python3-pyyaml to buildreqs for kernel-docs (Justin M. Forbes) -- Add nb7vpq904m to singlemods for ppc64le (Thorsten Leemhuis) -- include drm bridge helpers in kernel-core package (Thorsten Leemhuis) -- Add dell-smm-hwmon to singlemods (Thorsten Leemhuis) -- Add drm_gem_shmem_test to mod-internal.list (Thorsten Leemhuis) -- redhat: kABI: add missing RH_KABI_SIZE_ALIGN_CHECKS Kconfig option (Sabrina Dubroca) -- redhat: rh_kabi: introduce RH_KABI_EXCLUDE_WITH_SIZE (Sabrina Dubroca) -- redhat: rh_kabi: move semicolon inside __RH_KABI_CHECK_SIZE (Sabrina Dubroca) -- Fix up ZRAM_TRACK_ENTRY_ACTIME in pending (Justin M. Forbes) -- random: replace import_single_range() with import_ubuf() (Justin M. Forbes) -- Flip CONFIG_INTEL_PMC_CORE to m for Fedora (Justin M. Forbes) -- Add CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y to avoid a mismatch (Justin M. Forbes) -- common: cleanup MX3_IPU (Peter Robinson) -- all: The Octeon MDIO driver is aarch64/mips (Peter Robinson) -- common: rtc: remove bq4802 config (Peter Robinson) -- common: de-dupe MARVELL_GTI_WDT (Peter Robinson) -- all: Remove CAN_BXCAN (Peter Robinson) -- common: cleanup SND_SOC_ROCKCHIP (Peter Robinson) -- common: move RHEL DP83867_PHY to common (Peter Robinson) -- common: Make ASYMMETRIC_KEY_TYPE enable explicit (Peter Robinson) -- common: Disable aarch64 ARCH_MA35 universally (Peter Robinson) -- common: arm64: enable Tegra234 pinctrl driver (Peter Robinson) -- rhel: arm64: Enable qoriq thermal driver (Peter Robinson) -- common: aarch64: Cleanup some i.MX8 config options (Peter Robinson) -- all: EEPROM_LEGACY has been removed (Peter Robinson) -- all: rmeove AppleTalk hardware configs (Peter Robinson) -- all: cleanup: remove references to SLOB (Peter Robinson) -- all: cleanup: Drop unnessary BRCMSTB configs (Peter Robinson) -- all: net: remove retired network schedulers (Peter Robinson) -- all: cleanup removed CONFIG_IMA_TRUSTED_KEYRING (Peter Robinson) -- BuildRequires: lld for build with selftests for x86 (Jan Stancek) -- spec: add keyutils to selftest-internal subpackage requirements (Artem Savkov) [2166911] -- redhat/spec: exclude liburandom_read.so from requires (Artem Savkov) [2120968] -- rtla: sync summary text with upstream and update Requires (Jan Stancek) -- uki-virt: add systemd-sysext dracut module (Gerd Hoffmann) -- uki-virt: add virtiofs dracut module (Gerd Hoffmann) -- common: disable the FB device creation (Peter Robinson) -- s390x: There's no FB on Z-series (Peter Robinson) -- fedora: aarch64: enable SM_VIDEOCC_8350 (Peter Robinson) -- fedora: arm64: enable ethernet on newer TI industrial (Peter Robinson) -- fedora: arm64: Disable VIDEO_IMX_MEDIA (Peter Robinson) -- fedora: use common config for Siemens Simatic IPC (Peter Robinson) -- fedora: arm: enable Rockchip SPI flash (Peter Robinson) -- fedora: arm64: enable DRM_TI_SN65DSI83 (Peter Robinson) -- kernel.spec: remove kernel-smp reference from scripts (Jan Stancek) -- redhat: do not compress the full kernel changelog in the src.rpm (Herton R. Krzesinski) -- Auto consolidate configs for the 6.7 cycle (Justin M. Forbes) -- Enable sound for a line of Huawei laptops (TomZanna) -- fedora: a few cleanups and driver enablements (Peter Robinson) -- fedora: arm64: cleanup Allwinner Pinctrl drivers (Peter Robinson) -- fedora: aarch64: Enable some DW drivers (Peter Robinson) -- redhat: ship all the changelog from source git into kernel-doc (Herton R. Krzesinski) -- redhat: create an empty changelog file when changing its name (Herton R. Krzesinski) -- redhat/self-test: Remove --all from git query (Prarit Bhargava) -- Disable accel drivers for Fedora x86 (Kate Hsuan) -- redhat: scripts: An automation script for disabling unused driver for x86 (Kate Hsuan) -- Fix up Fedora LJCA configs and filters (Justin M. Forbes) -- Fedora configs for 6.7 (Justin M. Forbes) -- Some Fedora config updates for MLX5 (Justin M. Forbes) -- Turn on DRM_ACCEL drivers for Fedora (Justin M. Forbes) -- redhat: enable the kfence test (Nico Pache) -- redhat/configs: Enable UCLAMP_TASK for PipeWire and WirePlumber (Neal Gompa) -- Turn on CONFIG_SECURITY_DMESG_RESTRICT for Fedora (Justin M. Forbes) -- Turn off shellcheck for the fedora-stable-release script (Justin M. Forbes) -- Add some initial Fedora stable branch script to redhat/scripts/fedora/ (Justin M. Forbes) -- redhat: disable iptables-legacy compatibility layer (Florian Westphal) -- redhat: disable dccp conntrack support (Florian Westphal) -- configs: enable netfilter_netlink_hook in fedora too (Florian Westphal) -- ext4: Mark mounting fs-verity filesystems as tech-preview (Alexander Larsson) -- erofs: Add tech preview markers at mount (Alexander Larsson) -- Enable fs-verity (Alexander Larsson) -- Enable erofs (Alexander Larsson) -- aarch64: enable uki (Gerd Hoffmann) -- redhat: enable CONFIG_SND_SOC_INTEL_SOF_DA7219_MACH as a module for x86 (Patrick Talbert) -- Turn CONFIG_MFD_CS42L43_SDW on for RHEL (Justin M. Forbes) -- Enable cryptographic acceleration config flags for PowerPC (Mamatha Inamdar) -- Also make vmlinuz-virt.efi world readable (Zbigniew Jędrzejewski-Szmek) -- Drop custom mode for System.map file (Zbigniew Jędrzejewski-Szmek) -- Add drm_exec_test to mod-internal.list for depmod to succeed (Mika Penttilä) -- RHEL 9.4 DRM backport (upto v6.6 kernel), sync Kconfigs (Mika Penttilä) -- Turn on USB_DWC3 for Fedora (rhbz 2250955) (Justin M. Forbes) -- redhat/configs: Move IOMMUFD to common (Alex Williamson) -- redhat: Really remove cpupower files (Prarit Bhargava) -- redhat: remove update_scripts.sh (Prarit Bhargava) -- Fix s390 zfcpfdump bpf build failures for cgroups (Don Zickus) -- Flip CONFIG_NVME_AUTH to m in pending (Justin M. Forbes) -- Turn CONFIG_SND_SOC_INTEL_AVS_MACH_RT5514 on for Fedora x86 (Jason Montleon) -- kernel/rh_messages.c: Mark functions as possibly unused (Prarit Bhargava) -- Add snd-hda-cirrus-scodec-test to mod-internal.list (Scott Weaver) -- Turn off BPF_SYSCALL in pending for zfcpdump (Justin M. Forbes) -- Add mean_and_variance_test to mod-internal.list (Justin M. Forbes) -- Add cfg80211-tests and mac80211-tests to mod-internal.list (Justin M. Forbes) -- Turn on CONFIG_MFD_CS42L43_SDW for RHEL in pending (Justin M. Forbes) -- Turn on bcachefs for Fedora (Justin M. Forbes) -- redhat: configs: fedora: Enable QSEECOM and friends (Andrew Halaney) -- Add clk-fractional-divider_test to mod-internal.list (Thorsten Leemhuis) -- Add gso_test to mod-internal.list (Thorsten Leemhuis) -- Add property-entry-test to mod-internal.list (Thorsten Leemhuis) -- Fedora 6.7 configs part 1 (Justin M. Forbes) -- [Scheduled job] Catch config mismatches early during upstream merge (Don Zickus) -- redhat/self-test: Update data for KABI xz change (Prarit Bhargava) -- redhat/scripts: Switch KABI tarballs to xz (Prarit Bhargava) -- redhat/kernel.spec.template: Switch KABI compression to xz (Prarit Bhargava) -- redhat: self-test: Use a more complete SRPM file suffix (Andrew Halaney) -- redhat: makefile: remove stray rpmbuild --without (Eric Chanudet) -- Consolidate configs into common for 6.6 (Justin M. Forbes) -- Updated Fedora configs (Justin M. Forbes) -- Turn on UFSHCD for Fedora x86 (Justin M. Forbes) -- redhat: configs: generic: x86: Disable CONFIG_VIDEO_OV01A10 for x86 platform (Hans de Goede) -- redhat: remove pending-rhel CONFIG_XFS_ASSERT_FATAL file (Patrick Talbert) -- New configs in fs/xfs (Fedora Kernel Team) -- crypto: rng - Override drivers/char/random in FIPS mode (Herbert Xu) -- random: Add hook to override device reads and getrandom(2) (Herbert Xu) -- redhat/configs: share CONFIG_ARM64_ERRATUM_2966298 between rhel and fedora (Mark Salter) -- configs: Remove S390 IOMMU config options that no longer exist (Jerry Snitselaar) -- redhat: docs: clarify where bugs and issues are created (Scott Weaver) -- redhat/scripts/rh-dist-git.sh does not take any arguments: fix error message (Denys Vlasenko) -- Add target_branch for gen_config_patches.sh (Don Zickus) -- redhat: disable kunit by default (Nico Pache) -- redhat/configs: enable the AMD_PMF driver for RHEL (David Arcari) -- Make CONFIG_ADDRESS_MASKING consistent between fedora and rhel (Chris von Recklinghausen) -- CI: add ark-latest baseline job to tag cki-gating for successful pipelines (Michael Hofmann) -- CI: provide child pipelines for CKI container image gating (Michael Hofmann) -- CI: allow to run as child pipeline (Michael Hofmann) -- CI: provide descriptive pipeline name for scheduled pipelines (Michael Hofmann) -- CI: use job templates for variant variables (Michael Hofmann) -- redhat/kernel.spec.template: simplify __modsign_install_post (Jan Stancek) -- Fedora filter updates after configs (Justin M. Forbes) -- Fedora configs for 6.6 (Justin M. Forbes) -- redhat/configs: Freescale Layerscape SoC family (Steve Best) -- Add clang MR/baseline pipelines (Michael Hofmann) -- CI: Remove unused kpet_tree_family (Nikolai Kondrashov) -- Add clang config framework (Don Zickus) -- Apply partial snippet configs to all configs (Don Zickus) -- Remove unpackaged kgcov config files (Don Zickus) -- redhat/configs: enable missing Kconfig options for Qualcomm RideSX4 (Brian Masney) -- enable CONFIG_ADDRESS_MASKING for x86_64 (Chris von Recklinghausen) -- common: aarch64: enable NXP Flex SPI (Peter Robinson) -- fedora: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in (Javier Martinez Canillas) -- kernel.spec: adjust build option comment (Michael Hofmann) -- kernel.spec: allow to enable arm64_16k variant (Michael Hofmann) -- gitlab-ci: enable build-only pipelines for Rawhide/16k/aarch64 (Michael Hofmann) -- kernel.spec.template: Fix --without bpftool (Prarit Bhargava) -- redhat/configs: NXP BBNSM Power Key Driver (Steve Best) -- redhat/self-test: Update data for cross compile fields (Prarit Bhargava) -- redhat/Makefile.cross: Add message for disabled subpackages (Prarit Bhargava) -- redhat/Makefile.cross: Update cross targets with disabled subpackages (Prarit Bhargava) -- Remove XFS_ASSERT_FATAL from pending-fedora (Justin M. Forbes) -- Change default pending for XFS_ONLINE_SCRUB_STATSas it now selects XFS_DEBUG (Justin M. Forbes) -- gitlab-ci: use --with debug/base to select kernel variants (Michael Hofmann) -- kernel.spec: add rpmbuild --without base option (Michael Hofmann) -- redhat: spec: Fix typo for kernel_variant_preun for 16k-debug flavor (Neal Gompa) -- Turn off appletalk for fedora (Justin M. Forbes) -- New configs in drivers/media (Fedora Kernel Team) -- redhat/docs: Add a mention of bugzilla for bugs (Prarit Bhargava) -- Fix the fixup of Fedora release (Don Zickus) -- Fix Fedora release scheduled job (Don Zickus) -- Move squashfs to kernel-modules-core (Justin M. Forbes) -- redhat: Explicitly disable CONFIG_COPS (Vitaly Kuznetsov) -- redhat: Add dist-check-licenses target (Vitaly Kuznetsov) -- redhat: Introduce "Verify SPDX-License-Identifier tags" selftest (Vitaly Kuznetsov) -- redhat: Use kspdx-tool output for the License: field (Vitaly Kuznetsov) -- Rename pipeline repo branch and DW tree names (Michael Hofmann) -- Adjust comments that refer to ARK in a Rawhide context (Michael Hofmann) -- Rename variable names starting with ark- to rawhide- (Michael Hofmann) -- Rename trigger-ark to trigger-rawhide (Michael Hofmann) -- Fix up config mismatches for Fedora (Justin M. Forbes) -- redhat/configs: Texas Instruments Inc. K3 multicore SoC architecture (Steve Best) -- Flip CONFIG_VIDEO_V4L2_SUBDEV_API in pending RHEL due to mismatch (Justin M. Forbes) -- CONFIG_HW_RANDOM_HISI: move to common and set to m (Scott Weaver) -- Turn off CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for Fedora s390x (Justin M. Forbes) -- Disable tests for ELN realtime pipelines (Michael Hofmann) -- New configs in mm/Kconfig (Fedora Kernel Team) -- Flip CONFIG_SND_SOC_CS35L56_SDW to m and clean up (Justin M. Forbes) -- Add drm_exec_test to mod-internal.list (Thorsten Leemhuis) -- Add new pending entry for CONFIG_SND_SOC_CS35L56_SDW to fix mismatch (Justin M. Forbes) -- Fix tarball creation logic (Don Zickus) -- redhat: bump libcpupower soname to match upstream (Patrick Talbert) -- Turn on MEMFD_CREATE in pending as it is selected by CONFIG_TMPFS (Justin M. Forbes) -- redhat: drop unneeded build-time dependency gcc-plugin-devel (Coiby Xu) -- all: x86: move wayward x86 specific config home (Peter Robinson) -- all: de-dupe non standard config options (Peter Robinson) -- all: x86: clean up microcode loading options (Peter Robinson) -- common: remove unnessary CONFIG_SND_MESON_AXG* (Peter Robinson) -- redhat: Fix UKI install with systemd >= 254 (Vitaly Kuznetsov) -- redhat: Use named parameters for kernel_variant_posttrans()/kernel_variant_preun() (Vitaly Kuznetsov) -- redhat/kernel.spec.template: update compression variables to support zstd (Brian Masney) -- Consolidate configs to common for 6.5 (Justin M. Forbes) -- Remove unused config entry for Fedora (Justin M. Forbes) -- redhat/self-test: Remove rpmlint test (Prarit Bhargava) -- Remove the armv7 config directory from Fedora again (Justin M. Forbes) -- Enable CONFIG_EXPERT for both RHEL and Fedora (Justin M. Forbes) -- redhat/configs: Enable CONFIG_DEVICE_PRIVATE on aarch64 (David Hildenbrand) [2231407] -- redhat/configs: disable CONFIG_ROCKCHIP_ERRATUM_3588001 for RHEL (Mark Salter) -- redhat: shellcheck fixes (Prarit Bhargava) -- redhat/configs: enable tegra114 SPI (Mark Salter) -- all: properly cleanup firewire once and for all (Peter Robinson) -- Fix up filters for Fedora (Justin M. Forbes) -- New configs in arch/x86 (Fedora Kernel Team) -- Add an armv7 directory back for the Fedora configs (Justin M. Forbes) -- Fedora 6.5 config updates (Justin M. Forbes) -- Turn off DMABUF_SYSFS_STATS (Justin M. Forbes) -- CI: rawhide_release: switch to using script to push (Don Zickus) -- redhat/self-test: Update self-test data (Prarit Bhargava) -- redhat/scripts/cross-compile: Update download_cross.sh (Prarit Bhargava) -- redhat/Makefile.cross: Remove ARCH selection code (Prarit Bhargava) -- redhat/Makefile.cross: Update script (Prarit Bhargava) -- Fix interruptible non MR jobs (Michael Hofmann) -- all: run evaluate_configs to de-dupe merged aarch64 (Peter Robinson) -- all: arm: merge the arm and arm/aarch64 (Peter Robinson) -- fedora: remove ARMv7 AKA armhfp configurations (Peter Robinson) -- fedora: remove ARMv7 AKA armhfp support (Peter Robinson) -- redhat/configs: enable CONFIG_VIRTIO_MEM on aarch64 (David Hildenbrand) [2044155] -- redhat/configs: enable CONFIG_MEMORY_HOTREMOVE aarch64 (David Hildenbrand) [2062054] -- redhat: Add arm64-16k kernel flavor scaffold for 16K page-size'd AArch64 (Neal Gompa) -- fedora: enable i3c on aarch64 (Peter Robinson) -- redhat/configs: Remove `CONFIG_HZ_1000 is not set` for aarch64 (Enric Balletbo i Serra) -- redhat/configs: turn on the framework for SPI NOR for ARM (Steve Best) -- configs: add new ChromeOS UART driver (Mark Langsdorf) -- configs: add new ChromeOS Human Presence Sensor (Mark Langsdorf) -- redhat/configs: Enable CONFIG_NVIDIA_WMI_EC_BACKLIGHT for both Fedora and RHEL (Kate Hsuan) -- redhat/configs: Texas Instruments INA3221 driver (Steve Best) -- arm: i.MX: Some minor NXP i.MX cleanups (Peter Robinson) -- Description: Set config for Tegra234 pinctrl driver (Joel Slebodnick) -- Update RPM Scriptlet for kernel-install Changes (Jonathan Steffan) -- [CI] add exit 0 to the end of CI scripts (Don Zickus) -- redhat: configs: Disable CONFIG_CRYPTO_STATS since performance issue for storage (Kate Hsuan) [2227793] -- Remove obsolete variable from gitlab-ci.yml (Ondrej Kinst) -- redhat/configs: Move GVT-g to Fedora only (Alex Williamson) -- [CI] Make sure we are on correct branch before running script (Don Zickus) -- CI: ark-update-configs: sync push command and output (Don Zickus) -- CI: ark-update-configs: misc changes (Don Zickus) -- CI: sync ark-create-release push commands with output (Don Zickus) -- CI: ark-create-release: Add a robust check if nothing changed (Don Zickus) -- CI: Remove legacy tag check cruft (Don Zickus) -- CI: Introduce simple environment script (Don Zickus) -- redhat/configs: Disable FIREWIRE for RHEL (Prarit Bhargava) -- redhat/scripts/rh-dist-git.sh: print list of uploaded files (Denys Vlasenko) -- redhat/scripts/expand_srpm.sh: add missing function, robustify (Denys Vlasenko) -- redhat: Enable HSR and PRP (Felix Maurer) -- redhat/scripts/rh-dist-git.sh: fix outdated message and comment (Denys Vlasenko) -- redhat/configs: Disable CONFIG_I8K (Prarit Bhargava) -- Make sure posttrans script doesn't fail if restorecon is not installed (Daan De Meyer) -- Update filters for new config items (Justin M. Forbes) -- More Fedora 6.5 configs (Justin M. Forbes) -- redhat/configs: disable pre-UVC cameras for RHEL on aarch64 (Dean Nelson) -- redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64 (Dean Nelson) -- move ownership of /lib/modules// to kernel-core (Thorsten Leemhuis) -- Let kernel-modules-core own the files depmod generates. (Thorsten Leemhuis) -- redhat: configs: Enable CONFIG_TYPEC_STUSB160X for rhel on aarch64 (Desnes Nunes) -- Add filters for ptp_dfl_tod on Fedora (Justin M. Forbes) -- Fedora 6.5 configs part 1 (Justin M. Forbes) -- fedora: enable CONFIG_ZYNQMP_IPI_MBOX as a builtin in pending-fedora (Patrick Talbert) -- fedora: arm: some minor updates (Peter Robinson) -- fedora: bluetooth: enable AOSP extensions (Peter Robinson) -- fedora: wifi: tweak ZYDAS WiFI config options (Peter Robinson) -- scsi: sd: Add "probe_type" module parameter to allow synchronous probing (Ewan D. Milne) [2140017] -- redhat/configs: allow IMA to use MOK keys (Coiby Xu) -- Simplify documentation jobs (Michael Hofmann) -- Auto-cancel pipelines only on MRs (Michael Hofmann) -- CI: Call script directly (Don Zickus) -- CI: Remove stale TAG and Makefile cruft (Don Zickus) -- CI: Move os-build tracking to common area (Don Zickus) -- redhat: use the eln builder for daily jobs (Patrick Talbert) -- redhat: set CONFIG_XILINX_WINDOW_WATCHDOG as disabled in pending (Patrick Talbert) -- Add baseline ARK/ELN pipelines (Michael Hofmann) -- Simplify job rules (Michael Hofmann) -- Build ELN srpm for bot changes (Michael Hofmann) -- Run RH selftests for ELN (Michael Hofmann) -- Simplify job templates (Michael Hofmann) -- Extract rules to allow orthogonal configuration (Michael Hofmann) -- Require ELN pipelines if started automatically (Michael Hofmann) -- Add ARK debug pipeline (Michael Hofmann) -- Extract common parts of child pipeline job (Michael Hofmann) -- Move ARK pipeline variables into job template (Michael Hofmann) -- Simplify ARK pipeline rules (Michael Hofmann) -- Change pathfix.py to %%py3_shebang_fix (Justin M. Forbes) -- Turn on NET_VENDOR_QUALCOMM for Fedora to enable rmnet (Justin M. Forbes) -- redhat: add intel-m10-bmc-hwmon to filter-modules singlemods list (Patrick Talbert) -- fedira: enable pending-fedora CONFIG_CPUFREQ_DT_PLATDEV as a module (Patrick Talbert) -- redhat: fix the 'eln BUILD_TARGET' self-test (Patrick Talbert) -- redhat: update the self-test-data (Patrick Talbert) -- redhat: remove trailing space in dist-dump-variables output (Patrick Talbert) -- Allow ELN pipelines failures (Michael Hofmann) -- Enable cs-like CI (Michael Hofmann) -- Allow to auto-cancel redundant pipelines (Michael Hofmann) -- Remove obsolete unused trigger variable (Michael Hofmann) -- Fix linter warnings in .gitlab-ci.yml (Michael Hofmann) -- config: wifi: debug options for ath11k, brcm80211 and iwlwifi (Íñigo Huguet) -- redhat: allow dbgonly cross builds (Jan Stancek) -- redhat/configs: Clean up x86-64 call depth tracking configs (Waiman Long) -- redhat: move SND configs from pending-rhel to rhel (Patrick Talbert) -- Fix up armv7 configs for Fedora (Justin M. Forbes) -- redhat: Set pending-rhel x86 values for various SND configs (Patrick Talbert) -- redhat: update self-test data (Patrick Talbert) -- redhat: ignore SPECBPFTOOLVERSION/bpftoolversion in self-test create-data.sh (Patrick Talbert) -- fedora/rhel: Move I2C_DESIGNWARE_PLATFORM, I2C_SLAVE, & GPIOLIB from pending (Patrick Talbert) -- redhat/filter-modules.sh.rhel: add needed deps for intel_rapl_tpmi (Jan Stancek) -- fedora: Enable CONFIG_SPI_SLAVE (Patrick Talbert) -- fedora/rhel: enable I2C_DESIGNWARE_PLATFORM, I2C_SLAVE, and GPIOLIB (Patrick Talbert) -- fedora: Enable CONFIG_SPI_SLAVE in fedora-pending (Patrick Talbert) -- redhat: remove extra + (plus) from meta package Requires definitions (Patrick Talbert) -- Add intel-m10-bmc-hwmon to singlemods (Thorsten Leemhuis) -- Add hid-uclogic-test to mod-internal.list (Thorsten Leemhuis) -- Add checksum_kunit.ko to mod-internal.list (Thorsten Leemhuis) -- Add strcat_kunit to mod-internal.list (Thorsten Leemhuis) -- Add input_test to mod-intenal.list (Thorsten Leemhuis) -- Revert "Remove EXPERT from ARCH_FORCE_MAX_ORDER for aarch64" (Justin M. Forbes) -- Fix up rebase issue with CONFIG_ARCH_FORCE_MAX_ORDER (Justin M. Forbes) -- redhat/kernel.spec.template: Disable 'extracting debug info' messages (Prarit Bhargava) -- kernel/rh_messages.c: Another gcc12 warning on redundant NULL test (Florian Weimer) [2216678] -- redhat: fix signing for realtime and arm64_64k non-debug variants (Jan Stancek) -- redhat: treat with_up consistently (Jan Stancek) -- redhat: make with_realtime opt-in (Jan Stancek) -- redhat/configs: Disable qcom armv7 drippings in the aarch64 tree (Jeremy Linton) -- kernel.spec: drop obsolete ldconfig (Jan Stancek) -- Consolidate config items to common for 6.4 cycle (Justin M. Forbes) -- Turn on CO?NFIg_RMNET for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_MANA_INFINIBAND=m for ARK (Vitaly Kuznetsov) -- redhat/config: common: Enable CONFIG_GPIO_SIM for software development (Kate Hsuan) -- redhat: fix problem with RT kvm modules listed twice in rpm generation (Clark Williams) -- redhat: turn off 64k kernel builds with rtonly (Clark Williams) -- redhat: turn off zfcpdump for rtonly (Clark Williams) -- redhat: don't allow with_rtonly to turn on unsupported arches (Clark Williams) -- redhat: update self-test data for addition of RT and 64k-page variants (Clark Williams) -- redhat: fix realtime and efiuki build conflict (Jan Stancek) -- arm64-64k: Add new kernel variant to RHEL9/CS9 for 64K page-size'd ARM64 (Donald Dutile) [2153073] -- redhat: TEMPORARY set configs to deal with PREEMPT_RT not available (Clark Williams) -- redhat: TEMPORARY default realtime to off (Clark Williams) -- redhat: moved ARM errata configs to arm dir (Clark Williams) -- redhat: RT packaging changes (Clark Williams) -- redhat: miscellaneous commits needed due to CONFIG_EXPERT (Clark Williams) -- redhat: realtime config entries (Clark Williams) -- common: remove deleted USB PCCARD drivers (Peter Robinson) -- fedora: further cleanup of pccard/cardbus subsystem (Peter Robinson) -- common: properly disable PCCARD subsystem (Peter Robinson) -- redhat/configs: arm: enable SERIAL_TEGRA UART for RHEL (Mark Salter) -- redhat/configs: enable CONFIG_X86_AMD_PSTATE_UT (David Arcari) -- redhat/configs: Enable CONFIG_TCG_VTPM_PROXY for RHEL (Štěpán Horáček) -- redhat: do not package *.mod.c generated files (Denys Vlasenko) -- ALSA configuration changes for ARK/RHEL 9.3 (Jaroslav Kysela) -- spec: remove resolve_btfids from kernel-devel (Viktor Malik) -- Fix typo in filter-modules (Justin M. Forbes) -- redhat/configs: Enable CONFIG_INIT_STACK_ALL_ZERO for RHEL (Josh Poimboeuf) -- Remove CONFIG_ARCH_FORCE_MAX_ORDER for aarch64 (Justin M. Forbes) -- Fix up config and filter for PTP_DFL_TOD (Justin M. Forbes) -- redhat/configs: IMX8ULP pinctrl driver (Steve Best) -- redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64 (Brian Masney) -- redhat/configs: add two missing Kconfig options for the Thinkpad x13s (Brian Masney) -- Fedora configs for 6.4 (Justin M. Forbes) -- Change aarch64 CONFIG_ARCH_FORCE_MAX_ORDER to 10 for 4K pages (Justin M. Forbes) -- kernel.spec: remove "RPM_VMLINUX_H=$DevelDir/vmlinux.h" code chunk in %%install (Denys Vlasenko) -- redhat/configs: aarch64: Turn on Display for OnePlus 6 (Eric Curtin) -- redhat/configs: NXP i.MX93 pinctrl, clk, analog to digital converters (Steve Best) -- redhat/configs: Enable CONFIG_SC_GPUCC_8280XP for fedora (Andrew Halaney) -- redhat/configs: Enable CONFIG_QCOM_IPCC for fedora (Andrew Halaney) -- Add rv subpackage for kernel-tools (John Kacur) [2188441] -- redhat/configs: NXP i.MX9 family (Steve Best) -- redhat/genlog.py: add support to list/process zstream Jira tickets (Herton R. Krzesinski) -- redhat: fix duplicate jira issues in the resolves line (Herton R. Krzesinski) -- redhat: add support for Jira issues in changelog (Herton R. Krzesinski) -- redhat/configs: turn on IMX8ULP CCM Clock Driver (Steve Best) -- redhat: update filter-modules fsdrvs list to reference smb instead of cifs (Patrick Talbert) -- Turn off some debug options found to impact performance (Justin M. Forbes) -- wifi: rtw89: enable RTL8852BE card in RHEL (Íñigo Huguet) -- redhat/configs: enable TEGRA186_GPC_DMA for RHEL (Mark Salter) -- Move imx8m configs from fedora to common (Mark Salter) -- redhat/configs: turn on lpuart serial port support Driver (Steve Best) [2208834] -- Turn off DEBUG_VM for non debug Fedora kernels (Justin M. Forbes) -- Enable CONFIG_BT on aarch64 (Charles Mirabile) -- redhat/configs: turn on CONFIG_MARVELL_CN10K_TAD_PMU (Michal Schmidt) [2042240] -- redhat/configs: Fix enabling MANA Infiniband (Kamal Heib) -- Fix file listing for symvers in uki (Justin M. Forbes) -- Fix up some Fedora config items (Justin M. Forbes) -- enable efifb for Nvidia (Justin M. Forbes) -- kernel.spec: package unstripped test_progs-no_alu32 (Felix Maurer) -- Turn on NFT_CONNLIMIT for Fedora (Justin M. Forbes) -- Include the information about builtin symbols into kernel-uki-virt package too (Vitaly Kuznetsov) -- redhat/configs: Fix incorrect configs location and content (Vladis Dronov) -- redhat/configs: turn on CONFIG_MARVELL_CN10K_DDR_PMU (Michal Schmidt) [2042241] -- redhat: configs: generic: x86: Disable CONFIG_VIDEO_OV2740 for x86 platform (Kate Hsuan) -- Enable IO_URING for RHEL (Justin M. Forbes) -- Turn on IO_URING for RHEL in pending (Justin M. Forbes) -- redhat: Remove editconfig (Prarit Bhargava) -- redhat: configs: fix CONFIG_WERROR replace in build_configs (Jan Stancek) -- redhat/configs: enable Maxim MAX77620 PMIC for RHEL (Mark Salter) -- kernel.spec: skip kernel meta package when building without up (Jan Stancek) -- redhat/configs: enable RDMA_RXE for RHEL (Kamal Heib) [2022578] -- redhat/configs: update RPCSEC_GSS_KRB5 configs (Scott Mayhew) -- redhat/Makefile: Support building linux-next (Thorsten Leemhuis) -- redhat/Makefile: support building stable-rc versions (Thorsten Leemhuis) -- redhat/Makefile: Add target to print DISTRELEASETAG (Thorsten Leemhuis) -- Remove EXPERT from ARCH_FORCE_MAX_ORDER for aarch64 (Justin M. Forbes) -- Revert "Merge branch 'unstripped-no_alu32' into 'os-build'" (Patrick Talbert) -- configs: Enable CONFIG_PAGE_POOL_STATS for common/generic (Patrick Talbert) -- redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora (David Arcari) -- kernel.spec: package unstripped test_progs-no_alu32 (Felix Maurer) -- bpf/selftests: fix bpf selftests install (Jerome Marchand) -- kernel.spec: add bonding selftest (Hangbin Liu) -- Change FORCE_MAX_ORDER for ppc64 to be 8 (Justin M. Forbes) -- kernel.spec.template: Add global compression variables (Prarit Bhargava) -- kernel.spec.template: Use xz for KABI (Prarit Bhargava) -- kernel.spec.template: Remove gzip related aarch64 code (Prarit Bhargava) -- Add apple_bl to filter-modules (Justin M. Forbes) -- Add handshake-test to mod-intenal.list (Justin M. Forbes) -- Add regmap-kunit to mod-internal.list (Justin M. Forbes) -- configs: set CONFIG_PAGE_POOL_STATS (Patrick Talbert) -- Add apple_bl to fedora module_filter (Justin M. Forbes) -- Fix up some config mismatches in new Fedora config items (Justin M. Forbes) -- redhat/configs: disable CONFIG_USB_NET_SR9700 for aarch64 (Jose Ignacio Tornos Martinez) -- Fix up the RHEL configs for xtables and ipset (Justin M. Forbes) -- ark: enable wifi on aarch64 (Íñigo Huguet) -- fedora: wifi: hermes: disable 802.11b driver (Peter Robinson) -- fedora: wifi: libertas: use the LIBERTAS_THINFIRM driver (Peter Robinson) -- fedora: wifi: disable Zydas vendor (Peter Robinson) -- redhat: fix python ValueError in error path of merge.py (Clark Williams) -- fedora: arm: minor updates (Peter Robinson) -- kernel.spec: Fix UKI naming to comply with BLS (Philipp Rudo) -- redhat/kernel.spec.template: Suppress 'extracting debug info' noise in build log (Prarit Bhargava) -- Fedora 6.3 configs part 2 (Justin M. Forbes) -- redhat/configs: Enable CONFIG_X86_KERNEL_IBT for Fedora and ARK (Josh Poimboeuf) -- kernel.spec: gcov: make gcov subpackages per variant (Jan Stancek) -- kernel.spec: Gemini: add Epoch to perf and rtla subpackages (Jan Stancek) -- kernel.spec: Gemini: fix header provides for upgrade path (Jan Stancek) -- redhat: introduce Gemini versioning (Jan Stancek) -- redhat: separate RPM version from uname version (Jan Stancek) -- redhat: introduce GEMINI and RHEL_REBASE_NUM variable (Jan Stancek) -- ipmi: ssif_bmc: Add SSIF BMC driver (Tony Camuso) -- common: minor de-dupe of parallel port configs (Peter Robinson) -- Fedora 6.3 configs part 1 (Justin M. Forbes) -- redhat: configs: Enable CONFIG_MEMTEST to enable memory test (Kate Hsuan) -- Update Fedora arm filters after config updates (Nicolas Chauvet) -- redhat/kernel.spec.template: Fix kernel-tools-libs-devel dependency (Prarit Bhargava) -- redhat: fix the check for the n option (Patrick Talbert) -- common: de-dupe some options that are the same (Peter Robinson) -- generic: remove deleted options (Peter Robinson) -- redhat/configs: enable CONFIG_INTEL_TCC_COOLING for RHEL (David Arcari) -- Update Fedora ppc filters after config updates (Justin M. Forbes) -- Update Fedora aarch64 filters after config updates (Justin M. Forbes) -- fedora: arm: Updates for 6.3 (Peter Robinson) -- redhat: kunit: cleanup NITRO config and enable rescale test (Nico Pache) -- kernel.spec: use %%{package_name} to fix kernel-devel-matched Requires (Jan Stancek) -- kernel.spec: use %%{package_name} also for abi-stablelist subpackages (Jan Stancek) -- kernel.spec: use %%{package_name} also for tools subpackages (Jan Stancek) -- generic: common: Parport and paride/ata cleanups (Peter Robinson) -- CONFIG_SND_SOC_CS42L83 is no longer common (Justin M. Forbes) -- configs: arm: bring some configs in line with rhel configs in c9s (Mark Salter) -- arm64/configs: Put some arm64 configs in the right place (Mark Salter) -- cleanup removed R8188EU config (Peter Robinson) -- Make RHJOBS container friendly (Don Zickus) -- Remove scmversion from kernel.spec.template (Don Zickus) -- redhat/configs: Enable CONFIG_SND_SOC_CS42L83 (Neal Gompa) -- Use RHJOBS for create-tarball (Don Zickus) -- Enable CONFIG_NET_SCH_FQ_PIE for Fedora (Justin M. Forbes) -- Make Fedora debug configs more useful for debug (Justin M. Forbes) -- redhat/configs: enable Octeon TX2 network drivers for RHEL (Michal Schmidt) [2040643] -- redhat/kernel.spec.template: fix installonlypkg for meta package (Jan Stancek) -- redhat: version two of Makefile.rhelver tweaks (Clark Williams) -- redhat/configs: Disable CONFIG_GCC_PLUGINS (Prarit Bhargava) -- redhat/kernel.spec.template: Fix typo for process_configs.sh call (Neal Gompa) -- redhat/configs: CONFIG_CRYPTO_SM3_AVX_X86_64 is x86 only (Vladis Dronov) -- redhat/configs: Enable CONFIG_PINCTRL_METEORLAKE in RHEL (Prarit Bhargava) -- fedora: enable new image sensors (Peter Robinson) -- redhat/self-test: Update self-test data (Prarit Bhargava) -- redhat/kernel.spec.template: Fix hardcoded "kernel" (Prarit Bhargava) -- redhat/configs/generate_all_configs.sh: Fix config naming (Prarit Bhargava) -- redhat/kernel.spec.template: Pass SPECPACKAGE_NAME to generate_all_configs.sh (Prarit Bhargava) -- kernel.spec.template: Use SPECPACKAGE_NAME (Prarit Bhargava) -- redhat/Makefile: Copy spec file (Prarit Bhargava) -- redhat: Change PACKAGE_NAME to SPECPACKAGE_NAME (Prarit Bhargava) -- redhat/configs: Support the virtio_mmio.device parameter in Fedora (David Michael) -- Revert "Merge branch 'systemd-boot-unsigned' into 'os-build'" (Patrick Talbert) -- redhat/Makefile: fix default values for dist-brew's DISTRO and DIST (Íñigo Huguet) -- Remove cc lines from automatic configs (Don Zickus) -- Add rtla-hwnoise files (Justin M. Forbes) -- redhat/kernel.spec.template: Mark it as a non-executable file (Neal Gompa) -- fedora: arm: Enable DRM_PANEL_HIMAX_HX8394 (Javier Martinez Canillas) -- redhat/configs: CONFIG_HP_ILO location fix (Vladis Dronov) -- redhat: Fix build for kselftests mm (Nico Pache) -- fix tools build after vm to mm rename (Justin M. Forbes) -- redhat/spec: Update bpftool versioning scheme (Viktor Malik) -- redhat/configs: CONFIG_CRYPTO_SM4_AESNI_AVX*_X86_64 is x86 only (Prarit Bhargava) -- redhat: adapt to upstream Makefile change (Clark Williams) -- redhat: modify efiuki specfile changes to use variants convention (Clark Williams) -- Turn off DEBUG_INFO_COMPRESSED_ZLIB for Fedora (Justin M. Forbes) -- redhat/kernel.spec.template: Fix RHEL systemd-boot-unsigned dependency (Prarit Bhargava) -- Add hashtable_test to mod-internal.list (Justin M. Forbes) -- Add more kunit tests to mod-internal.list for 6.3 (Justin M. Forbes) -- Flip CONFIG_I2C_ALGOBIT to m (Justin M. Forbes) -- Flip I2C_ALGOBIT to m to avoid mismatch (Justin M. Forbes) -- kernel.spec: move modules.builtin to kernel-core (Jan Stancek) -- Turn on IDLE_INJECT for x86 (Justin M. Forbes) -- Flip CONFIG_IDLE_INJECT in pending (Justin M. Forbes) -- redhat/configs: Enable CONFIG_V4L_TEST_DRIVERS related drivers (Enric Balletbo i Serra) -- redhat/configs: Enable UCSI_CCG support (David Marlin) -- Fix underline mark-up after text change (Justin M. Forbes) -- Turn on CONFIG_XFS_RT for Fedora (Justin M. Forbes) -- Consolidate common configs for 6.2 (Justin M. Forbes) -- aarch64: enable zboot (Gerd Hoffmann) -- redhat: remove duplicate pending-rhel config items (Patrick Talbert) -- Disable frame pointers (Justin M. Forbes) -- redhat/configs: update scripts and docs for ark -> rhel rename (Clark Williams) -- redhat/configs: rename ark configs dir to rhel (Clark Williams) -- Turn off CONFIG_DEBUG_INFO_COMPRESSED_ZLIB for ppc64le (Justin M. Forbes) -- kernel.spec: package unstripped kselftests/bpf/test_progs (Jan Stancek) -- kernel.spec: allow to package some binaries as unstripped (Jan Stancek) -- redhat/configs: Make merge.py portable for older python (Desnes Nunes) -- Fedora configs for 6.2 (Justin M. Forbes) -- redhat: Repair ELN build broken by the recent UKI changes (Vitaly Kuznetsov) -- redhat/configs: enable CONFIG_INET_DIAG_DESTROY (Andrea Claudi) -- Enable TDX Guest driver (Vitaly Kuznetsov) -- redhat/configs: Enable CONFIG_PCIE_PTM generically (Corinna Vinschen) -- redhat: Add sub-RPM with a EFI unified kernel image for virtual machines (Vitaly Kuznetsov) -- redhat/Makefile: Remove GIT deprecated message (Prarit Bhargava) -- Revert "redhat: configs: Disable xtables and ipset" (Phil Sutter) -- redhat/configs: Enable CONFIG_SENSORS_LM90 for RHEL (Mark Salter) -- Fix up SQUASHFS decompression configs (Justin M. Forbes) -- redhat/configs: enable CONFIG_OCTEON_EP as a module in ARK (Michal Schmidt) [2041990] -- redhat: ignore rpminspect runpath report on urandom_read selftest binaries (Herton R. Krzesinski) -- kernel.spec: add llvm-devel build requirement (Scott Weaver) -- Update self-test data to not expect debugbuildsenabled 0 (Justin M. Forbes) -- Turn off forced debug builds (Justin M. Forbes) -- Turn on debug builds for aarch64 Fedora (Justin M. Forbes) -- redhat/configs: modify merge.py to match old overrides input (Clark Williams) -- redhat: fixup pylint complaints (Clark Williams) -- redhat: remove merge.pl and references to it (Clark Williams) -- redhat: update merge.py to handle merge.pl corner cases (Clark Williams) -- Revert "redhat: fix elf got hardening for vm tools" (Don Zickus) -- Update rebase notes for Fedora (Justin M. Forbes) -- Update CONFIG_LOCKDEP_CHAINS_BITS to 19 (cmurf) -- redhat/configs: Turn on CONFIG_SPI_TEGRA210_QUAD for RHEL (Mark Salter) -- ark: aarch64: drop CONFIG_SMC911X (Peter Robinson) -- all: cleanup and de-dupe CDROM_PKTCDVD options. (Peter Robinson) -- all: remove CRYPTO_GF128MUL (Peter Robinson) -- all: cleanup UEFI options (Peter Robinson) -- common: arm64: Enable Ampere Altra SMpro Hardware Monitoring (Peter Robinson) -- fedora: enable STACKPROTECTOR_STRONG (Peter Robinson) -- fedora: enable STACKPROTECTOR on arm platforms (Peter Robinson) -- redhat/self-test: Update data with ENABLE_WERROR (Prarit Bhargava) -- redhat/Makefile.variables: Add ENABLE_WERROR (Prarit Bhargava) -- makefile: Add -Werror support for RHEL (Prarit Bhargava) -- redhat/Makefile.variables: Remove mention of Makefile.rhpkg (Prarit Bhargava) -- redhat/Makefile.variables: Alphabetize variables (Prarit Bhargava) -- gitlab-ci: use CI templates from production branch (Michael Hofmann) -- redhat/kernel.spec.template: Fix internal "File listed twice" errors (Prarit Bhargava) -- redhat: Remove stale .tmp_versions code and comments (Prarit Bhargava) -- redhat/kernel.spec.template: Fix vmlinux_decompressor on !s390x (Prarit Bhargava) -- redhat/kernel.spec.template: Remove unnecessary output from pathfix.py (Prarit Bhargava) -- Modularize CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU (Mark Salter) -- redhat/kernel.spec.template: Parallelize compression (Prarit Bhargava) -- config: Enable Security Path (Ricardo Robaina) -- redhat/self-test/data: Regenerate self-test data for make change (Prarit Bhargava) -- Update module filters for nvmem_u-boot-env (Justin M. Forbes) -- fedora: Updates for 6.2 merge (Peter Robinson) -- fedora: Updates for 6.1 merge (Peter Robinson) -- modules-core: use %%posttrans (Gerd Hoffmann) -- split sub-rpm kernel-modules-core from kernel-core (Gerd Hoffmann) -- Turn off CONFIG_MTK_T7XX for S390x (Justin M. Forbes) -- CI: add variable for variant handling (Veronika Kabatova) -- Fix up configs with SND_SOC_NAU8315 mismatch (Justin M. Forbes) -- CI: Do a full build for non-bot runs (Veronika Kabatova) -- Fix up configs with SND_SOC_NAU8315 mismatch (Justin M. Forbes) -- kernel/rh_messages.c: gcc12 warning on redundant NULL test (Eric Chanudet) [2142658] -- redhat/configs: Enable CRYPTO_CURVE25519 in ark (Prarit Bhargava) -- general: arm: cleanup ASPEED options (Peter Robinson) -- redhat/configs: ALSA - cleanups for the AMD Pink Sardine DMIC driver (Jaroslav Kysela) -- redhat/docs: Add FAQ entry for booting between Fedora & ELN/RHEL kernels (Prarit Bhargava) -- spec: add missing BuildRequires: python3-docutils for tools (Ondrej Mosnacek) -- config: enable RCU_TRACE for debug kernels (Wander Lairson Costa) -- Add siphash_kunit and strscpy_kunit to mod-internal.list (Justin M. Forbes) -- Add drm_kunit_helpers to mod-internal.list (Justin M. Forbes) -- Fix up configs for Fedora so we don't have a mismatch (Justin M. Forbes) -- Turn on CONFIG_SQUASHFS_DECOMP_SINGLE in pending (Justin M. Forbes) -- redhat/kernel.spec.template: Fix cpupower file error (Prarit Bhargava) -- redhat/configs: aarhc64: clean up some erratum configs (Mark Salter) -- More Fedora configs for 6.1 as deps were switched on (Justin M. Forbes) -- redhat/configs: make SOC_TEGRA_CBB a module (Mark Salter) -- redhat/configs: aarch64: reorganize tegra configs to common dir (Mark Salter) -- Enforces buildroot if cross_arm (Nicolas Chauvet) -- Handle automated case when config generation works correctly (Don Zickus) -- Turn off CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64 (Justin M. Forbes) -- Turn off CONFIG_EFI_ZBOOT as it makes CKI choke (Justin M. Forbes) -- Fedora config updates for 6.1 (Justin M. Forbes) -- redhat: Remove cpupower files (Prarit Bhargava) -- redhat/configs: update CXL-related options to match what RHEL will use (John W. Linville) -- Clean up the config for the Tegra186 timer (Al Stone) -- redhat/configs: move CONFIG_TEGRA186_GPC_DMA config (Mark Salter) -- Check for kernel config git-push failures (Don Zickus) -- redhat: genlog.sh failures should interrupt the recipe (Patrick Talbert) -- Turn CONFIG_GNSS back on for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_GNSS for RHEL (Michal Schmidt) -- Turn off NVMEM_U_BOOT_ENV for fedora (Justin M. Forbes) -- Consolidate matching fedora and ark entries to common (Justin M. Forbes) -- Empty out redhat/configs/common (Justin M. Forbes) -- Adjust path to compressed vmlinux kernel image for s390x (Justin M. Forbes) [2149273] -- Fedora config updates for 6.1 (Justin M. Forbes) -- redhat: genlog.sh should expect genlog.py in the current directory (Patrick Talbert) -- redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m (Joe Lawrence) -- redhat/configs: enable CONFIG_TEST_LIVEPATCH=m for s390x (Julia Denham) -- Revert "Merge branch 'ark-make-help' into 'os-build'" (Scott Weaver) -- Remove recommendation to use 'common' for config changes. (Don Zickus) -- Update config to add i3c support for AArch64 (Mark Charlebois) -- redhat: Move cross-compile scripts into their own directory (Prarit Bhargava) -- redhat: Move yaml files into their own directory (Prarit Bhargava) -- redhat: Move update_scripts.sh into redhat/scripts (Prarit Bhargava) -- redhat: Move kernel-tools scripts into their own directory (Prarit Bhargava) -- redhat: Move gen-* scripts into their own directory (Prarit Bhargava) -- redhat: Move mod-* scripts into their own directory (Prarit Bhargava) -- redhat/Makefile: Fix RHJOBS grep warning (Prarit Bhargava) -- redhat: Force remove tmp file (Prarit Bhargava) -- redhat/configs: ALSA - cleanups for the CentOS 9.2 update (Jaroslav Kysela) -- CI: Use CKI container images from quay.io (Veronika Kabatova) -- redhat: clean up the partial-kgcov-snip.config file (Patrick Talbert) -- redhat: avoid picking up stray editor backups when processing configs (Clark Williams) -- CI: Remove old configs (Veronika Kabatova) -- redhat: override `make help` to include dist-help (Jonathan Toppins) -- redhat: make RHTEST stricter (Jonathan Toppins) -- redhat: Enable support for SN2201 system (Ivan Vecera) -- redhat/docs/index.rst: Add FLAVOR information to generate configs for local builds (Enric Balletbo i Serra) -- redhat: fix selftest git command so it picks the right commit (Patrick Talbert) -- redhat/configs: enable HP_WATCHDOG for aarch64 (Mark Salter) -- redhat: disable Kfence Kunit Test (Nico Pache) -- configs: enable CONFIG_LRU_GEN_ENABLED everywhere (Patrick Talbert) -- redhat: Enable WWAN feature and support for Intel, Qualcomm and Mediatek devices (Jose Ignacio Tornos Martinez) -- Turn on dln2 support (RHBZ 2110372) (Justin M. Forbes) -- Enable configs for imx8m PHYs (Al Stone) -- configs/fedora: Build some SC7180 clock controllers as modules (Javier Martinez Canillas) -- redhat/configs: Disable fbdev drivers and use simpledrm everywhere (Javier Martinez Canillas) [1986223] -- redhat: fix the branch we pull from the documentation tree (Herton R. Krzesinski) -- redhat/configs: change so watchdog is module versus builtin (Steve Best) -- redhat/configs: move CONFIG_ACPI_VIDEO to common/generic (Mark Langsdorf) -- enable imx8xm I2C configs properly (Al Stone) -- configs/fedora: Enable a few more drivers needed by the HP X2 Chromebook (Javier Martinez Canillas) -- enable the rtc-rv8803 driver on RHEL and Fedora (David Arcari) -- redhat/Makefile: Remove BUILD_SCRATCH_TARGET (Prarit Bhargava) -- configs: move CONFIG_INTEL_TDX_GUEST to common directory (Wander Lairson Costa) -- redhat/Makefile: Use new BUILD_TARGET for RHEL dist[g]-brew target (Prarit Bhargava) -- redhat: method.py: change the output loop to use 'values' method (Patrick Talbert) -- redhat: use 'update' method in merge.py (Patrick Talbert) -- redhat: Use a context manager in merge.py for opening the config file for reading (Patrick Talbert) -- redhat: automatically strip newlines in merge.py (Clark Williams) -- redhat: python replacement for merge.pl (Clark Williams) -- redhat/docs: Update with DISTLOCALVERSION (Prarit Bhargava) -- redhat/Makefile: Rename LOCALVERSION to DISTLOCALVERSION (Akihiko Odaki) -- Adjust FIPS module name in RHEL (Vladis Dronov) -- spec: prevent git apply from searching for the .git directory (Ondrej Mosnacek) -- redhat: Remove parallel_xz.sh (Prarit Bhargava) -- Turn on Multi-Gen LRU for Fedora (Justin M. Forbes) -- Add kasan_test to mod-internal.list (Justin M. Forbes) -- redhat/Makefile.variables: Fix typo with RHDISTGIT_TMP (Prarit Bhargava) -- spec: fix path to `installing_core` stamp file for subpackages (Jonathan Lebon) -- Remove unused ci scripts (Don Zickus) -- Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in configs (Justin M. Forbes) -- redhat: Add new fortify_kunit & is_signed_type_kunit to mod-internal.list (Patrick Talbert) -- Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in pending (Justin M. Forbes) -- Add acpi video to the filter_modules.sh for rhel (Justin M. Forbes) -- Change acpi_bus_get_acpi_device to acpi_get_acpi_dev (Justin M. Forbes) -- Turn on ACPI_VIDEO for arm (Justin M. Forbes) -- Turn on CONFIG_PRIME_NUMBERS as a module (Justin M. Forbes) -- Add new drm kunit tests to mod-internal.list (Justin M. Forbes) -- redhat: fix elf got hardening for vm tools (Frantisek Hrbata) -- kernel.spec.template: remove some temporary files early (Ondrej Mosnacek) -- kernel.spec.template: avoid keeping two copies of vmlinux (Ondrej Mosnacek) -- Add fortify_kunit to mod-internal.list (Justin M. Forbes) -- Add module filters for Fedora as acpi video has new deps (Justin M. Forbes) -- One more mismatch (Justin M. Forbes) -- Fix up pending for mismatches (Justin M. Forbes) -- Forgot too remove this from pending, it is set properly in ark (Justin M. Forbes) -- redhat/Makefile: Add DIST to git tags for RHEL (Prarit Bhargava) -- redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common (Jerry Snitselaar) -- Common config cleanup for 6.0 (Justin M. Forbes) -- Allow selftests to fail without killing the build (Justin M. Forbes) -- redhat: Remove redhat/Makefile.rhpkg (Prarit Bhargava) -- redhat/Makefile: Move RHDISTGIT_CACHE and RHDISTGIT_TMP (Prarit Bhargava) -- redhat/Makefile.rhpkg: Remove RHDISTGIT_USER (Prarit Bhargava) -- redhat/Makefile: Move RHPKG_BIN to redhat/Makefile (Prarit Bhargava) -- common: clean up Android option with removal of CONFIG_ANDROID (Peter Robinson) -- redhat/configs: Remove x86_64 from priority files (Prarit Bhargava) -- redhat/configs/pending-ark: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/pending-fedora: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/fedora: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/common: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/ark: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/custom-overrides: Remove x86_64 directory (Prarit Bhargava) -- configs: use common CONFIG_ARM64_SME for ark and fedora (Mark Salter) -- redhat/configs: Add a warning message to priority.common (Prarit Bhargava) -- redhat/configs: Enable INIT_STACK_ALL_ZERO for Fedora (Miko Larsson) -- redhat: Set CONFIG_MAXLINEAR_GPHY to =m (Petr Oros) -- redhat/configs enable CONFIG_INTEL_IFS (David Arcari) -- redhat: Remove filter-i686.sh.rhel (Prarit Bhargava) -- redhat/Makefile: Set PATCHLIST_URL to none for RHEL/cs9 (Prarit Bhargava) -- redhat: remove GL_DISTGIT_USER, RHDISTGIT and unify dist-git cloning (Prarit Bhargava) -- redhat/Makefile.variables: Add ADD_COMMITID_TO_VERSION (Prarit Bhargava) -- kernel.spec: disable vmlinux.h generation for s390 zfcpdump config (Prarit Bhargava) -- perf: Require libbpf 0.6.0 or newer (Prarit Bhargava) -- kabi: add stablelist helpers (Prarit Bhargava) -- Makefile: add kabi targets (Prarit Bhargava) -- kabi: add support for symbol namespaces into check-kabi (Prarit Bhargava) -- kabi: ignore new stablelist metadata in show-kabi (Prarit Bhargava) -- redhat/Makefile: add dist-assert-tree-clean target (Prarit Bhargava) -- redhat/kernel.spec.template: Specify vmlinux.h path when building samples/bpf (Prarit Bhargava) [2041365] -- spec: Fix separate tools build (Prarit Bhargava) [2054579] -- redhat/scripts: Update merge-subtrees.sh with new subtree location (Prarit Bhargava) -- redhat/kernel.spec.template: enable dependencies generation (Prarit Bhargava) -- redhat: build and include memfd to kernel-selftests-internal (Prarit Bhargava) [2027506] -- redhat/kernel.spec.template: Link perf with --export-dynamic (Prarit Bhargava) -- redhat: kernel.spec: selftests: abort on build failure (Prarit Bhargava) -- redhat: configs: move CONFIG_SERIAL_MULTI_INSTANTIATE=m settings to common/x86 (Jaroslav Kysela) -- configs: enable CONFIG_HP_ILO for aarch64 (Mark Salter) -- all: cleanup dell config options (Peter Robinson) -- redhat: Include more kunit tests (Nico Pache) -- common: some minor cleanups/de-dupe (Peter Robinson) -- common: enable INTEGRITY_MACHINE_KEYRING on all configuraitons (Peter Robinson) -- Fedora 6.0 configs update (Justin M. Forbes) -- redhat/self-test: Ignore .rhpkg.mk files (Prarit Bhargava) -- redhat/configs: Enable CONFIG_PRINTK_INDEX on Fedora (Prarit Bhargava) -- redhat/configs: Cleanup CONFIG_X86_KERNEL_IBT (Prarit Bhargava) -- Fix up SND_CTL debug options (Justin M. Forbes) -- redhat: create /boot symvers link if it doesn't exist (Jan Stancek) -- redhat: remove duplicate kunit tests in mod-internal.list (Nico Pache) -- configs/fedora: Make Fedora work with HNS3 network adapter (Zamir SUN) -- redhat/configs/fedora/generic: Enable CONFIG_BLK_DEV_UBLK on Fedora (Richard W.M. Jones) [2122595] -- fedora: disable IWLMEI (Peter Robinson) -- redhat/configs: enable UINPUT on aarch64 (Benjamin Tissoires) -- Fedora 6.0 configs part 1 (Justin M. Forbes) -- redhat/Makefile: Always set UPSTREAM (Prarit Bhargava) -- redhat/configs: aarch64: Turn on Apple Silicon configs for Fedora (Eric Curtin) -- Add cpumask_kunit to mod-internal.list (Justin M. Forbes) -- config - consolidate disabled MARCH options on s390x (Dan Horák) -- move the baseline arch to z13 for s390x in F-37+ (Dan Horák) -- redhat/scripts/rh-dist-git.sh: Fix outdated cvs reference (Prarit Bhargava) -- redhat/scripts/expand_srpm.sh: Use Makefile variables (Prarit Bhargava) -- redhat/scripts/clone_tree.sh: Use Makefile variables (Prarit Bhargava) -- Fedora: arm changes for 6.0, part 1, with some ACPI (Peter Robinson) -- redhat/self-test: Fix shellcheck errors (Prarit Bhargava) -- redhat/docs: Add dist-brew BUILD_FLAGS information (Prarit Bhargava) -- redhat: change the changelog item for upstream merges (Herton R. Krzesinski) -- redhat: fix dist-release build number test (Herton R. Krzesinski) -- redhat: fix release number bump when dist-release-changed runs (Herton R. Krzesinski) -- redhat: use new genlog.sh script to detect changes for dist-release (Herton R. Krzesinski) -- redhat: move changelog addition to the spec file back into genspec.sh (Herton R. Krzesinski) -- redhat: always add a rebase entry when ark merges from upstream (Herton R. Krzesinski) -- redhat: drop merge ark patches hack (Herton R. Krzesinski) -- redhat: don't hardcode temporary changelog file (Herton R. Krzesinski) -- redhat: split changelog generation from genspec.sh (Herton R. Krzesinski) -- redhat: configs: Disable FIE on arm (Jeremy Linton) [2012226] -- redhat/Makefile: Clean linux tarballs (Prarit Bhargava) -- redhat/configs: Cleanup CONFIG_ACPI_AGDI (Prarit Bhargava) -- spec: add cpupower daemon reload on install/upgrade (Jarod Wilson) -- redhat: properly handle binary files in patches (Ondrej Mosnacek) -- Add python3-setuptools buildreq for perf (Justin M. Forbes) -- Add cros_kunit to mod-internal.list (Justin M. Forbes) -- Add new tests to mod-internal.list (Justin M. Forbes) -- Turn off some Kunit tests in pending (Justin M. Forbes) -- Clean up a mismatch in Fedora configs (Justin M. Forbes) -- redhat/configs: Sync up Retbleed configs with centos-stream (Waiman Long) -- Change CRYPTO_BLAKE2S_X86 from m to y (Justin M. Forbes) -- Leave CONFIG_ACPI_VIDEO on for x86 only (Justin M. Forbes) -- Fix BLAKE2S_ARM and BLAKE2S_X86 configs in pending (Justin M. Forbes) -- Fix pending for ACPI_VIDEO (Justin M. Forbes) -- redhat/configs: Fix rm warning on config warnings (Eric Chanudet) -- redhat/Makefile: Deprecate PREBUILD_GIT_ONLY variable (Prarit Bhargava) -- redhat/Makefile: Deprecate SINGLE_TARBALL variable (Prarit Bhargava) -- redhat/Makefile: Deprecate GIT variable (Prarit Bhargava) -- Update CONFIG_LOCKDEP_CHAINS_BITS to 18 (cmurf) -- Add new FIPS module name and version configs (Vladis Dronov) -- redhat/configs/fedora: Make PowerPC's nx-gzip buildin (Jakub Čajka) -- omit unused Provides (Dan Horák) -- self-test: Add test for DIST=".eln" (Prarit Bhargava) -- redhat: Enable CONFIG_LZ4_COMPRESS on Fedora (Prarit Bhargava) -- fedora: armv7: enable MMC_STM32_SDMMC (Peter Robinson) -- .gitlab-ci.yaml: Add test for dist-get-buildreqs target (Prarit Bhargava) -- redhat/docs: Add information on build dependencies (Prarit Bhargava) -- redhat/Makefile: Add better pass message for dist-get-buildreqs (Prarit Bhargava) -- redhat/Makefile: Provide a better message for system-sb-certs (Prarit Bhargava) -- redhat/Makefile: Change dist-buildreq-check to a non-blocking target (Prarit Bhargava) -- create-data: Parallelize spec file data (Prarit Bhargava) -- create-data.sh: Store SOURCES Makefile variable (Prarit Bhargava) -- redhat/Makefile: Split up setup-source target (Prarit Bhargava) -- create-data.sh: Redefine varfilename (Prarit Bhargava) -- create-data.sh: Parallelize variable file creation (Prarit Bhargava) -- redhat/configs: Enable CONFIG_LZ4_COMPRESS (Prarit Bhargava) -- redhat/docs: Update brew information (Prarit Bhargava) -- redhat/Makefile: Fix eln BUILD_TARGET (Prarit Bhargava) -- redhat/Makefile: Set BUILD_TARGET for dist-brew (Prarit Bhargava) -- kernel.spec.template: update (s390x) expoline.o path (Joe Lawrence) -- fedora: enable BCM_NET_PHYPTP (Peter Robinson) -- Fedora 5.19 configs update part 2 (Justin M. Forbes) -- redhat/Makefile: Change fedora BUILD_TARGET (Prarit Bhargava) -- New configs in security/keys (Fedora Kernel Team) -- Fedora: arm: enable a pair of drivers (Peter Robinson) -- redhat: make kernel-zfcpdump-core to not provide kernel-core/kernel (Herton R. Krzesinski) -- redhat/configs: Enable QAT devices for arches other than x86 (Vladis Dronov) -- Fedora 5.19 configs pt 1 (Justin M. Forbes) -- redhat: Exclude cpufreq.h from kernel-headers (Patrick Talbert) -- Add rtla subpackage for kernel-tools (Justin M. Forbes) -- fedora: arm: enable a couple of QCom drivers (Peter Robinson) -- redhat/Makefile: Deprecate BUILD_SCRATCH_TARGET (Prarit Bhargava) -- redhat: enable CONFIG_DEVTMPFS_SAFE (Mark Langsdorf) -- redhat/Makefile: Remove deprecated variables and targets (Prarit Bhargava) -- Split partner modules into a sub-package (Alice Mitchell) -- Enable kAFS and it's dependancies in RHEL (Alice Mitchell) -- Enable Marvell OcteonTX2 crypto device in ARK (Vladis Dronov) -- redhat/Makefile: Remove --scratch from BUILD_TARGET (Prarit Bhargava) -- redhat/Makefile: Fix dist-brew and distg-brew targets (Prarit Bhargava) -- fedora: arm64: Initial support for TI Keystone 3 (ARCH_K3) (Peter Robinson) -- fedora: arm: enable Hardware Timestamping Engine support (Peter Robinson) -- fedora: wireless: disable SiLabs and PureLiFi (Peter Robinson) -- fedora: updates for 5.19 (Peter Robinson) -- fedora: minor updates for Fedora configs (Peter Robinson) -- configs/fedora: Enable the pinctrl SC7180 driver built-in (Enric Balletbo i Serra) -- redhat/configs: enable CONFIG_DEBUG_NET for debug kernel (Hangbin Liu) -- redhat/Makefile: Add SPECKABIVERSION variable (Prarit Bhargava) -- redhat/self-test: Provide better failure output (Prarit Bhargava) -- redhat/self-test: Reformat tests to kernel standard (Prarit Bhargava) -- redhat/self-test: Add purpose and header to each test (Prarit Bhargava) -- Drop outdated CRYPTO_ECDH configs (Vladis Dronov) -- Brush up crypto SHA512 and USER configs (Vladis Dronov) -- Brush up crypto ECDH and ECDSA configs (Vladis Dronov) -- redhat/self-test: Update data set (Prarit Bhargava) -- create-data.sh: Reduce specfile data output (Prarit Bhargava) -- redhat/configs: restore/fix core INTEL_LPSS configs to be builtin again (Hans de Goede) -- Enable CKI on os-build MRs only (Don Zickus) -- self-test: Fixup Makefile contents test (Prarit Bhargava) -- redhat/self-test: self-test data update (Prarit Bhargava) -- redhat/self-test: Fix up create-data.sh to not report local variables (Prarit Bhargava) -- redhat/configs/fedora: Enable a set of modules used on some x86 tablets (Hans de Goede) -- redhat/configs: Make INTEL_SOC_PMIC_CHTDC_TI builtin (Hans de Goede) -- redhat/configs/fedora: enable missing modules modules for Intel IPU3 camera support (Hans de Goede) -- Common: minor cleanups (Peter Robinson) -- fedora: some minor Fedora cleanups (Peter Robinson) -- fedora: drop X86_PLATFORM_DRIVERS_DELL dupe (Peter Robinson) -- redhat: change tools_make macro to avoid full override of variables in Makefile (Herton R. Krzesinski) -- Fix typo in Makefile for Fedora Stable Versioning (Justin M. Forbes) -- Remove duplicates from ark/generic/s390x/zfcpdump/ (Vladis Dronov) -- Move common/debug/s390x/zfcpdump/ configs to ark/debug/s390x/zfcpdump/ (Vladis Dronov) -- Move common/generic/s390x/zfcpdump/ configs to ark/generic/s390x/zfcpdump/ (Vladis Dronov) -- Drop RCU_EXP_CPU_STALL_TIMEOUT to 0, we are not really android (Justin M. Forbes) -- redhat/configs/README: Update the README (Prarit Bhargava) -- redhat/docs: fix hyperlink typo (Patrick Talbert) -- all: net: remove old NIC/ATM drivers that use virt_to_bus() (Peter Robinson) -- Explicitly turn off CONFIG_KASAN_INLINE for ppc (Justin M. Forbes) -- redhat/docs: Add a description of kernel naming (Prarit Bhargava) -- Change CRYPTO_CHACHA_S390 from m to y (Justin M. Forbes) -- enable CONFIG_NET_ACT_CTINFO in ark (Davide Caratti) -- redhat/configs: enable CONFIG_SP5100_TCO (David Arcari) -- redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64 (Eric Auger) [2089765] -- Turn off KASAN_INLINE for RHEL ppc in pending (Justin M. Forbes) -- redhat/kernel.spec.template: update selftest data via "make dist-self-test-data" (Denys Vlasenko) -- redhat/kernel.spec.template: remove stray *.hardlink-temporary files, if any (Denys Vlasenko) -- Fix up ZSMALLOC config for s390 (Justin M. Forbes) -- Turn on KASAN_OUTLINE for ppc debug (Justin M. Forbes) -- Turn on KASAN_OUTLINE for PPC debug to avoid mismatch (Justin M. Forbes) -- Fix up crypto config mistmatches (Justin M. Forbes) -- Fix up config mismatches (Justin M. Forbes) -- generic/fedora: cleanup and disable Lightning Moutain SoC (Peter Robinson) -- redhat: Set SND_SOC_SOF_HDA_PROBES to =m (Patrick Talbert) -- Fix versioning on stable Fedora (Justin M. Forbes) -- Enable PAGE_POOL_STATS for arm only (Justin M. Forbes) -- Revert "Merge branch 'fix-ci-20220523' into 'os-build'" (Patrick Talbert) -- Flip CONFIG_RADIO_ADAPTERS to module for Fedora (Justin M. Forbes) -- redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) -- Fedora: arm: Updates for QCom devices (Peter Robinson) -- Fedora arm and generic updates for 5.17 (Peter Robinson) -- enable COMMON_CLK_SI5341 for Xilinx ZYNQ-MP (Peter Robinson) -- Turn on CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING for Fedora (Justin M. Forbes) -- redhat/self-test/data: Update data set (Prarit Bhargava) -- Revert variable switch for lasttag (Justin M. Forbes) -- redhat: Add self-tests to .gitlab-ci.yml (Prarit Bhargava) -- redhat/self-test: Update data (Prarit Bhargava) -- redhat/self-test: Unset Makefile variables (Prarit Bhargava) -- redhat/self-test: Omit SHELL variable from test data (Prarit Bhargava) -- Add CONFIG_EFI_DXE_MEM_ATTRIBUTES (Justin M. Forbes) -- Update filter-modules for mlx5-vfio-pci (Justin M. Forbes) -- Fedora configs for 5.18 (Justin M. Forbes) -- self-test/data/create-data.sh: Avoid SINGLE_TARBALL warning (Prarit Bhargava) -- redhat/Makefile: Rename PREBUILD to UPSTREAMBUILD (Prarit Bhargava) -- redhat/Makefile: Rename BUILDID to LOCALVERSION (Prarit Bhargava) -- redhat/Makefile: Fix dist-brew & distg-brew targets (Prarit Bhargava) -- redhat/Makefile: Reorganize MARKER code (Prarit Bhargava) -- redhat/scripts/new_release.sh: Use Makefile variables (Prarit Bhargava) -- redhat/Makefile: Rename __YSTREAM and __ZSTREAM (Prarit Bhargava) -- redhat/genspec.sh: Add comment about SPECBUILDID variable (Prarit Bhargava) -- redhat/kernel.spec.template: Move genspec variables into one section (Prarit Bhargava) -- redhat/kernel.spec.template: Remove kversion (Prarit Bhargava) -- redhat/Makefile: Add SPECTARFILE_RELEASE comment (Prarit Bhargava) -- redhat/Makefile: Rename RPMVERSION to BASEVERSION (Prarit Bhargava) -- redhat/Makefile: Target whitespace cleanup (Prarit Bhargava) -- redhat/Makefile: Move SPECRELEASE to genspec.sh (Prarit Bhargava) -- redhat/Makefile: Add kernel-NVR comment (Prarit Bhargava) -- redhat/Makefile: Use SPECFILE variable (Prarit Bhargava) -- redhat/Makefile: Remove KEXTRAVERSION (Prarit Bhargava) -- redhat: Enable VM kselftests (Nico Pache) [1978539] -- redhat: enable CONFIG_TEST_VMALLOC for vm selftests (Nico Pache) -- redhat: Enable HMM test to be used by the kselftest test suite (Nico Pache) -- redhat/Makefile.variables: Change git hash length to default (Prarit Bhargava) -- redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) -- Turn on INTEGRITY_MACHINE_KEYRING for Fedora (Justin M. Forbes) -- redhat/configs: fix CONFIG_INTEL_ISHTP_ECLITE (David Arcari) -- redhat/configs: Fix rm warning on error (Prarit Bhargava) -- Fix nightly merge CI (Don Zickus) -- redhat/kernel.spec.template: fix standalone tools build (Jan Stancek) -- Add system-sb-certs for RHEL-9 (Don Zickus) -- Fix dist-buildcheck-reqs (Don Zickus) -- move DAMON configs to correct directory (Chris von Recklinghausen) -- redhat: indicate HEAD state in tarball/rpm name (Jarod Wilson) -- Fedora 5.18 config set part 1 (Justin M. Forbes) -- fedora: arm: Enable new Rockchip 356x series drivers (Peter Robinson) -- fedora: arm: enable DRM_I2C_NXP_TDA998X on aarch64 (Peter Robinson) -- redhat/self-test: Add test to verify Makefile declarations. (Prarit Bhargava) -- redhat/Makefile: Add RHTEST (Prarit Bhargava) -- redhat: shellcheck cleanup (Prarit Bhargava) -- redhat/self-test/data: Cleanup data (Prarit Bhargava) -- redhat/self-test: Add test to verify SPEC variables (Prarit Bhargava) -- redhat/Makefile: Add 'duplicate' SPEC entries for user set variables (Prarit Bhargava) -- redhat/Makefile: Rename TARFILE_RELEASE to SPECTARFILE_RELEASE (Prarit Bhargava) -- redhat/genspec: Rename PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG (Prarit Bhargava) -- redhat/genspec: Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED (Prarit Bhargava) -- redhat/Makefile: Rename PKGRELEASE to SPECBUILD (Prarit Bhargava) -- redhat/genspec: Rename BUILDID_DEFINE to SPECBUILDID (Prarit Bhargava) -- redhat/Makefile: Rename CHANGELOG to SPECCHANGELOG (Prarit Bhargava) -- redhat/Makefile: Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION (Prarit Bhargava) -- redhat/Makefile: Rename RPMKSUBLEVEL to SPECKSUBLEVEL (Prarit Bhargava) -- redhat/Makefile: Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL (Prarit Bhargava) -- redhat/Makefile: Rename RPMKVERSION to SPECKVERSION (Prarit Bhargava) -- redhat/Makefile: Rename KVERSION to SPECVERSION (Prarit Bhargava) -- redhat/Makefile: Deprecate some simple targets (Prarit Bhargava) -- redhat/Makefile: Use KVERSION (Prarit Bhargava) -- redhat/configs: Set GUP_TEST in debug kernel (Joel Savitz) -- enable DAMON configs (Chris von Recklinghausen) [2004233] -- redhat: add zstream switch for zstream release numbering (Herton R. Krzesinski) -- redhat: change kabi tarballs to use the package release (Herton R. Krzesinski) -- redhat: generate distgit changelog in genspec.sh as well (Herton R. Krzesinski) -- redhat: make genspec prefer metadata from git notes (Herton R. Krzesinski) -- redhat: use tags from git notes for zstream to generate changelog (Herton R. Krzesinski) -- ARK: Remove code marking devices unmaintained (Peter Georg) -- rh_message: Fix function name (Peter Georg) [2019377] -- Turn on CONFIG_RANDOM_TRUST_BOOTLOADER (Justin M. Forbes) -- redhat/configs: aarch64: enable CPU_FREQ_GOV_SCHEDUTIL (Mark Salter) -- Move CONFIG_HW_RANDOM_CN10K to a proper place (Vladis Dronov) -- redhat/self-test: Clean up data set (Prarit Bhargava) -- redhat/Makefile.rhpkg: Remove quotes for RHDISTGIT (Prarit Bhargava) -- redhat/scripts/create-tarball.sh: Use Makefile variables (Prarit Bhargava) -- redhat/Makefile: Deprecate SINGLE_TARBALL (Prarit Bhargava) -- redhat/Makefile: Move SINGLE_TARBALL to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Use RPMVERSION (Prarit Bhargava) -- redhat/scripts/rh-dist-git.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs/build_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs/process_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/kernel.spec.template: Use RPM_BUILD_NCPUS (Prarit Bhargava) -- redhat/configs/generate_all_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs: enable nf_tables SYNPROXY extension on ark (Davide Caratti) -- fedora: Disable fbdev drivers missed before (Javier Martinez Canillas) -- Redhat: enable Kfence on production servers (Nico Pache) -- redhat: ignore known empty patches on the patches rpminspect test (Herton R. Krzesinski) -- kernel-ark: arch_hw Update CONFIG_MOUSE_VSXXXAA=m (Tony Camuso) [2062909] -- spec: keep .BTF section in modules for s390 (Yauheni Kaliuta) [2071969] -- kernel.spec.template: Ship arch/s390/lib/expoline.o in kernel-devel (Ondrej Mosnacek) -- redhat: disable tv/radio media device infrastructure (Jarod Wilson) -- redhat/configs: clean up INTEL_LPSS configuration (David Arcari) -- Have to rename the actual contents too (Justin M. Forbes) -- The CONFIG_SATA_MOBILE_LPM_POLICY rebane was reverted (Justin M. Forbes) -- redhat: Enable KASAN on all ELN debug kernels (Nico Pache) -- redhat: configs: Enable INTEL_IOMMU_DEBUGFS for debug builds (Jerry Snitselaar) -- generic: can: disable CAN_SOFTING everywhere (Peter Robinson) -- redhat/configs: Enable CONFIG_DM_ERA=m for all (Yanko Kaneti) -- redhat/configs: enable CONFIG_SAMPLE_VFIO_MDEV_MTTY (Patrick Talbert) -- Build intel_sdsi with %%{tools_make} (Justin M. Forbes) -- configs: remove redundant Fedora config for INTEL_IDXD_COMPAT (Jerry Snitselaar) -- redhat/configs: enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT (Joel Savitz) [2026319] -- configs: enable CONFIG_RMI4_F3A (Benjamin Tissoires) -- redhat: configs: Disable TPM 1.2 specific drivers (Jerry Snitselaar) -- redhat/configs: Enable cr50 I2C TPM interface (Akihiko Odaki) -- spec: make HMAC file encode relative path (Jonathan Lebon) -- redhat/kernel.spec.template: Add intel_sdsi utility (Prarit Bhargava) -- Spec fixes for intel-speed-select (Justin M. Forbes) -- Add Partner Supported taint flag to kAFS (Alice Mitchell) [2038999] -- Add Partner Supported taint flag (Alice Mitchell) [2038999] -- Enabled INTEGRITY_MACHINE_KEYRING for all configs. (Peter Robinson) -- redhat/configs: Enable CONFIG_RCU_SCALE_TEST & CONFIG_RCU_REF_SCALE_TEST (Waiman Long) -- Add clk_test and clk-gate_test to mod-internal.list (Justin M. Forbes) -- redhat/self-tests: Ignore UPSTREAM (Prarit Bhargava) -- redhat/self-tests: Ignore RHGITURL (Prarit Bhargava) -- redhat/Makefile.variables: Extend git hash length to 15 (Prarit Bhargava) -- redhat/self-test: Remove changelog from spec files (Prarit Bhargava) -- redhat/genspec.sh: Rearrange genspec.sh (Prarit Bhargava) -- redhat/self-test: Add spec file data (Prarit Bhargava) -- redhat/self-test: Add better dist-dump-variables test (Prarit Bhargava) -- redhat/self-test: Add variable test data (Prarit Bhargava) -- redhat/config: Remove obsolete CONFIG_MFD_INTEL_PMT (David Arcari) -- redhat/configs: enable CONFIG_INTEL_ISHTP_ECLITE (David Arcari) -- Avoid creating files in $RPM_SOURCE_DIR (Nicolas Chauvet) -- Flip CRC64 from off to y (Justin M. Forbes) -- New configs in lib/Kconfig (Fedora Kernel Team) -- disable redundant assignment of CONFIG_BQL on ARK (Davide Caratti) -- redhat/configs: remove unnecessary GPIO options for aarch64 (Brian Masney) -- redhat/configs: remove viperboard related Kconfig options (Brian Masney) -- redhat/configs/process_configs.sh: Avoid race with find (Prarit Bhargava) -- redhat/configs/process_configs.sh: Remove CONTINUEONERROR (Prarit Bhargava) -- Remove i686 configs and filters (Justin M. Forbes) -- redhat/configs: Set CONFIG_X86_AMD_PSTATE built-in on Fedora (Prarit Bhargava) -- Fix up mismatch with CRC64 (Justin M. Forbes) -- Fedora config updates to fix process_configs (Justin M. Forbes) -- redhat: Fix release tagging (Prarit Bhargava) -- redhat/self-test: Fix version tag test (Prarit Bhargava) -- redhat/self-test: Fix BUILD verification test (Prarit Bhargava) -- redhat/self-test: Cleanup SRPM related self-tests (Prarit Bhargava) -- redhat/self-test: Fix shellcheck test (Prarit Bhargava) -- redhat/configs: Disable watchdog components (Prarit Bhargava) -- redhat/README.Makefile: Add a Makefile README file (Prarit Bhargava) -- redhat/Makefile: Remove duplicated code (Prarit Bhargava) -- Add BuildRequires libnl3-devel for intel-speed-select (Justin M. Forbes) -- Add new kunit tests for 5.18 to mod-internal.list (Justin M. Forbes) -- Fix RHDISTGIT for Fedora (Justin M. Forbes) -- redhat/configs/process_configs.sh: Fix race with tools generation (Prarit Bhargava) -- New configs in drivers/dax (Fedora Kernel Team) -- Fix up CONFIG_SND_AMD_ACP_CONFIG files (Patrick Talbert) -- Remove CONFIG_SND_SOC_SOF_DEBUG_PROBES files (Patrick Talbert) -- SATA_MOBILE_LPM_POLICY is now SATA_LPM_POLICY (Justin M. Forbes) -- Define SNAPSHOT correctly when VERSION_ON_UPSTREAM is 0 (Justin M. Forbes) -- redhat/Makefile: Fix dist-git (Prarit Bhargava) -- Change the pending-ark CONFIG_DAX to y due to mismatch (Justin M. Forbes) -- Enable net reference count trackers in all debug kernels (Jiri Benc) -- redhat/Makefile: Reorganize variables (Prarit Bhargava) -- redhat/Makefile: Add some descriptions (Prarit Bhargava) -- redhat/Makefile: Move SNAPSHOT check (Prarit Bhargava) -- redhat/Makefile: Deprecate BREW_FLAGS, KOJI_FLAGS, and TEST_FLAGS (Prarit Bhargava) -- redhat/genspec.sh: Rework RPMVERSION variable (Prarit Bhargava) -- redhat/Makefile: Remove dead comment (Prarit Bhargava) -- redhat/Makefile: Cleanup KABI* variables. (Prarit Bhargava) -- redhat/Makefile.variables: Default RHGITCOMMIT to HEAD (Prarit Bhargava) -- redhat/scripts/create-tarball.sh: Use Makefile TARBALL variable (Prarit Bhargava) -- redhat/Makefile: Remove extra DIST_BRANCH (Prarit Bhargava) -- redhat/Makefile: Remove STAMP_VERSION (Prarit Bhargava) -- redhat/Makefile: Move NO_CONFIGCHECKS to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move RHJOBS to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move RHGIT* variables to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move PREBUILD_GIT_ONLY to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD_FLAGS to Makefile.variables. (Prarit Bhargava) -- redhat/Makefile: Move BUILD_PROFILE to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD_TARGET and BUILD_SCRATCH_TARGET to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Remove RHPRODUCT variable (Prarit Bhargava) -- redhat/Makefile: Cleanup DISTRO variable (Prarit Bhargava) -- redhat/Makefile: Move HEAD to Makefile.variables. (Prarit Bhargava) -- redhat: Combine Makefile and Makefile.common (Prarit Bhargava) -- redhat/koji/Makefile: Decouple koji Makefile from Makefile.common (Prarit Bhargava) -- Set CONFIG_SND_SOC_SOF_MT8195 for Fedora and turn on VDPA_SIM_BLOCK (Justin M. Forbes) -- Add asus_wmi_sensors modules to filters for Fedora (Justin M. Forbes) -- redhat: spec: trigger dracut when modules are installed separately (Jan Stancek) -- Last of the Fedora 5.17 configs initial pass (Justin M. Forbes) -- redhat/Makefile: Silence dist-clean-configs output (Prarit Bhargava) -- Fedora 5.17 config updates (Justin M. Forbes) -- Setting CONFIG_I2C_SMBUS to "m" for ark (Gopal Tiwari) -- Print arch with process_configs errors (Justin M. Forbes) -- Pass RHJOBS to process_configs for dist-configs-check as well (Justin M. Forbes) -- redhat/configs/process_configs.sh: Fix issue with old error files (Prarit Bhargava) -- redhat/configs/build_configs.sh: Parallelize execution (Prarit Bhargava) -- redhat/configs/build_configs.sh: Provide better messages (Prarit Bhargava) -- redhat/configs/build_configs.sh: Create unique output files (Prarit Bhargava) -- redhat/configs/build_configs.sh: Add local variables (Prarit Bhargava) -- redhat/configs/process_configs.sh: Parallelize execution (Prarit Bhargava) -- redhat/configs/process_configs.sh: Provide better messages (Prarit Bhargava) -- redhat/configs/process_configs.sh: Create unique output files (Prarit Bhargava) -- redhat/configs/process_configs.sh: Add processing config function (Prarit Bhargava) -- redhat: Unify genspec.sh and kernel.spec variable names (Prarit Bhargava) -- redhat/genspec.sh: Remove options and use Makefile variables (Prarit Bhargava) -- Add rebase note for 5.17 on Fedora stable (Justin M. Forbes) -- More Fedora config updates for 5.17 (Justin M. Forbes) -- redhat/configs: Disable CONFIG_MACINTOSH_DRIVERS in RHEL. (Prarit Bhargava) -- redhat: Fix "make dist-release-finish" to use the correct NVR variables (Neal Gompa) [2053836] -- Build CROS_EC Modules (Jason Montleon) -- redhat: configs: change aarch64 default dma domain to lazy (Jerry Snitselaar) -- redhat: configs: disable ATM protocols (Davide Caratti) -- configs/fedora: Enable the interconnect SC7180 driver built-in (Enric Balletbo i Serra) -- configs: clean up CONFIG_PAGE_TABLE_ISOLATION files (Ondrej Mosnacek) -- redhat: configs: enable CONFIG_INTEL_PCH_THERMAL for RHEL x86 (David Arcari) -- redhat/Makefile: Fix dist-dump-variables target (Prarit Bhargava) -- redhat/configs: Enable DEV_DAX and DEV_DAX_PMEM modules on aarch64 for fedora (D Scott Phillips) -- redhat/configs: Enable CONFIG_TRANSPARENT_HUGEPAGE on aarch64 for fedora (D Scott Phillips) -- configs/process_configs.sh: Remove orig files (Prarit Bhargava) -- redhat: configs: Disable CONFIG_MPLS for s390x/zfcpdump (Guillaume Nault) -- Fedora 5.17 configs round 1 (Justin M. Forbes) -- redhat: configs: disable the surface platform (David Arcari) -- redhat: configs: Disable team driver (Hangbin Liu) [1945477] -- configs: enable LOGITECH_FF for RHEL/CentOS too (Benjamin Tissoires) -- redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64 (Dean Nelson) [2041186] -- redhat: fix make {distg-brew,distg-koji} (Andrea Claudi) -- [fedora] Turn on CONFIG_VIDEO_OV5693 for sensor support (Dave Olsthoorn) -- Cleanup 'disabled' config options for RHEL (Prarit Bhargava) -- redhat: move CONFIG_ARM64_MTE to aarch64 config directory (Herton R. Krzesinski) -- Change CONFIG_TEST_BPF to a module (Justin M. Forbes) -- Change CONFIG_TEST_BPF to module in pending MR coming for proper review (Justin M. Forbes) -- redhat/configs: Enable CONFIG_TEST_BPF (Viktor Malik) -- Enable KUNIT tests for testing (Nico Pache) -- Makefile: Check PKGRELEASE size on dist-brew targets (Prarit Bhargava) -- kernel.spec: Add glibc-static build requirement (Prarit Bhargava) -- Enable iSER on s390x (Stefan Schulze Frielinghaus) -- redhat/configs: Enable CONFIG_ACER_WIRELESS (Peter Georg) [2025985] -- kabi: Add kABI macros for enum type (Čestmír Kalina) [2024595] -- kabi: expand and clarify documentation of aux structs (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_USE_AUX_PTR (Čestmír Kalina) [2024595] -- kabi: rename RH_KABI_SIZE_AND_EXTEND to AUX (Čestmír Kalina) [2024595] -- kabi: more consistent _RH_KABI_SIZE_AND_EXTEND (Čestmír Kalina) [2024595] -- kabi: use fixed field name for extended part (Čestmír Kalina) [2024595] -- kabi: fix dereference in RH_KABI_CHECK_EXT (Čestmír Kalina) [2024595] -- kabi: fix RH_KABI_SET_SIZE macro (Čestmír Kalina) [2024595] -- kabi: expand and clarify documentation (Čestmír Kalina) [2024595] -- kabi: make RH_KABI_USE replace any number of reserved fields (Čestmír Kalina) [2024595] -- kabi: rename RH_KABI_USE2 to RH_KABI_USE_SPLIT (Čestmír Kalina) [2024595] -- kabi: change RH_KABI_REPLACE2 to RH_KABI_REPLACE_SPLIT (Čestmír Kalina) [2024595] -- kabi: change RH_KABI_REPLACE_UNSAFE to RH_KABI_BROKEN_REPLACE (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_ADD_MODIFIER (Čestmír Kalina) [2024595] -- kabi: Include kconfig.h (Čestmír Kalina) [2024595] -- kabi: macros for intentional kABI breakage (Čestmír Kalina) [2024595] -- kabi: fix the note about terminating semicolon (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_HIDE_INCLUDE and RH_KABI_FAKE_INCLUDE (Čestmír Kalina) [2024595] -- spec: don't overwrite auto.conf with .config (Ondrej Mosnacek) -- New configs in drivers/crypto (Fedora Kernel Team) -- Add test_hash to the mod-internal.list (Justin M. Forbes) -- configs: disable CONFIG_CRAMFS (Abhi Das) [2041184] -- spec: speed up "cp -r" when it overwrites existing files. (Denys Vlasenko) -- redhat: use centos x509.genkey file if building under centos (Herton R. Krzesinski) -- Revert "[redhat] Generate a crashkernel.default for each kernel build" (Coiby Xu) -- spec: make linux-firmware weak(er) dependency (Jan Stancek) -- rtw89: enable new driver rtw89 and device RTK8852AE (Íñigo Huguet) -- Config consolidation into common (Justin M. Forbes) -- Add packaged but empty /lib/modules//systemtap/ (Justin M. Forbes) -- filter-modules.sh.rhel: Add ntc_thermistor to singlemods (Prarit Bhargava) -- Move CONFIG_SND_SOC_TLV320AIC31XX as it is now selected by CONFIG_SND_SOC_FSL_ASOC_CARD (Justin M. Forbes) -- Add dev_addr_lists_test to mod-internal.list (Justin M. Forbes) -- configs/fedora: Enable CONFIG_NFC_PN532_UART for use PN532 NFC module (Ziqian SUN (Zamir)) -- redhat: ignore ksamples and kselftests on the badfuncs rpminspect test (Herton R. Krzesinski) -- redhat: disable upstream check for rpminspect (Herton R. Krzesinski) -- redhat: switch the vsyscall config to CONFIG_LEGACY_VSYSCALL_XONLY=y (Herton R. Krzesinski) [1876977] -- redhat: configs: increase CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE (Rafael Aquini) -- move CONFIG_STRICT_SIGALTSTACK_SIZE to the appropriate directory (David Arcari) -- redhat/configs: Enable CONFIG_DM_MULTIPATH_IOA for fedora (Benjamin Marzinski) -- redhat/configs: Enable CONFIG_DM_MULTIPATH_HST (Benjamin Marzinski) [2000835] -- redhat: Pull in openssl-devel as a build dependency correctly (Neal Gompa) [2034670] -- redhat/configs: Migrate ZRAM_DEF_* configs to common/ (Neal Gompa) -- redhat/configs: Enable CONFIG_CRYPTO_ZSTD (Neal Gompa) [2032758] -- Turn CONFIG_DEVMEM back off for aarch64 (Justin M. Forbes) -- Clean up excess text in Fedora config files (Justin M. Forbes) -- Fedora config updates for 5.16 (Justin M. Forbes) -- redhat/configs: enable CONFIG_INPUT_KEYBOARD for AARCH64 (Vitaly Kuznetsov) -- Fedora configs for 5.16 pt 1 (Justin M. Forbes) -- redhat/configs: NFS: disable UDP, insecure enctypes (Benjamin Coddington) [1952863] -- Update rebase-notes with dracut 5.17 information (Justin M. Forbes) -- redhat/configs: Enable CONFIG_CRYPTO_BLAKE2B (Neal Gompa) [2031547] -- Enable CONFIG_BPF_SYSCALL for zfcpdump (Jiri Olsa) -- Enable CONFIG_CIFS_SMB_DIRECT for ARK (Ronnie Sahlberg) -- mt76: enable new device MT7921E in CentOs/RHEL (Íñigo Huguet) [2004821] -- Disable CONFIG_DEBUG_PREEMPT on normal builds (Phil Auld) -- redhat/configs: Enable CONFIG_PCI_P2PDMA for ark (Myron Stowe) -- pci.h: Fix static include (Prarit Bhargava) -- Enable CONFIG_VFIO_NOIOMMU for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_NTB_NETDEV for ark (John W. Linville) -- drivers/pci/pci-driver.c: Fix if/ifdef typo (Prarit Bhargava) -- common: arm64: ensure all the required arm64 errata are enabled (Peter Robinson) -- kernel/rh_taint.c: Update to new messaging (Prarit Bhargava) [2019377] -- redhat/configs: enable CONFIG_AMD_PTDMA for ark (John W. Linville) -- redhat/configs: enable CONFIG_RD_ZSTD for rhel (Tao Liu) [2020132] -- fedora: build TEE as a module for all arches (Peter Robinson) -- common: build TRUSTED_KEYS in everywhere (Peter Robinson) -- redhat: make Patchlist.changelog generation conditional (Herton R. Krzesinski) -- redhat/configs: Add two new CONFIGs (Prarit Bhargava) -- redhat/configs: Remove dead CONFIG files (Prarit Bhargava) -- redhat/configs/evaluate_configs: Add find dead configs option (Prarit Bhargava) -- Add more rebase notes for Fedora 5.16 (Justin M. Forbes) -- Fedora: Feature: Retire wireless Extensions (Peter Robinson) -- fedora: arm: some SoC enablement pieces (Peter Robinson) -- fedora: arm: enable PCIE_ROCKCHIP_DW for rk35xx series (Peter Robinson) -- fedora: enable RTW89 802.11 WiFi driver (Peter Robinson) -- fedora: arm: Enable DRM_PANEL_EDP (Peter Robinson) -- fedora: sound: enable new sound drivers (Peter Robinson) -- redhat/configs: unset KEXEC_SIG for s390x zfcpdump (Coiby Xu) -- spec: Keep .BTF section in modules (Jiri Olsa) -- Fix up PREEMPT configs (Justin M. Forbes) -- New configs in drivers/media (Fedora Kernel Team) -- New configs in drivers/net/ethernet/litex (Fedora Kernel Team) -- spec: add bpf_testmod.ko to kselftests/bpf (Viktor Malik) -- New configs in drivers/net/wwan (Fedora Kernel Team) -- New configs in drivers/i2c (Fedora Kernel Team) -- redhat/docs/index.rst: Add local build information. (Prarit Bhargava) -- Fix up preempt configs (Justin M. Forbes) -- Turn on CONFIG_HID_NINTENDO for controller support (Dave Olsthoorn) -- Fedora: Enable MediaTek bluetooth pieces (Peter Robinson) -- Add rebase notes to check for PCI patches (Justin M. Forbes) -- redhat: configs: move CONFIG_ACCESSIBILITY from fedora to common (John W. Linville) -- Filter updates for hid-playstation on Fedora (Justin M. Forbes) -- Enable CONFIG_VIRT_DRIVERS for ARK (Vitaly Kuznetsov) -- redhat/configs: Enable Nitro Enclaves on aarch64 (Vitaly Kuznetsov) -- Enable e1000 in rhel9 as unsupported (Ken Cox) [2002344] -- Turn on COMMON_CLK_AXG_AUDIO for Fedora rhbz 2020481 (Justin M. Forbes) -- Fix up fedora config options from mismatch (Justin M. Forbes) -- Add nct6775 to filter-modules.sh.rhel (Justin M. Forbes) -- Enable PREEMPT_DYNAMIC for all but s390x (Justin M. Forbes) -- Add memcpy_kunit to mod-internal.list (Justin M. Forbes) -- New configs in fs/ksmbd (Fedora Kernel Team) -- Add nct6775 to Fedora filter-modules.sh (Justin M. Forbes) -- New configs in fs/ntfs3 (Fedora Kernel Team) -- Make CONFIG_IOMMU_DEFAULT_DMA_STRICT default for all but x86 (Justin M. Forbes) -- redhat/configs: enable KEXEC_IMAGE_VERIFY_SIG for RHEL (Coiby Xu) -- redhat/configs: enable KEXEC_SIG for aarch64 RHEL (Coiby Xu) [1994858] -- Fix up fedora and pending configs for PREEMPT to end mismatch (Justin M. Forbes) -- Enable binder for fedora (Justin M. Forbes) -- redhat: configs: Update configs for vmware (Kamal Heib) -- Fedora configs for 5.15 (Justin M. Forbes) -- redhat/kernel.spec.template: don't hardcode gcov arches (Jan Stancek) -- redhat/configs: create a separate config for gcov options (Jan Stancek) -- Update documentation with FAQ and update frequency (Don Zickus) -- Document force pull option for mirroring (Don Zickus) -- Ignore the rhel9 kabi files (Don Zickus) -- Remove legacy elrdy cruft (Don Zickus) -- redhat/configs/evaluate_configs: walk cfgvariants line by line (Jan Stancek) -- redhat/configs/evaluate_configs: insert EMPTY tags at correct place (Jan Stancek) -- redhat: make dist-srpm-gcov add to BUILDOPTS (Jan Stancek) -- Build CONFIG_SPI_PXA2XX as a module on x86 (Justin M. Forbes) -- redhat/configs: enable CONFIG_BCMGENET as module (Joel Savitz) -- Fedora config updates (Justin M. Forbes) -- Enable CONFIG_FAIL_SUNRPC for debug builds (Justin M. Forbes) -- fedora: Disable fbdev drivers and use simpledrm instead (Javier Martinez Canillas) -- spec: Don't fail spec build if ksamples fails (Jiri Olsa) -- Enable CONFIG_QCOM_SCM for arm (Justin M. Forbes) -- redhat: Disable clang's integrated assembler on ppc64le and s390x (Tom Stellard) -- redhat/configs: enable CONFIG_IMA_WRITE_POLICY (Bruno Meneguele) -- Fix dist-srpm-gcov (Don Zickus) -- redhat: configs: add CONFIG_NTB and related items (John W. Linville) -- Add kfence_test to mod-internal.list (Justin M. Forbes) -- Enable KUNIT tests for redhat kernel-modules-internal (Nico Pache) -- redhat: add *-matched meta packages to rpminspect emptyrpm config (Herton R. Krzesinski) -- Use common config for NODES_SHIFT (Mark Salter) -- redhat: fix typo and make the output more silent for dist-git sync (Herton R. Krzesinski) -- Fedora NTFS config updates (Justin M. Forbes) -- Fedora 5.15 configs part 1 (Justin M. Forbes) -- Fix ordering in genspec args (Justin M. Forbes) -- redhat/configs: Enable Hyper-V guests on ARM64 (Vitaly Kuznetsov) [2007430] -- redhat: configs: Enable CONFIG_THINKPAD_LMI (Hans de Goede) -- redhat/docs: update Koji link to avoid redirect (Joel Savitz) -- redhat: add support for different profiles with dist*-brew (Herton R. Krzesinski) -- redhat: configs: Disable xtables and ipset (Phil Sutter) [1945179] -- redhat: Add mark_driver_deprecated() (Phil Sutter) [1945179] -- Change s390x CONFIG_NODES_SHIFT from 4 to 1 (Justin M. Forbes) -- Build CRYPTO_SHA3_*_S390 inline for s390 zfcpdump (Justin M. Forbes) -- redhat: move the DIST variable setting to Makefile.variables (Herton R. Krzesinski) -- redhat/kernel.spec.template: Cleanup source numbering (Prarit Bhargava) -- redhat/kernel.spec.template: Reorganize RHEL and Fedora specific files (Prarit Bhargava) -- redhat/kernel.spec.template: Add include_fedora and include_rhel variables (Prarit Bhargava) -- redhat/Makefile: Make kernel-local global (Prarit Bhargava) -- redhat/Makefile: Use flavors file (Prarit Bhargava) -- Turn on CONFIG_CPU_FREQ_GOV_SCHEDUTIL for x86 (Justin M. Forbes) -- redhat/configs: Remove CONFIG_INFINIBAND_I40IW (Kamal Heib) -- cleanup CONFIG_X86_PLATFORM_DRIVERS_INTEL (David Arcari) -- redhat: rename usage of .rhel8git.mk to .rhpkg.mk (Herton R. Krzesinski) -- Manually add pending items that need to be set due to mismatch (Justin M. Forbes) -- Clean up pending common (Justin M. Forbes) -- redhat/configs: Enable CONFIG_BLK_CGROUP_IOLATENCY & CONFIG_BLK_CGROUP_FC_APPID (Waiman Long) [2006813] -- redhat: remove kernel.changelog-8.99 file (Herton R. Krzesinski) -- redhat/configs: enable CONFIG_SQUASHFS_ZSTD which is already enabled in Fedora 34 (Tao Liu) [1998953] -- redhat: bump RHEL_MAJOR and add the changelog file for it (Herton R. Krzesinski) -- redhat: add documentation about the os-build rebase process (Herton R. Krzesinski) -- redhat/configs: enable SYSTEM_BLACKLIST_KEYRING which is already enabled in rhel8 and Fedora 34 (Coiby Xu) -- Build kernel-doc for Fedora (Justin M. Forbes) -- x86_64: Enable Elkhart Lake Quadrature Encoder Peripheral support (Prarit Bhargava) -- Update CONFIG_WERROR to disabled as it can cause issue with out of tree modules. (Justin M. Forbes) -- Fixup IOMMU configs in pending so that configs are sane again (Justin M. Forbes) -- Some initial Fedora config items for 5.15 (Justin M. Forbes) -- arm64: use common CONFIG_MAX_ZONEORDER for arm kernel (Mark Salter) -- Create Makefile.variables for a single point of configuration change (Justin M. Forbes) -- rpmspec: drop traceevent files instead of just excluding them from files list (Herton R. Krzesinski) [1967640] -- redhat/config: Enablement of CONFIG_PAPR_SCM for PowerPC (Gustavo Walbon) [1962936] -- Attempt to fix Intel PMT code (David Arcari) -- CI: Enable realtime branch testing (Veronika Kabatova) -- CI: Enable realtime checks for c9s and RHEL9 (Veronika Kabatova) -- ark: wireless: enable all rtw88 pcie wirless variants (Peter Robinson) -- wireless: rtw88: move debug options to common/debug (Peter Robinson) -- fedora: minor PTP clock driver cleanups (Peter Robinson) -- common: x86: enable VMware PTP support on ark (Peter Robinson) -- [scsi] megaraid_sas: re-add certain pci-ids (Tomas Henzl) -- Disable liquidio driver on ark/rhel (Herton R. Krzesinski) [1993393] -- More Fedora config updates (Justin M. Forbes) -- Fedora config updates for 5.14 (Justin M. Forbes) -- CI: Rename ARK CI pipeline type (Veronika Kabatova) -- CI: Finish up c9s config (Veronika Kabatova) -- CI: Update ppc64le config (Veronika Kabatova) -- CI: use more templates (Veronika Kabatova) -- Filter updates for aarch64 (Justin M. Forbes) -- increase CONFIG_NODES_SHIFT for aarch64 (Chris von Recklinghausen) [1890304] -- redhat: configs: Enable CONFIG_WIRELESS_HOTKEY (Hans de Goede) -- redhat/configs: Update CONFIG_NVRAM (Desnes A. Nunes do Rosario) [1988254] -- common: serial: build in SERIAL_8250_LPSS for x86 (Peter Robinson) -- powerpc: enable CONFIG_FUNCTION_PROFILER (Diego Domingos) [1831065] -- redhat/configs: Disable Soft-RoCE driver (Kamal Heib) -- redhat/configs/evaluate_configs: Update help output (Prarit Bhargava) -- redhat/configs: Double MAX_LOCKDEP_CHAINS (Justin M. Forbes) -- fedora: configs: Fix WM5102 Kconfig (Hans de Goede) -- powerpc: enable CONFIG_POWER9_CPU (Diego Domingos) [1876436] -- redhat/configs: Fix CONFIG_VIRTIO_IOMMU to 'y' on aarch64 (Eric Auger) [1972795] -- filter-modules.sh: add more sound modules to filter (Jaroslav Kysela) -- redhat/configs: sound configuration cleanups and updates (Jaroslav Kysela) -- common: Update for CXL (Compute Express Link) configs (Peter Robinson) -- redhat: configs: disable CRYPTO_SM modules (Herton R. Krzesinski) [1990040] -- Remove fedora version of the LOCKDEP_BITS, we should use common (Justin M. Forbes) -- Re-enable sermouse for x86 (rhbz 1974002) (Justin M. Forbes) -- Fedora 5.14 configs round 1 (Justin M. Forbes) -- redhat: add gating configuration for centos stream/rhel9 (Herton R. Krzesinski) -- x86: configs: Enable CONFIG_TEST_FPU for debug kernels (Vitaly Kuznetsov) [1988384] -- redhat/configs: Move CHACHA and POLY1305 to core kernel to allow BIG_KEYS=y (root) [1983298] -- kernel.spec: fix build of samples/bpf (Jiri Benc) -- Enable OSNOISE_TRACER and TIMERLAT_TRACER (Jerome Marchand) [1979379] -- rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] -- configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) -- fedora: sound config updates for 5.14 (Peter Robinson) -- fedora: Only enable FSI drivers on POWER platform (Peter Robinson) -- The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson) -- fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson) -- fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson) -- fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson) -- Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson) -- fedora: arm: disabled unused FB drivers (Peter Robinson) -- fedora: don't enable FB_VIRTUAL (Peter Robinson) -- redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075] -- rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406] -- Build Fedora x86s kernels with bytcr-wm5102 (Marius Hoch) -- Deleted redhat/configs/fedora/generic/x86/CONFIG_FB_HYPERV (Patrick Lang) -- rpmspec: correct the ghost initramfs attributes (Herton R. Krzesinski) [1977056] -- rpmspec: amend removal of depmod created files to include modules.builtin.alias.bin (Herton R. Krzesinski) [1977056] -- configs: remove duplicate CONFIG_DRM_HYPERV file (Patrick Talbert) -- CI: use common code for merge and release (Don Zickus) -- rpmspec: add release string to kernel doc directory name (Jan Stancek) -- redhat/configs: Add CONFIG_INTEL_PMT_CRASHLOG (Michael Petlan) [1880486] -- redhat/configs: Add CONFIG_INTEL_PMT_TELEMETRY (Michael Petlan) [1880486] -- redhat/configs: Add CONFIG_MFD_INTEL_PMT (Michael Petlan) [1880486] -- redhat/configs: enable CONFIG_BLK_DEV_ZONED (Ming Lei) [1638087] -- Add --with clang_lto option to build the kernel with Link Time Optimizations (Tom Stellard) -- common: disable DVB_AV7110 and associated pieces (Peter Robinson) -- Fix fedora-only config updates (Don Zickus) -- Fedor config update for new option (Justin M. Forbes) -- redhat/configs: Enable stmmac NIC for x86_64 (Mark Salter) -- all: hyperv: use the DRM driver rather than FB (Peter Robinson) -- all: hyperv: unify the Microsoft HyperV configs (Peter Robinson) -- all: VMWare: clean up VMWare configs (Peter Robinson) -- Update CONFIG_ARM_FFA_TRANSPORT (Patrick Talbert) -- CI: Handle all mirrors (Veronika Kabatova) -- Turn on CONFIG_STACKTRACE for s390x zfpcdump kernels (Justin M. Forbes) -- arm64: switch ark kernel to 4K pagesize (Mark Salter) -- Disable AMIGA_PARTITION and KARMA_PARTITION (Prarit Bhargava) [1802694] -- all: unify and cleanup i2c TPM2 modules (Peter Robinson) -- redhat/configs: Set CONFIG_VIRTIO_IOMMU on aarch64 (Eric Auger) [1972795] -- redhat/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config (Phil Auld) -- redhat/configs: enable KEXEC_SIG which is already enabled in RHEL8 for s390x and x86_64 (Coiby Xu) [1976835] -- rpmspec: do not BuildRequires bpftool on noarch (Herton R. Krzesinski) -- redhat/configs: disable {IMA,EVM}_LOAD_X509 (Bruno Meneguele) [1977529] -- redhat: add secureboot CA certificate to trusted kernel keyring (Bruno Meneguele) -- redhat/configs: enable IMA_ARCH_POLICY for aarch64 and s390x (Bruno Meneguele) -- redhat/configs: Enable CONFIG_MLXBF_GIGE on aarch64 (Alaa Hleihel) [1858599] -- common: enable STRICT_MODULE_RWX everywhere (Peter Robinson) -- COMMON_CLK_STM32MP157_SCMI is bool and selects COMMON_CLK_SCMI (Justin M. Forbes) -- kernel.spec: Add kernel{,-debug}-devel-matched meta packages (Timothée Ravier) -- Turn off with_selftests for Fedora (Justin M. Forbes) -- Don't build bpftool on Fedora (Justin M. Forbes) -- Fix location of syscall scripts for kernel-devel (Justin M. Forbes) -- fedora: arm: Enable some i.MX8 options (Peter Robinson) -- Enable Landlock for Fedora (Justin M. Forbes) -- Filter update for Fedora aarch64 (Justin M. Forbes) -- rpmspec: only build debug meta packages where we build debug ones (Herton R. Krzesinski) -- rpmspec: do not BuildRequires bpftool on nobuildarches (Herton R. Krzesinski) -- redhat/configs: Consolidate CONFIG_HMC_DRV in the common s390x folder (Thomas Huth) [1976270] -- redhat/configs: Consolidate CONFIG_EXPOLINE_OFF in the common folder (Thomas Huth) [1976270] -- redhat/configs: Move CONFIG_HW_RANDOM_S390 into the s390x/ subfolder (Thomas Huth) [1976270] -- redhat/configs: Disable CONFIG_HOTPLUG_PCI_SHPC in the Fedora settings (Thomas Huth) [1976270] -- redhat/configs: Remove the non-existent CONFIG_NO_BOOTMEM switch (Thomas Huth) [1976270] -- redhat/configs: Compile the virtio-console as a module on s390x (Thomas Huth) [1976270] -- redhat/configs: Enable CONFIG_S390_CCW_IOMMU and CONFIG_VFIO_CCW for ARK, too (Thomas Huth) [1976270] -- Revert "Merge branch 'ec_fips' into 'os-build'" (Vladis Dronov) [1947240] -- Fix typos in fedora filters (Justin M. Forbes) -- More filtering for Fedora (Justin M. Forbes) -- Fix Fedora module filtering for spi-altera-dfl (Justin M. Forbes) -- Fedora 5.13 config updates (Justin M. Forbes) -- fedora: cleanup TCG_TIS_I2C_CR50 (Peter Robinson) -- fedora: drop duplicate configs (Peter Robinson) -- More Fedora config updates for 5.13 (Justin M. Forbes) -- redhat/configs: Enable needed drivers for BlueField SoC on aarch64 (Alaa Hleihel) [1858592 1858594 1858596] -- redhat: Rename mod-blacklist.sh to mod-denylist.sh (Prarit Bhargava) -- redhat/configs: enable CONFIG_NET_ACT_MPLS (Marcelo Ricardo Leitner) -- configs: Enable CONFIG_DEBUG_KERNEL for zfcpdump (Jiri Olsa) -- kernel.spec: Add support to use vmlinux.h (Don Zickus) -- spec: Add vmlinux.h to kernel-devel package (Jiri Olsa) -- Turn off DRM_XEN_FRONTEND for Fedora as we had DRM_XEN off already (Justin M. Forbes) -- Fedora 5.13 config updates pt 3 (Justin M. Forbes) -- all: enable ath11k wireless modules (Peter Robinson) -- all: Enable WWAN and associated MHI bus pieces (Peter Robinson) -- spec: Enable sefltests rpm build (Jiri Olsa) -- spec: Allow bpf selftest/samples to fail (Jiri Olsa) -- kvm: Add kvm_stat.service file and kvm_stat logrotate config to the tools (Jiri Benc) -- kernel.spec: Add missing source files to kernel-selftests-internal (Jiri Benc) -- kernel.spec: selftests: add net/forwarding to TARGETS list (Jiri Benc) -- kernel.spec: selftests: add build requirement on libmnl-devel (Jiri Benc) -- kernel.spec: add action.o to kernel-selftests-internal (Jiri Benc) -- kernel.spec: avoid building bpftool repeatedly (Jiri Benc) -- kernel.spec: selftests require python3 (Jiri Benc) -- kernel.spec: skip selftests that failed to build (Jiri Benc) -- kernel.spec: fix installation of bpf selftests (Jiri Benc) -- redhat: fix samples and selftests make options (Jiri Benc) -- kernel.spec: enable mptcp selftests for kernel-selftests-internal (Jiri Benc) -- kernel.spec: Do not export shared objects from libexecdir to RPM Provides (Jiri Benc) -- kernel.spec: add missing dependency for the which package (Jiri Benc) -- kernel.spec: add netfilter selftests to kernel-selftests-internal (Jiri Benc) -- kernel.spec: move slabinfo and page_owner_sort debuginfo to tools-debuginfo (Jiri Benc) -- kernel.spec: package and ship VM tools (Jiri Benc) -- configs: enable CONFIG_PAGE_OWNER (Jiri Benc) -- kernel.spec: add coreutils (Jiri Benc) -- kernel.spec: add netdevsim driver selftests to kernel-selftests-internal (Jiri Benc) -- redhat/Makefile: Clean out the --without flags from the baseonly rule (Jiri Benc) -- kernel.spec: Stop building unnecessary rpms for baseonly builds (Jiri Benc) -- kernel.spec: disable more kabi switches for gcov build (Jiri Benc) -- kernel.spec: Rename kabi-dw base (Jiri Benc) -- kernel.spec: Fix error messages during build of zfcpdump kernel (Jiri Benc) -- kernel.spec: perf: remove bpf examples (Jiri Benc) -- kernel.spec: selftests should not depend on modules-internal (Jiri Benc) -- kernel.spec: build samples (Jiri Benc) -- kernel.spec: tools: sync missing options with RHEL 8 (Jiri Benc) -- redhat/configs: nftables: Enable extra flowtable symbols (Phil Sutter) -- redhat/configs: Sync netfilter options with RHEL8 (Phil Sutter) -- Fedora 5.13 config updates pt 2 (Justin M. Forbes) -- Move CONFIG_ARCH_INTEL_SOCFPGA up a level for Fedora (Justin M. Forbes) -- fedora: enable the Rockchip rk3399 pcie drivers (Peter Robinson) -- Fedora 5.13 config updates pt 1 (Justin M. Forbes) -- Fix version requirement from opencsd-devel buildreq (Justin M. Forbes) -- configs/ark/s390: set CONFIG_MARCH_Z14 and CONFIG_TUNE_Z15 (Philipp Rudo) [1876435] -- configs/common/s390: Clean up CONFIG_{MARCH,TUNE}_Z* (Philipp Rudo) -- configs/process_configs.sh: make use of dummy-tools (Philipp Rudo) -- configs/common: disable CONFIG_INIT_STACK_ALL_{PATTERN,ZERO} (Philipp Rudo) -- configs/common/aarch64: disable CONFIG_RELR (Philipp Rudo) -- redhat/config: enable STMICRO nic for RHEL (Mark Salter) -- redhat/configs: Enable ARCH_TEGRA on RHEL (Mark Salter) -- redhat/configs: enable IMA_KEXEC for supported arches (Bruno Meneguele) -- redhat/configs: enable INTEGRITY_SIGNATURE to all arches (Bruno Meneguele) -- configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED (Benjamin Tissoires) -- RHEL: disable io_uring support (Jeff Moyer) [1964537] -- all: Changing CONFIG_UV_SYSFS to build uv_sysfs.ko as a loadable module. (Frank Ramsay) -- Enable NITRO_ENCLAVES on RHEL (Vitaly Kuznetsov) -- Update the Quick Start documentation (David Ward) -- redhat/configs: Set PVPANIC_MMIO for x86 and PVPANIC_PCI for aarch64 (Eric Auger) [1961178] -- bpf: Fix unprivileged_bpf_disabled setup (Jiri Olsa) -- Enable CONFIG_BPF_UNPRIV_DEFAULT_OFF (Jiri Olsa) -- configs/common/s390: disable CONFIG_QETH_{OSN,OSX} (Philipp Rudo) [1903201] -- nvme: nvme_mpath_init remove multipath check (Mike Snitzer) -- Make CRYPTO_EC also builtin (Simo Sorce) [1947240] -- Do not hard-code a default value for DIST (David Ward) -- Override %%{debugbuildsenabled} if the --with-release option is used (David Ward) -- Improve comments in SPEC file, and move some option tests and macros (David Ward) -- configs: enable CONFIG_EXFAT_FS (Pavel Reichl) [1943423] -- Revert s390x/zfcpdump part of a9d179c40281 and ecbfddd98621 (Vladis Dronov) -- Embed crypto algos, modes and templates needed in the FIPS mode (Vladis Dronov) [1947240] -- configs: Add and enable CONFIG_HYPERV_TESTING for debug kernels (Mohammed Gamal) -- configs: enable CONFIG_CMA on x86_64 in ARK (David Hildenbrand) [1945002] -- rpmspec: build debug-* meta-packages if debug builds are disabled (Herton R. Krzesinski) -- UIO: disable unused config options (Aristeu Rozanski) [1957819] -- ARK-config: Make amd_pinctrl module builtin (Hans de Goede) -- rpmspec: revert/drop content hash for kernel-headers (Herton R. Krzesinski) -- rpmspec: fix check that calls InitBuildVars (Herton R. Krzesinski) -- fedora: enable zonefs (Damien Le Moal) -- redhat: load specific ARCH keys to INTEGRITY_PLATFORM_KEYRING (Bruno Meneguele) -- redhat: enable INTEGRITY_TRUSTED_KEYRING across all variants (Bruno Meneguele) -- redhat: enable SYSTEM_BLACKLIST_KEYRING across all variants (Bruno Meneguele) -- redhat: enable INTEGRITY_ASYMMETRIC_KEYS across all variants (Bruno Meneguele) -- Remove unused boot loader specification files (David Ward) -- redhat/configs: Enable mlx5 IPsec and TLS offloads (Alaa Hleihel) [1869674 1957636] -- common: disable Apple Silicon generally (Peter Robinson) -- cleanup Intel's FPGA configs (Peter Robinson) -- common: move PTP KVM support from ark to common (Peter Robinson) -- Enable CONFIG_DRM_AMDGPU_USERPTR for everyone (Justin M. Forbes) -- redhat: add initial rpminspect configuration (Herton R. Krzesinski) -- fedora: arm updates for 5.13 (Peter Robinson) -- fedora: Enable WWAN and associated MHI bits (Peter Robinson) -- Update CONFIG_MODPROBE_PATH to /usr/sbin (Justin Forbes) -- Fedora set modprobe path (Justin M. Forbes) -- Keep sctp and l2tp modules in modules-extra (Don Zickus) -- Fix ppc64le cross build packaging (Don Zickus) -- Fedora: Make amd_pinctrl module builtin (Hans de Goede) -- Keep CONFIG_KASAN_HW_TAGS off for aarch64 debug configs (Justin M. Forbes) -- New configs in drivers/bus (Fedora Kernel Team) -- RHEL: Don't build KVM PR module on ppc64 (David Gibson) [1930649] -- Flip CONFIG_USB_ROLE_SWITCH from m to y (Justin M. Forbes) -- Set valid options for CONFIG_FW_LOADER_USER_HELPER (Justin M. Forbes) -- Clean up CONFIG_FB_MODE_HELPERS (Justin M. Forbes) -- Turn off CONFIG_VFIO for the s390x zfcpdump kernel (Justin M. Forbes) -- Delete unused CONFIG_SND_SOC_MAX98390 pending-common (Justin M. Forbes) -- Update pending-common configs, preparing to set correctly (Justin M. Forbes) -- Update fedora filters for surface (Justin M. Forbes) -- Build CONFIG_CRYPTO_ECDSA inline for s390x zfcpdump (Justin M. Forbes) -- Replace "flavour" where "variant" is meant instead (David Ward) -- Drop the %%{variant} macro and fix --with-vanilla (David Ward) -- Fix syntax of %%kernel_variant_files (David Ward) -- Change description of --without-vdso-install to fix typo (David Ward) -- Config updates to work around mismatches (Justin M. Forbes) -- CONFIG_SND_SOC_FSL_ASOC_CARD selects CONFIG_MFD_WM8994 now (Justin M. Forbes) -- wireguard: disable in FIPS mode (Hangbin Liu) [1940794] -- Enable mtdram for fedora (rhbz 1955916) (Justin M. Forbes) -- Remove reference to bpf-helpers man page (Justin M. Forbes) -- Fedora: enable more modules for surface devices (Dave Olsthoorn) -- Fix Fedora config mismatch for CONFIG_FSL_ENETC_IERB (Justin M. Forbes) -- hardlink is in /usr/bin/ now (Justin M. Forbes) -- Ensure CONFIG_KVM_BOOK3S_64_PR stays on in Fedora, even if it is turned off in RHEL (Justin M. Forbes) -- Set date in package release from repository commit, not system clock (David Ward) -- Use a better upstream tarball filename for snapshots (David Ward) -- Don't create empty pending-common files on pending-fedora commits (Don Zickus) -- nvme: decouple basic ANA log page re-read support from native multipathing (Mike Snitzer) -- nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT (Mike Snitzer) -- nvme: Return BLK_STS_TARGET if the DNR bit is set (Mike Snitzer) -- Add redhat/configs/pending-common/generic/s390x/zfcpdump/CONFIG_NETFS_SUPPORT (Justin M. Forbes) -- Create ark-latest branch last for CI scripts (Don Zickus) -- Replace /usr/libexec/platform-python with /usr/bin/python3 (David Ward) -- Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes) -- Export ark infrastructure files (Don Zickus) -- docs: Update docs to reflect newer workflow. (Don Zickus) -- Use upstream/master for merge-base with fallback to master (Don Zickus) -- Fedora: Turn off the SND_INTEL_BYT_PREFER_SOF option (Hans de Goede) -- filter-modules.sh.fedora: clean up "netprots" (Paul Bolle) -- filter-modules.sh.fedora: clean up "scsidrvs" (Paul Bolle) -- filter-*.sh.fedora: clean up "ethdrvs" (Paul Bolle) -- filter-*.sh.fedora: clean up "driverdirs" (Paul Bolle) -- filter-*.sh.fedora: remove incorrect entries (Paul Bolle) -- filter-*.sh.fedora: clean up "singlemods" (Paul Bolle) -- filter-modules.sh.fedora: drop unused list "iiodrvs" (Paul Bolle) -- Update mod-internal to fix depmod issue (Nico Pache) -- Turn on CONFIG_VDPA_SIM_NET (rhbz 1942343) (Justin M. Forbes) -- New configs in drivers/power (Fedora Kernel Team) -- Turn on CONFIG_NOUVEAU_DEBUG_PUSH for debug configs (Justin M. Forbes) -- Turn off KFENCE sampling by default for Fedora (Justin M. Forbes) -- Fedora config updates round 2 (Justin M. Forbes) -- New configs in drivers/soc (Jeremy Cline) -- filter-modules.sh: Fix copy/paste error 'input' (Paul Bolle) -- Update module filtering for 5.12 kernels (Justin M. Forbes) -- Fix genlog.py to ensure that comments retain "%%" characters. (Mark Mielke) -- New configs in drivers/leds (Fedora Kernel Team) -- Limit CONFIG_USB_CDNS_SUPPORT to x86_64 and arm in Fedora (David Ward) -- Fedora: Enable CHARGER_GPIO on aarch64 too (Peter Robinson) -- Fedora config updates (Justin M. Forbes) -- configs: enable CONFIG_WIREGUARD in ARK (Hangbin Liu) [1613522] -- Remove duplicate configs acroos fedora, ark and common (Don Zickus) -- Combine duplicate configs across ark and fedora into common (Don Zickus) -- common/ark: cleanup and unify the parport configs (Peter Robinson) -- iommu/vt-d: enable INTEL_IDXD_SVM for both fedora and rhel (Jerry Snitselaar) -- REDHAT: coresight: etm4x: Disable coresight on HPE Apollo 70 (Jeremy Linton) -- configs/common/generic: disable CONFIG_SLAB_MERGE_DEFAULT (Rafael Aquini) -- Remove _legacy_common_support (Justin M. Forbes) -- redhat/mod-blacklist.sh: Fix floppy blacklisting (Hans de Goede) -- New configs in fs/pstore (CKI@GitLab) -- New configs in arch/powerpc (Fedora Kernel Team) -- configs: enable BPF LSM on Fedora and ARK (Ondrej Mosnacek) -- configs: clean up LSM configs (Ondrej Mosnacek) -- New configs in drivers/platform (CKI@GitLab) -- New configs in drivers/firmware (CKI@GitLab) -- New configs in drivers/mailbox (Fedora Kernel Team) -- New configs in drivers/net/phy (Justin M. Forbes) -- Update CONFIG_DM_MULTIPATH_IOA (Augusto Caringi) -- New configs in mm/Kconfig (CKI@GitLab) -- New configs in arch/powerpc (Jeremy Cline) -- New configs in arch/powerpc (Jeremy Cline) -- New configs in drivers/input (Fedora Kernel Team) -- New configs in net/bluetooth (Justin M. Forbes) -- New configs in drivers/clk (Fedora Kernel Team) -- New configs in init/Kconfig (Jeremy Cline) -- redhat: allow running fedora-configs and rh-configs targets outside of redhat/ (Herton R. Krzesinski) -- all: unify the disable of goldfish (android emulation platform) (Peter Robinson) -- common: minor cleanup/de-dupe of dma/dmabuf debug configs (Peter Robinson) -- common/ark: these drivers/arches were removed in 5.12 (Peter Robinson) -- Correct kernel-devel make prepare build for 5.12. (Paulo E. Castro) -- redhat: add initial support for centos stream dist-git sync on Makefiles (Herton R. Krzesinski) -- redhat/configs: Enable CONFIG_SCHED_STACK_END_CHECK for Fedora and ARK (Josh Poimboeuf) [1856174] -- CONFIG_VFIO now selects IOMMU_API instead of depending on it, causing several config mismatches for the zfcpdump kernel (Justin M. Forbes) -- Turn off weak-modules for Fedora (Justin M. Forbes) -- redhat: enable CONFIG_FW_LOADER_COMPRESS for ARK (Herton R. Krzesinski) [1939095] -- Fedora: filters: update to move dfl-emif to modules (Peter Robinson) -- drop duplicate DEVFREQ_GOV_SIMPLE_ONDEMAND config (Peter Robinson) -- efi: The EFI_VARS is legacy and now x86 only (Peter Robinson) -- common: enable RTC_SYSTOHC to supplement update_persistent_clock64 (Peter Robinson) -- generic: arm: enable SCMI for all options (Peter Robinson) -- fedora: the PCH_CAN driver is x86-32 only (Peter Robinson) -- common: disable legacy CAN device support (Peter Robinson) -- common: Enable Microchip MCP251x/MCP251xFD CAN controllers (Peter Robinson) -- common: Bosch MCAN support for Intel Elkhart Lake (Peter Robinson) -- common: enable CAN_PEAK_PCIEFD PCI-E driver (Peter Robinson) -- common: disable CAN_PEAK_PCIEC PCAN-ExpressCard (Peter Robinson) -- common: enable common CAN layer 2 protocols (Peter Robinson) -- ark: disable CAN_LEDS option (Peter Robinson) -- Fedora: Turn on SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC option (Hans de Goede) -- Fedora: enable modules for surface devices (Dave Olsthoorn) -- Turn on SND_SOC_INTEL_SOUNDWIRE_SOF_MACH for Fedora again (Justin M. Forbes) -- common: fix WM8804 codec dependencies (Peter Robinson) -- Build SERIO_SERPORT as a module (Peter Robinson) -- input: touchscreen: move ELO and Wacom serial touchscreens to x86 (Peter Robinson) -- Sync serio touchscreens for non x86 architectures to the same as ARK (Peter Robinson) -- Only enable SERIO_LIBPS2 on x86 (Peter Robinson) -- Only enable PC keyboard controller and associated keyboard on x86 (Peter Robinson) -- Generic: Mouse: Tweak generic serial mouse options (Peter Robinson) -- Only enable PS2 Mouse options on x86 (Peter Robinson) -- Disable bluetooth highspeed by default (Peter Robinson) -- Fedora: A few more general updates for 5.12 window (Peter Robinson) -- Fedora: Updates for 5.12 merge window (Peter Robinson) -- Fedora: remove dead options that were removed upstream (Peter Robinson) -- redhat: remove CONFIG_DRM_PANEL_XINGBANGDA_XBD599 (Herton R. Krzesinski) -- New configs in arch/powerpc (Fedora Kernel Team) -- Turn on CONFIG_PPC_QUEUED_SPINLOCKS as it is default upstream now (Justin M. Forbes) -- Update pending-common configs to address new upstream config deps (Justin M. Forbes) -- rpmspec: ship gpio-watch.debug in the proper debuginfo package (Herton R. Krzesinski) -- Removed description text as a comment confuses the config generation (Justin M. Forbes) -- New configs in drivers/dma-buf (Jeremy Cline) -- Fedora: ARMv7: build for 16 CPUs. (Peter Robinson) -- Fedora: only enable DEBUG_HIGHMEM on debug kernels (Peter Robinson) -- process_configs.sh: fix find/xargs data flow (Ondrej Mosnacek) -- Fedora config update (Justin M. Forbes) -- fedora: minor arm sound config updates (Peter Robinson) -- Fix trailing white space in redhat/configs/fedora/generic/CONFIG_SND_INTEL_BYT_PREFER_SOF (Justin M. Forbes) -- Add a redhat/rebase-notes.txt file (Hans de Goede) -- Turn on SND_INTEL_BYT_PREFER_SOF for Fedora (Hans de Goede) -- CI: Drop MR ID from the name variable (Veronika Kabatova) -- redhat: add DUP and kpatch certificates to system trusted keys for RHEL build (Herton R. Krzesinski) -- The comments in CONFIG_USB_RTL8153_ECM actually turn off CONFIG_USB_RTL8152 (Justin M. Forbes) -- Update CKI pipeline project (Veronika Kabatova) -- Turn off additional KASAN options for Fedora (Justin M. Forbes) -- Rename the master branch to rawhide for Fedora (Justin M. Forbes) -- Makefile targets for packit integration (Ben Crocker) -- Turn off KASAN for rawhide debug builds (Justin M. Forbes) -- New configs in arch/arm64 (Justin Forbes) -- Remove deprecated Intel MIC config options (Peter Robinson) -- redhat: replace inline awk script with genlog.py call (Herton R. Krzesinski) -- redhat: add genlog.py script (Herton R. Krzesinski) -- kernel.spec.template - fix use_vdso usage (Ben Crocker) -- redhat: remove remaining references of CONFIG_RH_DISABLE_DEPRECATED (Herton R. Krzesinski) -- Turn off vdso_install for ppc (Justin M. Forbes) -- Remove bpf-helpers.7 from bpftool package (Jiri Olsa) -- New configs in lib/Kconfig.debug (Fedora Kernel Team) -- Turn off CONFIG_VIRTIO_CONSOLE for s390x zfcpdump (Justin M. Forbes) -- New configs in drivers/clk (Justin M. Forbes) -- Keep VIRTIO_CONSOLE on s390x available. (Jakub Čajka) -- New configs in lib/Kconfig.debug (Jeremy Cline) -- Fedora 5.11 config updates part 4 (Justin M. Forbes) -- Fedora 5.11 config updates part 3 (Justin M. Forbes) -- Fedora 5.11 config updates part 2 (Justin M. Forbes) -- Update internal (test) module list from RHEL-8 (Joe Lawrence) [1915073] -- Fix USB_XHCI_PCI regression (Justin M. Forbes) -- fedora: fixes for ARMv7 build issue by disabling HIGHPTE (Peter Robinson) -- all: s390x: Increase CONFIG_PCI_NR_FUNCTIONS to 512 (#1888735) (Dan Horák) -- Fedora 5.11 configs pt 1 (Justin M. Forbes) -- redhat: avoid conflict with mod-blacklist.sh and released_kernel defined (Herton R. Krzesinski) -- redhat: handle certificate files conditionally as done for src.rpm (Herton R. Krzesinski) -- specfile: add %%{?_smp_mflags} to "make headers_install" in tools/testing/selftests (Denys Vlasenko) -- specfile: add %%{?_smp_mflags} to "make samples/bpf/" (Denys Vlasenko) -- Run MR testing in CKI pipeline (Veronika Kabatova) -- Reword comment (Nicolas Chauvet) -- Add with_cross_arm conditional (Nicolas Chauvet) -- Redefines __strip if with_cross (Nicolas Chauvet) -- fedora: only enable ACPI_CONFIGFS, ACPI_CUSTOM_METHOD in debug kernels (Peter Robinson) -- fedora: User the same EFI_CUSTOM_SSDT_OVERLAYS as ARK (Peter Robinson) -- all: all arches/kernels enable the same DMI options (Peter Robinson) -- all: move SENSORS_ACPI_POWER to common/generic (Peter Robinson) -- fedora: PCIE_HISI_ERR is already in common (Peter Robinson) -- all: all ACPI platforms enable ATA_ACPI so move it to common (Peter Robinson) -- all: x86: move shared x86 acpi config options to generic (Peter Robinson) -- All: x86: Move ACPI_VIDEO to common/x86 (Peter Robinson) -- All: x86: Enable ACPI_DPTF (Intel DPTF) (Peter Robinson) -- All: enable ACPI_BGRT for all ACPI platforms. (Peter Robinson) -- All: Only build ACPI_EC_DEBUGFS for debug kernels (Peter Robinson) -- All: Disable Intel Classmate PC ACPI_CMPC option (Peter Robinson) -- cleanup: ACPI_PROCFS_POWER was removed upstream (Peter Robinson) -- All: ACPI: De-dupe the ACPI options that are the same across ark/fedora on x86/arm (Peter Robinson) -- Enable the vkms module in Fedora (Jeremy Cline) -- Fedora: arm updates for 5.11 and general cross Fedora cleanups (Peter Robinson) -- Add gcc-c++ to BuildRequires (Justin M. Forbes) -- Update CONFIG_KASAN_HW_TAGS (Justin M. Forbes) -- fedora: arm: move generic power off/reset to all arm (Peter Robinson) -- fedora: ARMv7: build in DEVFREQ_GOV_SIMPLE_ONDEMAND until I work out why it's changed (Peter Robinson) -- fedora: cleanup joystick_adc (Peter Robinson) -- fedora: update some display options (Peter Robinson) -- fedora: arm: enable TI PRU options (Peter Robinson) -- fedora: arm: minor exynos plaform updates (Peter Robinson) -- arm: SoC: disable Toshiba Visconti SoC (Peter Robinson) -- common: disable ARCH_BCM4908 (NFC) (Peter Robinson) -- fedora: minor arm config updates (Peter Robinson) -- fedora: enable Tegra 234 SoC (Peter Robinson) -- fedora: arm: enable new Hikey 3xx options (Peter Robinson) -- Fedora: USB updates (Peter Robinson) -- fedora: enable the GNSS receiver subsystem (Peter Robinson) -- Remove POWER_AVS as no longer upstream (Peter Robinson) -- Cleanup RESET_RASPBERRYPI (Peter Robinson) -- Cleanup GPIO_CDEV_V1 options. (Peter Robinson) -- fedora: arm crypto updates (Peter Robinson) -- CONFIG_KASAN_HW_TAGS for aarch64 (Justin M. Forbes) -- Fedora: cleanup PCMCIA configs, move to x86 (Peter Robinson) -- New configs in drivers/rtc (Fedora Kernel Team) -- redhat/configs: Enable CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL (Josh Poimboeuf) [1856176] -- redhat/configs: Enable CONFIG_GCC_PLUGIN_STRUCTLEAK (Josh Poimboeuf) [1856176] -- redhat/configs: Enable CONFIG_GCC_PLUGINS on ARK (Josh Poimboeuf) [1856176] -- redhat/configs: Enable CONFIG_KASAN on Fedora (Josh Poimboeuf) [1856176] -- New configs in init/Kconfig (Fedora Kernel Team) -- build_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- genspec.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- mod-blacklist.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- Enable Speakup accessibility driver (Justin M. Forbes) -- New configs in init/Kconfig (Fedora Kernel Team) -- Fix fedora config mismatch due to dep changes (Justin M. Forbes) -- New configs in drivers/crypto (Jeremy Cline) -- Remove duplicate ENERGY_MODEL configs (Peter Robinson) -- This is selected by PCIE_QCOM so must match (Justin M. Forbes) -- drop unused BACKLIGHT_GENERIC (Peter Robinson) -- Remove cp instruction already handled in instruction below. (Paulo E. Castro) -- Add all the dependencies gleaned from running `make prepare` on a bloated devel kernel. (Paulo E. Castro) -- Add tools to path mangling script. (Paulo E. Castro) -- Remove duplicate cp statement which is also not specific to x86. (Paulo E. Castro) -- Correct orc_types failure whilst running `make prepare` https://bugzilla.redhat.com/show_bug.cgi?id=1882854 (Paulo E. Castro) -- redhat: ark: enable CONFIG_IKHEADERS (Jiri Olsa) -- Add missing '$' sign to (GIT) in redhat/Makefile (Augusto Caringi) -- Remove filterdiff and use native git instead (Don Zickus) -- New configs in net/sched (Justin M. Forbes) -- New configs in drivers/mfd (CKI@GitLab) -- New configs in drivers/mfd (Fedora Kernel Team) -- New configs in drivers/firmware (Fedora Kernel Team) -- Temporarily backout parallel xz script (Justin M. Forbes) -- redhat: explicitly disable CONFIG_IMA_APPRAISE_SIGNED_INIT (Bruno Meneguele) -- redhat: enable CONFIG_EVM_LOAD_X509 on ARK (Bruno Meneguele) -- redhat: enable CONFIG_EVM_ATTR_FSUUID on ARK (Bruno Meneguele) -- redhat: enable CONFIG_EVM in all arches and flavors (Bruno Meneguele) -- redhat: enable CONFIG_IMA_LOAD_X509 on ARK (Bruno Meneguele) -- redhat: set CONFIG_IMA_DEFAULT_HASH to SHA256 (Bruno Meneguele) -- redhat: enable CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT (Bruno Meneguele) -- redhat: enable CONFIG_IMA_READ_POLICY on ARK (Bruno Meneguele) -- redhat: set default IMA template for all ARK arches (Bruno Meneguele) -- redhat: enable CONFIG_IMA_DEFAULT_HASH_SHA256 for all flavors (Bruno Meneguele) -- redhat: disable CONFIG_IMA_DEFAULT_HASH_SHA1 (Bruno Meneguele) -- redhat: enable CONFIG_IMA_ARCH_POLICY for ppc and x86 (Bruno Meneguele) -- redhat: enable CONFIG_IMA_APPRAISE_MODSIG (Bruno Meneguele) -- redhat: enable CONFIG_IMA_APPRAISE_BOOTPARAM (Bruno Meneguele) -- redhat: enable CONFIG_IMA_APPRAISE (Bruno Meneguele) -- redhat: enable CONFIG_INTEGRITY for aarch64 (Bruno Meneguele) -- kernel: Update some missing KASAN/KCSAN options (Jeremy Linton) -- kernel: Enable coresight on aarch64 (Jeremy Linton) -- Update CONFIG_INET6_ESPINTCP (Justin Forbes) -- New configs in net/ipv6 (Justin M. Forbes) -- fedora: move CONFIG_RTC_NVMEM options from ark to common (Peter Robinson) -- configs: Enable CONFIG_DEBUG_INFO_BTF (Don Zickus) -- fedora: some minor arm audio config tweaks (Peter Robinson) -- Ship xpad with default modules on Fedora and RHEL (Bastien Nocera) -- Fedora: Only enable legacy serial/game port joysticks on x86 (Peter Robinson) -- Fedora: Enable the options required for the Librem 5 Phone (Peter Robinson) -- Fedora config update (Justin M. Forbes) -- Fedora config change because CONFIG_FSL_DPAA2_ETH now selects CONFIG_FSL_XGMAC_MDIO (Justin M. Forbes) -- redhat: generic enable CONFIG_INET_MPTCP_DIAG (Davide Caratti) -- Fedora config update (Justin M. Forbes) -- Enable NANDSIM for Fedora (Justin M. Forbes) -- Re-enable CONFIG_ACPI_TABLE_UPGRADE for Fedora since upstream disables this if secureboot is active (Justin M. Forbes) -- Ath11k related config updates (Justin M. Forbes) -- Fedora config updates for ath11k (Justin M. Forbes) -- Turn on ATH11K for Fedora (Justin M. Forbes) -- redhat: enable CONFIG_INTEL_IOMMU_SVM (Jerry Snitselaar) -- More Fedora config fixes (Justin M. Forbes) -- Fedora 5.10 config updates (Justin M. Forbes) -- Fedora 5.10 configs round 1 (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Allow kernel-tools to build without selftests (Don Zickus) -- Allow building of kernel-tools standalone (Don Zickus) -- redhat: ark: disable CONFIG_NET_ACT_CTINFO (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_TEQL (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_SFB (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_QFQ (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_PLUG (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_PIE (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_HHF (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_DSMARK (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_DRR (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_CODEL (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_CHOKE (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_CBQ (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_ATM (Davide Caratti) -- redhat: ark: disable CONFIG_NET_EMATCH and sub-targets (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_TCINDEX (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_RSVP6 (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_RSVP (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_ROUTE4 (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_BASIC (Davide Caratti) -- redhat: ark: disable CONFIG_NET_ACT_SKBMOD (Davide Caratti) -- redhat: ark: disable CONFIG_NET_ACT_SIMP (Davide Caratti) -- redhat: ark: disable CONFIG_NET_ACT_NAT (Davide Caratti) -- arm64/defconfig: Enable CONFIG_KEXEC_FILE (Bhupesh Sharma) [1821565] -- redhat/configs: Cleanup CONFIG_CRYPTO_SHA512 (Prarit Bhargava) -- New configs in drivers/mfd (Fedora Kernel Team) -- Fix LTO issues with kernel-tools (Don Zickus) -- Point pathfix to the new location for gen_compile_commands.py (Justin M. Forbes) -- configs: Disable CONFIG_SECURITY_SELINUX_DISABLE (Ondrej Mosnacek) -- [Automatic] Handle config dependency changes (Don Zickus) -- configs/iommu: Add config comment to empty CONFIG_SUN50I_IOMMU file (Jerry Snitselaar) -- New configs in kernel/trace (Fedora Kernel Team) -- Fix Fedora config locations (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- configs: enable CONFIG_CRYPTO_CTS=y so cts(cbc(aes)) is available in FIPS mode (Vladis Dronov) [1855161] -- Partial revert: Add master merge check (Don Zickus) -- Update Maintainers doc to reflect workflow changes (Don Zickus) -- WIP: redhat/docs: Update documentation for single branch workflow (Prarit Bhargava) -- Add CONFIG_ARM64_MTE which is not picked up by the config scripts for some reason (Justin M. Forbes) -- Disable Speakup synth DECEXT (Justin M. Forbes) -- Enable Speakup for Fedora since it is out of staging (Justin M. Forbes) -- Modify patchlist changelog output (Don Zickus) -- process_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- generate_all_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- redhat/self-test: Initial commit (Ben Crocker) -- arch/x86: Remove vendor specific CPU ID checks (Prarit Bhargava) -- redhat: Replace hardware.redhat.com link in Unsupported message (Prarit Bhargava) [1810301] -- x86: Fix compile issues with rh_check_supported() (Don Zickus) -- KEYS: Make use of platform keyring for module signature verify (Robert Holmes) -- Input: rmi4 - remove the need for artificial IRQ in case of HID (Benjamin Tissoires) -- ARM: tegra: usb no reset (Peter Robinson) -- arm: make CONFIG_HIGHPTE optional without CONFIG_EXPERT (Jon Masters) -- redhat: rh_kabi: deduplication friendly structs (Jiri Benc) -- redhat: rh_kabi add a comment with warning about RH_KABI_EXCLUDE usage (Jiri Benc) -- redhat: rh_kabi: introduce RH_KABI_EXTEND_WITH_SIZE (Jiri Benc) -- redhat: rh_kabi: Indirect EXTEND macros so nesting of other macros will resolve. (Don Dutile) -- redhat: rh_kabi: Fix RH_KABI_SET_SIZE to use dereference operator (Tony Camuso) -- redhat: rh_kabi: Add macros to size and extend structs (Prarit Bhargava) -- Removing Obsolete hba pci-ids from rhel8 (Dick Kennedy) [1572321] -- mptsas: pci-id table changes (Laura Abbott) -- mptspi: pci-id table changes (Laura Abbott) -- qla2xxx: Remove PCI IDs of deprecated adapter (Jeremy Cline) -- be2iscsi: remove unsupported device IDs (Chris Leech) [1574502 1598366] -- hpsa: remove old cciss-based smartarray pci ids (Joseph Szczypek) [1471185] -- qla4xxx: Remove deprecated PCI IDs from RHEL 8 (Chad Dupuis) [1518874] -- aacraid: Remove depreciated device and vendor PCI id's (Raghava Aditya Renukunta) [1495307] -- megaraid_sas: remove deprecated pci-ids (Tomas Henzl) [1509329] -- mpt*: remove certain deprecated pci-ids (Jeremy Cline) -- kernel: add SUPPORT_REMOVED kernel taint (Tomas Henzl) [1602033] -- Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES (Don Zickus) -- s390: Lock down the kernel when the IPL secure flag is set (Jeremy Cline) -- efi: Lock down the kernel if booted in secure boot mode (David Howells) -- efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode (David Howells) -- security: lockdown: expose a hook to lock the kernel down (Jeremy Cline) -- Make get_cert_list() use efi_status_to_str() to print error messages. (Peter Jones) -- Add efi_status_to_str() and rework efi_status_to_err(). (Peter Jones) -- Add support for deprecating processors (Laura Abbott) [1565717 1595918 1609604 1610493] -- arm: aarch64: Drop the EXPERT setting from ARM64_FORCE_52BIT (Jeremy Cline) -- iommu/arm-smmu: workaround DMA mode issues (Laura Abbott) -- rh_kabi: introduce RH_KABI_EXCLUDE (Jakub Racek) [1652256] -- ipmi: do not configure ipmi for HPE m400 (Laura Abbott) [1670017] -- kABI: Add generic kABI macros to use for kABI workarounds (Myron Stowe) [1546831] -- add pci_hw_vendor_status() (Maurizio Lombardi) [1590829] -- ahci: thunderx2: Fix for errata that affects stop engine (Robert Richter) [1563590] -- Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon (Robert Richter) [1563590] -- bpf: set unprivileged_bpf_disabled to 1 by default, add a boot parameter (Eugene Syromiatnikov) [1561171] -- add Red Hat-specific taint flags (Eugene Syromiatnikov) [1559877] -- tags.sh: Ignore redhat/rpm (Jeremy Cline) -- put RHEL info into generated headers (Laura Abbott) [1663728] -- aarch64: acpi scan: Fix regression related to X-Gene UARTs (Mark Salter) [1519554] -- ACPI / irq: Workaround firmware issue on X-Gene based m400 (Mark Salter) [1519554] -- modules: add rhelversion MODULE_INFO tag (Laura Abbott) -- ACPI: APEI: arm64: Ignore broken HPE moonshot APEI support (Al Stone) [1518076] -- Add Red Hat tainting (Laura Abbott) [1565704 1652266] -- Introduce CONFIG_RH_DISABLE_DEPRECATED (Laura Abbott) -- Stop merging ark-patches for release (Don Zickus) -- Fix path location for ark-update-configs.sh (Don Zickus) -- Combine Red Hat patches into single patch (Don Zickus) -- New configs in drivers/misc (Jeremy Cline) -- New configs in drivers/net/wireless (Justin M. Forbes) -- New configs in drivers/phy (Fedora Kernel Team) -- New configs in drivers/tty (Fedora Kernel Team) -- Set SquashFS decompression options for all flavors to match RHEL (Bohdan Khomutskyi) -- configs: Enable CONFIG_ENERGY_MODEL (Phil Auld) -- New configs in drivers/pinctrl (Fedora Kernel Team) -- Update CONFIG_THERMAL_NETLINK (Justin Forbes) -- Separate merge-upstream and release stages (Don Zickus) -- Re-enable CONFIG_IR_SERIAL on Fedora (Prarit Bhargava) -- Create Patchlist.changelog file (Don Zickus) -- Filter out upstream commits from changelog (Don Zickus) -- Merge Upstream script fixes (Don Zickus) -- kernel.spec: Remove kernel-keys directory on rpm erase (Prarit Bhargava) -- Add mlx5_vdpa to module filter for Fedora (Justin M. Forbes) -- Add python3-sphinx_rtd_theme buildreq for docs (Justin M. Forbes) -- redhat/configs/process_configs.sh: Remove *.config.orig files (Prarit Bhargava) -- redhat/configs/process_configs.sh: Add process_configs_known_broken flag (Prarit Bhargava) -- redhat/Makefile: Fix '*-configs' targets (Prarit Bhargava) -- dist-merge-upstream: Checkout known branch for ci scripts (Don Zickus) -- kernel.spec: don't override upstream compiler flags for ppc64le (Dan Horák) -- Fedora config updates (Justin M. Forbes) -- Fedora confi gupdate (Justin M. Forbes) -- mod-sign.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- Swap how ark-latest is built (Don Zickus) -- Add extra version bump to os-build branch (Don Zickus) -- dist-release: Avoid needless version bump. (Don Zickus) -- Add dist-fedora-release target (Don Zickus) -- Remove redundant code in dist-release (Don Zickus) -- Makefile.common rename TAG to _TAG (Don Zickus) -- Fedora config change (Justin M. Forbes) -- Fedora filter update (Justin M. Forbes) -- Config update for Fedora (Justin M. Forbes) -- enable PROTECTED_VIRTUALIZATION_GUEST for all s390x kernels (Dan Horák) -- redhat: ark: enable CONFIG_NET_SCH_TAPRIO (Davide Caratti) -- redhat: ark: enable CONFIG_NET_SCH_ETF (Davide Caratti) -- More Fedora config updates (Justin M. Forbes) -- New config deps (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- First half of config updates for Fedora (Justin M. Forbes) -- Updates for Fedora arm architectures for the 5.9 window (Peter Robinson) -- Merge 5.9 config changes from Peter Robinson (Justin M. Forbes) -- Add config options that only show up when we prep on arm (Justin M. Forbes) -- Config updates for Fedora (Justin M. Forbes) -- fedora: enable enery model (Peter Robinson) -- Use the configs/generic config for SND_HDA_INTEL everywhere (Peter Robinson) -- Enable ZSTD compression algorithm on all kernels (Peter Robinson) -- Enable ARM_SMCCC_SOC_ID on all aarch64 kernels (Peter Robinson) -- iio: enable LTR-559 light and proximity sensor (Peter Robinson) -- iio: chemical: enable some popular chemical and partical sensors (Peter Robinson) -- More mismatches (Justin M. Forbes) -- Fedora config change due to deps (Justin M. Forbes) -- CONFIG_SND_SOC_MAX98390 is now selected by SND_SOC_INTEL_DA7219_MAX98357A_GENERIC (Justin M. Forbes) -- Config change required for build part 2 (Justin M. Forbes) -- Config change required for build (Justin M. Forbes) -- Fedora config update (Justin M. Forbes) -- Add ability to sync upstream through Makefile (Don Zickus) -- Add master merge check (Don Zickus) -- Replace hardcoded values 'os-build' and project id with variables (Don Zickus) -- redhat/Makefile.common: Fix MARKER (Prarit Bhargava) -- gitattributes: Remove unnecesary export restrictions (Prarit Bhargava) -- Add new certs for dual signing with boothole (Justin M. Forbes) -- Update secureboot signing for dual keys (Justin M. Forbes) -- fedora: enable LEDS_SGM3140 for arm configs (Peter Robinson) -- Enable CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG (Justin M. Forbes) -- redhat/configs: Fix common CONFIGs (Prarit Bhargava) -- redhat/configs: General CONFIG cleanups (Prarit Bhargava) -- redhat/configs: Update & generalize evaluate_configs (Prarit Bhargava) -- fedora: arm: Update some meson config options (Peter Robinson) -- redhat/docs: Add Fedora RPM tagging date (Prarit Bhargava) -- Update config for renamed panel driver. (Peter Robinson) -- Enable SERIAL_SC16IS7XX for SPI interfaces (Peter Robinson) -- s390x-zfcpdump: Handle missing Module.symvers file (Don Zickus) -- Fedora config updates (Justin M. Forbes) -- redhat/configs: Add .tmp files to .gitignore (Prarit Bhargava) -- disable uncommon TCP congestion control algorithms (Davide Caratti) -- Add new bpf man pages (Justin M. Forbes) -- Add default option for CONFIG_ARM64_BTI_KERNEL to pending-common so that eln kernels build (Justin M. Forbes) -- redhat/Makefile: Add fedora-configs and rh-configs make targets (Prarit Bhargava) -- redhat/configs: Use SHA512 for module signing (Prarit Bhargava) -- genspec.sh: 'touch' empty Patchlist file for single tarball (Don Zickus) -- Fedora config update for rc1 (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- redhat/Makefile.common: fix RPMKSUBLEVEL condition (Ondrej Mosnacek) -- redhat/Makefile: silence KABI tar output (Ondrej Mosnacek) -- One more Fedora config update (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fix PATCHLEVEL for merge window (Justin M. Forbes) -- Change ark CONFIG_COMMON_CLK to yes, it is selected already by other options (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- More module filtering for Fedora (Justin M. Forbes) -- Update filters for rnbd in Fedora (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fix up module filtering for 5.8 (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- More Fedora config work (Justin M. Forbes) -- RTW88BE and CE have been extracted to their own modules (Justin M. Forbes) -- Set CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK for Fedora (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Arm64 Use Branch Target Identification for kernel (Justin M. Forbes) -- Change value of CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fix configs for Fedora (Justin M. Forbes) -- Add zero-commit to format-patch options (Justin M. Forbes) -- Copy Makefile.rhelver as a source file rather than a patch (Jeremy Cline) -- Move the sed to clear the patch templating outside of conditionals (Justin M. Forbes) -- Match template format in kernel.spec.template (Justin M. Forbes) -- Break out the Patches into individual files for dist-git (Justin M. Forbes) -- Break the Red Hat patch into individual commits (Jeremy Cline) -- Fix update_scripts.sh unselective pattern sub (David Howells) -- Add cec to the filter overrides (Justin M. Forbes) -- Add overrides to filter-modules.sh (Justin M. Forbes) -- redhat/configs: Enable CONFIG_SMC91X and disable CONFIG_SMC911X (Prarit Bhargava) [1722136] -- Include bpftool-struct_ops man page in the bpftool package (Jeremy Cline) -- Add sharedbuffer_configuration.py to the pathfix.py script (Jeremy Cline) -- Use __make macro instead of make (Tom Stellard) -- Sign off generated configuration patches (Jeremy Cline) -- Drop the static path configuration for the Sphinx docs (Jeremy Cline) -- redhat: Add dummy-module kernel module (Prarit Bhargava) -- redhat: enable CONFIG_LWTUNNEL_BPF (Jiri Benc) -- Remove typoed config file aarch64CONFIG_SM_GCC_8150 (Justin M. Forbes) -- Add Documentation back to kernel-devel as it has Kconfig now (Justin M. Forbes) -- Copy distro files rather than moving them (Jeremy Cline) -- kernel.spec: fix 'make scripts' for kernel-devel package (Brian Masney) -- Makefile: correct help text for dist-cross--rpms (Brian Masney) -- redhat/Makefile: Fix RHEL8 python warning (Prarit Bhargava) -- redhat: Change Makefile target names to dist- (Prarit Bhargava) -- configs: Disable Serial IR driver (Prarit Bhargava) -- Fix "multiple %%files for package kernel-tools" (Pablo Greco) -- Introduce a Sphinx documentation project (Jeremy Cline) -- Build ARK against ELN (Don Zickus) -- Drop the requirement to have a remote called linus (Jeremy Cline) -- Rename 'internal' branch to 'os-build' (Don Zickus) -- Only include open merge requests with "Include in Releases" label (Jeremy Cline) -- Package gpio-watch in kernel-tools (Jeremy Cline) -- Exit non-zero if the tag already exists for a release (Jeremy Cline) -- Adjust the changelog update script to not push anything (Jeremy Cline) -- Drop --target noarch from the rh-rpms make target (Jeremy Cline) -- Add a script to generate release tags and branches (Jeremy Cline) -- Set CONFIG_VDPA for fedora (Justin M. Forbes) -- Add a README to the dist-git repository (Jeremy Cline) -- Provide defaults in ark-rebase-patches.sh (Jeremy Cline) -- Default ark-rebase-patches.sh to not report issues (Jeremy Cline) -- Drop DIST from release commits and tags (Jeremy Cline) -- Place the buildid before the dist in the release (Jeremy Cline) -- Sync up with Fedora arm configuration prior to merging (Jeremy Cline) -- Disable CONFIG_PROTECTED_VIRTUALIZATION_GUEST for zfcpdump (Jeremy Cline) -- Add RHMAINTAINERS file and supporting conf (Don Zickus) -- Add a script to test if all commits are signed off (Jeremy Cline) -- Fix make rh-configs-arch (Don Zickus) -- Drop RH_FEDORA in favor of the now-merged RHEL_DIFFERENCES (Jeremy Cline) -- Sync up Fedora configs from the first week of the merge window (Jeremy Cline) -- Migrate blacklisting floppy.ko to mod-blacklist.sh (Don Zickus) -- kernel packaging: Combine mod-blacklist.sh and mod-extra-blacklist.sh (Don Zickus) -- kernel packaging: Fix extra namespace collision (Don Zickus) -- mod-extra.sh: Rename to mod-blacklist.sh (Don Zickus) -- mod-extra.sh: Make file generic (Don Zickus) -- Fix a painfully obvious YAML syntax error in .gitlab-ci.yml (Jeremy Cline) -- Add in armv7hl kernel header support (Don Zickus) -- Disable all BuildKernel commands when only building headers (Don Zickus) -- Drop any gitlab-ci patches from ark-patches (Jeremy Cline) -- Build the srpm for internal branch CI using the vanilla tree (Jeremy Cline) -- Pull in the latest ARM configurations for Fedora (Jeremy Cline) -- Fix xz memory usage issue (Neil Horman) -- Use ark-latest instead of master for update script (Jeremy Cline) -- Move the CI jobs back into the ARK repository (Jeremy Cline) -- Sync up ARK's Fedora config with the dist-git repository (Jeremy Cline) -- Pull in the latest configuration changes from Fedora (Jeremy Cline) -- configs: enable CONFIG_NET_SCH_CBS (Marcelo Ricardo Leitner) -- Drop configuration options in fedora/ that no longer exist (Jeremy Cline) -- Set RH_FEDORA for ARK and Fedora (Jeremy Cline) -- redhat/kernel.spec: Include the release in the kernel COPYING file (Jeremy Cline) -- redhat/kernel.spec: add scripts/jobserver-exec to py3_shbang_opts list (Jeremy Cline) -- redhat/kernel.spec: package bpftool-gen man page (Jeremy Cline) -- distgit-changelog: handle multiple y-stream BZ numbers (Bruno Meneguele) -- redhat/kernel.spec: remove all inline comments (Bruno Meneguele) -- redhat/genspec: awk unknown whitespace regex pattern (Bruno Meneguele) -- Improve the readability of gen_config_patches.sh (Jeremy Cline) -- Fix some awkward edge cases in gen_config_patches.sh (Jeremy Cline) -- Update the CI environment to use Fedora 31 (Jeremy Cline) -- redhat: drop whitespace from with_gcov macro (Jan Stancek) -- configs: Enable CONFIG_KEY_DH_OPERATIONS on ARK (Ondrej Mosnacek) -- configs: Adjust CONFIG_MPLS_ROUTING and CONFIG_MPLS_IPTUNNEL (Laura Abbott) -- New configs in lib/crypto (Jeremy Cline) -- New configs in drivers/char (Jeremy Cline) -- Turn on BLAKE2B for Fedora (Jeremy Cline) -- kernel.spec.template: Clean up stray *.h.s files (Laura Abbott) -- Build the SRPM in the CI job (Jeremy Cline) -- New configs in net/tls (Jeremy Cline) -- New configs in net/tipc (Jeremy Cline) -- New configs in lib/kunit (Jeremy Cline) -- Fix up released_kernel case (Laura Abbott) -- New configs in lib/Kconfig.debug (Jeremy Cline) -- New configs in drivers/ptp (Jeremy Cline) -- New configs in drivers/nvme (Jeremy Cline) -- New configs in drivers/net/phy (Jeremy Cline) -- New configs in arch/arm64 (Jeremy Cline) -- New configs in drivers/crypto (Jeremy Cline) -- New configs in crypto/Kconfig (Jeremy Cline) -- Add label so the Gitlab to email bridge ignores the changelog (Jeremy Cline) -- Temporarily switch TUNE_DEFAULT to y (Jeremy Cline) -- Run config test for merge requests and internal (Jeremy Cline) -- Add missing licensedir line (Laura Abbott) -- redhat/scripts: Remove redhat/scripts/rh_get_maintainer.pl (Prarit Bhargava) -- configs: Take CONFIG_DEFAULT_MMAP_MIN_ADDR from Fedra (Laura Abbott) -- configs: Turn off ISDN (Laura Abbott) -- Add a script to generate configuration patches (Laura Abbott) -- Introduce rh-configs-commit (Laura Abbott) -- kernel-packaging: Remove kernel files from kernel-modules-extra package (Prarit Bhargava) -- configs: Enable CONFIG_DEBUG_WX (Laura Abbott) -- configs: Disable wireless USB (Laura Abbott) -- Clean up some temporary config files (Laura Abbott) -- configs: New config in drivers/gpu for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/powerpc for v5.4-rc1 (Jeremy Cline) -- configs: New config in crypto for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/usb for v5.4-rc1 (Jeremy Cline) -- AUTOMATIC: New configs (Jeremy Cline) -- Skip ksamples for bpf, they are broken (Jeremy Cline) -- configs: New config in fs/erofs for v5.4-rc1 (Jeremy Cline) -- configs: New config in mm for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/md for v5.4-rc1 (Jeremy Cline) -- configs: New config in init for v5.4-rc1 (Jeremy Cline) -- configs: New config in fs/fuse for v5.4-rc1 (Jeremy Cline) -- merge.pl: Avoid comments but do not skip them (Don Zickus) -- configs: New config in drivers/net/ethernet/pensando for v5.4-rc1 (Jeremy Cline) -- Update a comment about what released kernel means (Laura Abbott) -- Provide both Fedora and RHEL files in the SRPM (Laura Abbott) -- kernel.spec.template: Trim EXTRAVERSION in the Makefile (Laura Abbott) -- kernel.spec.template: Add macros for building with nopatches (Laura Abbott) -- kernel.spec.template: Add some macros for Fedora differences (Laura Abbott) -- kernel.spec.template: Consolodate the options (Laura Abbott) -- configs: Add pending direcory to Fedora (Laura Abbott) -- kernel.spec.template: Don't run hardlink if rpm-ostree is in use (Laura Abbott) -- configs: New config in net/can for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/phy for v5.4-rc1 (Jeremy Cline) -- configs: Increase x86_64 NR_UARTS to 64 (Prarit Bhargava) [1730649] -- configs: turn on ARM64_FORCE_52BIT for debug builds (Jeremy Cline) -- kernel.spec.template: Tweak the python3 mangling (Laura Abbott) -- kernel.spec.template: Add --with verbose option (Laura Abbott) -- kernel.spec.template: Switch to using %%install instead of %%__install (Laura Abbott) -- kernel.spec.template: Make the kernel.org URL https (Laura Abbott) -- kernel.spec.template: Update message about secure boot signing (Laura Abbott) -- kernel.spec.template: Move some with flags definitions up (Laura Abbott) -- kernel.spec.template: Update some BuildRequires (Laura Abbott) -- kernel.spec.template: Get rid of %%clean (Laura Abbott) -- configs: New config in drivers/char for v5.4-rc1 (Jeremy Cline) -- configs: New config in net/sched for v5.4-rc1 (Jeremy Cline) -- configs: New config in lib for v5.4-rc1 (Jeremy Cline) -- configs: New config in fs/verity for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/aarch64 for v5.4-rc4 (Jeremy Cline) -- configs: New config in arch/arm64 for v5.4-rc1 (Jeremy Cline) -- Flip off CONFIG_ARM64_VA_BITS_52 so the bundle that turns it on applies (Jeremy Cline) -- New configuration options for v5.4-rc4 (Jeremy Cline) -- Correctly name tarball for single tarball builds (Laura Abbott) -- configs: New config in drivers/pci for v5.4-rc1 (Jeremy Cline) -- Allow overriding the dist tag on the command line (Laura Abbott) -- Allow scratch branch target to be overridden (Laura Abbott) -- Remove long dead BUILD_DEFAULT_TARGET (Laura Abbott) -- Amend the changelog when rebasing (Laura Abbott) -- configs: New config in drivers/platform for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/pinctrl for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/wireless for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/ethernet/mellanox for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/can for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/hid for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/dma-buf for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/crypto for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/s390 for v5.4-rc1 (Jeremy Cline) -- configs: New config in block for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/cpuidle for v5.4-rc1 (Jeremy Cline) -- redhat: configs: Split CONFIG_CRYPTO_SHA512 (Laura Abbott) -- redhat: Set Fedora options (Laura Abbott) -- Set CRYPTO_SHA3_*_S390 to builtin on zfcpdump (Jeremy Cline) -- configs: New config in drivers/edac for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/firmware for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/hwmon for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/iio for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/mmc for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/tty for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/s390 for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/bus for v5.4-rc1 (Jeremy Cline) -- Add option to allow mismatched configs on the command line (Laura Abbott) -- configs: New config in drivers/crypto for v5.4-rc1 (Jeremy Cline) -- configs: New config in sound/pci for v5.4-rc1 (Jeremy Cline) -- configs: New config in sound/soc for v5.4-rc1 (Jeremy Cline) -- gitlab: Add CI job for packaging scripts (Major Hayden) -- Speed up CI with CKI image (Major Hayden) -- Disable e1000 driver in ARK (Neil Horman) -- configs: Fix the pending default for CONFIG_ARM64_VA_BITS_52 (Jeremy Cline) -- configs: Turn on OPTIMIZE_INLINING for everything (Jeremy Cline) -- configs: Set valid pending defaults for CRYPTO_ESSIV (Jeremy Cline) -- Add an initial CI configuration for the internal branch (Jeremy Cline) -- New drop of configuration options for v5.4-rc1 (Jeremy Cline) -- New drop of configuration options for v5.4-rc1 (Jeremy Cline) -- Pull the RHEL version defines out of the Makefile (Jeremy Cline) -- Sync up the ARK build scripts (Jeremy Cline) -- Sync up the Fedora Rawhide configs (Jeremy Cline) -- Sync up the ARK config files (Jeremy Cline) -- configs: Adjust CONFIG_FORCE_MAX_ZONEORDER for Fedora (Laura Abbott) -- configs: Add README for some other arches (Laura Abbott) -- configs: Sync up Fedora configs (Laura Abbott) -- [initial commit] Add structure for building with git (Laura Abbott) -- [initial commit] Add Red Hat variables in the top level makefile (Laura Abbott) -- [initial commit] Red Hat gitignore and attributes (Laura Abbott) -- [initial commit] Add changelog (Laura Abbott) -- [initial commit] Add makefile (Laura Abbott) -- [initial commit] Add files for generating the kernel.spec (Laura Abbott) -- [initial commit] Add rpm directory (Laura Abbott) -- [initial commit] Add files for packaging (Laura Abbott) -- [initial commit] Add kabi files (Laura Abbott) -- [initial commit] Add scripts (Laura Abbott) -- [initial commit] Add configs (Laura Abbott) -- [initial commit] Add Makefiles (Laura Abbott) -- Linux v6.15.0-0.rc0.2df0c02dab82 -Resolves: RHEL-1242, RHEL-23931, RHEL-24137, RHEL-26170, RHEL-29245, RHEL-32110, RHEL-32895, RHEL-32987, RHEL-35995, RHEL-36646, RHEL-36647, RHEL-40251, RHEL-40411, RHEL-40937, RHEL-41231, RHEL-43425, RHEL-43556, RHEL-44306, RHEL-49398, RHEL-50799, RHEL-51896, RHEL-52629, RHEL-54183, RHEL-56069, RHEL-68296, RHEL-72093, RHEL-78341, RHEL-79711, RHEL-79818, RHEL-8810, rhbz#1471185, rhbz#1495307, rhbz#1509329, rhbz#1518076, rhbz#1518874, rhbz#1519554, rhbz#1546831, rhbz#1559877, rhbz#1561171, rhbz#1563590, rhbz#1565704, rhbz#1565717, rhbz#1572321, rhbz#1574502, rhbz#1590829, rhbz#1595918, rhbz#1598366, rhbz#1602033, rhbz#1609604, rhbz#1610493, rhbz#1613522, rhbz#1638087, rhbz#1652256, rhbz#1652266, rhbz#1663728, rhbz#1670017, rhbz#1722136, rhbz#1730649, rhbz#1802694, rhbz#1810301, rhbz#1821565, rhbz#1831065, rhbz#1855161, rhbz#1856174, rhbz#1856176, rhbz#1858592, rhbz#1858594, rhbz#1858596, rhbz#1858599, rhbz#1869674, rhbz#1871130, rhbz#1876435, rhbz#1876436, rhbz#1876977, rhbz#1877192, rhbz#1880486, rhbz#1890304, rhbz#1903201, rhbz#1915073, rhbz#1915290, rhbz#1930649, rhbz#1939095, rhbz#1940075, rhbz#1940794, rhbz#1943423, rhbz#1945002, rhbz#1945179, rhbz#1945477, rhbz#1947240, rhbz#1948340, rhbz#1952426, rhbz#1952863, rhbz#1953486, rhbz#1956988, rhbz#1957210, rhbz#1957219, rhbz#1957305, rhbz#1957636, rhbz#1957819, rhbz#1961178, rhbz#1962936, rhbz#1964537, rhbz#1967640, rhbz#1972795, rhbz#1976270, rhbz#1976835, rhbz#1976877, rhbz#1976884, rhbz#1977056, rhbz#1977529, rhbz#1978539, rhbz#1979379, rhbz#1981406, rhbz#1983298, rhbz#1986223, rhbz#1988254, rhbz#1988384, rhbz#1990040, rhbz#1993393, rhbz#1994858, rhbz#1998953, rhbz#2000835, rhbz#2002344, rhbz#2004233, rhbz#2004821, rhbz#2006813, rhbz#2007430, rhbz#2012226, rhbz#2014492, rhbz#2019377, rhbz#2020132, rhbz#2022578, rhbz#2023782, rhbz#2024595, rhbz#2025985, rhbz#2026319, rhbz#2027506, rhbz#2031547, rhbz#2032758, rhbz#2034670, rhbz#2038999, rhbz#2040643, rhbz#2041184, rhbz#2041186, rhbz#2041365, rhbz#2041990, rhbz#2042240, rhbz#2042241, rhbz#2043141, rhbz#2044155, rhbz#2053836, rhbz#2054579, rhbz#2062054, rhbz#2062909, rhbz#2071969, rhbz#2089765, rhbz#2115876, rhbz#2120968, rhbz#2122595, rhbz#2140017, rhbz#2142658, rhbz#2149273, rhbz#2153073, rhbz#2166911, rhbz#2188441, rhbz#2208834, rhbz#2216678, rhbz#2227793, rhbz#2231407, rhbz#2233269 diff --git a/kernel.sbat.template b/kernel.sbat.template deleted file mode 100644 index 11f92833b..000000000 --- a/kernel.sbat.template +++ /dev/null @@ -1,2 +0,0 @@ -sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md -kernel.@SBAT_SUFFIX,1,Red Hat,kernel-core,@KVER,mailto:secalert@redhat.com diff --git a/kernel.spec b/kernel.spec old mode 100644 new mode 100755 index c10a22c93..4869e7fad --- a/kernel.spec +++ b/kernel.spec @@ -3,9 +3,6 @@ # environment changes that affect %%install need to go # here before the %%install macro is pre-built. -# Disable frame pointers -%undefine _include_frame_pointers - # Disable LTO in userspace packages. %global _lto_cflags %{nil} @@ -16,27 +13,15 @@ %global toolchain clang %endif -# Compile the kernel with LTO (only supported when building with clang). -%bcond_with clang_lto - -%if %{with clang_lto} && %{without toolchain_clang} -{error:clang_lto requires --with toolchain_clang} +# Cross compile on copr for arm +# See https://bugzilla.redhat.com/1879599 +%if 0%{?_with_cross_arm:1} +%global _target_cpu armv7hl +%global _arch arm +%global _build_arch arm +%global _with_cross 1 %endif -# RPM macros strip everything in BUILDROOT, either with __strip -# or find-debuginfo.sh. Make use of __spec_install_post override -# and save/restore binaries we want to package as unstripped. -%define buildroot_unstripped %{_builddir}/root_unstripped -# buildroot_save_unstripped: Save unstripped binaries before RPM strips them -# %1 - Path(s) to binaries to save (relative to buildroot) -%define buildroot_save_unstripped() \ -(cd %{buildroot}; cp -rav --parents -t %{buildroot_unstripped}/ %1 || true) \ -%{nil} -%define __restore_unstripped_root_post \ - echo "Restoring unstripped artefacts %{buildroot_unstripped} -> %{buildroot}" \ - cp -rav %{buildroot_unstripped}/. %{buildroot}/ \ -%{nil} - # The kernel's %%install section is special # Normally the %%install section starts by cleaning up the BUILD_ROOT # like so: @@ -54,41 +39,8 @@ # purposely leave out the removal section. All global wide changes # should be added above this line otherwise the %%install section # will not see them. -# -# We build multiple kernel variants (debug, rt, etc.) in %%build -# and install their files to RPM_BUILD_ROOT as we go. If %%install wiped RPM_BUILD_ROOT -# at the start (the default), we'd lose all the variants built in %%build. So we -# override __spec_install_pre to skip the "rm -rf" step. %global __spec_install_pre %{___build_pre} -# Replace '-' with '_' where needed so that variants can use '-' in -# their name. -# %1 - Variant name (e.g., "debug", "rt-debug") -# Returns: "+variant_name" with dashes converted to underscores for uname -%define uname_suffix() %{lua: - local flavour = rpm.expand('%{?1:+%{1}}') - flavour = flavour:gsub('-', '_') - if flavour ~= '' then - print(flavour) - end -} - -# This returns the main kernel tied to a debug variant. For example, -# kernel-debug is the debug version of kernel, so we return an empty -# string. However, kernel-64k-debug is the debug version of kernel-64k, -# in this case we need to return "+64k", and so on. This is used in -# macros below where we need this for some uname based requires. -# %1 - Variant name (e.g., "64k-debug") -# Returns: "+main_variant" for compound variants, empty string for simple variants -%define uname_variant() %{lua: - local flavour = rpm.expand('%{?1:%{1}}') - _, _, main, sub = flavour:find("(%w+)-(.*)") - if main then - print("+" .. main) - end -} - - # At the time of this writing (2019-03), RHEL8 packages use w2.xzdio # compression for rpms (xz, level 2). # Kernel has several large (hundreds of mbytes) rpms, they take ~5 mins @@ -106,6 +58,16 @@ %endif Summary: The Linux kernel + +# For a kernel released for public testing, released_kernel should be 1. +# For internal testing builds during development, it should be 0. +# For rawhide and/or a kernel built from an rc or git snapshot, +# released_kernel should be 0. +# For a stable, released kernel, released_kernel should be 1. +%global released_kernel 1 + +%global distro_build 302 + %if 0%{?fedora} %define secure_boot_arch x86_64 %else @@ -119,23 +81,9 @@ Summary: The Linux kernel %global signkernel 0 %endif -# RHEL/CentOS specific .SBAT entries -%if 0%{?centos} -%global sbat_suffix centos -%else -%if 0%{?fedora} -%global sbat_suffix fedora -%else -%global sbat_suffix rhel -%endif -%endif - # Sign modules on all arches %global signmodules 1 -# Add additional rhel certificates to system trusted keys. -%global rhelkeys 1 - # Compress modules only for architectures that build modules %ifarch noarch %global zipmodules 0 @@ -143,10 +91,14 @@ Summary: The Linux kernel %global zipmodules 1 %endif -# Default compression algorithm -%global compression xz -%global compression_flags --compress --check=crc32 --lzma2=dict=1MiB -%global compext xz +%if %{zipmodules} +%global zipsed -e 's/\.ko$/\.ko.xz/' +# for parallel xz processes, replace with 1 to go back to single process +%global zcpu `nproc --all` +%endif + +# define buildid .local + %if 0%{?fedora} %define primary_target fedora @@ -154,106 +106,32 @@ Summary: The Linux kernel %define primary_target rhel %endif -# -# genspec.sh variables -# +%define rpmversion 5.12.19 +%define stableversion 5.12 +%define pkgrelease 302 -# kernel package name (should only be used to define %{name}) -%global package_name kernel -%global gemini 0 -# Include Fedora files -%global include_fedora 1 -# Include RHEL files -%global include_rhel 1 -# Include RT files -%global include_rt 1 -# Include Automotive files -%global include_automotive 0 -# Provide Patchlist.changelog file -%global patchlist_changelog 1 -# Set released_kernel to 1 when the upstream source tarball contains a -# kernel release. (This includes prepatch or "rc" releases.) -# Set released_kernel to 0 when the upstream source tarball contains an -# unreleased kernel development snapshot. -%global released_kernel 0 -# Set debugbuildsenabled to 1 to build separate base and debug kernels -# (on supported architectures). The kernel-debug-* subpackages will -# contain the debug kernel. -# Set debugbuildsenabled to 0 to not build a separate debug kernel, but -# to build the base kernel using the debug configuration. (Specifying -# the --with-release option overrides this setting.) -%define debugbuildsenabled 1 -# define buildid .local -%define specrpmversion 6.19.0 -%define specversion 6.19.0 -%define patchversion 6.19 -%define pkgrelease 0.rc5.38 -%define kversion 6 -%define tarfile_release 6.19-rc5 # This is needed to do merge window version magic -%define patchlevel 19 -# This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc5.38%{?buildid}%{?dist} -# This defines the kabi tarball version -%define kabiversion 6.19.0 +%define patchlevel 12 -# If this variable is set to 1, a bpf selftests build failure will cause a -# fatal kernel package build error -%define selftests_must_build 0 - -# -# End of genspec.sh variables -# +# allow pkg_release to have configurable %%{?dist} tag +%define specrelease 302%{?buildid}%{?dist} %define pkg_release %{specrelease} -# libexec dir is not used by the linker, so the shared object there -# should not be exported to RPM provides -%global __provides_exclude_from ^%{_libexecdir}/kselftests +# What parts do we want to build? These are the kernels that are built IF the +# architecture allows it. All should default to 1 (enabled) and be flipped to +# 0 (disabled) by later arch-specific checks. -# The following build options are (mostly) enabled by default, but may become -# enabled/disabled by later architecture-specific checks. -# Where disabled by default, they can be enabled by using --with in the -# rpmbuild command, or by forcing these values to 1. -# Where enabled by default, they can be disabled by using --without in -# the rpmbuild command, or by forcing these values to 0. +# The following build options are enabled by default. +# Use either --without in your rpmbuild command or force values +# to 0 in here to disable them. # # standard kernel %define with_up %{?_without_up: 0} %{?!_without_up: 1} -# build the base variants -%define with_base %{?_without_base: 0} %{?!_without_base: 1} -# build also debug variants +# kernel PAE (only valid for ARM (lpae)) +%define with_pae %{?_without_pae: 0} %{?!_without_pae: 1} +# kernel-debug %define with_debug %{?_without_debug: 0} %{?!_without_debug: 1} -# kernel-zfcpdump (s390 specific kernel for zfcpdump) -%define with_zfcpdump %{?_without_zfcpdump: 0} %{?!_without_zfcpdump: 1} -# kernel-16k (aarch64 kernel with 16K page_size) -%define with_arm64_16k %{?_with_arm64_16k: 1} %{?!_with_arm64_16k: 0} -# kernel-64k (aarch64 kernel with 64K page_size) -%define with_arm64_64k %{?_without_arm64_64k: 0} %{?!_without_arm64_64k: 1} -# we default reatime builds to off for fedora and on for rhel/centos/eln -%if 0%{?fedora} -# kernel-rt (x86_64 and aarch64 only PREEMPT_RT enabled kernel) -%define with_realtime %{?_with_realtime: 1} %{?!_with_realtime: 0} -# kernel-rt-64k (aarch64 RT kernel with 64K page_size) -%define with_realtime_arm64_64k %{?_with_realtime_arm64_64k: 1} %{?!_with_realtime_arm64_64k: 0} -%else -# kernel-rt (x86_64 and aarch64 only PREEMPT_RT enabled kernel) -%define with_realtime %{?_without_realtime: 0} %{?!_without_realtime: 1} -# kernel-rt-64k (aarch64 RT kernel with 64K page_size) -%define with_realtime_arm64_64k %{?_without_realtime_arm64_64k: 0} %{?!_without_realtime_arm64_64k: 1} -%endif -# kernel-automotive (x86_64 and aarch64 with PREEMPT_RT enabled - currently off by default) -%define with_automotive %{?_with_automotive: 1} %{?!_with_automotive: 0} - -# Supported variants -# with_base with_debug with_gcov -# up X X X -# zfcpdump X X -# arm64_16k X X X -# arm64_64k X X X -# realtime X X X -# automotive X X X - # kernel-doc %define with_doc %{?_without_doc: 0} %{?!_without_doc: 1} # kernel-headers @@ -261,16 +139,18 @@ Summary: The Linux kernel %define with_cross_headers %{?_without_cross_headers: 0} %{?!_without_cross_headers: 1} # perf %define with_perf %{?_without_perf: 0} %{?!_without_perf: 1} -# libperf -%define with_libperf %{?_without_libperf: 0} %{?!_without_libperf: 1} # tools %define with_tools %{?_without_tools: 0} %{?!_without_tools: 1} -# ynl -%define with_ynl %{?_without_ynl: 0} %{?!_without_ynl: 1} +# bpf tool +%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1} # kernel-debuginfo %define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1} -# kernel-abi-stablelists -%define with_kernel_abi_stablelists %{?_without_kernel_abi_stablelists: 0} %{?!_without_kernel_abi_stablelists: 1} +# Want to build a the vsdo directories installed +%define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 1} +# kernel-zfcpdump (s390 specific kernel for zfcpdump) +%define with_zfcpdump %{?_without_zfcpdump: 0} %{?!_without_zfcpdump: 1} +# kernel-abi-whitelists +%define with_kernel_abi_whitelists %{?_without_kernel_abi_whitelists: 0} %{?!_without_kernel_abi_whitelists: 1} # internal samples and selftests %define with_selftests %{?_without_selftests: 0} %{?!_without_selftests: 1} # @@ -278,16 +158,10 @@ Summary: The Linux kernel # # Only build the base kernel (--with baseonly): %define with_baseonly %{?_with_baseonly: 1} %{?!_with_baseonly: 0} -# Only build the debug variants (--with dbgonly): +# Only build the pae kernel (--with paeonly): +%define with_paeonly %{?_with_paeonly: 1} %{?!_with_paeonly: 0} +# Only build the debug kernel (--with dbgonly): %define with_dbgonly %{?_with_dbgonly: 1} %{?!_with_dbgonly: 0} -# Only build the realtime kernel (--with rtonly): -%define with_rtonly %{?_with_rtonly: 1} %{?!_with_rtonly: 0} -# Only build the automotive variant of the kernel (--with automotiveonly): -%define with_automotiveonly %{?_with_automotiveonly: 1} %{?!_with_automotiveonly: 0} -# Build the automotive kernel (--with automotive_build), this builds base variant with automotive config/options: -%define with_automotive_build %{?_with_automotive_build: 1} %{?!_with_automotive_build: 0} -# Only build the tools package -%define with_toolsonly %{?_with_toolsonly: 1} %{?!_with_toolsonly: 0} # Control whether we perform a compat. check against published ABI. %define with_kabichk %{?_without_kabichk: 0} %{?!_without_kabichk: 1} # Temporarily disable kabi checks until RC. @@ -300,9 +174,6 @@ Summary: The Linux kernel %define with_kabidwchk %{?_without_kabidwchk: 0} %{?!_without_kabidwchk: 1} %define with_kabidw_base %{?_with_kabidw_base: 1} %{?!_with_kabidw_base: 0} # -# Control whether to install the vdso directories. -%define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 1} -# # should we do C=1 builds with sparse %define with_sparse %{?_with_sparse: 1} %{?!_with_sparse: 0} # @@ -323,23 +194,35 @@ Summary: The Linux kernel # gcov support %define with_gcov %{?_with_gcov:1}%{?!_with_gcov:0} +# +# ipa_clone support +%define with_ipaclones %{?_without_ipaclones: 0} %{?!_without_ipaclones: 1} + # Want to build a vanilla kernel build without any non-upstream patches? %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} -%ifarch x86_64 aarch64 riscv64 -%define with_efiuki %{?_without_efiuki: 0} %{?!_without_efiuki: 1} -%else -%define with_efiuki 0 -%endif +# Set debugbuildsenabled to 1 for production (build separate debug kernels) +# and 0 for rawhide (all kernels are debug kernels). +# See also 'make debug' and 'make release'. +%define debugbuildsenabled 1 + +# The kernel tarball/base version +%define kversion 5.12 %if 0%{?fedora} # Kernel headers are being split out into a separate package %define with_headers 0 %define with_cross_headers 0 -# no stablelist -%define with_kernel_abi_stablelists 0 -%define with_arm64_64k 0 -%define with_automotive 0 +# no selftests for now +%define with_selftests 0 +# no ipa_clone for now +%define with_ipaclones 0 +# no whitelist +%define with_kernel_abi_whitelists 0 +# Fedora builds these separately +%define with_perf 0 +%define with_tools 0 +%define with_bpftool 0 %endif %if %{with_verbose} @@ -349,13 +232,9 @@ Summary: The Linux kernel %endif %if %{with toolchain_clang} -%ifarch s390x ppc64le -%global llvm_ias 0 -%else -%global llvm_ias 1 -%endif -%global clang_make_opts HOSTCC=clang CC=clang LLVM_IAS=%{llvm_ias} LLVM=1 -%global make_opts %{make_opts} %{clang_make_opts} +%global make_opts %{make_opts} HOSTCC=clang CC=clang +# clang does not support the -fdump-ipa-clones option +%global with_ipaclones 0 %endif # turn off debug kernel and kabichk for gcov builds @@ -364,8 +243,6 @@ Summary: The Linux kernel %define with_kabichk 0 %define with_kabidupchk 0 %define with_kabidwchk 0 -%define with_kabidw_base 0 -%define with_kernel_abi_stablelists 0 %endif # turn off kABI DWARF-based check if we're generating the base dataset @@ -373,10 +250,20 @@ Summary: The Linux kernel %define with_kabidwchk 0 %endif +# kpatch_kcflags are extra compiler flags applied to base kernel +# -fdump-ipa-clones is enabled only for base kernels on selected arches +%if %{with_ipaclones} +%ifarch x86_64 ppc64le +%define kpatch_kcflags -fdump-ipa-clones +%else +%define with_ipaclones 0 +%endif +%endif + %define make_target bzImage %define image_install_path boot -%define KVERREL %{specversion}-%{release}.%{_target_cpu} +%define KVERREL %{version}-%{release}.%{_target_cpu} %define KVERREL_RE %(echo %KVERREL | sed 's/+/[+]/g') %define hdrarch %_target_cpu %define asmarch %_target_cpu @@ -389,8 +276,12 @@ Summary: The Linux kernel %define nopatches 1 %endif -%if %{with_release} -%define debugbuildsenabled 1 +%if %{nopatches} +%define variant -vanilla +%endif + +%if !%{debugbuildsenabled} +%define with_debug 0 %endif %if !%{with_debuginfo} @@ -401,130 +292,29 @@ Summary: The Linux kernel # and debuginfo generation. Currently we rely on the old alldebug setting. %global _build_id_links alldebug +# kernel PAE is only built on ARMv7 +%ifnarch armv7hl +%define with_pae 0 +%endif + # if requested, only build base kernel %if %{with_baseonly} +%define with_pae 0 +%define with_debug 0 +%endif + +# if requested, only build pae kernel +%if %{with_paeonly} +%define with_up 0 %define with_debug 0 -%define with_realtime 0 -%define with_vdso_install 0 -%define with_perf 0 -%define with_libperf 0 -%define with_tools 0 -%define with_kernel_abi_stablelists 0 -%define with_selftests 0 %endif # if requested, only build debug kernel %if %{with_dbgonly} -%define with_base 0 -%define with_vdso_install 0 -%define with_perf 0 -%define with_libperf 0 -%define with_tools 0 -%define with_kernel_abi_stablelists 0 -%define with_selftests 0 -%endif - -# if requested, only build realtime kernel -%if %{with_rtonly} -%define with_realtime 1 -%define with_realtime_arm64_64k 1 -%define with_automotive 0 %define with_up 0 -%define with_debug 0 -%define with_debuginfo 0 -%define with_vdso_install 0 -%define with_perf 0 -%define with_libperf 0 %define with_tools 0 -%define with_kernel_abi_stablelists 0 -%define with_selftests 0 -%define with_headers 0 -%define with_efiuki 0 -%define with_zfcpdump 0 -%define with_arm64_16k 0 -%define with_arm64_64k 0 -%endif - -# if requested, only build the automotive variant of the kernel -%if %{with_automotiveonly} -%define with_automotive 1 -%define with_realtime 0 -%define with_up 0 -%define with_debug 0 -%define with_debuginfo 0 -%define with_vdso_install 0 -%define with_selftests 1 -%endif - -# if requested, build kernel-automotive -%if %{with_automotive_build} -%define with_automotive 1 -%define with_selftests 1 -%endif - -# if requested, only build tools -%if %{with_toolsonly} -%define with_tools 1 -%define with_up 0 -%define with_base 0 -%define with_debug 0 -%define with_realtime 0 -%define with_realtime_arm64_64k 0 -%define with_arm64_16k 0 -%define with_arm64_64k 0 -%define with_automotive 0 -%define with_cross_headers 0 -%define with_doc 0 -%define with_selftests 0 -%define with_headers 0 -%define with_efiuki 0 -%define with_zfcpdump 0 -%define with_vdso_install 0 -%define with_kabichk 0 -%define with_kabidwchk 0 -%define with_kabidw_base 0 -%define with_kernel_abi_stablelists 0 -%define with_selftests 0 -%define with_vdso_install 0 -%define with_configchecks 0 -%endif - -# RT and Automotive kernels are only built on x86_64 and aarch64 -%ifnarch x86_64 aarch64 -%define with_realtime 0 -%define with_automotive 0 -%endif - -%if %{with_automotive} -# overrides compression algorithms for automotive -%global compression zstd -%global compression_flags --rm -%global compext zst - -# automotive does not support the following variants -%define with_realtime 0 -%define with_realtime_arm64_64k 0 -%define with_arm64_16k 0 -%define with_arm64_64k 0 -%define with_efiuki 0 -%define with_doc 0 -%define with_headers 0 -%define with_cross_headers 0 %define with_perf 0 -%define with_libperf 0 -%define with_tools 0 -%define with_kabichk 0 -%define with_kernel_abi_stablelists 0 -%define with_kabidw_base 0 -%define signkernel 0 -%define signmodules 1 -%define rhelkeys 0 -%endif - - -%if %{zipmodules} -%global zipsed -e 's/\.ko$/\.ko.%compext/' -# for parallel xz processes, replace with 1 to go back to single process +%define with_bpftool 0 %endif # turn off kABI DUP check and DWARF-based check if kABI check is disabled @@ -537,8 +327,9 @@ Summary: The Linux kernel %define use_vdso 1 %endif + %ifnarch noarch -%define with_kernel_abi_stablelists 0 +%define with_kernel_abi_whitelists 0 %endif # Overrides for generic default options @@ -550,26 +341,23 @@ Summary: The Linux kernel %endif %if 0%{?fedora} -# don't do debug builds on anything but aarch64 and x86_64 -%ifnarch aarch64 x86_64 +# don't do debug builds on anything but i686 and x86_64 +%ifnarch i686 x86_64 %define with_debug 0 %endif %endif -%define all_configs %{name}-%{specrpmversion}-*.config - # don't build noarch kernels or headers (duh) %ifarch noarch %define with_up 0 -%define with_realtime 0 -%define with_automotive 0 %define with_headers 0 %define with_cross_headers 0 %define with_tools 0 %define with_perf 0 -%define with_libperf 0 +%define with_bpftool 0 %define with_selftests 0 %define with_debug 0 +%define all_arch_configs kernel-%{version}-*.config %endif # sparse blows up on ppc @@ -582,13 +370,6 @@ Summary: The Linux kernel %define with_zfcpdump 0 %endif -# 16k and 64k variants only for aarch64 -%ifnarch aarch64 -%define with_arm64_16k 0 -%define with_arm64_64k 0 -%define with_realtime_arm64_64k 0 -%endif - %if 0%{?fedora} # This is not for Fedora %define with_zfcpdump 0 @@ -599,11 +380,13 @@ Summary: The Linux kernel %ifarch i686 %define asmarch x86 %define hdrarch i386 +%define all_arch_configs kernel-%{version}-i?86*.config %define kernel_image arch/x86/boot/bzImage %endif %ifarch x86_64 %define asmarch x86 +%define all_arch_configs kernel-%{version}-x86_64*.config %define kernel_image arch/x86/boot/bzImage %endif @@ -614,27 +397,42 @@ Summary: The Linux kernel %define kernel_image vmlinux %define kernel_image_elf 1 %define use_vdso 0 +%define all_arch_configs kernel-%{version}-ppc64le*.config %endif %ifarch s390x %define asmarch s390 %define hdrarch s390 +%define all_arch_configs kernel-%{version}-s390x.config %define kernel_image arch/s390/boot/bzImage -%define vmlinux_decompressor arch/s390/boot/vmlinux +%define vmlinux_decompressor arch/s390/boot/compressed/vmlinux +%endif + +%ifarch %{arm} +%define all_arch_configs kernel-%{version}-arm*.config +%define skip_nonpae_vdso 1 +%define asmarch arm +%define hdrarch arm +%define make_target bzImage +%define kernel_image arch/arm/boot/zImage +# http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/091404.html +%define kernel_mflags KALLSYMS_EXTRA_PASS=1 +# we only build headers/perf/tools on the base arm arches +# just like we used to only build them on i386 for x86 +%ifnarch armv7hl +%define with_headers 0 +%define with_cross_headers 0 +%endif +# These currently don't compile on armv7 +%define with_selftests 0 %endif %ifarch aarch64 +%define all_arch_configs kernel-%{version}-aarch64*.config %define asmarch arm64 %define hdrarch arm64 -%define make_target vmlinuz.efi -%define kernel_image arch/arm64/boot/vmlinuz.efi -%endif - -%ifarch riscv64 -%define asmarch riscv -%define hdrarch riscv -%define make_target vmlinuz.efi -%define kernel_image arch/riscv/boot/vmlinuz.efi +%define make_target Image.gz +%define kernel_image arch/arm64/boot/Image.gz %endif # Should make listnewconfig fail if there's config options @@ -643,6 +441,14 @@ Summary: The Linux kernel %define with_configchecks 0 %endif +# Setting the compiler to clang enables some different config options +# than what is expected, so disable this check for now. +# TODO: What's the best way to fix this? Do wee need a different set of +# configs for clang? +%if %{with toolchain_clang} +%define with_configchecks 0 +%endif + # To temporarily exclude an architecture from being built, add it to # %%nobuildarches. Do _NOT_ use the ExclusiveArch: line, because if we # don't build kernel-headers then the new build system will no longer let @@ -653,84 +459,43 @@ Summary: The Linux kernel %if 0%{?fedora} %define nobuildarches i386 %else -%define nobuildarches i386 i686 +%define nobuildarches i386 i686 %{arm} %endif %ifarch %nobuildarches # disable BuildKernel commands %define with_up 0 %define with_debug 0 +%define with_pae 0 %define with_zfcpdump 0 -%define with_arm64_16k 0 -%define with_arm64_64k 0 -%define with_realtime 0 -%define with_realtime_arm64_64k 0 -%define with_automotive 0 %define with_debuginfo 0 %define with_perf 0 -%define with_libperf 0 %define with_tools 0 +%define with_bpftool 0 %define with_selftests 0 %define _enable_debug_packages 0 %endif # Architectures we build tools/cpupower on %if 0%{?fedora} -%define cpupowerarchs %{ix86} x86_64 ppc64le aarch64 riscv64 +%define cpupowerarchs %{ix86} x86_64 ppc64le %{arm} aarch64 %else -%define cpupowerarchs i686 x86_64 ppc64le aarch64 riscv64 +%define cpupowerarchs i686 x86_64 ppc64le aarch64 %endif %if 0%{?use_vdso} + +%if 0%{?skip_nonpae_vdso} +%define _use_vdso 0 +%else %define _use_vdso 1 +%endif + %else %define _use_vdso 0 %endif -# If build of debug packages is disabled, we need to know if we want to create -# meta debug packages or not, after we define with_debug for all specific cases -# above. So this must be at the end here, after all cases of with_debug or not. -%define with_debug_meta 0 -%if !%{debugbuildsenabled} -%if %{with_debug} -%define with_debug_meta 1 -%endif -%define with_debug 0 -%endif - -# short-hand for "are we building base/non-debug variants of ...?" -%if %{with_up} && %{with_base} -%define with_up_base 1 -%else -%define with_up_base 0 -%endif -%if %{with_realtime} && %{with_base} -%define with_realtime_base 1 -%else -%define with_realtime_base 0 -%endif -%if %{with_automotive} && %{with_base} && !%{with_automotive_build} -%define with_automotive_base 1 -%else -%define with_automotive_base 0 -%endif -%if %{with_arm64_16k} && %{with_base} -%define with_arm64_16k_base 1 -%else -%define with_arm64_16k_base 0 -%endif -%if %{with_arm64_64k} && %{with_base} -%define with_arm64_64k_base 1 -%else -%define with_arm64_64k_base 0 -%endif -%if %{with_realtime_arm64_64k} && %{with_base} -%define with_realtime_arm64_64k_base 1 -%else -%define with_realtime_arm64_64k_base 0 -%endif - # # Packages that need to be installed before the kernel is, because the %%post # scripts use them. @@ -739,49 +504,36 @@ Summary: The Linux kernel %define initrd_prereq dracut >= 027 -Name: %{package_name} -License: ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-2-Clause) AND ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) AND ((GPL-2.0-only WITH Linux-syscall-note) OR CDDL-1.0) AND ((GPL-2.0-only WITH Linux-syscall-note) OR Linux-OpenIB) AND ((GPL-2.0-only WITH Linux-syscall-note) OR MIT) AND ((GPL-2.0-or-later WITH Linux-syscall-note) OR BSD-3-Clause) AND ((GPL-2.0-or-later WITH Linux-syscall-note) OR MIT) AND 0BSD AND BSD-2-Clause AND (BSD-2-Clause OR Apache-2.0) AND BSD-3-Clause AND BSD-3-Clause-Clear AND CC0-1.0 AND GFDL-1.1-no-invariants-or-later AND GPL-1.0-or-later AND (GPL-1.0-or-later OR BSD-3-Clause) AND (GPL-1.0-or-later WITH Linux-syscall-note) AND GPL-2.0-only AND (GPL-2.0-only OR Apache-2.0) AND (GPL-2.0-only OR BSD-2-Clause) AND (GPL-2.0-only OR BSD-3-Clause) AND (GPL-2.0-only OR CDDL-1.0) AND (GPL-2.0-only OR GFDL-1.1-no-invariants-or-later) AND (GPL-2.0-only OR GFDL-1.2-no-invariants-only) AND (GPL-2.0-only OR GFDL-1.2-no-invariants-or-later) AND (GPL-2.0-only WITH Linux-syscall-note) AND GPL-2.0-or-later AND (GPL-2.0-or-later OR BSD-2-Clause) AND (GPL-2.0-or-later OR BSD-3-Clause) AND (GPL-2.0-or-later OR CC-BY-4.0) AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (GPL-2.0-or-later WITH Linux-syscall-note) AND ISC AND LGPL-2.0-or-later AND (LGPL-2.0-or-later OR BSD-2-Clause) AND (LGPL-2.0-or-later WITH Linux-syscall-note) AND LGPL-2.1-only AND (LGPL-2.1-only OR BSD-2-Clause) AND (LGPL-2.1-only WITH Linux-syscall-note) AND LGPL-2.1-or-later AND (LGPL-2.1-or-later WITH Linux-syscall-note) AND (Linux-OpenIB OR GPL-2.0-only) AND (Linux-OpenIB OR GPL-2.0-only OR BSD-2-Clause) AND Linux-man-pages-copyleft AND MIT AND (MIT OR Apache-2.0) AND (MIT OR GPL-2.0-only) AND (MIT OR GPL-2.0-or-later) AND (MIT OR LGPL-2.1-only) AND (MPL-1.1 OR GPL-2.0-only) AND (X11 OR GPL-2.0-only) AND (X11 OR GPL-2.0-or-later) AND Zlib AND (copyleft-next-0.3.1 OR GPL-2.0-or-later) +Name: kernel%{?variant} +License: GPLv2 and Redistributable, no modification permitted URL: https://www.kernel.org/ -Version: %{specrpmversion} +Version: %{rpmversion} Release: %{pkg_release} # DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD. # SET %%nobuildarches (ABOVE) INSTEAD %if 0%{?fedora} -ExclusiveArch: noarch x86_64 s390x aarch64 ppc64le riscv64 +ExclusiveArch: x86_64 s390x %{arm} aarch64 ppc64le %else -ExclusiveArch: noarch i386 i686 x86_64 s390x aarch64 ppc64le riscv64 +ExclusiveArch: noarch i386 i686 x86_64 s390x %{arm} aarch64 ppc64le %endif ExclusiveOS: Linux %ifnarch %{nobuildarches} -Requires: %{name}-core-uname-r = %{KVERREL} -Requires: %{name}-modules-uname-r = %{KVERREL} -Requires: %{name}-modules-core-uname-r = %{KVERREL} -Requires: ((%{name}-modules-extra-uname-r = %{KVERREL}) if %{name}-modules-extra-matched) -Provides: installonlypkg(kernel) +Requires: kernel-core-uname-r = %{KVERREL}%{?variant} +Requires: kernel-modules-uname-r = %{KVERREL}%{?variant} %endif # # List the packages used during the kernel build # -BuildRequires: kmod, bash, coreutils, tar, git-core, which -BuildRequires: bzip2, xz, findutils, m4, perl-interpreter, perl-Carp, perl-devel, perl-generators, make, diffutils, gawk, %compression -# Kernel EFI/Compression set by CONFIG_KERNEL_ZSTD -%ifarch x86_64 aarch64 riscv64 -BuildRequires: zstd -%endif +BuildRequires: kmod, patch, bash, tar, git-core +BuildRequires: bzip2, xz, findutils, gzip, m4, perl-interpreter, perl-Carp, perl-devel, perl-generators, make, diffutils, gawk BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex, gcc-c++ -BuildRequires: rust, rust-src, bindgen, rustfmt, clippy BuildRequires: net-tools, hostname, bc, elfutils-devel BuildRequires: dwarves -BuildRequires: python3 BuildRequires: python3-devel -BuildRequires: python3-pyyaml -BuildRequires: kernel-rpm-macros -# glibc-static is required for a consistent build environment (specifically -# CONFIG_CC_CAN_LINK_STATIC=y). -BuildRequires: glibc-static -%if %{with_headers} || %{with_cross_headers} +BuildRequires: gcc-plugin-devel +%if %{with_headers} BuildRequires: rsync %endif %if %{with_doc} @@ -792,63 +544,29 @@ BuildRequires: sparse %endif %if %{with_perf} BuildRequires: zlib-devel binutils-devel newt-devel perl(ExtUtils::Embed) bison flex xz-devel -BuildRequires: audit-libs-devel python3-setuptools -BuildRequires: capstone-devel -BuildRequires: elfutils-debuginfod-client-devel +BuildRequires: audit-libs-devel BuildRequires: java-devel -BuildRequires: libbabeltrace-devel -BuildRequires: libpfm-devel -BuildRequires: libtraceevent-devel -%ifnarch s390x +%ifnarch %{arm} s390x BuildRequires: numactl-devel %endif -%ifarch aarch64 -BuildRequires: opencsd-devel >= 1.0.0 -%endif %endif %if %{with_tools} -BuildRequires: python3-docutils BuildRequires: gettext ncurses-devel BuildRequires: libcap-devel libcap-ng-devel -# The following are rtla requirements -BuildRequires: python3-docutils -BuildRequires: libtraceevent-devel -BuildRequires: libtracefs-devel -BuildRequires: libbpf-devel -BuildRequires: bpftool -BuildRequires: clang - -%ifarch %{cpupowerarchs} -# For libcpupower bindings -BuildRequires: swig -%endif - %ifnarch s390x BuildRequires: pciutils-devel %endif -%ifarch i686 x86_64 -BuildRequires: libnl3-devel %endif +%if %{with_bpftool} +BuildRequires: python3-docutils +BuildRequires: zlib-devel binutils-devel %endif - -%if %{with_tools} && %{with_ynl} -BuildRequires: python3-pyyaml python3-jsonschema python3-pip python3-setuptools >= 61 -BuildRequires: (python3-wheel if python3-setuptools < 70) -%endif - -BuildRequires: openssl-devel - %if %{with_selftests} -BuildRequires: clang llvm-devel fuse-devel zlib-devel binutils-devel python3-docutils python3-jsonschema -%ifarch x86_64 riscv64 -BuildRequires: lld -%endif -BuildRequires: libasan-static -BuildRequires: libcap-devel libcap-ng-devel rsync libmnl-devel libxml2-devel -BuildRequires: liburing-devel -BuildRequires: libubsan +BuildRequires: clang llvm +%ifnarch %{arm} BuildRequires: numactl-devel -BuildRequires: xxd +%endif +BuildRequires: libcap-devel libcap-ng-devel rsync %endif BuildConflicts: rhbuildsys(DiskFree) < 500Mb %if %{with_debuginfo} @@ -863,10 +581,7 @@ BuildConflicts: dwarves < 1.13 %undefine _unique_debug_srcs %undefine _debugsource_packages %undefine _debuginfo_subpackages - -# Remove -q option below to provide 'extracting debug info' messages -%global _find_debuginfo_opts -r -q - +%global _find_debuginfo_opts -r %global _missing_build_ids_terminate_build 1 %global _no_recompute_build_ids 1 %endif @@ -875,13 +590,9 @@ BuildRequires: kabi-dw %endif %if %{signkernel}%{signmodules} -BuildRequires: openssl +BuildRequires: openssl openssl-devel %if %{signkernel} -# ELN uses Fedora signing process, so exclude -%if 0%{?rhel}%{?centos} && !0%{?eln} -BuildRequires: system-sb-certs -%endif -%ifarch x86_64 aarch64 riscv64 +%ifarch x86_64 aarch64 BuildRequires: nss-tools BuildRequires: pesign >= 0.10-4 %endif @@ -892,26 +603,6 @@ BuildRequires: pesign >= 0.10-4 BuildRequires: binutils-%{_build_arch}-linux-gnu, gcc-%{_build_arch}-linux-gnu %define cross_opts CROSS_COMPILE=%{_build_arch}-linux-gnu- %define __strip %{_build_arch}-linux-gnu-strip - -%if 0%{?fedora} && 0%{?fedora} <= 41 -# Work around find-debuginfo for cross builds. -# find-debuginfo doesn't support any of CROSS options (RHEL-21797), -# and since debugedit > 5.0-16.el10, or since commit -# dfe1f7ff30f4 ("find-debuginfo.sh: Exit with real exit status in parallel jobs") -# it now aborts on failure and build fails. -# debugedit-5.1-5 in F42 added support to override tools with target versions. -%undefine _include_gdb_index -%endif - -%if 0%{?rhel}%{?centos} -%ifarch riscv64 -# Temporary workaround to avoid using find-debuginfo and gdb.minimal. -# The current c10s version of gdb-minimal (14.2-4.el10) crashes when given some -# riscv64 kernel modules (see RHEL-91586). Not building the gdb index avoids -# breaking CI for now. -%undefine _include_gdb_index -%endif -%endif %endif # These below are required to build man pages @@ -926,51 +617,17 @@ BuildRequires: asciidoc BuildRequires: clang %endif -%if %{with clang_lto} -BuildRequires: llvm -BuildRequires: lld -%endif - -%if %{with_efiuki} -BuildRequires: dracut -# For dracut UEFI uki binaries -BuildRequires: binutils -# For the initrd -BuildRequires: lvm2 -BuildRequires: systemd-boot-unsigned -# For systemd-stub and systemd-pcrphase -BuildRequires: systemd-udev >= 252-1 -# For systemd-repart -BuildRequires: xfsprogs e2fsprogs dosfstools -# For UKI kernel cmdline addons -BuildRequires: systemd-ukify -# For TPM operations in UKI initramfs -BuildRequires: tpm2-tools -# For UKI sb cert -%if 0%{?rhel}%{?centos} && !0%{?eln} -%if 0%{?centos} -BuildRequires: centos-sb-certs >= 9.0-23 -%else -BuildRequires: redhat-sb-certs >= 9.4-0.1 -%endif -%endif -%endif - # Because this is the kernel, it's hard to get a single upstream URL # to represent the base without needing to do a bunch of patching. This # tarball is generated from a src-git tree. If you want to see the # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-%{tarfile_release}.tar.xz +Source0: linux-5.12.19.tar.xz Source1: Makefile.rhelver -Source2: %{name}.changelog -Source10: redhatsecurebootca5.cer -Source13: redhatsecureboot501.cer -%if %{signkernel} # Name of the packaged file containing signing key %ifarch ppc64le %define signing_key_filename kernel-signing-ppc.cer @@ -979,133 +636,113 @@ Source13: redhatsecureboot501.cer %define signing_key_filename kernel-signing-s390.cer %endif -# Fedora/ELN pesign macro expects to see these cert file names, see: -# https://github.com/rhboot/pesign/blob/main/src/pesign-rpmbuild-helper.in#L216 -%if 0%{?fedora}%{?eln} -%define pesign_name_0 redhatsecureboot501 -%define secureboot_ca_0 %{SOURCE10} -%define secureboot_key_0 %{SOURCE13} -%endif +Source8: x509.genkey.rhel +Source9: x509.genkey.fedora -# RHEL/centos certs come from system-sb-certs -%if 0%{?rhel} && !0%{?eln} -%define secureboot_ca_0 %{_datadir}/pki/sb-certs/secureboot-ca-%{_arch}.cer -%define secureboot_key_0 %{_datadir}/pki/sb-certs/secureboot-kernel-%{_arch}.cer +%if %{?released_kernel} -%if 0%{?centos} -%define pesign_name_0 centossecureboot201 -%else +Source10: redhatsecurebootca5.cer +Source11: redhatsecurebootca1.cer +Source12: redhatsecureboot501.cer +Source13: redhatsecureboot301.cer +Source14: secureboot_s390.cer +Source15: secureboot_ppc.cer + +%define secureboot_ca_1 %{SOURCE10} +%define secureboot_ca_0 %{SOURCE11} %ifarch x86_64 aarch64 -%define pesign_name_0 redhatsecureboot501 +%define secureboot_key_1 %{SOURCE12} +%define pesign_name_1 redhatsecureboot501 +%define secureboot_key_0 %{SOURCE13} +%define pesign_name_0 redhatsecureboot301 %endif %ifarch s390x +%define secureboot_key_0 %{SOURCE14} %define pesign_name_0 redhatsecureboot302 %endif %ifarch ppc64le -%define pesign_name_0 redhatsecureboot701 -%endif -%endif -# rhel && !eln +%define secureboot_key_0 %{SOURCE15} +%define pesign_name_0 redhatsecureboot303 %endif -# signkernel +# released_kernel +%else + +Source10: redhatsecurebootca4.cer +Source11: redhatsecurebootca2.cer +Source12: redhatsecureboot401.cer +Source13: redhatsecureboot003.cer + +%define secureboot_ca_1 %{SOURCE10} +%define secureboot_ca_0 %{SOURCE11} +%define secureboot_key_1 %{SOURCE12} +%define pesign_name_1 redhatsecureboot401 +%define secureboot_key_0 %{SOURCE13} +%define pesign_name_0 redhatsecureboot003 + +# released_kernel %endif -Source20: mod-denylist.sh -Source21: mod-sign.sh -Source22: filtermods.py +Source22: mod-extra.list.rhel +Source16: mod-extra.list.fedora +Source17: mod-blacklist.sh +Source18: mod-sign.sh +Source79: parallel_xz.sh -%define modsign_cmd %{SOURCE21} +Source80: filter-x86_64.sh.fedora +Source81: filter-armv7hl.sh.fedora +Source82: filter-i686.sh.fedora +Source83: filter-aarch64.sh.fedora +Source86: filter-ppc64le.sh.fedora +Source87: filter-s390x.sh.fedora +Source89: filter-modules.sh.fedora -%if 0%{?include_rhel} -Source24: %{name}-aarch64-rhel.config -Source25: %{name}-aarch64-debug-rhel.config -Source27: %{name}-ppc64le-rhel.config -Source28: %{name}-ppc64le-debug-rhel.config -Source29: %{name}-s390x-rhel.config -Source30: %{name}-s390x-debug-rhel.config -Source31: %{name}-s390x-zfcpdump-rhel.config -Source32: %{name}-x86_64-rhel.config -Source33: %{name}-x86_64-debug-rhel.config -# ARM64 64K page-size kernel config -Source42: %{name}-aarch64-64k-rhel.config -Source43: %{name}-aarch64-64k-debug-rhel.config +Source90: filter-x86_64.sh.rhel +Source91: filter-armv7hl.sh.rhel +Source92: filter-i686.sh.rhel +Source93: filter-aarch64.sh.rhel +Source96: filter-ppc64le.sh.rhel +Source97: filter-s390x.sh.rhel +Source99: filter-modules.sh.rhel +%define modsign_cmd %{SOURCE18} -Source44: %{name}-riscv64-rhel.config -Source45: %{name}-riscv64-debug-rhel.config -%endif +Source20: kernel-aarch64-rhel.config +Source21: kernel-aarch64-debug-rhel.config +Source30: kernel-ppc64le-rhel.config +Source31: kernel-ppc64le-debug-rhel.config +Source32: kernel-s390x-rhel.config +Source33: kernel-s390x-debug-rhel.config +Source34: kernel-s390x-zfcpdump-rhel.config +Source35: kernel-x86_64-rhel.config +Source36: kernel-x86_64-debug-rhel.config -%if %{include_rhel} || %{include_automotive} -Source23: x509.genkey.rhel -Source34: def_variants.yaml.rhel -Source41: x509.genkey.centos -%endif +Source37: kernel-aarch64-fedora.config +Source38: kernel-aarch64-debug-fedora.config +Source39: kernel-armv7hl-fedora.config +Source40: kernel-armv7hl-debug-fedora.config +Source41: kernel-armv7hl-lpae-fedora.config +Source42: kernel-armv7hl-lpae-debug-fedora.config +Source43: kernel-i686-fedora.config +Source44: kernel-i686-debug-fedora.config +Source45: kernel-ppc64le-fedora.config +Source46: kernel-ppc64le-debug-fedora.config +Source47: kernel-s390x-fedora.config +Source48: kernel-s390x-debug-fedora.config +Source49: kernel-x86_64-fedora.config +Source50: kernel-x86_64-debug-fedora.config -%if 0%{?include_fedora} -Source50: x509.genkey.fedora -Source52: %{name}-aarch64-fedora.config -Source53: %{name}-aarch64-debug-fedora.config -Source54: %{name}-aarch64-16k-fedora.config -Source55: %{name}-aarch64-16k-debug-fedora.config -Source56: %{name}-ppc64le-fedora.config -Source57: %{name}-ppc64le-debug-fedora.config -Source58: %{name}-s390x-fedora.config -Source59: %{name}-s390x-debug-fedora.config -Source60: %{name}-x86_64-fedora.config -Source61: %{name}-x86_64-debug-fedora.config -Source700: %{name}-riscv64-fedora.config -Source701: %{name}-riscv64-debug-fedora.config -Source62: def_variants.yaml.fedora -%endif +Source51: generate_all_configs.sh -Source70: partial-kgcov-snip.config -Source71: partial-kgcov-debug-snip.config -Source72: partial-clang-snip.config -Source73: partial-clang-debug-snip.config -Source74: partial-clang_lto-x86_64-snip.config -Source75: partial-clang_lto-x86_64-debug-snip.config -Source76: partial-clang_lto-aarch64-snip.config -Source77: partial-clang_lto-aarch64-debug-snip.config -Source80: generate_all_configs.sh -Source81: process_configs.sh +Source52: process_configs.sh +Source53: generate_bls_conf.sh +Source56: update_scripts.sh -Source83: uki.sbat.template -Source84: uki-addons.sbat.template -Source85: kernel.sbat.template - -Source86: dracut-virt.conf - -Source87: flavors - -Source151: uki_create_addons.py -Source152: uki_addons.json +Source54: mod-internal.list Source100: rheldup3.x509 Source101: rhelkpatch1.x509 -Source102: nvidiagpuoot001.x509 -Source103: rhelimaca1.x509 -Source104: rhelima.x509 -Source105: rhelima_centos.x509 -Source106: fedoraimaca.x509 - -%if 0%{?fedora}%{?eln} -%define ima_ca_cert %{SOURCE106} -%endif - -%if 0%{?rhel} && !0%{?eln} -%define ima_ca_cert %{SOURCE103} -# rhel && !eln -%endif - -%if 0%{?centos} -%define ima_signing_cert %{SOURCE105} -%else -%define ima_signing_cert %{SOURCE104} -%endif - -%define ima_cert_name ima.cer Source200: check-kabi @@ -1113,74 +750,33 @@ Source201: Module.kabi_aarch64 Source202: Module.kabi_ppc64le Source203: Module.kabi_s390x Source204: Module.kabi_x86_64 -Source205: Module.kabi_riscv64 Source210: Module.kabi_dup_aarch64 Source211: Module.kabi_dup_ppc64le Source212: Module.kabi_dup_s390x Source213: Module.kabi_dup_x86_64 -Source214: Module.kabi_dup_riscv64 - -Source300: kernel-abi-stablelists-%{kabiversion}.tar.xz -Source301: kernel-kabi-dw-%{kabiversion}.tar.xz - -%if 0%{include_rt} -%if 0%{include_rhel} -Source474: %{name}-aarch64-rt-rhel.config -Source475: %{name}-aarch64-rt-debug-rhel.config -Source476: %{name}-aarch64-rt-64k-rhel.config -Source477: %{name}-aarch64-rt-64k-debug-rhel.config -Source478: %{name}-x86_64-rt-rhel.config -Source479: %{name}-x86_64-rt-debug-rhel.config -%endif -%if 0%{include_fedora} -Source480: %{name}-aarch64-rt-fedora.config -Source481: %{name}-aarch64-rt-debug-fedora.config -Source482: %{name}-aarch64-rt-64k-fedora.config -Source483: %{name}-aarch64-rt-64k-debug-fedora.config -Source484: %{name}-x86_64-rt-fedora.config -Source485: %{name}-x86_64-rt-debug-fedora.config -Source486: %{name}-riscv64-rt-fedora.config -Source487: %{name}-riscv64-rt-debug-fedora.config -%endif -%endif - -%if %{include_automotive} -%if %{with_automotive_build} -Source488: %{name}-aarch64-rhel.config -Source489: %{name}-aarch64-debug-rhel.config -Source490: %{name}-x86_64-rhel.config -Source491: %{name}-x86_64-debug-rhel.config -%else -Source488: %{name}-aarch64-automotive-rhel.config -Source489: %{name}-aarch64-automotive-debug-rhel.config -Source490: %{name}-x86_64-automotive-rhel.config -Source491: %{name}-x86_64-automotive-debug-rhel.config -%endif -%endif +Source300: kernel-abi-whitelists-%{rpmversion}-%{distro_build}.tar.bz2 +Source301: kernel-kabi-dw-%{rpmversion}-%{distro_build}.tar.bz2 # Sources for kernel-tools -Source2002: kvm_stat.logrotate +Source2000: cpupower.service +Source2001: cpupower.config # Some people enjoy building customized kernels from the dist-git in Fedora and # use this to override configuration options. One day they may all use the # source tree, but in the mean time we carry this to support the legacy workflow -Source3000: merge.py +Source3000: merge.pl Source3001: kernel-local -%if %{patchlist_changelog} -Source3002: Patchlist.changelog -%endif +Source3003: Patchlist.changelog Source4000: README.rst -Source4001: rpminspect.yaml -Source4002: gating.yaml ## Patches needed for building this package %if !%{nopatches} -Patch1: patch-%{patchversion}-redhat.patch +Patch1: patch-%{stableversion}-redhat.patch %endif # empty final patch to facilitate testing of kernel patches @@ -1189,32 +785,22 @@ Patch999999: linux-kernel-test.patch # END OF PATCH DEFINITIONS %description -The %{name} meta package +The kernel meta package +# # This macro does requires, provides, conflicts, obsoletes for a kernel package. -# %%kernel_reqprovconf [-o] +# %%kernel_reqprovconf # It uses any kernel__conflicts and kernel__obsoletes # macros defined above. # -# Options: -# -o: Skip main "Provides" that would satisfy general kernel requirements that -# special-purpose kernels shouldn't include. -# For example, used for zfcpdump-core to *not* provide kernel-core. (BZ 2027654) -# Arguments: -# %1 - Variant/subpackage name (e.g., "debug", "zfcpdump"), or empty for stock kernel -# -%define kernel_reqprovconf(o) \ -%if %{-o:0}%{!-o:1}\ -Provides: kernel = %{specversion}-%{pkg_release}\ -Provides: %{name} = %{specversion}-%{pkg_release}\ -%endif\ -Provides: %{name}-%{_target_cpu} = %{specrpmversion}-%{pkg_release}%{uname_suffix %{?1}}\ -Provides: %{name}-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ +%define kernel_reqprovconf \ +Provides: kernel = %{rpmversion}-%{pkg_release}\ +Provides: kernel-%{_target_cpu} = %{rpmversion}-%{pkg_release}%{?1:+%{1}}\ +Provides: kernel-drm-nouveau = 16\ +Provides: kernel-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\ Requires(pre): %{kernel_prereq}\ Requires(pre): %{initrd_prereq}\ -Requires(pre): ((linux-firmware >= 20150904-56.git6ebf5d57) if linux-firmware)\ -Recommends: linux-firmware\ +Requires(pre): linux-firmware >= 20150904-56.git6ebf5d57\ Requires(preun): systemd >= 200\ Conflicts: xfsprogs < 4.3.0-1\ Conflicts: xorg-x11-drv-vmmouse < 13.0.99\ @@ -1240,14 +826,14 @@ device drivers shipped with it are documented in these files. You'll want to install this package if you need a reference to the options that can be passed to Linux kernel modules at load time. -%if %{with_headers} + %package headers Summary: Header files for the Linux kernel for use by glibc Obsoletes: glibc-kernheaders < 3.0-46 Provides: glibc-kernheaders = 3.0-46 -%if 0%{?gemini} -Provides: %{name}-headers = %{specversion}-%{release} -Obsoletes: kernel-headers < %{specversion} +%if "0%{?variant}" +Obsoletes: kernel-headers < %{rpmversion}-%{pkg_release} +Provides: kernel-headers = %{rpmversion}-%{pkg_release} %endif %description headers Kernel-headers includes the C header files that specify the interface @@ -1255,22 +841,16 @@ between the Linux kernel and userspace libraries and programs. The header files define structures and constants that are needed for building most standard programs and are also needed for rebuilding the glibc package. -%endif -%if %{with_cross_headers} %package cross-headers Summary: Header files for the Linux kernel for use by cross-glibc -%if 0%{?gemini} -Provides: %{name}-cross-headers = %{specversion}-%{release} -Obsoletes: kernel-cross-headers < %{specversion} -%endif %description cross-headers Kernel-cross-headers includes the C header files that specify the interface between the Linux kernel and userspace libraries and programs. The header files define structures and constants that are needed for building most standard programs and are also needed for rebuilding the cross-glibc package. -%endif + %package debuginfo-common-%{_target_cpu} Summary: Kernel source files used by %{name}-debuginfo packages @@ -1281,21 +861,15 @@ It provides the kernel source files common to all builds. %if %{with_perf} %package -n perf -%if 0%{gemini} -Epoch: %{gemini} -%endif Summary: Performance monitoring for the Linux kernel -Requires: bzip2 +License: GPLv2 %description -n perf This package contains the perf tool, which enables performance monitoring of the Linux kernel. %package -n perf-debuginfo -%if 0%{gemini} -Epoch: %{gemini} -%endif Summary: Debug information for package perf -Requires: %{name}-debuginfo-common-%{_target_cpu} = %{specrpmversion}-%{release} +Requires: %{name}-debuginfo-common-%{_target_cpu} = %{version}-%{release} AutoReqProv: no %description -n perf-debuginfo This package provides debug information for the perf package. @@ -1304,12 +878,9 @@ This package provides debug information for the perf package. # symlinks because of the trailing nonmatching alternation and # the leading .*, because of find-debuginfo.sh's buggy handling # of matching the pattern against the symlinks file. -%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_bindir}/perf(\.debug)?|.*%%{_libexecdir}/perf-core/.*|.*%%{_libdir}/libperf-jvmti.so(\.debug)?|XXX' -o perf-debuginfo.list} +%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_bindir}/perf(\.debug)?|.*%%{_libexecdir}/perf-core/.*|.*%%{_libdir}/traceevent/plugins/.*|.*%%{_libdir}/libperf-jvmti.so(\.debug)?|XXX' -o perf-debuginfo.list} %package -n python3-perf -%if 0%{gemini} -Epoch: %{gemini} -%endif Summary: Python bindings for apps which will manipulate perf events %description -n python3-perf The python3-perf package contains a module that permits applications @@ -1317,11 +888,8 @@ written in the Python programming language to use the interface to manipulate perf events. %package -n python3-perf-debuginfo -%if 0%{gemini} -Epoch: %{gemini} -%endif Summary: Debug information for package perf python bindings -Requires: %{name}-debuginfo-common-%{_target_cpu} = %{specrpmversion}-%{release} +Requires: %{name}-debuginfo-common-%{_target_cpu} = %{version}-%{release} AutoReqProv: no %description -n python3-perf-debuginfo This package provides debug information for the perf python bindings. @@ -1332,38 +900,10 @@ This package provides debug information for the perf python bindings. # with_perf %endif -%if %{with_libperf} -%package -n libperf -Summary: The perf library from kernel source -%description -n libperf -This package contains the kernel source perf library. - -%package -n libperf-devel -Summary: Developement files for the perf library from kernel source -Requires: libperf = %{version}-%{release} -%description -n libperf-devel -This package includes libraries and header files needed for development -of applications which use perf library from kernel source. - -%package -n libperf-debuginfo -Summary: Debug information for package libperf -Group: Development/Debug -Requires: %{name}-debuginfo-common-%{_target_cpu} = %{version}-%{release} -AutoReqProv: no -%description -n libperf-debuginfo -This package provides debug information for the libperf package. - -# Note that this pattern only works right to match the .build-id -# symlinks because of the trailing nonmatching alternation and -# the leading .*, because of find-debuginfo.sh's buggy handling -# of matching the pattern against the symlinks file. -%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_libdir}/libperf.so.*(\.debug)?|XXX' -o libperf-debuginfo.list} -# with_libperf -%endif - %if %{with_tools} -%package -n %{name}-tools +%package -n kernel-tools Summary: Assortment of tools for the Linux kernel +License: GPLv2 %ifarch %{cpupowerarchs} Provides: cpupowerutils = 1:009-0.6.p1 Obsoletes: cpupowerutils < 1:009-0.6.p1 @@ -1372,80 +912,79 @@ Provides: cpufrequtils = 1:009-0.6.p1 Obsoletes: cpufreq-utils < 1:009-0.6.p1 Obsoletes: cpufrequtils < 1:009-0.6.p1 Obsoletes: cpuspeed < 1:1.5-16 -Requires: %{name}-tools-libs = %{specrpmversion}-%{release} +Requires: kernel-tools-libs = %{version}-%{release} %endif %define __requires_exclude ^%{_bindir}/python -%description -n %{name}-tools +%description -n kernel-tools This package contains the tools/ directory from the kernel source and the supporting documentation. -%package -n %{name}-tools-libs +%package -n kernel-tools-libs Summary: Libraries for the kernels-tools -%description -n %{name}-tools-libs +License: GPLv2 +%description -n kernel-tools-libs This package contains the libraries built from the tools/ directory from the kernel source. -%package -n %{name}-tools-libs-devel +%package -n kernel-tools-libs-devel Summary: Assortment of tools for the Linux kernel -Requires: %{name}-tools = %{version}-%{release} +License: GPLv2 +Requires: kernel-tools = %{version}-%{release} %ifarch %{cpupowerarchs} Provides: cpupowerutils-devel = 1:009-0.6.p1 Obsoletes: cpupowerutils-devel < 1:009-0.6.p1 %endif -Requires: %{name}-tools-libs = %{version}-%{release} -Provides: %{name}-tools-devel -%description -n %{name}-tools-libs-devel +Requires: kernel-tools-libs = %{version}-%{release} +Provides: kernel-tools-devel +%description -n kernel-tools-libs-devel This package contains the development files for the tools/ directory from the kernel source. -%package -n %{name}-tools-debuginfo -Summary: Debug information for package %{name}-tools +%package -n kernel-tools-debuginfo +Summary: Debug information for package kernel-tools Requires: %{name}-debuginfo-common-%{_target_cpu} = %{version}-%{release} AutoReqProv: no -%description -n %{name}-tools-debuginfo -This package provides debug information for package %{name}-tools. +%description -n kernel-tools-debuginfo +This package provides debug information for package kernel-tools. # Note that this pattern only works right to match the .build-id # symlinks because of the trailing nonmatching alternation and # the leading .*, because of find-debuginfo.sh's buggy handling # of matching the pattern against the symlinks file. -%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_bindir}/bootconfig(\.debug)?|.*%%{_bindir}/centrino-decode(\.debug)?|.*%%{_bindir}/powernow-k8-decode(\.debug)?|.*%%{_bindir}/cpupower(\.debug)?|.*%%{_libdir}/libcpupower.*|.*%%{python3_sitearch}/_raw_pylibcpupower.*|.*%%{_bindir}/turbostat(\.debug)?|.*%%{_bindir}/x86_energy_perf_policy(\.debug)?|.*%%{_bindir}/tmon(\.debug)?|.*%%{_bindir}/lsgpio(\.debug)?|.*%%{_bindir}/gpio-hammer(\.debug)?|.*%%{_bindir}/gpio-event-mon(\.debug)?|.*%%{_bindir}/gpio-watch(\.debug)?|.*%%{_bindir}/iio_event_monitor(\.debug)?|.*%%{_bindir}/iio_generic_buffer(\.debug)?|.*%%{_bindir}/lsiio(\.debug)?|.*%%{_bindir}/intel-speed-select(\.debug)?|.*%%{_bindir}/page_owner_sort(\.debug)?|.*%%{_bindir}/slabinfo(\.debug)?|.*%%{_sbindir}/intel_sdsi(\.debug)?|XXX' -o %{name}-tools-debuginfo.list} - -%package -n rtla -%if 0%{gemini} -Epoch: %{gemini} -%endif -Summary: Real-Time Linux Analysis tools -Requires: libtraceevent -Requires: libtracefs -Requires: libbpf -%ifarch %{cpupowerarchs} -Requires: %{name}-tools-libs = %{version}-%{release} -%endif -%description -n rtla -The rtla meta-tool includes a set of commands that aims to analyze -the real-time properties of Linux. Instead of testing Linux as a black box, -rtla leverages kernel tracing capabilities to provide precise information -about the properties and root causes of unexpected results. - -%package -n rv -Summary: RV: Runtime Verification -%description -n rv -Runtime Verification (RV) is a lightweight (yet rigorous) method that -complements classical exhaustive verification techniques (such as model -checking and theorem proving) with a more practical approach for -complex systems. -The rv tool is the interface for a collection of monitors that aim -analysing the logical and timing behavior of Linux. +%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_bindir}/centrino-decode(\.debug)?|.*%%{_bindir}/powernow-k8-decode(\.debug)?|.*%%{_bindir}/cpupower(\.debug)?|.*%%{_libdir}/libcpupower.*|.*%%{_bindir}/turbostat(\.debug)?|.*%%{_bindir}/x86_energy_perf_policy(\.debug)?|.*%%{_bindir}/tmon(\.debug)?|.*%%{_bindir}/lsgpio(\.debug)?|.*%%{_bindir}/gpio-hammer(\.debug)?|.*%%{_bindir}/gpio-event-mon(\.debug)?|.*%%{_bindir}/gpio-watch(\.debug)?|.*%%{_bindir}/iio_event_monitor(\.debug)?|.*%%{_bindir}/iio_generic_buffer(\.debug)?|.*%%{_bindir}/lsiio(\.debug)?|.*%%{_bindir}/intel-speed-select(\.debug)?|XXX' -o kernel-tools-debuginfo.list} # with_tools %endif +%if %{with_bpftool} + +%package -n bpftool +Summary: Inspection and simple manipulation of eBPF programs and maps +License: GPLv2 +%description -n bpftool +This package contains the bpftool, which allows inspection and simple +manipulation of eBPF programs and maps. + +%package -n bpftool-debuginfo +Summary: Debug information for package bpftool +Group: Development/Debug +Requires: %{name}-debuginfo-common-%{_target_cpu} = %{version}-%{release} +AutoReqProv: no +%description -n bpftool-debuginfo +This package provides debug information for the bpftool package. + +%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_sbindir}/bpftool(\.debug)?|XXX' -o bpftool-debuginfo.list} + +# with_bpftool +%endif + %if %{with_selftests} %package selftests-internal Summary: Kernel samples and selftests -Requires: binutils, bpftool, fuse-libs, iproute-tc, iputils, keyutils, nmap-ncat, python3 +License: GPLv2 +Requires: binutils, bpftool, iproute-tc, nmap-ncat +Requires: kernel-modules-internal = %{version}-%{release} %description selftests-internal Kernel sample programs and selftests. @@ -1455,78 +994,66 @@ Kernel sample programs and selftests. # of matching the pattern against the symlinks file. %{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_libexecdir}/(ksamples|kselftests)/.*|XXX' -o selftests-debuginfo.list} -%define __requires_exclude ^liburandom_read.so.*$ - # with_selftests %endif -%define kernel_gcov_package() \ -%package %{?1:%{1}-}gcov\ -Summary: gcov graph and source files for coverage data collection.\ -%description %{?1:%{1}-}gcov\ -%{?1:%{1}-}gcov includes the gcov graph and source files for gcov coverage collection.\ -%{nil} +%if %{with_gcov} +%package gcov +Summary: gcov graph and source files for coverage data collection. +%description gcov +kernel-gcov includes the gcov graph and source files for gcov coverage collection. +%endif -%if %{with_kernel_abi_stablelists} -%package -n %{name}-abi-stablelists -Summary: The Red Hat Enterprise Linux kernel ABI symbol stablelists +%package -n kernel-abi-whitelists +Summary: The Red Hat Enterprise Linux kernel ABI symbol whitelists AutoReqProv: no -%description -n %{name}-abi-stablelists +%description -n kernel-abi-whitelists The kABI package contains information pertaining to the Red Hat Enterprise Linux kernel ABI, including lists of kernel symbols that are needed by external Linux kernel modules, and a yum plugin to aid enforcement. -%endif %if %{with_kabidw_base} -%package kernel-kabidw-base-internal +%package kabidw-base Summary: The baseline dataset for kABI verification using DWARF data Group: System Environment/Kernel AutoReqProv: no -%description kernel-kabidw-base-internal -The package contains data describing the current ABI of the Red Hat Enterprise -Linux kernel, suitable for the kabi-dw tool. +%description kabidw-base +The kabidw-base package contains data describing the current ABI of the Red Hat +Enterprise Linux kernel, suitable for the kabi-dw tool. %endif # # This macro creates a kernel--debuginfo package. # %%kernel_debuginfo_package # -# Explanation of the find_debuginfo_opts: We build multiple kernels (debug, -# rt, 64k etc.) so the regex filters those kernels appropriately. We also +# Explanation of the find_debuginfo_opts: We build multiple kernels (debug +# pae etc.) so the regex filters those kernels appropriately. We also # have to package several binaries as part of kernel-devel but getting # unique build-ids is tricky for these userspace binaries. We don't really # care about debugging those so we just filter those out and remove it. %define kernel_debuginfo_package() \ %package %{?1:%{1}-}debuginfo\ Summary: Debug information for package %{name}%{?1:-%{1}}\ -Requires: %{name}-debuginfo-common-%{_target_cpu} = %{specrpmversion}-%{release}\ -Provides: %{name}%{?1:-%{1}}-debuginfo-%{_target_cpu} = %{specrpmversion}-%{release}\ +Requires: %{name}-debuginfo-common-%{_target_cpu} = %{version}-%{release}\ +Provides: %{name}%{?1:-%{1}}-debuginfo-%{_target_cpu} = %{version}-%{release}\ Provides: installonlypkg(kernel)\ AutoReqProv: no\ %description %{?1:%{1}-}debuginfo\ This package provides debug information for package %{name}%{?1:-%{1}}.\ This is required to use SystemTap with %{name}%{?1:-%{1}}-%{KVERREL}.\ -%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} --keep-section '.BTF' -p '.*\/usr\/src\/kernels/.*|XXX' -o ignored-debuginfo.list -p '/.*/%%{KVERREL_RE}%{?1:[+]%{1}}/.*|/.*%%{KVERREL_RE}%{?1:\+%{1}}(\.debug)?' -o debuginfo%{?1}.list}\ +%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*\/usr\/src\/kernels/.*|XXX' -o ignored-debuginfo.list -p '/.*/%%{KVERREL_RE}%{?1:[+]%{1}}/.*|/.*%%{KVERREL_RE}%{?1:\+%{1}}(\.debug)?' -o debuginfo%{?1}.list}\ %{nil} # # This macro creates a kernel--devel package. -# %%kernel_devel_package [-m] +# %%kernel_devel_package # -# Options: -# -m: For debug variants with debugbuildsenabled==0, adds a dependency on the -# non-debug variant's devel package (e.g., 64k-debug-devel requires 64k-devel) -# Arguments: -# %1 - Variant/subpackage name (e.g., "debug", "rt") -# %2 - Pretty name for description (e.g., "debug", "PREEMPT_RT") -# -%define kernel_devel_package(m) \ +%define kernel_devel_package() \ %package %{?1:%{1}-}devel\ Summary: Development package for building kernel modules to match the %{?2:%{2} }kernel\ -Provides: %{name}%{?1:-%{1}}-devel-%{_target_cpu} = %{specrpmversion}-%{release}\ -Provides: %{name}-devel-%{_target_cpu} = %{specrpmversion}-%{release}%{uname_suffix %{?1}}\ -Provides: kernel-devel-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Provides: %{name}-devel-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ +Provides: kernel%{?1:-%{1}}-devel-%{_target_cpu} = %{version}-%{release}\ +Provides: kernel-devel-%{_target_cpu} = %{version}-%{release}%{?1:+%{1}}\ +Provides: kernel-devel-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\ Provides: installonlypkg(kernel)\ AutoReqProv: no\ Requires(pre): findutils\ @@ -1538,33 +1065,21 @@ Requires: bison\ Requires: flex\ Requires: make\ Requires: gcc\ -%if %{-m:1}%{!-m:0}\ -Requires: %{name}-devel-uname-r = %{KVERREL}%{uname_variant %{?1}}\ -%endif\ %description %{?1:%{1}-}devel\ This package provides kernel headers and makefiles sufficient to build modules\ against the %{?2:%{2} }kernel package.\ %{nil} # -# This macro creates an empty kernel--devel-matched package that -# requires both the core and devel packages locked on the same version. -# %%kernel_devel_matched_package [-m] +# kernel--ipaclones-internal package # -%define kernel_devel_matched_package(m) \ -%package %{?1:%{1}-}devel-matched\ -Summary: Meta package to install matching core and devel packages for a given %{?2:%{2} }kernel\ -Requires: %{name}%{?1:-%{1}}-devel = %{specrpmversion}-%{release}\ -Requires: %{name}%{?1:-%{1}}-core = %{specrpmversion}-%{release}\ -%description %{?1:%{1}-}devel-matched\ -This meta package is used to install matching core and devel packages for a given %{?2:%{2} }kernel.\ -%{nil} - -%define kernel_modules_extra_matched_package(m) \ -%package modules-extra-matched\ -Summary: Meta package which requires modules-extra to be installed for all kernels.\ -%description modules-extra-matched\ -This meta package provides a single reference that other packages can Require to have modules-extra installed for all kernels.\ +%define kernel_ipaclones_package() \ +%package %{?1:%{1}-}ipaclones-internal\ +Summary: *.ipa-clones files generated by -fdump-ipa-clones for kernel%{?1:-%{1}}\ +Group: System Environment/Kernel\ +AutoReqProv: no\ +%description %{?1:%{1}-}ipaclones-internal\ +This package provides *.ipa-clones files.\ %{nil} # @@ -1575,14 +1090,13 @@ This meta package provides a single reference that other packages can Require to %package %{?1:%{1}-}modules-internal\ Summary: Extra kernel modules to match the %{?2:%{2} }kernel\ Group: System Environment/Kernel\ -Provides: %{name}%{?1:-%{1}}-modules-internal-%{_target_cpu} = %{specrpmversion}-%{release}\ -Provides: %{name}%{?1:-%{1}}-modules-internal-%{_target_cpu} = %{specrpmversion}-%{release}%{uname_suffix %{?1}}\ -Provides: %{name}%{?1:-%{1}}-modules-internal = %{specrpmversion}-%{release}%{uname_suffix %{?1}}\ +Provides: kernel%{?1:-%{1}}-modules-internal-%{_target_cpu} = %{version}-%{release}\ +Provides: kernel%{?1:-%{1}}-modules-internal-%{_target_cpu} = %{version}-%{release}%{?1:+%{1}}\ +Provides: kernel%{?1:-%{1}}-modules-internal = %{version}-%{release}%{?1:+%{1}}\ Provides: installonlypkg(kernel-module)\ -Provides: %{name}%{?1:-%{1}}-modules-internal-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ +Provides: kernel%{?1:-%{1}}-modules-internal-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\ +Requires: kernel-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\ +Requires: kernel%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\ AutoReq: no\ AutoProv: yes\ %description %{?1:%{1}-}modules-internal\ @@ -1591,28 +1105,18 @@ This package provides kernel modules for the %{?2:%{2} }kernel package for Red H # # This macro creates a kernel--modules-extra package. -# %%kernel_modules_extra_package [-m] +# %%kernel_modules_extra_package # -# Options: -# -m: For debug variants, adds a dependency on the non-debug variant's modules-extra -# Arguments: -# %1 - Variant/subpackage name -# %2 - Pretty name for description -# -%define kernel_modules_extra_package(m) \ +%define kernel_modules_extra_package() \ %package %{?1:%{1}-}modules-extra\ Summary: Extra kernel modules to match the %{?2:%{2} }kernel\ -Provides: %{name}%{?1:-%{1}}-modules-extra-%{_target_cpu} = %{specrpmversion}-%{release}\ -Provides: %{name}%{?1:-%{1}}-modules-extra-%{_target_cpu} = %{specrpmversion}-%{release}%{uname_suffix %{?1}}\ -Provides: %{name}%{?1:-%{1}}-modules-extra = %{specrpmversion}-%{release}%{uname_suffix %{?1}}\ +Provides: kernel%{?1:-%{1}}-modules-extra-%{_target_cpu} = %{version}-%{release}\ +Provides: kernel%{?1:-%{1}}-modules-extra-%{_target_cpu} = %{version}-%{release}%{?1:+%{1}}\ +Provides: kernel%{?1:-%{1}}-modules-extra = %{version}-%{release}%{?1:+%{1}}\ Provides: installonlypkg(kernel-module)\ -Provides: %{name}%{?1:-%{1}}-modules-extra-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -%if %{-m:1}%{!-m:0}\ -Requires: %{name}-modules-extra-uname-r = %{KVERREL}%{uname_variant %{?1}}\ -%endif\ +Provides: kernel%{?1:-%{1}}-modules-extra-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\ +Requires: kernel-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\ +Requires: kernel%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\ AutoReq: no\ AutoProv: yes\ %description %{?1:%{1}-}modules-extra\ @@ -1621,55 +1125,23 @@ This package provides less commonly used kernel modules for the %{?2:%{2} }kerne # # This macro creates a kernel--modules package. -# %%kernel_modules_package [-m] +# %%kernel_modules_package # -# Options: -# -m: For debug variants, adds a dependency on the non-debug variant's modules -# Arguments: -# %1 - Variant/subpackage name -# %2 - Pretty name for description -# -%define kernel_modules_package(m) \ +%define kernel_modules_package() \ %package %{?1:%{1}-}modules\ Summary: kernel modules to match the %{?2:%{2}-}core kernel\ -Provides: %{name}%{?1:-%{1}}-modules-%{_target_cpu} = %{specrpmversion}-%{release}\ -Provides: %{name}-modules-%{_target_cpu} = %{specrpmversion}-%{release}%{uname_suffix %{?1}}\ -Provides: %{name}-modules = %{specrpmversion}-%{release}%{uname_suffix %{?1}}\ +Provides: kernel%{?1:-%{1}}-modules-%{_target_cpu} = %{version}-%{release}\ +Provides: kernel-modules-%{_target_cpu} = %{version}-%{release}%{?1:+%{1}}\ +Provides: kernel-modules = %{version}-%{release}%{?1:+%{1}}\ Provides: installonlypkg(kernel-module)\ -Provides: %{name}%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -%if %{-m:1}%{!-m:0}\ -Requires: %{name}-modules-uname-r = %{KVERREL}%{uname_variant %{?1}}\ -%endif\ +Provides: kernel%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\ +Requires: kernel-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\ AutoReq: no\ AutoProv: yes\ %description %{?1:%{1}-}modules\ This package provides commonly used kernel modules for the %{?2:%{2}-}core kernel package.\ %{nil} -# -# This macro creates a kernel--modules-core package. -# %%kernel_modules_core_package [-m] -# -%define kernel_modules_core_package(m) \ -%package %{?1:%{1}-}modules-core\ -Summary: Core kernel modules to match the %{?2:%{2}-}core kernel\ -Provides: %{name}%{?1:-%{1}}-modules-core-%{_target_cpu} = %{specrpmversion}-%{release}\ -Provides: %{name}-modules-core-%{_target_cpu} = %{specrpmversion}-%{release}%{uname_suffix %{?1}}\ -Provides: %{name}-modules-core = %{specrpmversion}-%{release}%{uname_suffix %{?1}}\ -Provides: installonlypkg(kernel-module)\ -Provides: %{name}%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -%if %{-m:1}%{!-m:0}\ -Requires: %{name}-modules-core-uname-r = %{KVERREL}%{uname_variant %{?1}}\ -%endif\ -AutoReq: no\ -AutoProv: yes\ -%description %{?1:%{1}-}modules-core\ -This package provides essential kernel modules for the %{?2:%{2}-}core kernel package.\ -%{nil} - # # this macro creates a kernel- meta package. # %%kernel_meta_package @@ -1677,13 +1149,8 @@ This package provides essential kernel modules for the %{?2:%{2}-}core kernel pa %define kernel_meta_package() \ %package %{1}\ summary: kernel meta-package for the %{1} kernel\ -Requires: %{name}-%{1}-core-uname-r = %{KVERREL}%{uname_suffix %{1}}\ -Requires: %{name}-%{1}-modules-uname-r = %{KVERREL}%{uname_suffix %{1}}\ -Requires: %{name}-%{1}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{1}}\ -Requires: ((%{name}-%{1}-modules-extra-uname-r = %{KVERREL}%{uname_suffix %{1}}) if %{name}-modules-extra-matched)\ -%if "%{1}" == "rt" || "%{1}" == "rt-debug" || "%{1}" == "rt-64k" || "%{1}" == "rt-64k-debug"\ -Requires: realtime-setup\ -%endif\ +Requires: kernel-%{1}-core-uname-r = %{KVERREL}%{?variant}+%{1}\ +Requires: kernel-%{1}-modules-uname-r = %{KVERREL}%{?variant}+%{1}\ Provides: installonlypkg(kernel)\ %description %{1}\ The meta-package for the %{1} kernel\ @@ -1692,213 +1159,45 @@ The meta-package for the %{1} kernel\ # # This macro creates a kernel- and its -devel and -debuginfo too. # %%define variant_summary The Linux kernel compiled for -# %%kernel_variant_package [-n ] [-m] [-o] +# %%kernel_variant_package [-n ] # -# Options: -# -n : Use as the pretty variant name in descriptions (default: ) -# -m: Used with debugbuildsenabled==0 to create a "meta" debug variant that -# depends on non-debug variant and skips debug/internal/partner packages. -# -o: Skips main "Provides" that would satisfy general kernel requirements that -# special-purpose kernels shouldn't include. -# Arguments: -# %1 - Variant/subpackage name (e.g., "debug", "rt", "zfcpdump"), or empty for stock kernel -# -%define kernel_variant_package(n:mo) \ +%define kernel_variant_package(n:) \ %package %{?1:%{1}-}core\ Summary: %{variant_summary}\ -Provides: %{name}-%{?1:%{1}-}core-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ +Provides: kernel-%{?1:%{1}-}core-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\ Provides: installonlypkg(kernel)\ -%if %{-m:1}%{!-m:0}\ -Requires: %{name}-core-uname-r = %{KVERREL}%{uname_variant %{?1}}\ -Requires: %{name}-%{?1:%{1}-}-modules-core-uname-r = %{KVERREL}%{uname_variant %{?1}}\ -%endif\ -%{expand:%%kernel_reqprovconf %{?1:%{1}} %{-o:%{-o}}}\ +%{expand:%%kernel_reqprovconf}\ %if %{?1:1} %{!?1:0} \ %{expand:%%kernel_meta_package %{?1:%{1}}}\ %endif\ -%{expand:%%kernel_devel_package %{?1:%{1}} %{!?{-n}:%{1}}%{?{-n}:%{-n*}} %{-m:%{-m}}}\ -%{expand:%%kernel_devel_matched_package %{?1:%{1}} %{!?{-n}:%{1}}%{?{-n}:%{-n*}} %{-m:%{-m}}}\ -%{expand:%%kernel_modules_package %{?1:%{1}} %{!?{-n}:%{1}}%{?{-n}:%{-n*}} %{-m:%{-m}}}\ -%{expand:%%kernel_modules_core_package %{?1:%{1}} %{!?{-n}:%{1}}%{?{-n}:%{-n*}} %{-m:%{-m}}}\ -%{expand:%%kernel_modules_extra_package %{?1:%{1}} %{!?{-n}:%{1}}%{?{-n}:%{-n*}} %{-m:%{-m}}}\ -%if %{-m:0}%{!-m:1}\ +%{expand:%%kernel_devel_package %{?1:%{1}} %{!?{-n}:%{1}}%{?{-n}:%{-n*}}}\ +%{expand:%%kernel_modules_package %{?1:%{1}} %{!?{-n}:%{1}}%{?{-n}:%{-n*}}}\ +%{expand:%%kernel_modules_extra_package %{?1:%{1}} %{!?{-n}:%{1}}%{?{-n}:%{-n*}}}\ %{expand:%%kernel_modules_internal_package %{?1:%{1}} %{!?{-n}:%{1}}%{?{-n}:%{-n*}}}\ -%if 0%{!?fedora:1}\ -%{expand:%%kernel_modules_partner_package %{?1:%{1}} %{!?{-n}:%{1}}%{?{-n}:%{-n*}}}\ -%endif\ %{expand:%%kernel_debuginfo_package %{?1:%{1}}}\ -%endif\ -%if %{with_efiuki} && ("%{1}" != "rt" && "%{1}" != "rt-debug" && "%{1}" != "rt-64k" && "%{1}" != "rt-64k-debug")\ -%package %{?1:%{1}-}uki-virt\ -Summary: %{variant_summary} unified kernel image for virtual machines\ -Provides: installonlypkg(kernel)\ -Provides: %{name}-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires(pre): %{kernel_prereq}\ -Requires(pre): systemd >= 254-1\ -Recommends: uki-direct\ -%package %{?1:%{1}-}uki-virt-addons\ -Summary: %{variant_summary} unified kernel image addons for virtual machines\ -Provides: installonlypkg(kernel)\ -Requires: %{name}%{?1:-%{1}}-uki-virt = %{specrpmversion}-%{release}\ -Requires(pre): systemd >= 254-1\ -%endif\ -%if %{with_gcov}\ -%{expand:%%kernel_gcov_package %{?1:%{1}}}\ -%endif\ -%{nil} - -# -# This macro creates a kernel--modules-partner package. -# %%kernel_modules_partner_package -# -%define kernel_modules_partner_package() \ -%package %{?1:%{1}-}modules-partner\ -Summary: Extra kernel modules to match the %{?2:%{2} }kernel\ -Group: System Environment/Kernel\ -Provides: %{name}%{?1:-%{1}}-modules-partner-%{_target_cpu} = %{specrpmversion}-%{release}\ -Provides: %{name}%{?1:-%{1}}-modules-partner-%{_target_cpu} = %{specrpmversion}-%{release}%{uname_suffix %{?1}}\ -Provides: %{name}%{?1:-%{1}}-modules-partner = %{specrpmversion}-%{release}%{uname_suffix %{?1}}\ -Provides: installonlypkg(kernel-module)\ -Provides: %{name}%{?1:-%{1}}-modules-partner-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}%{?1:-%{1}}-modules-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -Requires: %{name}%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1}}\ -AutoReq: no\ -AutoProv: yes\ -%description %{?1:%{1}-}modules-partner\ -This package provides kernel modules for the %{?2:%{2} }kernel package for Red Hat partners usage.\ %{nil} # Now, each variant package. + +%if %{with_pae} +%define variant_summary The Linux kernel compiled for Cortex-A15 +%kernel_variant_package lpae +%description lpae-core +This package includes a version of the Linux kernel with support for +Cortex-A15 devices with LPAE and HW virtualisation support +%endif + %if %{with_zfcpdump} %define variant_summary The Linux kernel compiled for zfcpdump usage -%kernel_variant_package -o zfcpdump +%kernel_variant_package zfcpdump %description zfcpdump-core The kernel package contains the Linux kernel (vmlinuz) for use by the zfcpdump infrastructure. # with_zfcpdump %endif -%if %{with_arm64_16k_base} -%define variant_summary The Linux kernel compiled for 16k pagesize usage -%kernel_variant_package 16k -%description 16k-core -The kernel package contains a variant of the ARM64 Linux kernel using -a 16K page size. -%endif - -%if %{with_arm64_16k} && %{with_debug} %define variant_summary The Linux kernel compiled with extra debugging enabled -%if !%{debugbuildsenabled} -%kernel_variant_package -m 16k-debug -%else -%kernel_variant_package 16k-debug -%endif -%description 16k-debug-core -The debug kernel package contains a variant of the ARM64 Linux kernel using -a 16K page size. -This variant of the kernel has numerous debugging options enabled. -It should only be installed when trying to gather additional information -on kernel bugs, as some of these options impact performance noticably. -%endif - -%if %{with_arm64_64k_base} -%define variant_summary The Linux kernel compiled for 64k pagesize usage -%kernel_variant_package 64k -%description 64k-core -The kernel package contains a variant of the ARM64 Linux kernel using -a 64K page size. -%endif - -%if %{with_arm64_64k} && %{with_debug} -%define variant_summary The Linux kernel compiled with extra debugging enabled -%if !%{debugbuildsenabled} -%kernel_variant_package -m 64k-debug -%else -%kernel_variant_package 64k-debug -%endif -%description 64k-debug-core -The debug kernel package contains a variant of the ARM64 Linux kernel using -a 64K page size. -This variant of the kernel has numerous debugging options enabled. -It should only be installed when trying to gather additional information -on kernel bugs, as some of these options impact performance noticably. -%endif - -%if %{with_debug} && %{with_realtime} -%define variant_summary The Linux PREEMPT_RT kernel compiled with extra debugging enabled -%kernel_variant_package rt-debug -%description rt-debug-core -The kernel package contains the Linux kernel (vmlinuz), the core of any -Linux operating system. The kernel handles the basic functions -of the operating system: memory allocation, process allocation, device -input and output, etc. - -This variant of the kernel has numerous debugging options enabled. -It should only be installed when trying to gather additional information -on kernel bugs, as some of these options impact performance noticably. -%endif - -%if %{with_realtime_base} -%define variant_summary The Linux kernel compiled with PREEMPT_RT enabled -%kernel_variant_package rt -%description rt-core -This package includes a version of the Linux kernel compiled with the -PREEMPT_RT real-time preemption support -%endif - -%if %{with_realtime_arm64_64k_base} -%define variant_summary The Linux PREEMPT_RT kernel compiled for 64k pagesize usage -%kernel_variant_package rt-64k -%description rt-64k-core -The kernel package contains a variant of the ARM64 Linux PREEMPT_RT kernel using -a 64K page size. -%endif - -%if %{with_realtime_arm64_64k} && %{with_debug} -%define variant_summary The Linux PREEMPT_RT kernel compiled with extra debugging enabled -%if !%{debugbuildsenabled} -%kernel_variant_package -m rt-64k-debug -%else -%kernel_variant_package rt-64k-debug -%endif -%description rt-64k-debug-core -The debug kernel package contains a variant of the ARM64 Linux PREEMPT_RT kernel using -a 64K page size. -This variant of the kernel has numerous debugging options enabled. -It should only be installed when trying to gather additional information -on kernel bugs, as some of these options impact performance noticably. -%endif - -%if %{with_debug} && %{with_automotive} && !%{with_automotive_build} -%define variant_summary The Linux Automotive kernel compiled with extra debugging enabled -%kernel_variant_package automotive-debug -%description automotive-debug-core -The kernel package contains the Linux kernel (vmlinuz), the core of any -Linux operating system. The kernel handles the basic functions -of the operating system: memory allocation, process allocation, device -input and output, etc. - -This variant of the kernel has numerous debugging options enabled. -It should only be installed when trying to gather additional information -on kernel bugs, as some of these options impact performance noticably. -%endif - -%if %{with_automotive_base} -%define variant_summary The Linux kernel compiled with PREEMPT_RT enabled -%kernel_variant_package automotive -%description automotive-core -This package includes a version of the Linux kernel compiled with the -PREEMPT_RT real-time preemption support, targeted for Automotive platforms -%endif - -%if %{with_up} && %{with_debug} -%if !%{debugbuildsenabled} -%kernel_variant_package -m debug -%else %kernel_variant_package debug -%endif %description debug-core The kernel package contains the Linux kernel (vmlinuz), the core of any Linux operating system. The kernel handles the basic functions @@ -1908,9 +1207,7 @@ input and output, etc. This variant of the kernel has numerous debugging options enabled. It should only be installed when trying to gather additional information on kernel bugs, as some of these options impact performance noticably. -%endif -%if %{with_up_base} # And finally the main -core package %define variant_summary The Linux kernel @@ -1920,86 +1217,16 @@ The kernel package contains the Linux kernel (vmlinuz), the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc. + +%if %{with_ipaclones} +%kernel_ipaclones_package %endif -%if %{with_up} && %{with_debug} && %{with_efiuki} -%description debug-uki-virt -Prebuilt debug unified kernel image for virtual machines. - -%description debug-uki-virt-addons -Prebuilt debug unified kernel image addons for virtual machines. -%endif - -%if %{with_up_base} && %{with_efiuki} -%description uki-virt -Prebuilt default unified kernel image for virtual machines. - -%description uki-virt-addons -Prebuilt default unified kernel image addons for virtual machines. -%endif - -%if %{with_arm64_16k} && %{with_debug} && %{with_efiuki} -%description 16k-debug-uki-virt -Prebuilt 16k debug unified kernel image for virtual machines. - -%description 16k-debug-uki-virt-addons -Prebuilt 16k debug unified kernel image addons for virtual machines. -%endif - -%if %{with_arm64_16k_base} && %{with_efiuki} -%description 16k-uki-virt -Prebuilt 16k unified kernel image for virtual machines. - -%description 16k-uki-virt-addons -Prebuilt 16k unified kernel image addons for virtual machines. -%endif - -%if %{with_arm64_64k} && %{with_debug} && %{with_efiuki} -%description 64k-debug-uki-virt -Prebuilt 64k debug unified kernel image for virtual machines. - -%description 64k-debug-uki-virt-addons -Prebuilt 64k debug unified kernel image addons for virtual machines. -%endif - -%if %{with_arm64_64k_base} && %{with_efiuki} -%description 64k-uki-virt -Prebuilt 64k unified kernel image for virtual machines. - -%description 64k-uki-virt-addons -Prebuilt 64k unified kernel image addons for virtual machines. -%endif - -%ifnarch noarch %{nobuildarches} -%kernel_modules_extra_matched_package -%endif - -# Output a log message with spec file line number for debugging builds -# -# Temporarily disables command echoing (set +x) to avoid cluttering output, -# finds the line number in the spec file, prints the message, then re-enables echoing. -%define log_msg() \ - { set +x; } 2>/dev/null \ - _log_msglineno=$(grep -n %{*} %{_specdir}/${RPM_PACKAGE_NAME}.spec | grep log_msg | cut -d":" -f1) \ - echo "kernel.spec:${_log_msglineno}: %{*}" \ - set -x - %prep -%{log_msg "Start of prep stage"} - -%{log_msg "Sanity checks"} - # do a few sanity-checks for --with *only builds %if %{with_baseonly} %if !%{with_up} -%{log_msg "Cannot build --with baseonly, up build is disabled"} -exit 1 -%endif -%endif - -%if %{with_automotive} -%if 0%{?fedora} -%{log_msg "Cannot build automotive with a fedora baseline, must be rhel/centos/eln"} +echo "Cannot build --with baseonly, up build is disabled" exit 1 %endif %endif @@ -2008,13 +1235,13 @@ exit 1 if [ "%{patches}" != "%%{patches}" ] ; then for patch in %{patches} ; do if [ ! -f $patch ] ; then - %{log_msg "ERROR: Patch ${patch##/*/} listed in specfile but is missing"} + echo "ERROR: Patch ${patch##/*/} listed in specfile but is missing" exit 1 fi done fi 2>/dev/null -patch_command='git --work-tree=. apply' +patch_command='patch -p1 -F1 -s' ApplyPatch() { local patch=$1 @@ -2022,9 +1249,9 @@ ApplyPatch() if [ ! -f $RPM_SOURCE_DIR/$patch ]; then exit 1 fi - if ! grep -E "^Patch[0-9]+: $patch\$" %{_specdir}/${RPM_PACKAGE_NAME}.spec ; then - if [ "${patch:0:8}" != "patch-%{kversion}." ] ; then - %{log_msg "ERROR: Patch $patch not listed as a source patch in specfile"} + if ! grep -E "^Patch[0-9]+: $patch\$" %{_specdir}/${RPM_PACKAGE_NAME%%%%%{?variant}}.spec ; then + if [ "${patch:0:8}" != "patch-5." ] ; then + echo "ERROR: Patch $patch not listed as a source patch in specfile" exit 1 fi fi 2>/dev/null @@ -2041,7 +1268,6 @@ ApplyOptionalPatch() { local patch=$1 shift - %{log_msg "ApplyOptionalPatch: $1"} if [ ! -f $RPM_SOURCE_DIR/$patch ]; then exit 1 fi @@ -2051,31 +1277,28 @@ ApplyOptionalPatch() fi } -%{log_msg "Untar kernel tarball"} -%setup -q -n kernel-%{tarfile_release} -c -mv linux-%{tarfile_release} linux-%{KVERREL} +%setup -q -n kernel-5.12.19 -c +mv linux-5.12.19 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . -%{log_msg "Start of patch applications"} %if !%{nopatches} -ApplyOptionalPatch patch-%{patchversion}-redhat.patch +ApplyOptionalPatch patch-%{stableversion}-redhat.patch %endif ApplyOptionalPatch linux-kernel-test.patch -%{log_msg "End of patch applications"} # END OF PATCH APPLICATIONS # Any further pre-build tree manipulations happen here. -%{log_msg "Pre-build tree manipulations"} -chmod +x scripts/checkpatch.pl -mv COPYING COPYING-%{specrpmversion}-%{release} -# on linux-next prevent scripts/setlocalversion from mucking with our version numbers -rm -f localversion-next localversion-rt +chmod +x scripts/checkpatch.pl +mv COPYING COPYING-%{version}-%{release} + +# This Prevents scripts/setlocalversion from mucking with our version numbers. +touch .scmversion # Mangle /usr/bin/python shebangs to /usr/bin/python3 # Mangle all Python shebangs to be Python 3 explicitly @@ -2085,8 +1308,7 @@ rm -f localversion-next localversion-rt # This fixes errors such as # *** ERROR: ambiguous python shebang in /usr/bin/kvm_stat: #!/usr/bin/python. Change it to python3 (or python2) explicitly. # We patch all sources below for which we got a report/error. -%{log_msg "Fixing Python shebangs..."} -%py3_shebang_fix \ +pathfix.py -i "%{__python3} %{py3_shbang_opts}" -p -n \ tools/kvm/kvm_stat/kvm_stat \ scripts/show_delta \ scripts/diffconfig \ @@ -2094,12 +1316,7 @@ rm -f localversion-next localversion-rt scripts/jobserver-exec \ tools \ Documentation \ - scripts/clang-tools 2> /dev/null - -# SBAT data -sed -e s,@KVER,%{KVERREL}, -e s,@SBAT_SUFFIX,%{sbat_suffix}, %{SOURCE83} > uki.sbat -sed -e s,@KVER,%{KVERREL}, -e s,@SBAT_SUFFIX,%{sbat_suffix}, %{SOURCE84} > uki-addons.sbat -sed -e s,@KVER,%{KVERREL}, -e s,@SBAT_SUFFIX,%{sbat_suffix}, %{SOURCE85} > kernel.sbat + scripts/clang-tools # only deal with configs if we are going to build for the arch %ifnarch %nobuildarches @@ -2110,149 +1327,58 @@ fi mkdir configs cd configs -%{log_msg "Copy additional source files into buildroot"} # Drop some necessary files from the source dir into the buildroot -cp $RPM_SOURCE_DIR/%{name}-*.config . -cp %{SOURCE80} . -# merge.py +cp $RPM_SOURCE_DIR/kernel-*.config . +cp %{SOURCE51} . +# merge.pl cp %{SOURCE3000} . -# kernel-local - rename and copy for partial snippet config process -cp %{SOURCE3001} partial-kernel-local-snip.config -cp %{SOURCE3001} partial-kernel-local-debug-snip.config -FLAVOR=%{primary_target} SPECPACKAGE_NAME=%{name} SPECVERSION=%{specversion} SPECRPMVERSION=%{specrpmversion} ./generate_all_configs.sh %{debugbuildsenabled} - -# Collect custom defined config options -%{log_msg "Collect custom defined config options"} -PARTIAL_CONFIGS="" -%if %{with_gcov} -PARTIAL_CONFIGS="$PARTIAL_CONFIGS %{SOURCE70} %{SOURCE71}" -%endif -%if %{with toolchain_clang} -PARTIAL_CONFIGS="$PARTIAL_CONFIGS %{SOURCE72} %{SOURCE73}" -%endif -%if %{with clang_lto} -PARTIAL_CONFIGS="$PARTIAL_CONFIGS %{SOURCE74} %{SOURCE75} %{SOURCE76} %{SOURCE77}" -%endif -PARTIAL_CONFIGS="$PARTIAL_CONFIGS partial-kernel-local-snip.config partial-kernel-local-debug-snip.config" - -GetArch() -{ - case "$1" in - *aarch64*) echo "aarch64" ;; - *ppc64le*) echo "ppc64le" ;; - *s390x*) echo "s390x" ;; - *x86_64*) echo "x86_64" ;; - *riscv64*) echo "riscv64" ;; - # no arch, apply everywhere - *) echo "" ;; - esac -} +# kernel-local +cp %{SOURCE3001} . +VERSION=%{version} ./generate_all_configs.sh %{primary_target} %{debugbuildsenabled} # Merge in any user-provided local config option changes -%{log_msg "Merge in any user-provided local config option changes"} %ifnarch %nobuildarches -for i in %{all_configs} +for i in %{all_arch_configs} do - kern_arch="$(GetArch $i)" - kern_debug="$(echo $i | grep -q debug && echo "debug" || echo "")" - - for j in $PARTIAL_CONFIGS - do - part_arch="$(GetArch $j)" - part_debug="$(echo $j | grep -q debug && echo "debug" || echo "")" - - # empty arch means apply to all arches - if [ "$part_arch" == "" -o "$part_arch" == "$kern_arch" ] && [ "$part_debug" == "$kern_debug" ] - then - mv $i $i.tmp - ./merge.py $j $i.tmp > $i - fi - done - rm -f $i.tmp + mv $i $i.tmp + ./merge.pl %{SOURCE3001} $i.tmp > $i + rm $i.tmp done %endif -%if %{signkernel}%{signmodules} +# enable GCOV kernel config options if gcov is on +%if %{with_gcov} +for i in *.config +do + sed -i 's/# CONFIG_GCOV_KERNEL is not set/CONFIG_GCOV_KERNEL=y\nCONFIG_GCOV_PROFILE_ALL=y\n/' $i +done +%endif # Add DUP and kpatch certificates to system trusted keys for RHEL -truncate -s0 ../certs/rhel.pem %if 0%{?rhel} -%if %{rhelkeys} -%{log_msg "Add DUP and kpatch certificates to system trusted keys for RHEL"} +%if %{signkernel}%{signmodules} openssl x509 -inform der -in %{SOURCE100} -out rheldup3.pem openssl x509 -inform der -in %{SOURCE101} -out rhelkpatch1.pem -openssl x509 -inform der -in %{SOURCE102} -out nvidiagpuoot001.pem -cat rheldup3.pem rhelkpatch1.pem nvidiagpuoot001.pem >> ../certs/rhel.pem -# rhelkeys -%endif -%if %{signkernel} -%ifarch s390x ppc64le -openssl x509 -inform der -in %{secureboot_ca_0} -out secureboot.pem -cat secureboot.pem >> ../certs/rhel.pem -%endif -%endif - -# rhel -%endif - -openssl x509 -inform der -in %{ima_ca_cert} -out imaca.pem -cat imaca.pem >> ../certs/rhel.pem - +cat rheldup3.pem rhelkpatch1.pem > ../certs/rhel.pem for i in *.config; do sed -i 's@CONFIG_SYSTEM_TRUSTED_KEYS=""@CONFIG_SYSTEM_TRUSTED_KEYS="certs/rhel.pem"@' $i - sed -i 's@CONFIG_EFI_SBAT_FILE=""@CONFIG_EFI_SBAT_FILE="kernel.sbat"@' $i done %endif - -# Adjust FIPS module name for RHEL -%if 0%{?rhel} -%{log_msg "Adjust FIPS module name for RHEL"} -for i in *.config; do - sed -i 's/CONFIG_CRYPTO_FIPS_NAME=.*/CONFIG_CRYPTO_FIPS_NAME="Red Hat Enterprise Linux %{rhel} - Kernel Cryptographic API"/' $i -done %endif -%{log_msg "Set process_configs.sh $OPTS"} -cp %{SOURCE81} . -OPTS="-w -n -c" -%if !%{with_configchecks} - OPTS="$OPTS -i" +cp %{SOURCE52} . +OPTS="" +%if %{with_configchecks} + OPTS="$OPTS -w -n -c" %endif -%if %{with clang_lto} -for opt in %{clang_make_opts}; do - OPTS="$OPTS -m $opt" -done -%endif -%{log_msg "Generate redhat configs"} -RHJOBS=$RPM_BUILD_NCPUS SPECPACKAGE_NAME=%{name} ./process_configs.sh $OPTS %{specrpmversion} +./process_configs.sh $OPTS kernel %{rpmversion} -# We may want to override files from the primary target in case of building -# against a flavour of it (eg. centos not rhel), thus override it here if -# necessary -update_scripts() { - TARGET="$1" - - for i in "$RPM_SOURCE_DIR"/*."$TARGET"; do - NEW=${i%."$TARGET"} - cp "$i" "$(basename "$NEW")" - done -} - -%{log_msg "Set scripts/SOURCES targets"} -update_target=%{primary_target} -if [ "%{primary_target}" == "rhel" ]; then -: # no-op to avoid empty if-fi error -%if 0%{?centos} - update_scripts $update_target - %{log_msg "Updating scripts/sources to centos version"} - update_target=centos -%endif -fi -update_scripts $update_target +cp %{SOURCE56} . +RPM_SOURCE_DIR=$RPM_SOURCE_DIR ./update_scripts.sh %{primary_target} +# end of kernel config %endif -%{log_msg "End of kernel config"} cd .. # # End of Configs stuff @@ -2268,11 +1394,6 @@ cd .. ### build ### %build -%{log_msg "Start of build stage"} - -%{log_msg "General arch build configuration"} -rm -rf %{buildroot_unstripped} || true -mkdir -p %{buildroot_unstripped} %if %{with_sparse} %define sparse_mflags C=1 @@ -2293,80 +1414,56 @@ cp_vmlinux() %define make %{__make} %{?cross_opts} %{?make_opts} HOSTCFLAGS="%{?build_hostcflags}" HOSTLDFLAGS="%{?build_hostldflags}" -# Initialize build environment for a kernel variant -# $1 (Variant) - Variant suffix (e.g., "debug", "rt"), or empty for stock kernel -# Sets up: -# - Config: Path to kernel config file -# - DevelDir: Installation directory for kernel-devel files -# - KernelVer: Full kernel version string -# - Arch: Target architecture InitBuildVars() { - %{log_msg "InitBuildVars for $1"} - - %{log_msg "InitBuildVars: Initialize build variables"} # Initialize the kernel .config file and create some variables that are # needed for the actual build process. - Variant=$1 + Flavour=$1 + Flav=${Flavour:++${Flavour}} # Pick the right kernel config file - Config=%{name}-%{specrpmversion}-%{_target_cpu}${Variant:+-${Variant}}.config - DevelDir=/usr/src/kernels/%{KVERREL}${Variant:++${Variant}} + Config=kernel-%{version}-%{_target_cpu}${Flavour:+-${Flavour}}.config + DevelDir=/usr/src/kernels/%{KVERREL}${Flav} - KernelVer=%{specversion}-%{release}.%{_target_cpu}${Variant:++${Variant}} + KernelVer=%{version}-%{release}.%{_target_cpu}${Flav} - %{log_msg "InitBuildVars: Update Makefile"} # make sure EXTRAVERSION says what we want it to say # Trim the release if this is a CI build, since KERNELVERSION is limited to 64 characters ShortRel=$(perl -e "print \"%{release}\" =~ s/\.pr\.[0-9A-Fa-f]{32}//r") - perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -${ShortRel}.%{_target_cpu}${Variant:++${Variant}}/" Makefile + perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -${ShortRel}.%{_target_cpu}${Flav}/" Makefile # if pre-rc1 devel kernel, must fix up PATCHLEVEL for our versioning scheme # if we are post rc1 this should match anyway so this won't matter perl -p -i -e 's/^PATCHLEVEL.*/PATCHLEVEL = %{patchlevel}/' Makefile - %{log_msg "InitBuildVars: Copy files"} %{make} %{?_smp_mflags} mrproper cp configs/$Config .config %if %{signkernel}%{signmodules} - cp configs/x509.genkey certs/. + cp $RPM_SOURCE_DIR/x509.genkey certs/. %endif -%if %{with_debuginfo} == 0 - sed -i 's/^\(CONFIG_DEBUG_INFO.*\)=y/# \1 is not set/' .config -%endif - Arch=`head -1 .config | cut -b 3-` - %{log_msg "InitBuildVars: USING ARCH=$Arch"} + echo USING ARCH=$Arch KCFLAGS="%{?kcflags}" + + # add kpatch flags for base kernel + if [ "$Flavour" == "" ]; then + KCFLAGS="$KCFLAGS %{?kpatch_kcflags}" + fi } -#Build bootstrap bpftool -BuildBpftool(){ - export BPFBOOTSTRAP_CFLAGS=$(echo "%{__global_compiler_flags}" | sed -r "s/\-specs=[^\ ]+\/redhat-annobin-cc1//") - export BPFBOOTSTRAP_LDFLAGS=$(echo "%{__global_ldflags}" | sed -r "s/\-specs=[^\ ]+\/redhat-annobin-cc1//") - CFLAGS="" LDFLAGS="" make EXTRA_CFLAGS="${BPFBOOTSTRAP_CFLAGS}" EXTRA_CXXFLAGS="${BPFBOOTSTRAP_CFLAGS}" EXTRA_LDFLAGS="${BPFBOOTSTRAP_LDFLAGS}" %{?make_opts} %{?clang_make_opts} V=1 -C tools/bpf/bpftool bootstrap -} - -# Main function to compile and install a kernel variant -# $1 (MakeTarget) - Make target to build (e.g., "bzImage", "vmlinux") -# $2 (KernelImage) - Path to kernel image file produced by build -# $3 (DoVDSO) - Whether to install VDSO files (1=yes, 0=no) -# $4 (Variant) - Variant suffix (e.g., "debug", "rt", "zfcpdump"), or empty for stock kernel -# $5 (InstallName) - Name for installed kernel (default: "vmlinuz") BuildKernel() { - %{log_msg "BuildKernel for $4"} MakeTarget=$1 KernelImage=$2 + Flavour=$4 DoVDSO=$3 - Variant=$4 + Flav=${Flavour:++${Flavour}} InstallName=${5:-vmlinuz} - %{log_msg "Setup variables"} DoModules=1 - if [ "$Variant" = "zfcpdump" ]; then + if [ "$Flavour" = "zfcpdump" ]; then DoModules=0 fi @@ -2378,26 +1475,12 @@ BuildKernel() { CopyKernel=cp fi -%if %{with_gcov} - %{log_msg "Setup build directories"} - # Make build directory unique for each variant, so that gcno symlinks - # are also unique for each variant. - if [ -n "$Variant" ]; then - ln -s $(pwd) ../linux-%{KVERREL}-${Variant} - fi - %{log_msg "GCOV - continuing build in: $(pwd)"} - pushd ../linux-%{KVERREL}${Variant:+-${Variant}} - pwd > ../kernel${Variant:+-${Variant}}-gcov.list -%endif + InitBuildVars $Flavour - %{log_msg "Calling InitBuildVars for $Variant"} - InitBuildVars $Variant - - %{log_msg "BUILDING A KERNEL FOR ${Variant} %{_target_cpu}..."} + echo BUILDING A KERNEL FOR ${Flavour} %{_target_cpu}... %{make} ARCH=$Arch olddefconfig >/dev/null - %{log_msg "Setup build-ids"} # This ensures build-ids are unique to allow parallel debuginfo perl -p -i -e "s/^CONFIG_BUILD_SALT.*/CONFIG_BUILD_SALT=\"%{KVERREL}\"/" .config %{make} ARCH=$Arch KCFLAGS="$KCFLAGS" WITH_GCOV="%{?with_gcov}" %{?_smp_mflags} $MakeTarget %{?sparse_mflags} %{?kernel_mflags} @@ -2405,63 +1488,35 @@ BuildKernel() { %{make} ARCH=$Arch KCFLAGS="$KCFLAGS" WITH_GCOV="%{?with_gcov}" %{?_smp_mflags} modules %{?sparse_mflags} || exit 1 fi - %{log_msg "Setup RPM_BUILD_ROOT directories"} mkdir -p $RPM_BUILD_ROOT/%{image_install_path} mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer - mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/systemtap %if %{with_debuginfo} mkdir -p $RPM_BUILD_ROOT%{debuginfodir}/%{image_install_path} %endif -%ifarch aarch64 riscv64 - %{log_msg "Build dtb kernel"} - mkdir -p $RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer +%ifarch %{arm} aarch64 %{make} ARCH=$Arch dtbs INSTALL_DTBS_PATH=$RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer %{make} ARCH=$Arch dtbs_install INSTALL_DTBS_PATH=$RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer cp -r $RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer $RPM_BUILD_ROOT/lib/modules/$KernelVer/dtb find arch/$Arch/boot/dts -name '*.dtb' -type f -delete %endif - %{log_msg "Cleanup temp btf files"} - # Remove large intermediate files we no longer need to save space - # (-f required for zfcpdump builds that do not enable BTF) - rm -f vmlinux.o .tmp_vmlinux.btf - - %{log_msg "Install files to RPM_BUILD_ROOT"} - - # Comment out specific config settings that may use resources not available - # to the end user so that the packaged config file can be easily reused with - # upstream make targets - %if %{signkernel}%{signmodules} - for configopt in SYSTEM_TRUSTED_KEYS EFI_SBAT_FILE; do - sed -i -e '/^CONFIG_'"${configopt}"'/{ - i\# The kernel was built with - s/^/# / - a\# We are resetting this value to facilitate local builds - a\CONFIG_'"${configopt}"'="" - }' .config - done - %endif - # Start installing the results install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer install -m 644 .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/config install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer install -m 644 System.map $RPM_BUILD_ROOT/lib/modules/$KernelVer/System.map - %{log_msg "Reserving 40MB in boot for initramfs"} # We estimate the size of the initramfs because rpm needs to take this size # into consideration when performing disk space calculations. (See bz #530778) - dd if=/dev/zero of=$RPM_BUILD_ROOT/boot/initramfs-$KernelVer.img bs=1M count=40 + dd if=/dev/zero of=$RPM_BUILD_ROOT/boot/initramfs-$KernelVer.img bs=1M count=20 if [ -f arch/$Arch/boot/zImage.stub ]; then - %{log_msg "Copy zImage.stub to RPM_BUILD_ROOT"} cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || : cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/lib/modules/$KernelVer/zImage.stub-$KernelVer || : fi %if %{signkernel} - %{log_msg "Copy kernel for signing"} if [ "$KernelImage" = vmlinux ]; then # We can't strip and sign $KernelImage in place, because # we need to preserve original vmlinux for debuginfo. @@ -2471,16 +1526,24 @@ BuildKernel() { CopyKernel=cp fi - SignImage=$KernelImage + # Sign the image if we're using EFI + # aarch64 kernels are gziped EFI images + KernelExtension=${KernelImage##*.} + if [ "$KernelExtension" == "gz" ]; then + SignImage=${KernelImage%.*} + else + SignImage=$KernelImage + fi %ifarch x86_64 aarch64 - %{log_msg "Sign kernel image"} - %pesign -s -i $SignImage -o vmlinuz.signed -a %{secureboot_ca_0} -c %{secureboot_key_0} -n %{pesign_name_0} + %pesign -s -i $SignImage -o vmlinuz.tmp -a %{secureboot_ca_0} -c %{secureboot_key_0} -n %{pesign_name_0} + %pesign -s -i vmlinuz.tmp -o vmlinuz.signed -a %{secureboot_ca_1} -c %{secureboot_key_1} -n %{pesign_name_1} + rm vmlinuz.tmp %endif %ifarch s390x ppc64le if [ -x /usr/bin/rpm-sign ]; then rpm-sign --key "%{pesign_name_0}" --lkmsign $SignImage --output vmlinuz.signed - elif [ "$DoModules" == "1" -a "%{signmodules}" == "1" ]; then + elif [ $DoModules -eq 1 ]; then chmod +x scripts/sign-file ./scripts/sign-file -p sha256 certs/signing_key.pem certs/signing_key.x509 $SignImage vmlinuz.signed else @@ -2489,35 +1552,34 @@ BuildKernel() { %endif if [ ! -s vmlinuz.signed ]; then - %{log_msg "pesigning failed"} + echo "pesigning failed" exit 1 fi mv vmlinuz.signed $SignImage + if [ "$KernelExtension" == "gz" ]; then + gzip -f9 $SignImage + fi # signkernel %endif - %{log_msg "copy signed kernel"} $CopyKernel $KernelImage \ $RPM_BUILD_ROOT/%{image_install_path}/$InstallName-$KernelVer chmod 755 $RPM_BUILD_ROOT/%{image_install_path}/$InstallName-$KernelVer cp $RPM_BUILD_ROOT/%{image_install_path}/$InstallName-$KernelVer $RPM_BUILD_ROOT/lib/modules/$KernelVer/$InstallName # hmac sign the kernel for FIPS - %{log_msg "hmac sign the kernel for FIPS"} - %{log_msg "Creating hmac file: $RPM_BUILD_ROOT/%{image_install_path}/.vmlinuz-$KernelVer.hmac"} + echo "Creating hmac file: $RPM_BUILD_ROOT/%{image_install_path}/.vmlinuz-$KernelVer.hmac" ls -l $RPM_BUILD_ROOT/%{image_install_path}/$InstallName-$KernelVer - (cd $RPM_BUILD_ROOT/%{image_install_path} && sha512hmac $InstallName-$KernelVer) > $RPM_BUILD_ROOT/%{image_install_path}/.vmlinuz-$KernelVer.hmac; + sha512hmac $RPM_BUILD_ROOT/%{image_install_path}/$InstallName-$KernelVer | sed -e "s,$RPM_BUILD_ROOT,," > $RPM_BUILD_ROOT/%{image_install_path}/.vmlinuz-$KernelVer.hmac; cp $RPM_BUILD_ROOT/%{image_install_path}/.vmlinuz-$KernelVer.hmac $RPM_BUILD_ROOT/lib/modules/$KernelVer/.vmlinuz.hmac if [ $DoModules -eq 1 ]; then - %{log_msg "Install modules in RPM_BUILD_ROOT"} # Override $(mod-fw) because we don't want it to install any firmware # we'll get it from the linux-firmware package and we don't want conflicts %{make} %{?_smp_mflags} ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT %{?_smp_mflags} modules_install KERNELRELEASE=$KernelVer mod-fw= fi %if %{with_gcov} - %{log_msg "install gcov-needed files to $BUILDROOT/$BUILD/"} # install gcov-needed files to $BUILDROOT/$BUILD/...: # gcov_info->filename is absolute path # gcno references to sources can use absolute paths (e.g. in out-of-tree builds) @@ -2525,21 +1587,19 @@ BuildKernel() { find . \( -name '*.gcno' -o -name '*.[chS]' \) -exec install -D '{}' "$RPM_BUILD_ROOT/$(pwd)/{}" \; %endif - %{log_msg "Add VDSO files"} # add an a noop %%defattr statement 'cause rpm doesn't like empty file list files - echo '%%defattr(-,-,-)' > ../kernel${Variant:+-${Variant}}-ldsoconf.list + echo '%%defattr(-,-,-)' > ../kernel${Flavour:+-${Flavour}}-ldsoconf.list if [ $DoVDSO -ne 0 ]; then %{make} ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT vdso_install KERNELRELEASE=$KernelVer if [ -s ldconfig-kernel.conf ]; then install -D -m 444 ldconfig-kernel.conf \ $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernel-$KernelVer.conf - echo /etc/ld.so.conf.d/kernel-$KernelVer.conf >> ../kernel${Variant:+-${Variant}}-ldsoconf.list + echo /etc/ld.so.conf.d/kernel-$KernelVer.conf >> ../kernel${Flavour:+-${Flavour}}-ldsoconf.list fi rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/vdso/.build-id fi - %{log_msg "Save headers/makefiles, etc. for kernel-headers"} # And save the headers/makefiles etc for building modules against # # This all looks scary, but the end result is supposed to be: @@ -2574,84 +1634,83 @@ BuildKernel() { # NOTENOTE: script which dynamically adds exported kernel symbol # NOTENOTE: checksums to the rpm metadata provides list. # NOTENOTE: if you change the symvers name, update the backend too - %{log_msg "GENERATING kernel ABI metadata"} - %compression --stdout %compression_flags < Module.symvers > $RPM_BUILD_ROOT/boot/symvers-$KernelVer.%compext - cp $RPM_BUILD_ROOT/boot/symvers-$KernelVer.%compext $RPM_BUILD_ROOT/lib/modules/$KernelVer/symvers.%compext + echo "**** GENERATING kernel ABI metadata ****" + gzip -c9 < Module.symvers > $RPM_BUILD_ROOT/boot/symvers-$KernelVer.gz + cp $RPM_BUILD_ROOT/boot/symvers-$KernelVer.gz $RPM_BUILD_ROOT/lib/modules/$KernelVer/symvers.gz %if %{with_kabichk} - %{log_msg "kABI checking is enabled in kernel SPEC file."} + echo "**** kABI checking is enabled in kernel SPEC file. ****" chmod 0755 $RPM_SOURCE_DIR/check-kabi - if [ -e $RPM_SOURCE_DIR/Module.kabi_%{_target_cpu}$Variant ]; then - cp $RPM_SOURCE_DIR/Module.kabi_%{_target_cpu}$Variant $RPM_BUILD_ROOT/Module.kabi + if [ -e $RPM_SOURCE_DIR/Module.kabi_%{_target_cpu}$Flavour ]; then + cp $RPM_SOURCE_DIR/Module.kabi_%{_target_cpu}$Flavour $RPM_BUILD_ROOT/Module.kabi $RPM_SOURCE_DIR/check-kabi -k $RPM_BUILD_ROOT/Module.kabi -s Module.symvers || exit 1 # for now, don't keep it around. rm $RPM_BUILD_ROOT/Module.kabi else - %{log_msg "NOTE: Cannot find reference Module.kabi file."} + echo "**** NOTE: Cannot find reference Module.kabi file. ****" fi %endif %if %{with_kabidupchk} - %{log_msg "kABI DUP checking is enabled in kernel SPEC file."} - if [ -e $RPM_SOURCE_DIR/Module.kabi_dup_%{_target_cpu}$Variant ]; then - cp $RPM_SOURCE_DIR/Module.kabi_dup_%{_target_cpu}$Variant $RPM_BUILD_ROOT/Module.kabi + echo "**** kABI DUP checking is enabled in kernel SPEC file. ****" + if [ -e $RPM_SOURCE_DIR/Module.kabi_dup_%{_target_cpu}$Flavour ]; then + cp $RPM_SOURCE_DIR/Module.kabi_dup_%{_target_cpu}$Flavour $RPM_BUILD_ROOT/Module.kabi $RPM_SOURCE_DIR/check-kabi -k $RPM_BUILD_ROOT/Module.kabi -s Module.symvers || exit 1 # for now, don't keep it around. rm $RPM_BUILD_ROOT/Module.kabi else - %{log_msg "NOTE: Cannot find DUP reference Module.kabi file."} + echo "**** NOTE: Cannot find DUP reference Module.kabi file. ****" fi %endif %if %{with_kabidw_base} # Don't build kabi base for debug kernels - if [ "$Variant" != "zfcpdump" -a "$Variant" != "debug" ]; then + if [ "$Flavour" != "kdump" -a "$Flavour" != "debug" ]; then mkdir -p $RPM_BUILD_ROOT/kabi-dwarf - tar -xvf %{SOURCE301} -C $RPM_BUILD_ROOT/kabi-dwarf + tar xjvf %{SOURCE301} -C $RPM_BUILD_ROOT/kabi-dwarf - mkdir -p $RPM_BUILD_ROOT/kabi-dwarf/stablelists - tar -xvf %{SOURCE300} -C $RPM_BUILD_ROOT/kabi-dwarf/stablelists + mkdir -p $RPM_BUILD_ROOT/kabi-dwarf/whitelists + tar xjvf %{SOURCE300} -C $RPM_BUILD_ROOT/kabi-dwarf/whitelists - %{log_msg "GENERATING DWARF-based kABI baseline dataset"} + echo "**** GENERATING DWARF-based kABI baseline dataset ****" chmod 0755 $RPM_BUILD_ROOT/kabi-dwarf/run_kabi-dw.sh $RPM_BUILD_ROOT/kabi-dwarf/run_kabi-dw.sh generate \ - "$RPM_BUILD_ROOT/kabi-dwarf/stablelists/kabi-current/kabi_stablelist_%{_target_cpu}" \ + "$RPM_BUILD_ROOT/kabi-dwarf/whitelists/kabi-current/kabi_whitelist_%{_target_cpu}" \ "$(pwd)" \ - "$RPM_BUILD_ROOT/kabidw-base/%{_target_cpu}${Variant:+.${Variant}}" || : + "$RPM_BUILD_ROOT/kabidw-base/%{_target_cpu}${Flavour:+.${Flavour}}" || : rm -rf $RPM_BUILD_ROOT/kabi-dwarf fi %endif %if %{with_kabidwchk} - if [ "$Variant" != "zfcpdump" ]; then + if [ "$Flavour" != "kdump" ]; then mkdir -p $RPM_BUILD_ROOT/kabi-dwarf - tar -xvf %{SOURCE301} -C $RPM_BUILD_ROOT/kabi-dwarf - if [ -d "$RPM_BUILD_ROOT/kabi-dwarf/base/%{_target_cpu}${Variant:+.${Variant}}" ]; then - mkdir -p $RPM_BUILD_ROOT/kabi-dwarf/stablelists - tar -xvf %{SOURCE300} -C $RPM_BUILD_ROOT/kabi-dwarf/stablelists + tar xjvf %{SOURCE301} -C $RPM_BUILD_ROOT/kabi-dwarf + if [ -d "$RPM_BUILD_ROOT/kabi-dwarf/base/%{_target_cpu}${Flavour:+.${Flavour}}" ]; then + mkdir -p $RPM_BUILD_ROOT/kabi-dwarf/whitelists + tar xjvf %{SOURCE300} -C $RPM_BUILD_ROOT/kabi-dwarf/whitelists - %{log_msg "GENERATING DWARF-based kABI dataset"} + echo "**** GENERATING DWARF-based kABI dataset ****" chmod 0755 $RPM_BUILD_ROOT/kabi-dwarf/run_kabi-dw.sh $RPM_BUILD_ROOT/kabi-dwarf/run_kabi-dw.sh generate \ - "$RPM_BUILD_ROOT/kabi-dwarf/stablelists/kabi-current/kabi_stablelist_%{_target_cpu}" \ + "$RPM_BUILD_ROOT/kabi-dwarf/whitelists/kabi-current/kabi_whitelist_%{_target_cpu}" \ "$(pwd)" \ - "$RPM_BUILD_ROOT/kabi-dwarf/base/%{_target_cpu}${Variant:+.${Variant}}.tmp" || : + "$RPM_BUILD_ROOT/kabi-dwarf/base/%{_target_cpu}${Flavour:+.${Flavour}}.tmp" || : - %{log_msg "kABI DWARF-based comparison report"} + echo "**** kABI DWARF-based comparison report ****" $RPM_BUILD_ROOT/kabi-dwarf/run_kabi-dw.sh compare \ - "$RPM_BUILD_ROOT/kabi-dwarf/base/%{_target_cpu}${Variant:+.${Variant}}" \ - "$RPM_BUILD_ROOT/kabi-dwarf/base/%{_target_cpu}${Variant:+.${Variant}}.tmp" || : - %{log_msg "End of kABI DWARF-based comparison report"} + "$RPM_BUILD_ROOT/kabi-dwarf/base/%{_target_cpu}${Flavour:+.${Flavour}}" \ + "$RPM_BUILD_ROOT/kabi-dwarf/base/%{_target_cpu}${Flavour:+.${Flavour}}.tmp" || : + echo "**** End of kABI DWARF-based comparison report ****" else - %{log_msg "Baseline dataset for kABI DWARF-BASED comparison report not found"} + echo "**** Baseline dataset for kABI DWARF-BASED comparison report not found ****" fi rm -rf $RPM_BUILD_ROOT/kabi-dwarf fi %endif - %{log_msg "Cleanup Makefiles/Kconfig files"} # then drop all but the needed Makefiles/Kconfig files rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include @@ -2660,16 +1719,6 @@ BuildKernel() { rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/tracing rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/spdxcheck.py -%ifarch s390x - # CONFIG_EXPOLINE_EXTERN=y produces arch/s390/lib/expoline/expoline.o - # which is needed during external module build. - %{log_msg "Copy expoline.o"} - if [ -f arch/s390/lib/expoline/expoline.o ]; then - cp -a --parents arch/s390/lib/expoline/expoline.o $RPM_BUILD_ROOT/lib/modules/$KernelVer/build - fi -%endif - - %{log_msg "Copy additional files for make targets"} # Files for 'make scripts' to succeed with kernel-devel. mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/security/selinux/include cp -a --parents security/selinux/include/classmap.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build @@ -2682,6 +1731,7 @@ BuildKernel() { cp -a --parents tools/include/linux/compiler* $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp -a --parents tools/include/linux/types.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp -a --parents tools/build/Build.include $RPM_BUILD_ROOT/lib/modules/$KernelVer/build + cp --parents tools/build/Build $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp --parents tools/build/fixdep.c $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp --parents tools/objtool/sync-check.sh $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp -a --parents tools/bpf/resolve_btfids $RPM_BUILD_ROOT/lib/modules/$KernelVer/build @@ -2689,7 +1739,6 @@ BuildKernel() { cp --parents security/selinux/include/policycap_names.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp --parents security/selinux/include/policycap.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build - cp -a --parents tools/include/asm $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp -a --parents tools/include/asm-generic $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp -a --parents tools/include/linux $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp -a --parents tools/include/uapi/asm $RPM_BUILD_ROOT/lib/modules/$KernelVer/build @@ -2720,28 +1769,36 @@ BuildKernel() { if [ -f arch/%{asmarch}/kernel/module.lds ]; then cp -a --parents arch/%{asmarch}/kernel/module.lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ fi - find $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts \( -iname "*.o" -o -iname "*.cmd" \) -exec rm -f {} + + rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o + rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o %ifarch ppc64le cp -a --parents arch/powerpc/lib/crtsavres.[So] $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ %endif if [ -d arch/%{asmarch}/include ]; then cp -a --parents arch/%{asmarch}/include $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ fi - if [ -d tools/arch/%{asmarch}/include ]; then - cp -a --parents tools/arch/%{asmarch}/include $RPM_BUILD_ROOT/lib/modules/$KernelVer/build - fi %ifarch aarch64 # arch/arm64/include/asm/xen references arch/arm cp -a --parents arch/arm/include/asm/xen $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ # arch/arm64/include/asm/opcodes.h references arch/arm cp -a --parents arch/arm/include/asm/opcodes.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ +%endif + # include the machine specific headers for ARM variants, if available. +%ifarch %{arm} + if [ -d arch/%{asmarch}/mach-${Flavour}/include ]; then + cp -a --parents arch/%{asmarch}/mach-${Flavour}/include $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ + fi + # include a few files for 'make prepare' + cp -a --parents arch/arm/tools/gen-mach-types $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ + cp -a --parents arch/arm/tools/mach-types $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ + %endif cp -a include $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include - # Cross-reference from include/perf/events/sof.h - cp -a sound/soc/sof/sof-audio.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/sound/soc/sof %ifarch i686 x86_64 # files for 'make prepare' to succeed with kernel-devel cp -a --parents arch/x86/entry/syscalls/syscall_32.tbl $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ + cp -a --parents arch/x86/entry/syscalls/syscalltbl.sh $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ + cp -a --parents arch/x86/entry/syscalls/syscallhdr.sh $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ cp -a --parents arch/x86/entry/syscalls/syscall_64.tbl $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ cp -a --parents arch/x86/tools/relocs_32.c $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ cp -a --parents arch/x86/tools/relocs_64.c $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ @@ -2756,9 +1813,6 @@ BuildKernel() { cp -a --parents arch/x86/boot/string.c $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ cp -a --parents arch/x86/boot/ctype.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ - cp -a --parents scripts/syscalltbl.sh $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ - cp -a --parents scripts/syscallhdr.sh $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ - cp -a --parents tools/arch/x86/include/asm $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp -a --parents tools/arch/x86/include/uapi/asm $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp -a --parents tools/objtool/arch/x86/lib $RPM_BUILD_ROOT/lib/modules/$KernelVer/build @@ -2767,29 +1821,26 @@ BuildKernel() { cp -a --parents tools/objtool/arch/x86/ $RPM_BUILD_ROOT/lib/modules/$KernelVer/build %endif - %{log_msg "Clean up intermediate tools files"} # Clean up intermediate tools files find $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/tools \( -iname "*.o" -o -iname "*.cmd" \) -exec rm -f {} + - # Make sure the Makefile, version.h, and auto.conf have a matching - # timestamp so that external modules can be built - touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile \ - $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/generated/uapi/linux/version.h \ - $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/config/auto.conf + # Make sure the Makefile and version.h have a matching timestamp so that + # external modules can be built + touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/generated/uapi/linux/version.h + + # Copy .config to include/config/auto.conf so "make prepare" is unnecessary. + cp $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/config/auto.conf %if %{with_debuginfo} eu-readelf -n vmlinux | grep "Build ID" | awk '{print $NF}' > vmlinux.id cp vmlinux.id $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/vmlinux.id - %{log_msg "Copy additional files for kernel-debuginfo rpm"} # # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm - # (use mv + symlink instead of cp to reduce disk space requirements) # mkdir -p $RPM_BUILD_ROOT%{debuginfodir}/lib/modules/$KernelVer - mv vmlinux $RPM_BUILD_ROOT%{debuginfodir}/lib/modules/$KernelVer - ln -s $RPM_BUILD_ROOT%{debuginfodir}/lib/modules/$KernelVer/vmlinux vmlinux - if [ -n "%{?vmlinux_decompressor}" ]; then + cp vmlinux $RPM_BUILD_ROOT%{debuginfodir}/lib/modules/$KernelVer + if [ -n "%{vmlinux_decompressor}" ]; then eu-readelf -n %{vmlinux_decompressor} | grep "Build ID" | awk '{print $NF}' > vmlinux.decompressor.id # Without build-id the build will fail. But for s390 the build-id # wasn't added before 5.11. In case it is missing prefer not @@ -2799,23 +1850,15 @@ BuildKernel() { cp %{vmlinux_decompressor} $RPM_BUILD_ROOT%{debuginfodir}/lib/modules/$KernelVer/vmlinux.decompressor fi fi - - # build and copy the vmlinux-gdb plugin files into kernel-debuginfo - %{make} ARCH=$Arch %{?_smp_mflags} scripts_gdb - cp -a --parents scripts/gdb/{,linux/}*.py $RPM_BUILD_ROOT%{debuginfodir}/lib/modules/$KernelVer - # this should be a relative symlink (Kbuild creates an absolute one) - ln -s scripts/gdb/vmlinux-gdb.py $RPM_BUILD_ROOT%{debuginfodir}/lib/modules/$KernelVer/vmlinux-gdb.py - %py_byte_compile %{python3} $RPM_BUILD_ROOT%{debuginfodir}/lib/modules/$KernelVer/scripts/gdb %endif - %{log_msg "Create modnames"} find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f >modnames # mark modules executable so that strip-to-file can strip them xargs --no-run-if-empty chmod u+x < modnames # Generate a list of modules for block and networking. - %{log_msg "Generate a list of modules for block and networking"} + grep -F /drivers/ modnames | xargs --no-run-if-empty nm -upA | sed -n 's,^.*/\([^/]*\.ko\): *U \(.*\)$,\1 \2,p' > drivers.undef @@ -2837,228 +1880,104 @@ BuildKernel() { collect_modules_list modesetting \ 'drm_crtc_init' - %{log_msg "detect missing or incorrect license tags"} # detect missing or incorrect license tags ( find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name '*.ko' | xargs /sbin/modinfo -l | \ grep -E -v 'GPL( v2)?$|Dual BSD/GPL$|Dual MPL/GPL$|GPL and additional rights$' ) && exit 1 + # remove files that will be auto generated by depmod at rpm -i time + pushd $RPM_BUILD_ROOT/lib/modules/$KernelVer/ + rm -f modules.{alias*,builtin.bin,dep*,*map,symbols*,devname,softdep} + popd - if [ $DoModules -eq 0 ]; then - %{log_msg "Create empty files for RPM packaging"} - # Ensure important files/directories exist to let the packaging succeed - echo '%%defattr(-,-,-)' > ../kernel${Variant:+-${Variant}}-modules-core.list - echo '%%defattr(-,-,-)' > ../kernel${Variant:+-${Variant}}-modules.list - echo '%%defattr(-,-,-)' > ../kernel${Variant:+-${Variant}}-modules-extra.list - echo '%%defattr(-,-,-)' > ../kernel${Variant:+-${Variant}}-modules-internal.list - echo '%%defattr(-,-,-)' > ../kernel${Variant:+-${Variant}}-modules-partner.list - mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/kernel - # Add files usually created by make modules, needed to prevent errors - # thrown by depmod during package installation - touch $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.order - touch $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.builtin - fi + # Identify modules in the kernel-modules-extras package + %{SOURCE17} $RPM_BUILD_ROOT lib/modules/$KernelVer $RPM_SOURCE_DIR/mod-extra.list + # Identify modules in the kernel-modules-extras package + %{SOURCE17} $RPM_BUILD_ROOT lib/modules/$KernelVer %{SOURCE54} internal - # Copy the System.map file for depmod to use + # + # Generate the kernel-core and kernel-modules files lists + # + + # Copy the System.map file for depmod to use, and create a backup of the + # full module tree so we can restore it after we're done filtering cp System.map $RPM_BUILD_ROOT/. + pushd $RPM_BUILD_ROOT + mkdir restore + cp -r lib/modules/$KernelVer/* restore/. - if [[ "$Variant" == "rt" || "$Variant" == "rt-debug" || "$Variant" == "rt-64k" || "$Variant" == "rt-64k-debug" || "$Variant" == "automotive" || "$Variant" == "automotive-debug" ]]; then - %{log_msg "Skipping efiuki build"} - else -%if %{with_efiuki} - %{log_msg "Setup the EFI UKI kernel"} - KernelUnifiedImageDir="$RPM_BUILD_ROOT/lib/modules/$KernelVer" - KernelUnifiedImage="$KernelUnifiedImageDir/$InstallName-virt.efi" - KernelUnifiedInitrd="$KernelUnifiedImageDir/$InstallName-virt.img" - - mkdir -p $KernelUnifiedImageDir - - dracut --conf=%{SOURCE86} \ - --confdir=$(mktemp -d) \ - --no-hostonly \ - --verbose \ - --kver "$KernelVer" \ - --kmoddir "$RPM_BUILD_ROOT/lib/modules/$KernelVer/" \ - --logfile=$(mktemp) \ - $KernelUnifiedInitrd - - ukify build --linux $(realpath $KernelImage) --initrd $KernelUnifiedInitrd \ - --sbat @uki.sbat --os-release @/etc/os-release --uname $KernelVer \ - --cmdline 'console=tty0 console=ttyS0' --output $KernelUnifiedImage - - rm -f $KernelUnifiedInitrd - - KernelAddonsDirOut="$KernelUnifiedImage.extra.d" - mkdir -p $KernelAddonsDirOut - python3 %{SOURCE151} %{SOURCE152} $KernelAddonsDirOut virt %{primary_target} %{_target_cpu} @uki-addons.sbat - -%if %{signkernel} - %{log_msg "Sign the EFI UKI kernel"} -%if 0%{?fedora}%{?eln} - %pesign -s -i $KernelUnifiedImage -o $KernelUnifiedImage.signed -a %{secureboot_ca_0} -c %{secureboot_key_0} -n %{pesign_name_0} -%else -%if 0%{?centos} - UKI_secureboot_name=centossecureboot204 -%else - UKI_secureboot_name=redhatsecureboot504 -%endif - UKI_secureboot_cert=%{_datadir}/pki/sb-certs/secureboot-uki-virt-%{_arch}.cer - - %pesign -s -i $KernelUnifiedImage -o $KernelUnifiedImage.signed -a %{secureboot_ca_0} -c $UKI_secureboot_cert -n $UKI_secureboot_name -# 0%{?fedora}%{?eln} -%endif - if [ ! -s $KernelUnifiedImage.signed ]; then - echo "pesigning failed" - exit 1 - fi - mv $KernelUnifiedImage.signed $KernelUnifiedImage - - for addon in "$KernelAddonsDirOut"/*; do - %pesign -s -i $addon -o $addon.signed -a %{secureboot_ca_0} -c %{secureboot_key_0} -n %{pesign_name_0} - rm -f $addon - mv $addon.signed $addon - done - -# signkernel -%endif - - # hmac sign the UKI for FIPS - KernelUnifiedImageHMAC="$KernelUnifiedImageDir/.$InstallName-virt.efi.hmac" - %{log_msg "hmac sign the UKI for FIPS"} - %{log_msg "Creating hmac file: $KernelUnifiedImageHMAC"} - (cd $KernelUnifiedImageDir && sha512hmac $InstallName-virt.efi) > $KernelUnifiedImageHMAC; - -# with_efiuki -%endif - : # in case of empty block - fi # "$Variant" == "rt" || "$Variant" == "rt-debug" || "$Variant" == "automotive" || "$Variant" == "automotive-debug" - - - # - # Generate the modules files lists - # - move_kmod_list() - { - local module_list="$1" - local subdir_name="$2" - - mkdir -p "$RPM_BUILD_ROOT/lib/modules/$KernelVer/$subdir_name" - - set +x - while read -r kmod; do - local target_file="$RPM_BUILD_ROOT/lib/modules/$KernelVer/$subdir_name/$kmod" - local target_dir="${target_file%/*}" - mkdir -p "$target_dir" - mv "$RPM_BUILD_ROOT/lib/modules/$KernelVer/kernel/$kmod" "$target_dir" - done < <(sed -e 's|^kernel/||' "$module_list") - set -x - } - - create_module_file_list() - { - # subdirectory within /lib/modules/$KernelVer where kmods should go - local module_subdir="$1" - # kmod list with relative paths produced by filtermods.py - local relative_kmod_list="$2" - # list with absolute paths to kmods and other files to be included - local absolute_file_list="$3" - # if 1, this adds also all kmod directories to absolute_file_list - local add_all_dirs="$4" - local run_mod_deny="$5" - - if [ "$module_subdir" != "kernel" ]; then - # move kmods into subdirs if needed (internal, partner, extra,..) - move_kmod_list $relative_kmod_list $module_subdir - fi - - # make kmod paths absolute - sed -e 's|^kernel/|/lib/modules/'$KernelVer'/'$module_subdir'/|' $relative_kmod_list > $absolute_file_list - - if [ "$run_mod_deny" -eq 1 ]; then - # run deny-mod script, this adds blacklist-* files to absolute_file_list - %{SOURCE20} "$RPM_BUILD_ROOT" lib/modules/$KernelVer $absolute_file_list - fi - -%if %{zipmodules} - # deny-mod script works with kmods as they are now (not compressed), - # but if they will be we need to add compext to all - sed -i %{?zipsed} $absolute_file_list -%endif - # add also dir for the case when there are no kmods - # "kernel" subdir is covered in %files section, skip it here - if [ "$module_subdir" != "kernel" ]; then - echo "%dir /lib/modules/$KernelVer/$module_subdir" >> $absolute_file_list - fi - - if [ "$add_all_dirs" -eq 1 ]; then - (cd $RPM_BUILD_ROOT; find lib/modules/$KernelVer/kernel -mindepth 1 -type d | sort -n) > ../module-dirs.list - sed -e 's|^lib|%dir /lib|' ../module-dirs.list >> $absolute_file_list - fi - } + # don't include anything going into kernel-modules-extra in the file lists + xargs rm -rf < mod-extra.list + # don't include anything going int kernel-modules-internal in the file lists + xargs rm -rf < mod-internal.list if [ $DoModules -eq 1 ]; then - # save modules.dep for debugging - cp $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.dep ../ + # Find all the module files and filter them out into the core and + # modules lists. This actually removes anything going into -modules + # from the dir. + find lib/modules/$KernelVer/kernel -name *.ko | sort -n > modules.list + cp $RPM_SOURCE_DIR/filter-*.sh . + ./filter-modules.sh modules.list %{_target_cpu} + rm filter-*.sh - %{log_msg "Create module list files for all kernel variants"} - variants_param="" - if [[ "$Variant" == "rt" || "$Variant" == "rt-debug" ]]; then - variants_param="-r rt" - fi - if [[ "$Variant" == "rt-64k" || "$Variant" == "rt-64k-debug" ]]; then - variants_param="-r rt-64k" - fi - if [[ "$Variant" == "automotive" || "$Variant" == "automotive-debug" ]]; then - variants_param="-r automotive" - fi - # this creates ../modules-*.list output, where each kmod path is as it - # appears in modules.dep (relative to lib/modules/$KernelVer) - ret=0 - %{SOURCE22} -l "../filtermods-$KernelVer.log" sort -d $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.dep -c configs/def_variants.yaml $variants_param -o .. || ret=$? - if [ $ret -ne 0 ]; then - echo "8< --- filtermods-$KernelVer.log ---" - cat "../filtermods-$KernelVer.log" - echo "--- filtermods-$KernelVer.log --- >8" + # Run depmod on the resulting module tree and make sure it isn't broken + depmod -b . -aeF ./System.map $KernelVer &> depmod.out + if [ -s depmod.out ]; then + echo "Depmod failure" + cat depmod.out + exit 1 + else + rm depmod.out + fi + else + # Ensure important files/directories exist to let the packaging succeed + echo '%%defattr(-,-,-)' > modules.list + echo '%%defattr(-,-,-)' > k-d.list + mkdir -p lib/modules/$KernelVer/kernel + # Add files usually created by make modules, needed to prevent errors + # thrown by depmod during package installation + touch lib/modules/$KernelVer/modules.order + touch lib/modules/$KernelVer/modules.builtin + fi - echo "8< --- modules.dep ---" - cat $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.dep - echo "--- modules.dep --- >8" - exit 1 - fi + # remove files that will be auto generated by depmod at rpm -i time + pushd $RPM_BUILD_ROOT/lib/modules/$KernelVer/ + rm -f modules.{alias*,builtin.bin,dep*,*map,symbols*,devname,softdep} + popd - create_module_file_list "kernel" ../modules-core.list ../kernel${Variant:+-${Variant}}-modules-core.list 1 0 - create_module_file_list "kernel" ../modules.list ../kernel${Variant:+-${Variant}}-modules.list 0 0 - create_module_file_list "internal" ../modules-internal.list ../kernel${Variant:+-${Variant}}-modules-internal.list 0 1 - create_module_file_list "kernel" ../modules-extra.list ../kernel${Variant:+-${Variant}}-modules-extra.list 0 1 -%if 0%{!?fedora:1} - create_module_file_list "partner" ../modules-partner.list ../kernel${Variant:+-${Variant}}-modules-partner.list 1 1 -%endif - fi # $DoModules -eq 1 - - remove_depmod_files() - { - # remove files that will be auto generated by depmod at rpm -i time - pushd $RPM_BUILD_ROOT/lib/modules/$KernelVer/ - # in case below list needs to be extended, remember to add a - # matching ghost entry in the files section as well - rm -f modules.{alias,alias.bin,builtin.alias.bin,builtin.bin} \ - modules.{dep,dep.bin,devname,softdep,symbols,symbols.bin,weakdep} - popd - } + # Go back and find all of the various directories in the tree. We use this + # for the dir lists in kernel-core + find lib/modules/$KernelVer/kernel -mindepth 1 -type d | sort -n > module-dirs.list # Cleanup - %{log_msg "Cleanup build files"} - rm -f $RPM_BUILD_ROOT/System.map - %{log_msg "Remove depmod files"} - remove_depmod_files + rm System.map + cp -r restore/* lib/modules/$KernelVer/. + rm -rf restore + popd -%if %{with_cross} - make -C $RPM_BUILD_ROOT/lib/modules/$KernelVer/build M=scripts clean - make -C $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/tools/bpf/resolve_btfids clean - sed -i 's/REBUILD_SCRIPTS_FOR_CROSS:=0/REBUILD_SCRIPTS_FOR_CROSS:=1/' $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile + # Make sure the files lists start with absolute paths or rpmbuild fails. + # Also add in the dir entries + sed -e 's/^lib*/\/lib/' %{?zipsed} $RPM_BUILD_ROOT/k-d.list > ../kernel${Flavour:+-${Flavour}}-modules.list + sed -e 's/^lib*/%dir \/lib/' %{?zipsed} $RPM_BUILD_ROOT/module-dirs.list > ../kernel${Flavour:+-${Flavour}}-core.list + sed -e 's/^lib*/\/lib/' %{?zipsed} $RPM_BUILD_ROOT/modules.list >> ../kernel${Flavour:+-${Flavour}}-core.list + sed -e 's/^lib*/\/lib/' %{?zipsed} $RPM_BUILD_ROOT/mod-extra.list >> ../kernel${Flavour:+-${Flavour}}-modules-extra.list + sed -e 's/^lib*/\/lib/' %{?zipsed} $RPM_BUILD_ROOT/mod-internal.list >> ../kernel${Flavour:+-${Flavour}}-modules-internal.list + + # Cleanup + rm -f $RPM_BUILD_ROOT/k-d.list + rm -f $RPM_BUILD_ROOT/modules.list + rm -f $RPM_BUILD_ROOT/module-dirs.list + rm -f $RPM_BUILD_ROOT/mod-extra.list + rm -f $RPM_BUILD_ROOT/mod-internal.list + +%if %{signmodules} + if [ $DoModules -eq 1 ]; then + # Save the signing keys so we can sign the modules in __modsign_install_post + cp certs/signing_key.pem certs/signing_key.pem.sign${Flav} + cp certs/signing_key.x509 certs/signing_key.x509.sign${Flav} + fi %endif # Move the devel headers out of the root file system - %{log_msg "Move the devel headers to RPM_BUILD_ROOT"} mkdir -p $RPM_BUILD_ROOT/usr/src/kernels mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir @@ -3068,58 +1987,44 @@ BuildKernel() { # the F17 UsrMove feature. ln -sf $DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build -%if %{with_debuginfo} - # Generate vmlinux.h and put it to kernel-devel path - # zfcpdump build does not have btf anymore - if [ "$Variant" != "zfcpdump" ]; then - %{log_msg "Build the bootstrap bpftool to generate vmlinux.h"} - # Build the bootstrap bpftool to generate vmlinux.h - BuildBpftool - tools/bpf/bpftool/bootstrap/bpftool btf dump file vmlinux format c > $RPM_BUILD_ROOT/$DevelDir/vmlinux.h - fi -%endif - - %{log_msg "Cleanup kernel-devel and kernel-debuginfo files"} # prune junk from kernel-devel find $RPM_BUILD_ROOT/usr/src/kernels -name ".*.cmd" -delete - # prune junk from kernel-debuginfo - find $RPM_BUILD_ROOT/usr/src/kernels -name "*.mod.c" -delete + + # build a BLS config for this kernel + %{SOURCE53} "$KernelVer" "$RPM_BUILD_ROOT" "%{?variant}" # Red Hat UEFI Secure Boot CA cert, which can be used to authenticate the kernel - %{log_msg "Install certs"} mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer -%if %{signkernel} - install -m 0644 %{secureboot_ca_0} $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/kernel-signing-ca.cer + %ifarch x86_64 aarch64 + install -m 0644 %{secureboot_ca_0} $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/kernel-signing-ca-20200609.cer + install -m 0644 %{secureboot_ca_1} $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/kernel-signing-ca-20140212.cer + ln -s kernel-signing-ca-20200609.cer $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/kernel-signing-ca.cer + %else + install -m 0644 %{secureboot_ca_0} $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/kernel-signing-ca.cer + %endif %ifarch s390x ppc64le - if [ -x /usr/bin/rpm-sign ]; then - install -m 0644 %{secureboot_key_0} $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/%{signing_key_filename} + if [ $DoModules -eq 1 ]; then + if [ -x /usr/bin/rpm-sign ]; then + install -m 0644 %{secureboot_key_0} $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/%{signing_key_filename} + else + install -m 0644 certs/signing_key.x509.sign${Flav} $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/kernel-signing-ca.cer + openssl x509 -in certs/signing_key.pem.sign${Flav} -outform der -out $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/%{signing_key_filename} + chmod 0644 $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/%{signing_key_filename} + fi fi %endif -%endif -%if 0%{?rhel} - # Red Hat IMA code-signing cert, which is used to authenticate package files - install -m 0644 %{ima_signing_cert} $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/%{ima_cert_name} -%endif - -%if %{signmodules} - if [ $DoModules -eq 1 ]; then - # Save the signing keys so we can sign the modules in __modsign_install_post - cp certs/signing_key.pem certs/signing_key.pem.sign${Variant:++${Variant}} - cp certs/signing_key.x509 certs/signing_key.x509.sign${Variant:++${Variant}} - %ifarch s390x ppc64le - if [ ! -x /usr/bin/rpm-sign ]; then - install -m 0644 certs/signing_key.x509.sign${Variant:++${Variant}} $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/kernel-signing-ca.cer - openssl x509 -in certs/signing_key.pem.sign${Variant:++${Variant}} -outform der -out $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/%{signing_key_filename} - chmod 0644 $RPM_BUILD_ROOT%{_datadir}/doc/kernel-keys/$KernelVer/%{signing_key_filename} - fi - %endif +%if %{with_ipaclones} + MAXPROCS=$(echo %{?_smp_mflags} | sed -n 's/-j\s*\([0-9]\+\)/\1/p') + if [ -z "$MAXPROCS" ]; then + MAXPROCS=1 + fi + if [ "$Flavour" == "" ]; then + mkdir -p $RPM_BUILD_ROOT/$DevelDir-ipaclones + find . -name '*.ipa-clones' | xargs -i{} -r -n 1 -P $MAXPROCS install -m 644 -D "{}" "$RPM_BUILD_ROOT/$DevelDir-ipaclones/{}" fi %endif -%if %{with_gcov} - popd -%endif } ### @@ -3133,311 +2038,132 @@ mkdir -p $RPM_BUILD_ROOT%{_libexecdir} cd linux-%{KVERREL} + %if %{with_debug} -%if %{with_realtime} -BuildKernel %make_target %kernel_image %{_use_vdso} rt-debug -%endif - -%if %{with_realtime_arm64_64k} -BuildKernel %make_target %kernel_image %{_use_vdso} rt-64k-debug -%endif - -%if %{with_automotive} && !%{with_automotive_build} -BuildKernel %make_target %kernel_image %{_use_vdso} automotive-debug -%endif - -%if %{with_arm64_16k} -BuildKernel %make_target %kernel_image %{_use_vdso} 16k-debug -%endif - -%if %{with_arm64_64k} -BuildKernel %make_target %kernel_image %{_use_vdso} 64k-debug -%endif - -%if %{with_up} BuildKernel %make_target %kernel_image %{_use_vdso} debug %endif -%endif %if %{with_zfcpdump} BuildKernel %make_target %kernel_image %{_use_vdso} zfcpdump %endif -%if %{with_arm64_16k_base} -BuildKernel %make_target %kernel_image %{_use_vdso} 16k +%if %{with_pae} +BuildKernel %make_target %kernel_image %{use_vdso} lpae %endif -%if %{with_arm64_64k_base} -BuildKernel %make_target %kernel_image %{_use_vdso} 64k -%endif - -%if %{with_realtime_base} -BuildKernel %make_target %kernel_image %{_use_vdso} rt -%endif - -%if %{with_realtime_arm64_64k_base} -BuildKernel %make_target %kernel_image %{_use_vdso} rt-64k -%endif - -%if %{with_automotive_base} -BuildKernel %make_target %kernel_image %{_use_vdso} automotive -%endif - -%if %{with_up_base} +%if %{with_up} BuildKernel %make_target %kernel_image %{_use_vdso} %endif -%ifnarch noarch i686 %{nobuildarches} -%if !%{with_debug} && !%{with_zfcpdump} && !%{with_up} && !%{with_arm64_16k} && !%{with_arm64_64k} && !%{with_realtime} && !%{with_realtime_arm64_64k} && !%{with_automotive} +%ifnarch noarch i686 +%if !%{with_debug} && !%{with_zfcpdump} && !%{with_up} # If only building the user space tools, then initialize the build environment # and some variables so that the various userspace tools can be built. -%{log_msg "Initialize userspace tools build environment"} InitBuildVars -# Some tests build also modules, and need Module.symvers -if ! [[ -e Module.symvers ]] && [[ -f $DevelDir/Module.symvers ]]; then - %{log_msg "Found Module.symvers in DevelDir, copying to ."} - cp "$DevelDir/Module.symvers" . -fi %endif %endif -%ifarch aarch64 -%global perf_build_extra_opts CORESIGHT=1 -%endif %global perf_make \ - %{__make} %{?make_opts} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" EXTRA_CXXFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags} -Wl,-E" %{?cross_opts} -C tools/perf V=1 NO_PERF_READ_VDSO32=1 NO_PERF_READ_VDSOX32=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_STRLCPY=1 NO_BIONIC=1 LIBTRACEEVENT_DYNAMIC=1 %{?perf_build_extra_opts} prefix=%{_prefix} PYTHON=%{__python3} + %{__make} -s EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{?cross_opts} -C tools/perf V=1 NO_PERF_READ_VDSO32=1 NO_PERF_READ_VDSOX32=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_STRLCPY=1 NO_BIONIC=1 prefix=%{_prefix} PYTHON=%{__python3} %if %{with_perf} -%{log_msg "Build perf"} # perf # make sure check-headers.sh is executable chmod +x tools/perf/check-headers.sh %{perf_make} DESTDIR=$RPM_BUILD_ROOT all %endif -%if %{with_libperf} -%global libperf_make \ - %{__make} %{?make_opts} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{?cross_opts} -C tools/lib/perf V=1 - %{log_msg "build libperf"} -%{libperf_make} DESTDIR=$RPM_BUILD_ROOT -%endif - %global tools_make \ - CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" EXTRA_CFLAGS="${RPM_OPT_FLAGS}" %{make} %{?make_opts} - -%ifarch %{cpupowerarchs} - # link against in-tree libcpupower for idle state support - %global rtla_make %{tools_make} LDFLAGS="%{__global_ldflags} -L../../power/cpupower" INCLUDES="-I../../power/cpupower/lib" - # Build libcpupower Python bindings - %global libcpupower_python_bindings_make %{tools_make} LDFLAGS="-L%{buildroot}%{_libdir} -lcpupower" -%else - %global rtla_make %{tools_make} -%endif + %{make} CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" V=1 %if %{with_tools} - -%if %{with_ynl} -pushd tools/net/ynl -export PIP_CONFIG_FILE=/tmp/pip.config -cat < $PIP_CONFIG_FILE -[install] -no-index = true -no-build-isolation = false -EOF -%{tools_make} %{?_smp_mflags} DESTDIR=$RPM_BUILD_ROOT install -popd -%endif - %ifarch %{cpupowerarchs} # cpupower # make sure version-gen.sh is executable. chmod +x tools/power/cpupower/utils/version-gen.sh -%{log_msg "build cpupower"} -%{tools_make} %{?_smp_mflags} -C tools/power/cpupower CPUFREQ_BENCH=false DEBUG=false +%{tools_make} %{?_smp_mflags} -C tools/power/cpupower CPUFREQ_BENCH=false %ifarch x86_64 pushd tools/power/cpupower/debug/x86_64 - %{log_msg "build centrino-decode powernow-k8-decode"} %{tools_make} %{?_smp_mflags} centrino-decode powernow-k8-decode popd %endif %ifarch x86_64 pushd tools/power/x86/x86_energy_perf_policy/ - %{log_msg "build x86_energy_perf_policy"} %{tools_make} popd pushd tools/power/x86/turbostat - %{log_msg "build turbostat"} %{tools_make} popd pushd tools/power/x86/intel-speed-select - %{log_msg "build intel-speed-select"} - %{tools_make} - popd - pushd tools/arch/x86/intel_sdsi - %{log_msg "build intel_sdsi"} - %{tools_make} CFLAGS="${RPM_OPT_FLAGS}" + %{make} popd %endif %endif pushd tools/thermal/tmon/ -%{log_msg "build tmon"} -%{tools_make} -popd -pushd tools/bootconfig/ -%{log_msg "build bootconfig"} %{tools_make} popd pushd tools/iio/ -%{log_msg "build iio"} -%{tools_make} +# Needs to be fixed to pick up CFLAGS +%{__make} popd pushd tools/gpio/ -%{log_msg "build gpio"} -%{tools_make} -popd -# build VM tools -pushd tools/mm/ -%{log_msg "build slabinfo page_owner_sort"} -%{tools_make} slabinfo page_owner_sort -popd -pushd tools/verification/rv/ -%{log_msg "build rv"} -%{tools_make} -popd -pushd tools/tracing/rtla -%{log_msg "build rtla"} -%{rtla_make} +# Needs to be fixed to pick up CFLAGS +%{__make} popd %endif -#set RPM_VMLINUX_H -if [ -f $RPM_BUILD_ROOT/$DevelDir/vmlinux.h ]; then - RPM_VMLINUX_H=$RPM_BUILD_ROOT/$DevelDir/vmlinux.h -elif [ -f $DevelDir/vmlinux.h ]; then - RPM_VMLINUX_H=$DevelDir/vmlinux.h -fi -echo "${RPM_VMLINUX_H}" > ../vmlinux_h_path +%global bpftool_make \ + %{__make} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" EXTRA_LDFLAGS="%{__global_ldflags}" DESTDIR=$RPM_BUILD_ROOT V=1 +%if %{with_bpftool} +pushd tools/bpf/bpftool +%{bpftool_make} +popd +%endif %if %{with_selftests} -%{log_msg "start build selftests"} -# Unfortunately, samples/bpf/Makefile expects that the headers are installed -# in the source tree. We installed them previously to $RPM_BUILD_ROOT/usr -# but there's no way to tell the Makefile to take them from there. -%{log_msg "install headers for selftests"} -%{make} %{?_smp_mflags} headers_install - -# If we re building only tools without kernel, we need to generate config -# headers and prepare tree for modules building. The modules_prepare target -# will cover both. -if [ ! -f include/generated/autoconf.h ]; then - %{log_msg "modules_prepare for selftests"} - %{make} %{?_smp_mflags} modules_prepare -fi - -# Build BPFtool for samples/bpf -if [ ! -f tools/bpf/bpftool/bootstrap/bpftool ]; then - BuildBpftool -fi - -%{log_msg "build samples/bpf"} -%{make} %{?_smp_mflags} EXTRA_CXXFLAGS="${RPM_OPT_FLAGS}" ARCH=$Arch BPFTOOL=$(pwd)/tools/bpf/bpftool/bootstrap/bpftool V=1 M=samples/bpf/ VMLINUX_H="${RPM_VMLINUX_H}" || true - +%{make} -s %{?_smp_mflags} ARCH=$Arch V=1 samples/bpf/ pushd tools/testing/selftests # We need to install here because we need to call make with ARCH set which # doesn't seem possible to do in the install section. -%if %{selftests_must_build} - force_targets="FORCE_TARGETS=1" -%else - force_targets="" -%endif - -%{log_msg "main selftests compile"} - -# Some selftests (especially bpf) do not build with source fortification. -# Since selftests are not shipped, disable source fortification for them. -%global _fortify_level_bak %{_fortify_level} -%undefine _fortify_level -export CFLAGS="%{build_cflags}" -export CXXFLAGS="%{build_cxxflags}" - -%{make} %{?_smp_mflags} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" EXTRA_CXXFLAGS="${RPM_OPT_FLAGS}" EXTRA_LDFLAGS="%{__global_ldflags}" ARCH=$Arch V=1 TARGETS="bpf cgroup kmod mm net net/can net/forwarding net/hsr net/mptcp net/netfilter net/packetdrill tc-testing memfd drivers/net drivers/net/hw iommu cachestat pid_namespace rlimits timens pidfd capabilities clone3 exec filesystems firmware landlock mount mount_setattr move_mount_set_group nsfs openat2 proc safesetid seccomp tmpfs uevent vDSO" SKIP_TARGETS="" $force_targets INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests VMLINUX_H="${RPM_VMLINUX_H}" install - -# Restore the original level of source fortification -%define _fortify_level %{_fortify_level_bak} -export CFLAGS="%{build_cflags}" -export CXXFLAGS="%{build_cxxflags}" - -# 'make install' for bpf is broken and upstream refuses to fix it. -# Install the needed files manually. -%{log_msg "install selftests"} -for dir in bpf bpf/no_alu32 bpf/progs; do - # In ARK, the rpm build continues even if some of the selftests - # cannot be built. It's not always possible to build selftests, - # as upstream sometimes dependens on too new llvm version or has - # other issues. If something did not get built, just skip it. - test -d $dir || continue - mkdir -p %{buildroot}%{_libexecdir}/kselftests/$dir - find $dir -maxdepth 1 -type f \( -executable -o -name '*.py' -o -name settings -o \ - -name 'btf_dump_test_case_*.c' -o -name '*.ko' -o \ - -name '*.o' -exec sh -c 'readelf -h "{}" | grep -q "^ Machine:.*BPF"' \; \) -print0 | \ - xargs -0 cp -t %{buildroot}%{_libexecdir}/kselftests/$dir || true -done -%buildroot_save_unstripped "usr/libexec/kselftests/bpf/test_progs" -%buildroot_save_unstripped "usr/libexec/kselftests/bpf/test_progs-no_alu32" - -# The urandom_read binary doesn't pass the check-rpaths check and upstream -# refuses to fix it. So, we save it to buildroot_unstripped and delete it so it -# will be hidden from check-rpaths and will automatically get restored later. -%buildroot_save_unstripped "usr/libexec/kselftests/bpf/urandom_read" -%buildroot_save_unstripped "usr/libexec/kselftests/bpf/no_alu32/urandom_read" -rm -f %{buildroot}/usr/libexec/kselftests/bpf/urandom_read -rm -f %{buildroot}/usr/libexec/kselftests/bpf/no_alu32/urandom_read - -# Copy bpftool to kselftests so selftests is packaged with -# the full bpftool instead of bootstrap bpftool -cp ./bpf/tools/sbin/bpftool %{buildroot}%{_libexecdir}/kselftests/bpf/bpftool - +%{make} -s %{?_smp_mflags} ARCH=$Arch V=1 TARGETS="bpf livepatch net" INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests install popd -%{log_msg "end build selftests"} %endif %if %{with_doc} -%{log_msg "start install docs"} # Make the HTML pages. -%{log_msg "build html docs"} %{__make} PYTHON=/usr/bin/python3 htmldocs || %{doc_build_fail} # sometimes non-world-readable files sneak into the kernel source tree chmod -R a=rX Documentation find Documentation -type d | xargs chmod u+w -%{log_msg "end install docs"} %endif -# Module signing (modsign) +# In the modsign case, we do 3 things. 1) We check the "flavour" and hard +# code the value in the following invocations. This is somewhat sub-optimal +# but we're doing this inside of an RPM macro and it isn't as easy as it +# could be because of that. 2) We restore the .tmp_versions/ directory from +# the one we saved off in BuildKernel above. This is to make sure we're +# signing the modules we actually built/installed in that flavour. 3) We +# grab the arch and invoke mod-sign.sh command to actually sign the modules. # -# This must be run _after_ find-debuginfo.sh runs, otherwise that will strip -# the signature off of the modules. -# -# Don't sign modules for the zfcpdump variant as it is monolithic. -# -# Signs all kernel modules with the kernel module signing key for: -# - UEFI Secure Boot validation -# - Kernel lockdown mode support -# Also compresses modules with the configured compression algorithm if zipmodules=1. +# We have to do all of those things _after_ find-debuginfo runs, otherwise +# that will strip the signature off of the modules. # +# Don't sign modules for the zfcpdump flavour as it is monolithic. + %define __modsign_install_post \ if [ "%{signmodules}" -eq "1" ]; then \ - %{log_msg "Signing kernel modules ..."} \ - modules_dirs="$(shopt -s nullglob; echo $RPM_BUILD_ROOT/lib/modules/%{KVERREL}*)" \ - for modules_dir in $modules_dirs; do \ - variant_suffix="${modules_dir#$RPM_BUILD_ROOT/lib/modules/%{KVERREL}}" \ - [ "$variant_suffix" == "+zfcpdump" ] && continue \ - %{log_msg "Signing modules for %{KVERREL}${variant_suffix}"} \ - %{modsign_cmd} certs/signing_key.pem.sign${variant_suffix} certs/signing_key.x509.sign${variant_suffix} $modules_dir/ \ - done \ + if [ "%{with_pae}" -ne "0" ]; then \ + %{modsign_cmd} certs/signing_key.pem.sign+lpae certs/signing_key.x509.sign+lpae $RPM_BUILD_ROOT/lib/modules/%{KVERREL}+lpae/ \ + fi \ + if [ "%{with_debug}" -ne "0" ]; then \ + %{modsign_cmd} certs/signing_key.pem.sign+debug certs/signing_key.x509.sign+debug $RPM_BUILD_ROOT/lib/modules/%{KVERREL}+debug/ \ + fi \ + if [ "%{with_up}" -ne "0" ]; then \ + %{modsign_cmd} certs/signing_key.pem.sign certs/signing_key.x509.sign $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/ \ + fi \ fi \ if [ "%{zipmodules}" -eq "1" ]; then \ - %{log_msg "Compressing kernel modules ..."} \ - find $RPM_BUILD_ROOT/lib/modules/ -type f -name '*.ko' | xargs -n 16 -P${RPM_BUILD_NCPUS} -r %compression %compression_flags; \ + find $RPM_BUILD_ROOT/lib/modules/ -type f -name '*.ko' | xargs -P%{zcpu} xz; \ fi \ %{nil} @@ -3450,7 +2176,7 @@ find Documentation -type d | xargs chmod u+w %if %{with_debuginfo} -%ifnarch noarch %{nobuildarches} +%ifnarch noarch %global __debug_package 1 %files -f debugfiles.list debuginfo-common-%{_target_cpu} %endif @@ -3469,29 +2195,16 @@ find Documentation -type d | xargs chmod u+w rm -rf $RPM_BUILD_ROOT/usr/lib/debug/usr/src; \ %{nil} -# Make debugedit and gdb-add-index use target versions of tools -# when cross-compiling. This is supported since debugedit-5.1-5.fc42 -# https://inbox.sourceware.org/debugedit/20250220153858.963312-1-mark@klomp.org/ -%if %{with_cross} -%define __override_target_tools_for_debugedit \ - export OBJCOPY=%{_build_arch}-linux-gnu-objcopy \ - export NM=%{_build_arch}-linux-gnu-nm \ - export READELF=%{_build_arch}-linux-gnu-readelf \ -%{nil} -%endif - # # Disgusting hack alert! We need to ensure we sign modules *after* all # invocations of strip occur, which is in __debug_install_post if # find-debuginfo.sh runs, and __os_install_post if not. # %define __spec_install_post \ - %{?__override_target_tools_for_debugedit:%{__override_target_tools_for_debugedit}}\ %{?__debug_package:%{__debug_install_post}}\ %{__arch_install_post}\ %{__os_install_post}\ %{__remove_unwanted_dbginfo_install_post}\ - %{__restore_unstripped_root_post}\ %{__modsign_install_post} ### @@ -3502,17 +2215,12 @@ find Documentation -type d | xargs chmod u+w cd linux-%{KVERREL} -# re-define RPM_VMLINUX_H, because it doesn't carry over from %build -RPM_VMLINUX_H="$(cat ../vmlinux_h_path)" - %if %{with_doc} -docdir=$RPM_BUILD_ROOT%{_datadir}/doc/kernel-doc-%{specversion}-%{pkgrelease} +docdir=$RPM_BUILD_ROOT%{_datadir}/doc/kernel-doc-%{rpmversion} # copy the source over mkdir -p $docdir tar -h -f - --exclude=man --exclude='.*' -c Documentation | tar xf - -C $docdir -cat %{SOURCE2} | xz > $docdir/kernel.changelog.xz -chmod 0644 $docdir/kernel.changelog.xz # with_doc %endif @@ -3532,7 +2240,11 @@ find $RPM_BUILD_ROOT/usr/include \ %endif %if %{with_cross_headers} -HDR_ARCH_LIST='arm64 powerpc s390 x86 riscv' +%if 0%{?fedora} +HDR_ARCH_LIST='arm arm64 powerpc s390 x86' +%else +HDR_ARCH_LIST='arm64 powerpc s390 x86' +%endif mkdir -p $RPM_BUILD_ROOT/usr/tmp-headers for arch in $HDR_ARCH_LIST; do @@ -3553,19 +2265,19 @@ done rm -rf $RPM_BUILD_ROOT/usr/tmp-headers %endif -%if %{with_kernel_abi_stablelists} +%if %{with_kernel_abi_whitelists} # kabi directory INSTALL_KABI_PATH=$RPM_BUILD_ROOT/lib/modules/ mkdir -p $INSTALL_KABI_PATH # install kabi releases directories -tar -xvf %{SOURCE300} -C $INSTALL_KABI_PATH -# with_kernel_abi_stablelists +tar xjvf %{SOURCE300} -C $INSTALL_KABI_PATH +# with_kernel_abi_whitelists %endif %if %{with_perf} # perf tool binary and supporting scripts/binaries -%{perf_make} DESTDIR=$RPM_BUILD_ROOT lib=%{_lib} install-bin +%{perf_make} DESTDIR=$RPM_BUILD_ROOT lib=%{_lib} install-bin install-traceevent-plugins # remove the 'trace' symlink. rm -f %{buildroot}%{_bindir}/trace @@ -3575,7 +2287,12 @@ rm -f %{buildroot}%{_bindir}/trace # remove examples rm -rf %{buildroot}/usr/lib/perf/examples -rm -rf %{buildroot}/usr/lib/perf/include +# remove the stray files that somehow got packaged +rm -rf %{buildroot}/usr/lib/perf/include/bpf/bpf.h +rm -rf %{buildroot}/usr/lib/perf/include/bpf/stdio.h +rm -rf %{buildroot}/usr/lib/perf/include/bpf/linux/socket.h +rm -rf %{buildroot}/usr/lib/perf/include/bpf/pid_filter.h +rm -rf %{buildroot}/usr/lib/perf/include/bpf/unistd.h # python-perf extension %{perf_make} DESTDIR=$RPM_BUILD_ROOT install-python_ext @@ -3583,23 +2300,12 @@ rm -rf %{buildroot}/usr/lib/perf/include # perf man pages (note: implicit rpm magic compresses them later) mkdir -p %{buildroot}/%{_mandir}/man1 %{perf_make} DESTDIR=$RPM_BUILD_ROOT install-man - -# remove any tracevent files, eg. its plugins still gets built and installed, -# even if we build against system's libtracevent during perf build (by setting -# LIBTRACEEVENT_DYNAMIC=1 above in perf_make macro). Those files should already -# ship with libtraceevent package. -rm -rf %{buildroot}%{_libdir}/traceevent -%endif - -%if %{with_libperf} -%{libperf_make} DESTDIR=%{buildroot} prefix=%{_prefix} libdir=%{_libdir} install install_headers -# This is installed on some arches and we don't want to ship it -rm -rf %{buildroot}%{_libdir}/libperf.a %endif %if %{with_tools} %ifarch %{cpupowerarchs} -%{make} -C tools/power/cpupower DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir} libexecdir=%{_libexecdir} mandir=%{_mandir} unitdir=%{_unitdir} CPUFREQ_BENCH=false install +%{make} -C tools/power/cpupower DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir} mandir=%{_mandir} CPUFREQ_BENCH=false install +rm -f %{buildroot}%{_libdir}/*.{a,la} %find_lang cpupower mv cpupower.lang ../ %ifarch x86_64 @@ -3609,12 +2315,9 @@ mv cpupower.lang ../ popd %endif chmod 0755 %{buildroot}%{_libdir}/libcpupower.so* -%{log_msg "Build libcpupower Python bindings"} -pushd tools/power/cpupower/bindings/python -%{libcpupower_python_bindings_make} -%{log_msg "Install libcpupower Python bindings"} -%{make} INSTALL_DIR=$RPM_BUILD_ROOT%{python3_sitearch} install -popd +mkdir -p %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig +install -m644 %{SOURCE2000} %{buildroot}%{_unitdir}/cpupower.service +install -m644 %{SOURCE2001} %{buildroot}%{_sysconfdir}/sysconfig/cpupower %endif %ifarch x86_64 mkdir -p %{buildroot}%{_mandir}/man8 @@ -3625,50 +2328,30 @@ popd %{tools_make} DESTDIR=%{buildroot} install popd pushd tools/power/x86/intel-speed-select - %{tools_make} DESTDIR=%{buildroot} install - popd - pushd tools/arch/x86/intel_sdsi - %{tools_make} CFLAGS="${RPM_OPT_FLAGS}" DESTDIR=%{buildroot} BINDIR=%{_sbindir} install + %{tools_make} CFLAGS+="-D_GNU_SOURCE -Iinclude" DESTDIR=%{buildroot} install popd %endif pushd tools/thermal/tmon %{tools_make} INSTALL_ROOT=%{buildroot} install popd -pushd tools/bootconfig -%{tools_make} DESTDIR=%{buildroot} install -popd pushd tools/iio -%{tools_make} DESTDIR=%{buildroot} install +%{__make} DESTDIR=%{buildroot} install popd pushd tools/gpio -%{tools_make} DESTDIR=%{buildroot} install +%{__make} DESTDIR=%{buildroot} install popd -install -m644 -D %{SOURCE2002} %{buildroot}%{_sysconfdir}/logrotate.d/kvm_stat pushd tools/kvm/kvm_stat %{__make} INSTALL_ROOT=%{buildroot} install-tools %{__make} INSTALL_ROOT=%{buildroot} install-man -install -m644 -D kvm_stat.service %{buildroot}%{_unitdir}/kvm_stat.service popd -# install VM tools -pushd tools/mm/ -install -m755 slabinfo %{buildroot}%{_bindir}/slabinfo -install -m755 page_owner_sort %{buildroot}%{_bindir}/page_owner_sort -popd -pushd tools/verification/rv/ -%{tools_make} DESTDIR=%{buildroot} install -popd -pushd tools/tracing/rtla/ -%{tools_make} DESTDIR=%{buildroot} install -rm -f %{buildroot}%{_bindir}/hwnoise -rm -f %{buildroot}%{_bindir}/osnoise -rm -f %{buildroot}%{_bindir}/timerlat -(cd %{buildroot} +%endif - ln -sf rtla ./%{_bindir}/hwnoise - ln -sf rtla ./%{_bindir}/osnoise - ln -sf rtla ./%{_bindir}/timerlat -) +%if %{with_bpftool} +pushd tools/bpf/bpftool +%{bpftool_make} prefix=%{_prefix} bash_compdir=%{_sysconfdir}/bash_completion.d/ mandir=%{_mandir} install doc-install popd +# man-pages packages this (rhbz #1686954, #1918707) +rm %{buildroot}%{_mandir}/man7/bpf-helpers.7 %endif %if %{with_selftests} @@ -3682,7 +2365,6 @@ install -m755 *.sh %{buildroot}%{_libexecdir}/ksamples/bpf # test_lwt_bpf.sh compiles test_lwt_bpf.c when run; this works only from the # kernel tree. Just remove it. rm %{buildroot}%{_libexecdir}/ksamples/bpf/test_lwt_bpf.sh -install -m644 *_kern.o %{buildroot}%{_libexecdir}/ksamples/bpf || true install -m644 tcp_bpf.readme %{buildroot}%{_libexecdir}/ksamples/bpf popd # install pktgen samples @@ -3692,229 +2374,42 @@ find . -type f -executable -exec install -m755 {} %{buildroot}%{_libexecdir}/ksa find . -type f ! -executable -exec install -m644 {} %{buildroot}%{_libexecdir}/ksamples/pktgen/{} \; popd popd -# install mm selftests -pushd tools/testing/selftests/mm -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/mm/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/mm/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/mm/{} \; -popd -# install cgroup selftests -pushd tools/testing/selftests/cgroup -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/cgroup/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/cgroup/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/cgroup/{} \; -popd -# install drivers/net selftests -pushd tools/testing/selftests/drivers/net -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/drivers/net/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/drivers/net/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/drivers/net/{} \; -popd # install drivers/net/mlxsw selftests pushd tools/testing/selftests/drivers/net/mlxsw find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/drivers/net/mlxsw/{} \; find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/drivers/net/mlxsw/{} \; find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/drivers/net/mlxsw/{} \; popd -# install drivers/net/hw selftests -pushd tools/testing/selftests/drivers/net/hw -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/drivers/net/hw/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/drivers/net/hw/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/drivers/net/hw/{} \; -popd -# install drivers/net/netdevsim selftests -pushd tools/testing/selftests/drivers/net/netdevsim -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/drivers/net/netdevsim/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/drivers/net/netdevsim/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/drivers/net/netdevsim/{} \; -popd -# install drivers/net/bonding selftests -pushd tools/testing/selftests/drivers/net/bonding -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/drivers/net/bonding/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/drivers/net/bonding/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/drivers/net/bonding/{} \; -popd -# install net/can selftests -pushd tools/testing/selftests/net/can -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/net/can/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/net/can/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/net/can/{} \; -popd # install net/forwarding selftests pushd tools/testing/selftests/net/forwarding find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/net/forwarding/{} \; find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/net/forwarding/{} \; find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/net/forwarding/{} \; popd -# install net/hsr selftests -pushd tools/testing/selftests/net/hsr -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/net/hsr/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/net/hsr/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/net/hsr/{} \; -popd -# install net/mptcp selftests -pushd tools/testing/selftests/net/mptcp -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/net/mptcp/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/net/mptcp/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/net/mptcp/{} \; -popd # install tc-testing selftests pushd tools/testing/selftests/tc-testing find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/tc-testing/{} \; find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/tc-testing/{} \; find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/tc-testing/{} \; popd -# install net/netfilter selftests -pushd tools/testing/selftests/net/netfilter -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/net/netfilter/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/net/netfilter/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/net/netfilter/{} \; -popd -# install net/packetdrill selftests -pushd tools/testing/selftests/net/packetdrill -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/net/packetdrill/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/net/packetdrill/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/net/packetdrill/{} \; +# install livepatch selftests +pushd tools/testing/selftests/livepatch +find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/livepatch/{} \; +find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/livepatch/{} \; +find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/livepatch/{} \; popd +%endif -# install memfd selftests -pushd tools/testing/selftests/memfd -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/memfd/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/memfd/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/memfd/{} \; -popd -# install iommu selftests -pushd tools/testing/selftests/iommu -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/iommu/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/iommu/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/iommu/{} \; -popd -# install rlimits selftests -pushd tools/testing/selftests/rlimits -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/rlimits/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/rlimits/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/rlimits/{} \; -popd -# install pid_namespace selftests -pushd tools/testing/selftests/pid_namespace -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/pid_namespace/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/pid_namespace/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/pid_namespace/{} \; -popd -# install timens selftests -pushd tools/testing/selftests/timens -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/timens/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/timens/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/timens/{} \; -popd -# install pidfd selftests -pushd tools/testing/selftests/pidfd -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/pidfd/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/pidfd/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/pidfd/{} \; -popd -# install capabilities selftests -pushd tools/testing/selftests/capabilities -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/capabilities/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/capabilities/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/capabilities/{} \; -popd -# install clone3 selftests -pushd tools/testing/selftests/clone3 -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/clone3/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/clone3/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/clone3/{} \; -popd -# install exec selftests -pushd tools/testing/selftests/exec -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/exec/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/exec/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/exec/{} \; -popd -# install filesystems selftests -pushd tools/testing/selftests/filesystems -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/filesystems/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/filesystems/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/filesystems/{} \; -popd -# install firmware selftests -pushd tools/testing/selftests/firmware -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/firmware/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/firmware/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/firmware/{} \; -popd -# install landlock selftests -pushd tools/testing/selftests/landlock -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/landlock/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/landlock/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/landlock/{} \; -popd -# install mount selftests -pushd tools/testing/selftests/mount -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/mount/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/mount/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/mount/{} \; -popd -# install mount_setattr selftests -pushd tools/testing/selftests/mount_setattr -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/mount_setattr/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/mount_setattr/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/mount_setattr/{} \; -popd -# install move_mount_set_group selftests -pushd tools/testing/selftests/move_mount_set_group -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/move_mount_set_group/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/move_mount_set_group/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/move_mount_set_group/{} \; -popd -# install nsfs selftests -pushd tools/testing/selftests/nsfs -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/nsfs/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/nsfs/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/nsfs/{} \; -popd -# install openat2 selftests -pushd tools/testing/selftests/openat2 -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/openat2/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/openat2/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/openat2/{} \; -popd -# install proc selftests -pushd tools/testing/selftests/proc -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/proc/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/proc/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/proc/{} \; -popd -# install safesetid selftests -pushd tools/testing/selftests/safesetid -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/safesetid/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/safesetid/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/safesetid/{} \; -popd -# install seccomp selftests -pushd tools/testing/selftests/seccomp -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/seccomp/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/seccomp/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/seccomp/{} \; -popd -# install tmpfs selftests -pushd tools/testing/selftests/tmpfs -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/tmpfs/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/tmpfs/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/tmpfs/{} \; -popd -# install uevent selftests -pushd tools/testing/selftests/uevent -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/uevent/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/uevent/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/uevent/{} \; -popd -# install vDSO selftests -pushd tools/testing/selftests/vDSO -find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/vDSO/{} \; -find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/vDSO/{} \; -find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/vDSO/{} \; -popd +# We have to do the headers checksum calculation after the tools install because +# these might end up installing their own set of headers on top of kernel's +%if %{with_headers} +# compute a content hash to export as Provides: kernel-headers-checksum +HEADERS_CHKSUM=$(export LC_ALL=C; find $RPM_BUILD_ROOT/usr/include -type f -name "*.h" \ + ! -path $RPM_BUILD_ROOT/usr/include/linux/version.h | \ + sort | xargs cat | sha1sum - | cut -f 1 -d ' '); +# export the checksum via usr/include/linux/version.h, so the dynamic +# find-provides can grab the hash to update it accordingly +echo "#define KERNEL_HEADERS_CHECKSUM \"$HEADERS_CHKSUM\"" >> $RPM_BUILD_ROOT/usr/include/linux/version.h %endif ### @@ -3926,10 +2421,10 @@ popd ### %if %{with_tools} -%post -n %{name}-tools-libs +%post -n kernel-tools-libs /sbin/ldconfig -%postun -n %{name}-tools-libs +%postun -n kernel-tools-libs /sbin/ldconfig %endif @@ -3940,16 +2435,6 @@ popd # a far more sophisticated hardlink implementation. # https://github.com/projectatomic/rpm-ostree/commit/58a79056a889be8814aa51f507b2c7a4dccee526 # -# The deletion of *.hardlink-temporary files is a temporary workaround -# for this bug in the hardlink binary (fixed in util-linux 2.38): -# https://github.com/util-linux/util-linux/issues/1602 -# -# Arguments: -# %1 - Variant name (e.g., "debug", "rt"), or empty for stock kernel -# Handles: -# - Hardlinking duplicate files across kernel-devel packages to save space -# - Building scripts and resolve_btfids for cross-compiled kernels (with_cross) -# %define kernel_devel_post() \ %{expand:%%post %{?1:%{1}-}devel}\ if [ -f /etc/sysconfig/kernel ]\ @@ -3960,15 +2445,9 @@ if [ "$HARDLINK" != "no" -a -x /usr/bin/hardlink -a ! -e /run/ostree-booted ] \ then\ (cd /usr/src/kernels/%{KVERREL}%{?1:+%{1}} &&\ /usr/bin/find . -type f | while read f; do\ - hardlink -c /usr/src/kernels/*%{?dist}.*/$f $f > /dev/null\ - done;\ - /usr/bin/find /usr/src/kernels -type f -name '*.hardlink-temporary' -delete\ - )\ + hardlink -c /usr/src/kernels/*%{?dist}.*/$f $f\ + done)\ fi\ -%if %{with_cross}\ - echo "Building scripts and resolve_btfids"\ - env --unset=ARCH make -C /usr/src/kernels/%{KVERREL}%{?1:+%{1}} prepare_after_cross\ -%endif\ %{nil} # @@ -3997,91 +2476,32 @@ fi\ /sbin/depmod -a %{KVERREL}%{?1:+%{1}}\ %{nil} -# -# This macro defines a %%post script for a kernel*-modules-partner package. -# It also defines a %%postun script that does the same thing. -# %%kernel_modules_partner_post [] -# -%define kernel_modules_partner_post() \ -%{expand:%%post %{?1:%{1}-}modules-partner}\ -/sbin/depmod -a %{KVERREL}%{?1:+%{1}}\ -%{nil}\ -%{expand:%%postun %{?1:%{1}-}modules-partner}\ -/sbin/depmod -a %{KVERREL}%{?1:+%{1}}\ -%{nil} - # # This macro defines a %%post script for a kernel*-modules package. # It also defines a %%postun script that does the same thing. # %%kernel_modules_post [] # -# Arguments: -# %1 - Variant name (e.g., "debug", "rt"), or empty for stock kernel -# Handles: -# - Running depmod to update module dependencies -# - Deferring dracut regeneration until posttrans (if kernel-core not yet installed) -# - Running dracut in posttrans to build initramfs -# %define kernel_modules_post() \ %{expand:%%post %{?1:%{1}-}modules}\ /sbin/depmod -a %{KVERREL}%{?1:+%{1}}\ -if [ -f /lib/modules/%{KVERREL}%{?1:+%{1}}/vmlinuz ] &&\ -[ -f /boot/initramfs-%{KVERREL}%{?1:+%{1}}.img ] &&\ -[ ! -f %{_localstatedir}/lib/rpm-state/%{name}/installing_core_%{KVERREL}%{?1:+%{1}} ]; then\ - mkdir -p %{_localstatedir}/lib/rpm-state/%{name}\ - touch %{_localstatedir}/lib/rpm-state/%{name}/need_to_run_dracut_%{KVERREL}%{?1:+%{1}}\ -fi\ %{nil}\ %{expand:%%postun %{?1:%{1}-}modules}\ /sbin/depmod -a %{KVERREL}%{?1:+%{1}}\ -%{nil}\ -%{expand:%%posttrans %{?1:%{1}-}modules}\ -if [ -f %{_localstatedir}/lib/rpm-state/%{name}/need_to_run_dracut_%{KVERREL}%{?1:+%{1}} ]; then\ - rm -f %{_localstatedir}/lib/rpm-state/%{name}/need_to_run_dracut_%{KVERREL}%{?1:+%{1}}\ - echo "Running: dracut -f --kver %{KVERREL}%{?1:+%{1}} /boot/initramfs-%{KVERREL}%{?1:+%{1}}.img"\ - dracut -f --kver "%{KVERREL}%{?1:+%{1}}" /boot/initramfs-%{KVERREL}%{?1:+%{1}}.img || exit $?\ -fi\ -%{nil} - -# -# This macro defines a %%post script for a kernel*-modules-core package. -# %%kernel_modules_core_post [] -# -%define kernel_modules_core_post() \ -%{expand:%%posttrans %{?1:%{1}-}modules-core}\ -/sbin/depmod -a %{KVERREL}%{?1:+%{1}}\ %{nil} # This macro defines a %%posttrans script for a kernel package. -# %%kernel_variant_posttrans [-v ] [-u uki-suffix] +# %%kernel_variant_posttrans [] # More text can follow to go at the end of this variant's %%post. # -# Options: -# -v : Variant name (e.g., "debug", "rt") -# -u : UKI suffix for unified kernel image packages -# Handles: -# - weak-modules integration (RHEL only) -# - kernel-install for bootloader setup -# - symvers installation to /boot -# -%define kernel_variant_posttrans(v:u:) \ -%{expand:%%posttrans %{?-v:%{-v*}-}%{!?-u*:core}%{?-u*:uki-%{-u*}}}\ +%define kernel_variant_posttrans() \ +%{expand:%%posttrans %{?1:%{1}-}core}\ %if 0%{!?fedora:1}\ -%if !%{with_automotive}\ if [ -x %{_sbindir}/weak-modules ]\ then\ - %{_sbindir}/weak-modules --add-kernel %{KVERREL}%{?-v:+%{-v*}} || exit $?\ + %{_sbindir}/weak-modules --add-kernel %{KVERREL}%{?1:+%{1}} || exit $?\ fi\ %endif\ -%endif\ -rm -f %{_localstatedir}/lib/rpm-state/%{name}/installing_core_%{KVERREL}%{?-v:+%{-v*}}\ -/bin/kernel-install add %{KVERREL}%{?-v:+%{-v*}} /lib/modules/%{KVERREL}%{?-v:+%{-v*}}/vmlinuz%{?-u:-%{-u*}.efi} || exit $?\ -if [[ ! -e "/boot/symvers-%{KVERREL}%{?-v:+%{-v*}}.%compext" ]]; then\ - cp "/lib/modules/%{KVERREL}%{?-v:+%{-v*}}/symvers.%compext" "/boot/symvers-%{KVERREL}%{?-v:+%{-v*}}.%compext"\ - if command -v restorecon &>/dev/null; then\ - restorecon "/boot/symvers-%{KVERREL}%{?-v:+%{-v*}}.%compext"\ - fi\ -fi\ +/bin/kernel-install add %{KVERREL}%{?1:+%{1}} /lib/modules/%{KVERREL}%{?1:+%{1}}/vmlinuz || exit $?\ %{nil} # @@ -4089,163 +2509,53 @@ fi\ # %%kernel_variant_post [-v ] [-r ] # More text can follow to go at the end of this variant's %%post. # -# Options: -# -v : Variant name (e.g., "debug", "rt") -# -r : Kernel name to replace in /etc/sysconfig/kernel DEFAULTKERNEL -# (for setting this variant as the new default) -# Expands to multiple post scripts for: -# - kernel-devel -# - kernel-modules, kernel-modules-core, kernel-modules-extra, kernel-modules-internal -# - kernel-modules-partner (RHEL only) -# - kernel-core -# - kernel posttrans -# %define kernel_variant_post(v:r:) \ %{expand:%%kernel_devel_post %{?-v*}}\ %{expand:%%kernel_modules_post %{?-v*}}\ -%{expand:%%kernel_modules_core_post %{?-v*}}\ %{expand:%%kernel_modules_extra_post %{?-v*}}\ %{expand:%%kernel_modules_internal_post %{?-v*}}\ -%if 0%{!?fedora:1}\ -%{expand:%%kernel_modules_partner_post %{?-v*}}\ -%endif\ -%{expand:%%kernel_variant_posttrans %{?-v*:-v %{-v*}}}\ +%{expand:%%kernel_variant_posttrans %{?-v*}}\ %{expand:%%post %{?-v*:%{-v*}-}core}\ %{-r:\ if [ `uname -i` == "x86_64" -o `uname -i` == "i386" ] &&\ [ -f /etc/sysconfig/kernel ]; then\ /bin/sed -r -i -e 's/^DEFAULTKERNEL=%{-r*}$/DEFAULTKERNEL=kernel%{?-v:-%{-v*}}/' /etc/sysconfig/kernel || exit $?\ fi}\ -mkdir -p %{_localstatedir}/lib/rpm-state/%{name}\ -touch %{_localstatedir}/lib/rpm-state/%{name}/installing_core_%{KVERREL}%{?-v:+%{-v*}}\ %{nil} # # This macro defines a %%preun script for a kernel package. -# %%kernel_variant_preun [-v ] [-u uki-suffix] [-e] -# Add kernel-install's --entry-type=type1|type2|all option (if supported) to limit removal -# to a specific boot entry type. +# %%kernel_variant_preun # -# Options: -# -v : Variant name (e.g., "debug", "rt") -# -u : UKI suffix for unified kernel image packages -# -e: Add --entry-type flag to kernel-install (for selective boot entry removal) -# Handles: -# - kernel-install remove for bootloader cleanup -# - weak-modules --remove-kernel (RHEL only) -# -%define kernel_variant_preun(v:u:e) \ -%{expand:%%preun %{?-v:%{-v*}-}%{!?-u*:core}%{?-u*:uki-%{-u*}}}\ -entry_type=""\ -%{-e: \ -/bin/kernel-install --help|grep -q -- '--entry-type=' &&\ - entry_type="--entry-type %{!?-u:type1}%{?-u:type2}" \ -}\ -/bin/kernel-install remove %{KVERREL}%{?-v:+%{-v*}} $entry_type || exit $?\ -%if !%{with_automotive}\ +%define kernel_variant_preun() \ +%{expand:%%preun %{?1:%{1}-}core}\ +/bin/kernel-install remove %{KVERREL}%{?1:+%{1}} /lib/modules/%{KVERREL}%{?1:+%{1}}/vmlinuz || exit $?\ if [ -x %{_sbindir}/weak-modules ]\ then\ - %{_sbindir}/weak-modules --remove-kernel %{KVERREL}%{?-v:+%{-v*}} || exit $?\ + %{_sbindir}/weak-modules --remove-kernel %{KVERREL}%{?1:+%{1}} || exit $?\ fi\ -%endif\ %{nil} -%if %{with_up_base} && %{with_efiuki} -%kernel_variant_posttrans -u virt -%kernel_variant_preun -u virt -e +%kernel_variant_preun +%kernel_variant_post -r kernel-smp + +%if %{with_pae} +%kernel_variant_preun lpae +%kernel_variant_post -v lpae -r (kernel|kernel-smp) %endif -%if %{with_up_base} -%kernel_variant_preun -e -%kernel_variant_post -%endif +%kernel_variant_preun debug +%kernel_variant_post -v debug %if %{with_zfcpdump} -%kernel_variant_preun -v zfcpdump +%kernel_variant_preun zfcpdump %kernel_variant_post -v zfcpdump %endif -%if %{with_up} && %{with_debug} && %{with_efiuki} -%kernel_variant_posttrans -v debug -u virt -%kernel_variant_preun -v debug -u virt -e -%endif - -%if %{with_up} && %{with_debug} -%kernel_variant_preun -v debug -e -%kernel_variant_post -v debug -%endif - -%if %{with_arm64_16k_base} -%kernel_variant_preun -v 16k -e -%kernel_variant_post -v 16k -%endif - -%if %{with_debug} && %{with_arm64_16k} -%kernel_variant_preun -v 16k-debug -e -%kernel_variant_post -v 16k-debug -%endif - -%if %{with_arm64_16k} && %{with_debug} && %{with_efiuki} -%kernel_variant_posttrans -v 16k-debug -u virt -%kernel_variant_preun -v 16k-debug -u virt -e -%endif - -%if %{with_arm64_16k_base} && %{with_efiuki} -%kernel_variant_posttrans -v 16k -u virt -%kernel_variant_preun -v 16k -u virt -e -%endif - -%if %{with_arm64_64k_base} -%kernel_variant_preun -v 64k -e -%kernel_variant_post -v 64k -%endif - -%if %{with_debug} && %{with_arm64_64k} -%kernel_variant_preun -v 64k-debug -e -%kernel_variant_post -v 64k-debug -%endif - -%if %{with_arm64_64k} && %{with_debug} && %{with_efiuki} -%kernel_variant_posttrans -v 64k-debug -u virt -%kernel_variant_preun -v 64k-debug -u virt -e -%endif - -%if %{with_arm64_64k_base} && %{with_efiuki} -%kernel_variant_posttrans -v 64k -u virt -%kernel_variant_preun -v 64k -u virt -e -%endif - -%if %{with_realtime_base} -%kernel_variant_preun -v rt -%kernel_variant_post -v rt -r kernel -%endif - -%if %{with_automotive_base} -%kernel_variant_preun -v automotive -%kernel_variant_post -v automotive -r kernel -%endif - -%if %{with_realtime} && %{with_debug} -%kernel_variant_preun -v rt-debug -%kernel_variant_post -v rt-debug -%endif - -%if %{with_realtime_arm64_64k_base} -%kernel_variant_preun -v rt-64k -%kernel_variant_post -v rt-64k -%kernel_kvm_post rt-64k -%endif - -%if %{with_debug} && %{with_realtime_arm64_64k} -%kernel_variant_preun -v rt-64k-debug -%kernel_variant_post -v rt-64k-debug -%kernel_kvm_post rt-64k-debug -%endif - -%if %{with_automotive} && %{with_debug} && !%{with_automotive_build} -%kernel_variant_preun -v automotive-debug -%kernel_variant_post -v automotive-debug -%endif +if [ -x /sbin/ldconfig ] +then + /sbin/ldconfig -X || exit $? +fi ### ### file lists @@ -4254,10 +2564,6 @@ fi\ %if %{with_headers} %files headers /usr/include/* -%exclude %{_includedir}/cpufreq.h -%if %{with_ynl} -%exclude %{_includedir}/ynl -%endif %endif %if %{with_cross_headers} @@ -4265,14 +2571,14 @@ fi\ /usr/*-linux-gnu/include/* %endif -%if %{with_kernel_abi_stablelists} -%files -n %{name}-abi-stablelists +%if %{with_kernel_abi_whitelists} +%files -n kernel-abi-whitelists /lib/modules/kabi-* %endif %if %{with_kabidw_base} -%ifarch x86_64 s390x ppc64 ppc64le aarch64 riscv64 -%files kernel-kabidw-base-internal +%ifarch x86_64 s390x ppc64 ppc64le aarch64 +%files kabidw-base %defattr(-,root,root) /kabidw-base/%{_target_cpu}/* %endif @@ -4282,26 +2588,27 @@ fi\ %if %{with_doc} %files doc %defattr(-,root,root) -%{_datadir}/doc/kernel-doc-%{specversion}-%{pkgrelease}/Documentation/* -%dir %{_datadir}/doc/kernel-doc-%{specversion}-%{pkgrelease}/Documentation -%dir %{_datadir}/doc/kernel-doc-%{specversion}-%{pkgrelease} -%{_datadir}/doc/kernel-doc-%{specversion}-%{pkgrelease}/kernel.changelog.xz +%{_datadir}/doc/kernel-doc-%{rpmversion}/Documentation/* +%dir %{_datadir}/doc/kernel-doc-%{rpmversion}/Documentation +%dir %{_datadir}/doc/kernel-doc-%{rpmversion} %endif %if %{with_perf} %files -n perf %{_bindir}/perf %{_libdir}/libperf-jvmti.so +%dir %{_libdir}/traceevent/plugins +%{_libdir}/traceevent/plugins/* %dir %{_libexecdir}/perf-core %{_libexecdir}/perf-core/* +%{_datadir}/perf-core/* %{_mandir}/man[1-8]/perf* %{_sysconfdir}/bash_completion.d/perf %doc linux-%{KVERREL}/tools/perf/Documentation/examples.txt %{_docdir}/perf-tip/tips.txt -%{_includedir}/perf/perf_dlfilter.h %files -n python3-perf -%{python3_sitearch}/perf* +%{python3_sitearch}/* %if %{with_debuginfo} %files -f perf-debuginfo.list -n perf-debuginfo @@ -4311,67 +2618,30 @@ fi\ # with_perf %endif -%if %{with_libperf} -%files -n libperf -%{_libdir}/libperf.so.0 -%{_libdir}/libperf.so.0.0.1 - -%files -n libperf-devel -%{_libdir}/libperf.so -%{_libdir}/pkgconfig/libperf.pc -%{_includedir}/internal/*.h -%{_includedir}/perf/bpf_perf.h -%{_includedir}/perf/core.h -%{_includedir}/perf/cpumap.h -%{_includedir}/perf/event.h -%{_includedir}/perf/evlist.h -%{_includedir}/perf/evsel.h -%{_includedir}/perf/mmap.h -%{_includedir}/perf/threadmap.h -%{_mandir}/man3/libperf.3.gz -%{_mandir}/man7/libperf-counting.7.gz -%{_mandir}/man7/libperf-sampling.7.gz -%{_docdir}/libperf/examples/sampling.c -%{_docdir}/libperf/examples/counting.c -%{_docdir}/libperf/html/libperf.html -%{_docdir}/libperf/html/libperf-counting.html -%{_docdir}/libperf/html/libperf-sampling.html - -%if %{with_debuginfo} -%files -f libperf-debuginfo.list -n libperf-debuginfo -%endif - -# with_libperf -%endif - - %if %{with_tools} %ifnarch %{cpupowerarchs} -%files -n %{name}-tools +%files -n kernel-tools %else -%files -n %{name}-tools -f cpupower.lang +%files -n kernel-tools -f cpupower.lang %{_bindir}/cpupower -%{_libexecdir}/cpupower -%{_unitdir}/cpupower.service -%config(noreplace) %{_sysconfdir}/cpupower-service.conf %{_datadir}/bash-completion/completions/cpupower %ifarch x86_64 %{_bindir}/centrino-decode %{_bindir}/powernow-k8-decode %endif +%{_unitdir}/cpupower.service %{_mandir}/man[1-8]/cpupower* +%config(noreplace) %{_sysconfdir}/sysconfig/cpupower %ifarch x86_64 %{_bindir}/x86_energy_perf_policy %{_mandir}/man8/x86_energy_perf_policy* %{_bindir}/turbostat %{_mandir}/man8/turbostat* %{_bindir}/intel-speed-select -%{_sbindir}/intel_sdsi %endif # cpupowerarchs %endif %{_bindir}/tmon -%{_bindir}/bootconfig %{_bindir}/iio_event_monitor %{_bindir}/iio_generic_buffer %{_bindir}/lsiio @@ -4381,70 +2651,46 @@ fi\ %{_bindir}/gpio-watch %{_mandir}/man1/kvm_stat* %{_bindir}/kvm_stat -%{_unitdir}/kvm_stat.service -%config(noreplace) %{_sysconfdir}/logrotate.d/kvm_stat -%{_bindir}/page_owner_sort -%{_bindir}/slabinfo -%if %{with_ynl} -%{_bindir}/ynl* -%{_docdir}/ynl -%{_datadir}/ynl -%{python3_sitelib}/pyynl* -%endif %if %{with_debuginfo} -%files -f %{name}-tools-debuginfo.list -n %{name}-tools-debuginfo +%files -f kernel-tools-debuginfo.list -n kernel-tools-debuginfo %endif -%files -n %{name}-tools-libs %ifarch %{cpupowerarchs} -%{_libdir}/libcpupower.so.1 -%{_libdir}/libcpupower.so.1.0.1 -%endif +%files -n kernel-tools-libs +%{_libdir}/libcpupower.so.0 +%{_libdir}/libcpupower.so.0.0.1 -%files -n %{name}-tools-libs-devel -%ifarch %{cpupowerarchs} +%files -n kernel-tools-libs-devel %{_libdir}/libcpupower.so %{_includedir}/cpufreq.h -%{_includedir}/cpuidle.h -%{_includedir}/powercap.h -# libcpupower Python bindings -%{python3_sitearch}/_raw_pylibcpupower.so -%{python3_sitearch}/raw_pylibcpupower.py -%{python3_sitearch}/__pycache__/raw_pylibcpupower* - %endif -%if %{with_ynl} -%{_libdir}/libynl* -%{_includedir}/ynl -%endif - -%files -n rtla -%{_bindir}/rtla -%{_bindir}/hwnoise -%{_bindir}/osnoise -%{_bindir}/timerlat -%{_mandir}/man1/rtla-hwnoise.1.gz -%{_mandir}/man1/rtla-osnoise-hist.1.gz -%{_mandir}/man1/rtla-osnoise-top.1.gz -%{_mandir}/man1/rtla-osnoise.1.gz -%{_mandir}/man1/rtla-timerlat-hist.1.gz -%{_mandir}/man1/rtla-timerlat-top.1.gz -%{_mandir}/man1/rtla-timerlat.1.gz -%{_mandir}/man1/rtla.1.gz - -%files -n rv -%{_bindir}/rv -%{_mandir}/man1/rv-list.1.gz -%{_mandir}/man1/rv-mon-wip.1.gz -%{_mandir}/man1/rv-mon-wwnr.1.gz -%{_mandir}/man1/rv-mon.1.gz -%{_mandir}/man1/rv-mon-sched.1.gz -%{_mandir}/man1/rv.1.gz - # with_tools %endif +%if %{with_bpftool} +%files -n bpftool +%{_sbindir}/bpftool +%{_sysconfdir}/bash_completion.d/bpftool +%{_mandir}/man8/bpftool-cgroup.8.gz +%{_mandir}/man8/bpftool-gen.8.gz +%{_mandir}/man8/bpftool-iter.8.gz +%{_mandir}/man8/bpftool-link.8.gz +%{_mandir}/man8/bpftool-map.8.gz +%{_mandir}/man8/bpftool-prog.8.gz +%{_mandir}/man8/bpftool-perf.8.gz +%{_mandir}/man8/bpftool.8.gz +%{_mandir}/man8/bpftool-net.8.gz +%{_mandir}/man8/bpftool-feature.8.gz +%{_mandir}/man8/bpftool-btf.8.gz +%{_mandir}/man8/bpftool-struct_ops.8.gz + +%if %{with_debuginfo} +%files -f bpftool-debuginfo.list -n bpftool-debuginfo +%defattr(-,root,root) +%endif +%endif + %if %{with_selftests} %files selftests-internal %{_libexecdir}/ksamples @@ -4452,10 +2698,15 @@ fi\ %endif # empty meta-package -%if %{with_up_base} %ifnarch %nobuildarches noarch %files %endif + +%if %{with_gcov} +%ifarch x86_64 s390x ppc64le aarch64 +%files gcov +%{_builddir} +%endif %endif # This is %%{image_install_path} on an arch where that includes ELF files, @@ -4465,2772 +2716,158 @@ fi\ # # This macro defines the %%files sections for a kernel package # and its devel and debuginfo packages. -# %%kernel_variant_files [-k vmlinux] -# -# Options: -# -k : Kernel image filename (default: "vmlinuz") -# Arguments: -# %1 - Whether VDSO was built (1=yes, 0=no) - controls if vdso files are included -# %2 - Condition (usually with_) - only generate files section if true -# %3 - Variant/subpackage name, or empty for stock kernel -# Generates %%files sections for: -# - kernel-core (or variant-core): vmlinuz, config, System.map, modules.builtin -# - kernel-modules-core: essential modules, dependency metadata -# - kernel-modules: additional modules -# - kernel-modules-extra: less common modules -# - kernel-modules-internal: Red Hat internal modules (RHEL only) -# - kernel-modules-partner: Partner modules (RHEL only) -# - kernel-devel: headers and build infrastructure -# - kernel-debuginfo: vmlinux with debug symbols (if with_debuginfo) -# - kernel-uki-virt: unified kernel image for VMs (if with_efiuki) +# %%kernel_variant_files [-k vmlinux] # %define kernel_variant_files(k:) \ %if %{2}\ -%{expand:%%files %{?1:-f kernel-%{?3:%{3}-}ldsoconf.list} %{?3:%{3}-}core}\ +%{expand:%%files -f kernel-%{?3:%{3}-}core.list %{?1:-f kernel-%{?3:%{3}-}ldsoconf.list} %{?3:%{3}-}core}\ %{!?_licensedir:%global license %%doc}\ -%%license linux-%{KVERREL}/COPYING-%{version}-%{release}\ +%license linux-%{KVERREL}/COPYING-%{version}-%{release}\ /lib/modules/%{KVERREL}%{?3:+%{3}}/%{?-k:%{-k*}}%{!?-k:vmlinuz}\ %ghost /%{image_install_path}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-%{KVERREL}%{?3:+%{3}}\ /lib/modules/%{KVERREL}%{?3:+%{3}}/.vmlinuz.hmac \ %ghost /%{image_install_path}/.vmlinuz-%{KVERREL}%{?3:+%{3}}.hmac \ -%ifarch aarch64 riscv64\ +%ifarch %{arm} aarch64\ /lib/modules/%{KVERREL}%{?3:+%{3}}/dtb \ %ghost /%{image_install_path}/dtb-%{KVERREL}%{?3:+%{3}} \ %endif\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/System.map\ +%attr(600,root,root) /lib/modules/%{KVERREL}%{?3:+%{3}}/System.map\ %ghost /boot/System.map-%{KVERREL}%{?3:+%{3}}\ -%dir /lib/modules\ -%dir /lib/modules/%{KVERREL}%{?3:+%{3}}\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/symvers.%compext\ +/lib/modules/%{KVERREL}%{?3:+%{3}}/symvers.gz\ /lib/modules/%{KVERREL}%{?3:+%{3}}/config\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/modules.builtin*\ -%ghost %attr(0644, root, root) /boot/symvers-%{KVERREL}%{?3:+%{3}}.%compext\ -%ghost %attr(0600, root, root) /boot/initramfs-%{KVERREL}%{?3:+%{3}}.img\ -%ghost %attr(0644, root, root) /boot/config-%{KVERREL}%{?3:+%{3}}\ -%{expand:%%files -f kernel-%{?3:%{3}-}modules-core.list %{?3:%{3}-}modules-core}\ +%ghost /boot/symvers-%{KVERREL}%{?3:+%{3}}.gz\ +%ghost /boot/config-%{KVERREL}%{?3:+%{3}}\ +%ghost /boot/initramfs-%{KVERREL}%{?3:+%{3}}.img\ %dir /lib/modules\ %dir /lib/modules/%{KVERREL}%{?3:+%{3}}\ %dir /lib/modules/%{KVERREL}%{?3:+%{3}}/kernel\ /lib/modules/%{KVERREL}%{?3:+%{3}}/build\ /lib/modules/%{KVERREL}%{?3:+%{3}}/source\ /lib/modules/%{KVERREL}%{?3:+%{3}}/updates\ +/lib/modules/%{KVERREL}%{?3:+%{3}}/bls.conf\ /lib/modules/%{KVERREL}%{?3:+%{3}}/weak-updates\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/systemtap\ %{_datadir}/doc/kernel-keys/%{KVERREL}%{?3:+%{3}}\ %if %{1}\ /lib/modules/%{KVERREL}%{?3:+%{3}}/vdso\ %endif\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/modules.block\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/modules.drm\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/modules.modesetting\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/modules.networking\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/modules.order\ -%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.alias\ -%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.alias.bin\ -%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.builtin.alias.bin\ -%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.builtin.bin\ -%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.dep\ -%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.dep.bin\ -%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.devname\ -%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.softdep\ -%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.symbols\ -%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.symbols.bin\ -%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.weakdep\ +/lib/modules/%{KVERREL}%{?3:+%{3}}/modules.*\ %{expand:%%files -f kernel-%{?3:%{3}-}modules.list %{?3:%{3}-}modules}\ %{expand:%%files %{?3:%{3}-}devel}\ %defverify(not mtime)\ /usr/src/kernels/%{KVERREL}%{?3:+%{3}}\ -%{expand:%%files %{?3:%{3}-}devel-matched}\ %{expand:%%files -f kernel-%{?3:%{3}-}modules-extra.list %{?3:%{3}-}modules-extra}\ +%config(noreplace) /etc/modprobe.d/*-blacklist.conf\ %{expand:%%files -f kernel-%{?3:%{3}-}modules-internal.list %{?3:%{3}-}modules-internal}\ -%if 0%{!?fedora:1}\ -%{expand:%%files -f kernel-%{?3:%{3}-}modules-partner.list %{?3:%{3}-}modules-partner}\ -%endif\ %if %{with_debuginfo}\ %ifnarch noarch\ %{expand:%%files -f debuginfo%{?3}.list %{?3:%{3}-}debuginfo}\ %endif\ %endif\ -%if %{with_efiuki} && "%{3}" != "rt" && "%{3}" != "rt-debug" && "%{3}" != "rt-64k" && "%{3}" != "rt-64k-debug"\ -%{expand:%%files %{?3:%{3}-}uki-virt}\ -%dir /lib/modules\ -%dir /lib/modules/%{KVERREL}%{?3:+%{3}}\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/System.map\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/symvers.%compext\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/config\ -/lib/modules/%{KVERREL}%{?3:+%{3}}/modules.builtin*\ -%attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-virt.efi\ -%attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/.%{?-k:%{-k*}}%{!?-k:vmlinuz}-virt.efi.hmac\ -%ghost /%{image_install_path}/efi/EFI/Linux/%{?-k:%{-k*}}%{!?-k:*}-%{KVERREL}%{?3:+%{3}}.efi\ -%{expand:%%files %{?3:%{3}-}uki-virt-addons}\ -%dir /lib/modules/%{KVERREL}%{?3:+%{3}}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-virt.efi.extra.d/ \ -/lib/modules/%{KVERREL}%{?3:+%{3}}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-virt.efi.extra.d/*.addon.efi\ -%endif\ %if %{?3:1} %{!?3:0}\ %{expand:%%files %{3}}\ %endif\ -%if %{with_gcov}\ -%ifnarch %nobuildarches noarch\ -%{expand:%%files -f kernel-%{?3:%{3}-}gcov.list %{?3:%{3}-}gcov}\ -%endif\ -%endif\ %endif\ %{nil} -%kernel_variant_files %{_use_vdso} %{with_up_base} -%if %{with_up} +%kernel_variant_files %{_use_vdso} %{with_up} %kernel_variant_files %{_use_vdso} %{with_debug} debug -%endif -%if %{with_arm64_16k} -%kernel_variant_files %{_use_vdso} %{with_debug} 16k-debug -%endif -%if %{with_arm64_64k} -%kernel_variant_files %{_use_vdso} %{with_debug} 64k-debug -%endif -%kernel_variant_files %{_use_vdso} %{with_realtime_base} rt -%if %{with_realtime} -%kernel_variant_files %{_use_vdso} %{with_debug} rt-debug -%endif -%kernel_variant_files %{_use_vdso} %{with_automotive_base} automotive -%if %{with_automotive} && !%{with_automotive_build} -%kernel_variant_files %{_use_vdso} %{with_debug} automotive-debug -%endif +%kernel_variant_files %{use_vdso} %{with_pae} lpae +%kernel_variant_files %{_use_vdso} %{with_zfcpdump} zfcpdump 1 -%if %{with_debug_meta} -%files debug -%files debug-core -%files debug-devel -%files debug-devel-matched -%files debug-modules -%files debug-modules-core -%files debug-modules-extra -%if %{with_arm64_16k} -%files 16k-debug -%files 16k-debug-core -%files 16k-debug-devel -%files 16k-debug-devel-matched -%files 16k-debug-modules -%files 16k-debug-modules-extra -%endif -%if %{with_arm64_64k} -%files 64k-debug -%files 64k-debug-core -%files 64k-debug-devel -%files 64k-debug-devel-matched -%files 64k-debug-modules -%files 64k-debug-modules-extra -%endif -%endif -%kernel_variant_files %{_use_vdso} %{with_zfcpdump} zfcpdump -%kernel_variant_files %{_use_vdso} %{with_arm64_16k_base} 16k -%kernel_variant_files %{_use_vdso} %{with_arm64_64k_base} 64k -%kernel_variant_files %{_use_vdso} %{with_realtime_arm64_64k_base} rt-64k -%if %{with_realtime_arm64_64k} -%kernel_variant_files %{_use_vdso} %{with_debug} rt-64k-debug -%endif +%define kernel_variant_ipaclones(k:) \ +%if %{1}\ +%if %{with_ipaclones}\ +%{expand:%%files %{?2:%{2}-}ipaclones-internal}\ +%defattr(-,root,root)\ +%defverify(not mtime)\ +/usr/src/kernels/%{KVERREL}%{?2:+%{2}}-ipaclones\ +%endif\ +%endif\ +%{nil} -%ifnarch noarch %{nobuildarches} -%files modules-extra-matched -%endif +%kernel_variant_ipaclones %{with_up} # plz don't put in a version string unless you're going to tag # and build. # # %changelog -* Mon Jan 12 2026 Fedora Kernel Team [6.19.0-0.rc5.38] -- rust: Add -fdiagnostics-show-context to bindgen_skip_c_flags (Siddhesh Poyarekar) +* Fri Nov 05 2021 Justin M. Forbes [5.12.19-302] +- Bump release for build (Justin M. Forbes) +- tipc: fix size validations for the MSG_CRYPTO type (Max VA) -* Mon Jan 12 2026 Fedora Kernel Team [6.19.0-0.rc5.37] -- Linux v6.19.0-0.rc5 +* Tue Jul 20 2021 Justin M. Forbes [5.12.19-0] +- Revert "usb: renesas-xhci: Fix handling of unknown ROM state" (Justin M. Forbes) +- kernel-5.12.18-0 (Justin M. Forbes) +- Don't tag a release as [redhat] (Justin M. Forbes) -* Sun Jan 11 2026 Fedora Kernel Team [6.19.0-0.rc4.755bc1335e3b.36] -- Linux v6.19.0-0.rc4.755bc1335e3b +* Mon Jul 19 2021 Justin M. Forbes [5.12.18-0] +- Don't tag a release as [redhat] (Justin M. Forbes) -* Sat Jan 10 2026 Fedora Kernel Team [6.19.0-0.rc4.b6151c4e60e5.35] -- gitlab-ci: set allow_failure for the rawhide-release job (Patrick Talbert) -- redhat: export FLAVOR (Jose Ignacio Tornos Martinez) -- redhat: Add documentation comments to kernel.spec.template macros (Alexandra Hájková) -- redhat/configs: enable rtw8922ae for rhel (Jose Ignacio Tornos Martinez) -- Linux v6.19.0-0.rc4.b6151c4e60e5 +* Wed Jun 30 2021 Justin M. Forbes [5.12.14-0] +- Add CONFIG_SYSTEM_REVOCATION_LIST backported config option for 5.12.14 (Justin M. Forbes) +- can: bcm: delay release of struct bcm_op after synchronize_rcu (Thadeu Lima de Souza Cascardo) -* Fri Jan 09 2026 Fedora Kernel Team [6.19.0-0.rc4.623fb9912f6a.34] -- Linux v6.19.0-0.rc4.623fb9912f6a +* Wed Jun 16 2021 Justin M. Forbes [5.12.11-0] +- Bluetooth: btqca: Don't modify firmware contents in-place (Connor Abbott) -* Thu Jan 08 2026 Fedora Kernel Team [6.19.0-0.rc4.f0b9d8eb98df.33] -- kernel.spec.template: Cleanup package_name use (Prarit Bhargava) +* Thu Jun 10 2021 Justin M. Forbes [5.12.10-0] +- Bluetooth: use correct lock to prevent UAF of hdev object (Lin Ma) +- nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect (Krzysztof Kozlowski) -* Wed Jan 07 2026 Fedora Kernel Team [6.19.0-0.rc4.f0b9d8eb98df.32] -- Revert "Turn on CONFIG_DEBUG_INFO_COMPRESSED_ZLIB" (Lianbo Jiang) -- Linux v6.19.0-0.rc4.f0b9d8eb98df +* Thu Jun 03 2021 Justin M. Forbes [5.12.9-0] +- selinux: Allow context mounts for unpriviliged overlayfs (Vivek Goyal) -* Tue Jan 06 2026 Fedora Kernel Team [6.19.0-0.rc4.7f98ab9da046.31] -- Linux v6.19.0-0.rc4.7f98ab9da046 +* Wed May 26 2021 Justin M. Forbes [5.12.7-0] +- Fix up merge issue resulting in dual entries for ALC295_FIXUP_ASUS_DACS (Justin M. Forbes) +- powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls (Nicholas Piggin) -* Mon Jan 05 2026 Fedora Kernel Team [6.19.0-0.rc4.3609fa95fb0f.30] -- Linux v6.19.0-0.rc4.3609fa95fb0f +* Sat May 22 2021 Justin M. Forbes [5.12.6-0] +- bus: mhi: core: Download AMSS image from appropriate function (Bhaumik Bhatt) -* Sun Jan 04 2026 Fedora Kernel Team [6.19.0-0.rc3.aacb0a6d604a.29] -- Linux v6.19.0-0.rc3.aacb0a6d604a - -* Sat Jan 03 2026 Fedora Kernel Team [6.19.0-0.rc3.805f9a061372.28] -- fedora: aarch64: Enable BST platform support (Weizhao Ouyang) -- fedora: aarch64: Enable TI_SCI_INTR_IRQCHIP as built-in (Ayush Singh) -- Linux v6.19.0-0.rc3.805f9a061372 - -* Thu Jan 01 2026 Fedora Kernel Team [6.19.0-0.rc3.b69053dd3ffb.27] -- Linux v6.19.0-0.rc3.b69053dd3ffb - -* Wed Dec 31 2025 Fedora Kernel Team [6.19.0-0.rc3.c8ebd433459b.26] -- Linux v6.19.0-0.rc3.c8ebd433459b - -* Tue Dec 30 2025 Fedora Kernel Team [6.19.0-0.rc3.8640b74557fc.25] -- Linux v6.19.0-0.rc3.8640b74557fc - -* Mon Dec 29 2025 Fedora Kernel Team [6.19.0-0.rc3.7839932417dd.24] -- Linux v6.19.0-0.rc3.7839932417dd - -* Sun Dec 28 2025 Fedora Kernel Team [6.19.0-0.rc2.d26143bb38e2.23] -- Linux v6.19.0-0.rc2.d26143bb38e2 - -* Sat Dec 27 2025 Fedora Kernel Team [6.19.0-0.rc2.c53f467229a7.22] -- Linux v6.19.0-0.rc2.c53f467229a7 - -* Thu Dec 25 2025 Fedora Kernel Team [6.19.0-0.rc2.ccd1cdca5cd4.21] -- Linux v6.19.0-0.rc2.ccd1cdca5cd4 - -* Tue Dec 23 2025 Fedora Kernel Team [6.19.0-0.rc2.b927546677c8.20] -- Fedora: arm: aarch64: Enable mandatory CONFIGs for QCS8300 (Shivendra Pratap) -- fedora: updates for the 6.19 merge (Peter Robinson) -- Linux v6.19.0-0.rc2.b927546677c8 - -* Mon Dec 22 2025 Fedora Kernel Team [6.19.0-0.rc2.19] -- Linux v6.19.0-0.rc2 - -* Sun Dec 21 2025 Fedora Kernel Team [6.19.0-0.rc1.9094662f6707.18] -- Linux v6.19.0-0.rc1.9094662f6707 - -* Fri Dec 19 2025 Fedora Kernel Team [6.19.0-0.rc1.dd9b004b7ff3.17] -- Linux v6.19.0-0.rc1.dd9b004b7ff3 - -* Wed Dec 17 2025 Fedora Kernel Team [6.19.0-0.rc1.ea1013c15392.16] -- Linux v6.19.0-0.rc1.ea1013c15392 - -* Tue Dec 16 2025 Fedora Kernel Team [6.19.0-0.rc1.40fbbd64bba6.15] -- Linux v6.19.0-0.rc1.40fbbd64bba6 - -* Mon Dec 15 2025 Fedora Kernel Team [6.19.0-0.rc1.14] -- redhat/self-test: refresh with new variables (Scott Weaver) -- gitlab-ci: enable c10s automotive package build (Scott Weaver) -- automotive: add configurable package name and disttag variables (Scott Weaver) - -* Mon Dec 15 2025 Fedora Kernel Team [6.19.0-0.rc1.13] -- Fix up zfcpdump mismatch (Justin M. Forbes) -- Linux v6.19.0-0.rc1 - -* Sun Dec 14 2025 Fedora Kernel Team [6.19.0-0.rc0.9d9c1cfec01c.12] -- redhat/kernel.spec.template: Let kernel-modules installation rebuild initrd in UKI system (Li Tian) [RHEL-135256] - -* Sat Dec 13 2025 Fedora Kernel Team [6.19.0-0.rc0.9d9c1cfec01c.11] -- Linux v6.19.0-0.rc0.9d9c1cfec01c - -* Thu Dec 11 2025 Fedora Kernel Team [6.19.0-0.rc0.d358e5254674.10] -- Linux v6.19.0-0.rc0.d358e5254674 - -* Wed Dec 10 2025 Fedora Kernel Team [6.19.0-0.rc0.0048fbb4011e.9] -- Linux v6.19.0-0.rc0.0048fbb4011e - -* Tue Dec 09 2025 Fedora Kernel Team [6.19.0-0.rc0.cb015814f8b6.8] -- restore HYPERV configs to 6.17 state (Paolo Bonzini) -- redhat/configs: automotive: enable NXP_STM_TIMER (Jared Kangas) -- redhat/configs: automotive: enable S32G_WDT (Jared Kangas) -- Linux v6.19.0-0.rc0.cb015814f8b6 - -* Mon Dec 08 2025 Fedora Kernel Team [6.19.0-0.rc0.c2f2b01b74be.7] -- Linux v6.19.0-0.rc0.c2f2b01b74be - -* Fri Dec 05 2025 Fedora Kernel Team [6.19.0-0.rc0.2061f18ad76e.6] -- Linux v6.19.0-0.rc0.2061f18ad76e - -* Fri Dec 05 2025 Fedora Kernel Team [6.19.0-0.rc0.559e608c4655.5] -- redhat/configs: enable NXP S32 on aarch64 autmotive (Alessandro Carminati) - -* Thu Dec 04 2025 Fedora Kernel Team [6.19.0-0.rc0.559e608c4655.4] -- Linux v6.19.0-0.rc0.559e608c4655 - -* Wed Dec 03 2025 Fedora Kernel Team [6.19.0-0.rc0.3f9f0252130e.3] -- Linux v6.19.0-0.rc0.3f9f0252130e - -* Tue Dec 02 2025 Fedora Kernel Team [6.19.0-0.rc0.4a26e7032d7d.2] -- Reset RHEL_RELEASE for the 6.19 cycle (Justin M. Forbes) -- add libasan-static and libubsan as BR for selftests (Thorsten Leemhuis) -- add liburing-devel as BR for selftests (Thorsten Leemhuis) -- add a few optional BRs for perf (Thorsten Leemhuis) -- Consolidate configs into common for 6.18 (Justin M. Forbes) -- redhat/configs: make CONFIG_DRM_CLIENT_LIB=y (Jocelyn Falempe) -- fedora: arm: minor config updates (Peter Robinson) -- Change RZ_DMAC from m to y for Fedora (Justin M. Forbes) -- redhat/configs: automotive: enable CAN_FLEXCAN (Jared Kangas) -- Revert "Removing Obsolete hba pci-ids from rhel8" (Scott Weaver) -- rh_messages.h: add missing lpfc devices (Scott Weaver) -- redhat/configs: Enable CONFIG_NFSD_V4_2_INTER_SSC in RHEL (Scott Mayhew) -- redhat: Package net/hsr selftests (Felix Maurer) -- Remove redundant Fedora VFIO overrides (Daniel P. Berrangé) -- Enable CONFIG_VFIO_DEVICE_CDEV on Fedora (Daniel P. Berrangé) -- redhat/configs: automotive: enable I2C_IMX and dependencies (Jared Kangas) -- Set some late arrival config options for Fedora 6.18 (Justin M. Forbes) -- redhat/configs: enable Micel PHY for NXP Automotive SoCs S32G2xx/S32G3xx/S32R45 (Alessandro Carminati) -- redhat/configs: enable Synopsis DWMAC IP on NXP Automotive SoCs S32G2xx/S32G3xx/S32R45 (Alessandro Carminati) -- redhat/configs: Move CONFIG_MICROCODE_DBG to common/generic/x86 (Waiman Long) -- redhat/configs: Set CONFIG_SCHED_PROXY_EXEC=n (Waiman Long) -- Add loongarch to kernel-headers for Fedora (Justin M. Forbes) -- Turn on SYNTH_EVENTS for RISCV RHEL to avoid a mismatch (Justin M. Forbes) -- Turn on PCI_PWRCTRL_SLOT for aarch64 in RHEL (Justin M. Forbes) -- redhat/kernel.spec.template: add net/can kselftests (Davide Caratti) -- redhat/configs: Enable CONFIG_OVMF_DEBUG_LOG in RHEL (Lenny Szubowicz) [RHEL-100104] -- merge-linux-next: use gitlab remote (Scott Weaver) -- redhat: use RELEASE_LOCALVERSION also for dist-get-tag (Jan Stancek) -- redhat: configs: rhel: Enable OV08X40 sensor to support Intel MIPI camera (Kate Hsuan) -- redhat: configs: rhel: Enable usbio-drivers to supower Intel MIPI camera (Kate Hsuan) -- redhat: configs: Enable DWC3 Generic Platform Driver on RHEL automotive (Desnes Nunes) [RHEL-119326] -- redhat: configs: Enable OV08X40 sensor driver on RHEL (Desnes Nunes) [RHEL-119326] -- redhat: configs: Enable USBIO Bridge support on RHEL x86 (Desnes Nunes) [RHEL-119326] -- gitlab-ci: testing (Scott Weaver) -- ark-linux-next: check for git hooks directory (Scott Weaver) -- gitlab-ci: merge-linux-next: workaround pydantic-core build error (Scott Weaver) -- redhat: remove EARLY ystream bits (Jan Stancek) -- redhat/configs: configure CONFIG_ATH12K_AHB for rhel (Jose Ignacio Tornos Martinez) -- Final configs for Fedora 6.18 (Justin M. Forbes) -- redhat/configs: Enable additional RV monitors on debug kernels (Gabriele Monaco) -- redhat/configs: Enable sched and rtapp RV monitors (Gabriele Monaco) -- redhat/configs: Move CONFIG_RV_PER_TASK_MONITORS to common/generic (Gabriele Monaco) -- properly reset CONFIG_EFI_SBAT_FILE value (Thorsten Leemhuis) -- kernel: extend rh_waived to cope better with the CVE mitigations case (Ricardo Robaina) [RHEL-122979] -- uki-virt: add systemd-repart module (Emanuele Giuseppe Esposito) -- fedora: cleanup/de-dupe the USB configfs options (Peter Robinson) -- fedora: cleanup/de-dupe the USB Device/Gadget config (Peter Robinson) -- fedora: Disable the remanents of legacy USB gadget (Peter Robinson) -- fedora: i3c: enable more i3c (Peter Robinson) -- Configs: Mark SCHED_MC as enabled for powerpc (Phil Auld) -- redhat: update self-test-data for RELEASE_LOCALVERSION (Jan Stancek) -- redhat: introduce RELEASE_LOCALVERSION variable (Jan Stancek) -- Turn on CONFIG_DEBUG_INFO_COMPRESSED_ZLIB (Lianbo Jiang) -- redhat/kernel.spec: make python3-perf glob more specific (Jan Stancek) -- fedora: arm64: Updates for AMD Xilinx devices (Peter Robinson) -- redhat/configs: Re-enable Raspberry Pi support in automotive (Radu Rendec) -- redhat/configs: automotive: enable FSL_EDMA (Jared Kangas) -- Trim changelog of dupes for the 6.18 reset (Justin M. Forbes) -- fedora: aarch64: Enable arm MHUv2 driver (Peter Robinson) -- redhat/configs: automotive: enable RTC_DRV_S32G (Jared Kangas) -- redhat/configs: automotive: switch ufs-qcom to module (Eric Chanudet) -- redhat/configs: automotive: switch geni-se and serial-qcom-geni to modules (Eric Chanudet) -- redhat/configs: automotive: switch pinctrl_msm and pinctrl_sa8775p to modules (Eric Chanudet) -- redhat: add all namespace-dependent selftests to kernel-selftests-internal (Joel Savitz) -- fedora: Minor QCom configs cleanup (Peter Robinson) -- fedora: cleanup now removed BCACHEFS options (Peter Robinson) -- fedora: Last updates for 6.18 (Peter Robinson) -- Turn on X86_FRED for Fedora (Justin M. Forbes) -- Fix up HYPERV configs for 6.18 (Justin M. Forbes) -- add xxd to as BuildRequire for bpf selftests (Thorsten Leemhuis) -- Flip HID_HAPTIC to inline for Fedora due to symbol errors (Justin M. Forbes) -- fedora: updates for 6.18 (Peter Robinson) -- redhat/configs: automotive: enable SPI_OMAP24XX as a module (Jared Kangas) -- Fix up mismatch with PCI_PWRCTRL_SLOT on arm (Justin M. Forbes) -- Turn on DRM_ACCEL_ROCKET FOR Fedora (Justin M. Forbes) -- redhat: rpminspect: update emptyrpm list for kernel variants (Patrick Talbert) -- redhat: ark-linux-next.sh: initial commit (Scott Weaver) -- redhat: prepare-commit-msg: initial commit (Scott Weaver) -- redhat: ark-merge-driver: initial commit (Scott Weaver) -- redhat/Makefile: add dist-configs-commit-mismatches (Scott Weaver) -- Flip SCHED_MC for RHEL ppc to avoid a mismatch (Justin M. Forbes) -- Revert "Merge branch 'add_next_sched_job' into 'os-build'" (Justin M. Forbes) -- Fix up a merge window mismatch for riscv RHEL (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.18 cycle (Justin M. Forbes) -- Turn on USB_FUNCTIONFS for Fedora (Justin M. Forbes) -- redhat/configs: Disable CONFIG_EFI_MIXED in RHEL (Lenny Szubowicz) -- Revert "Merge branch 'tmp2' into 'os-build'" (Justin M. Forbes) -- Always set LLVM=1 when building with clang (Tom Stellard) -- redhat/configs: Move CONFIG_MITIGATION_VMSCAPE to common/generic/x86 (Waiman Long) -- redhat/Makefile: Update the make target dist-configs-check to fail (Alexandra Hájková) -- Consolidate configs to common for 6.17 (Justin M. Forbes) -- Add 1010-config-newlines-test.bats self test. (Alexandra Hájková) -- os-build: Remove dead CONFIG_SCHED_DEBUG files (Phil Auld) -- redhat/configs: automotive: Disable COMPAT_32BIT_TIME SGETMASK_SYSCALL and IA32_EMULATION configs (Dorinda Bassey) -- Revert "redhat/configs: automotive: Disable NetLabel subsystem support" (Dorinda Bassey) -- redhat: ark-linux-next.sh: initial commit (Scott Weaver) -- redhat: prepare-commit-msg: initial commit (Scott Weaver) -- redhat: ark-merge-driver: initial commit (Scott Weaver) -- redhat/Makefile: add dist-configs-commit-mismatches (Scott Weaver) -- Turn on PINCTRL_SM8550_LPASS_LPI for Fedora (Justin M. Forbes) -- redhat: configs: drop TI_K3_UDMA & TI_K3_UDMA_GLUE_LAYER from RHEL (Eric Chanudet) -- redhat: configs: move TI_SCI_PROTOCOL and TI_MESSAGE_MANAGER to common (Eric Chanudet) -- Set CONFIG_MITIGATION_VMSCAPE for Fedora (Justin M. Forbes) -- redhat/Makefile: update dist-vr-check (Scott Weaver) -- gitlab-ci: add kcidb_tree_name to trees (Tales da Aparecida) -- Fix packaging for libcpupower python binding debuginfo (Justin M. Forbes) -- redhat/configs: automotive: enable TI K3 R5F remoteproc driver (Jared Kangas) -- Move CONFIG_SCHED_PROXY_EXEC to the zfcpdump directory (Justin M. Forbes) -- Set Fedora configs for 6.17 (Justin M. Forbes) -- redhat: scripts: ignore incorrect shellcheck 2329 in trap function (Simone Tollardo) -- Turn on PHY_ROCKCHIP_SAMSUNG_DCPHY for Fedora (Justin M. Forbes) -- rh_messages.h: add missing aacraid device (Scott Weaver) -- rh_messages.h: update unmaintained drivers (Scott Weaver) -- arm64: enable Tegra264 SoC components in RHEL (Marcin Juszkiewicz) -- redhat: export only selected variables (Jan Stancek) -- gitlab-ci: set HOME in maintenance jobs (Tales da Aparecida) -- gitlab-ci: remove fetch of linux-rt-devel (Scott Weaver) -- redhat/Makefile: auto select -z-test-pesign target for z-stream (Jan Stancek) -- redhat/configs: Move RHEL/Fedora lockdown configs to common (Jeremy Cline) -- Enable building libcpupower bindings for ELN/Rawhide (John B. Wyatt IV) -- redhat: Explicitly disable 'hostonly' mode on the dracut cmdline (Vitaly Kuznetsov) -- redhat: Directly use 'ukify' for building the UKI (Vitaly Kuznetsov) -- redhat: Temporary stop adding 'kernel' component to SBAT (Vitaly Kuznetsov) -- redhat/configs: Remove obsolete CONFIG files - part 1 (Waiman Long) -- redhat/Makefile: add dist-spec (Scott Weaver) -- redhat: Switch to implicit enablement of CONFIG_EFI_SBAT_FILE (Vitaly Kuznetsov) -- redhat/configs: Enable early lockdown for Arm (Mark Salter) [RHEL-1927] -- arm64: add early lockdown for secure boot (Mark Salter) [RHEL-1927] -- efi: pass secure boot mode to kernel proper (Mark Salter) [RHEL-1927] -- Disable Nova Core until it is useful (Justin M. Forbes) -- Turn off LIBBPF_DYNAMIC for perf builds (Justin M. Forbes) -- redhat: Add SBAT information to Linux kernel (Vitaly Kuznetsov) -- redhat: Add SBAT to the UKI unconditionally (Vitaly Kuznetsov) -- Enable PHY drivers required for automotive board (Radu Rendec) -- fedora: more updates for 6.17 (Peter Robinson) -- specfile: change conditionals for realtime for fedora (Clark Williams) -- redhat/configs: Disable TPM2 HMAC sessions (Štěpán Horáček) [RHEL-82779] -- redhat/script: Fix instructions for dist-cross-setup (Thomas Huth) -- redhat/configs: Fix location of the S390_MODULES_SANITY_TEST switch (Thomas Huth) -- redhat/configs: Fix location of the CONFIG_S390_KPROBES_SANITY_TEST switch (Thomas Huth) -- redhat/configs: Remove superfluous generic CONFIG_TUNE_Z16 switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_TUNE_Z17 switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_RANDOMIZE_IDENTITY_BASE switch (Thomas Huth) -- Fix up some networking configs to make docker work again (Justin M. Forbes) -- rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDER (Justin M. Forbes) -- kernel.spec: add '-e' option to %%preun for kernel-core and kernel-uki-virt (Xuemin Li) -- Remove CONFIG_TEST_MISC_MINOR as deps are no longer met (Justin M. Forbes) -- Add to pending to fix precendence and avoid mismatch (Justin M. Forbes) -- CONFIG_PAGE_BLOCK_ORDER is now CONFIG_PAGE_BLOCK_MAX_ORDER (Justin M. Forbes) -- redhat/kernel.spec: fix leftover typo in Provides line (Jan Stancek) -- fedora: Updates for 6.17 merge (Peter Robinson) -- Fix a mismatch, needs further investigation (Justin M. Forbes) -- Turn off TEST_MISC_MINOR as its deps are no longer met (Justin M. Forbes) -- redhat/configs: Disable CRYPTO_KRB5 for zfcpdump (Vladis Dronov) -- Trim changelog after rebase (Justin M. Forbes) -- Flip TEGRA124_CPUFREQ to m for config mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.17 cycle (Justin M. Forbes) -- redhat/kernel.spec: fix uname_variant call sites (Jan Stancek) [RHEL-104231] -- redhat/kernel.spec: fix uname_suffix call sites (Jan Stancek) [RHEL-104231] -- redhat/configs: Add evaluate_configs.py and documentation (Prarit Bhargava) -- redhat: Remove old evaluate_configs (Prarit Bhargava) -- redhat/spec: package full bpftool in selftests (Gregory Bell) -- selftests/bpf: Remove ksyms_weak_lskel test (Artem Savkov) -- redhat/spec: Add libxml2-devel dependency for selftests build (Viktor Malik) -- redhat/spec: Bypass check-rpaths for kselftests/bpf/urandom_read (Viktor Malik) -- redhat/spec: Do not use source fortification for C++ selftest binaries (Viktor Malik) -- redhat/spec: Do not use source fortification for selftests (Viktor Malik) -- redhat/spec: Fix BPF selftests build with PIE (Viktor Malik) -- redhat/spec: Add EXTRA_CXXFLAGS to bpf samples and selftests make (Artem Savkov) -- fedora: minor cleanups (Peter Robinson) -- fedora: aarch64: enable a couple of brcmstb reset drivers (Peter Robinson) -- rhel/aarch64: enable CONFIG_TCG_ARM_CRB_FFA as a module (Marcin Juszkiewicz) -- redhat/configs: Move CONFIG_MITIGATION_TSA under common/generic/x86 (Waiman Long) -- Set CONFIG_TEST_VMALLOC to off for s390 zfcpdump (Justin M. Forbes) -- Revert "redhat/configs: automotive: Turn off ACPI Processor package for aarch64" (Enric Balletbo i Serra) -- redhat/configs: automotive: Disable CONFIG_NUMA config (Dorinda Bassey) -- Consolidate configs to common for 6.16 (Justin M. Forbes) -- arm64: enable SND_HDA_ACPI as a module (Marcin Juszkiewicz) -- kernel.spec: always provide kernel-devel-uname-r (Scott Weaver) -- kernel.spec: always provide kernel (Scott Weaver) -- kernel.spec: dynamically set provides/requires name (Scott Weaver) -- kernel.spec: use %%{name} in partner/internal modules (Scott Weaver) -- kernel.spec: introduce with_automotive_build (Scott Weaver) -- kernel.spec: fix kernel-automotive packaging (Scott Weaver) -- kernel.spec: add a few macro option comments (Scott Weaver) -- kernel.spec: add conditional to include rhel trusted certificates (Eric Chanudet) -- kernel.spec: Always BuildRequire openssl-devel (Eric Chanudet) -- kernel.spec: automotive: disable kernel signature by default (Eric Chanudet) -- redhat/configs: automotive: enable extra system cert (Eric Chanudet) -- redhat/configs: automotive: Disable module signature with modules_install (Eric Chanudet) -- kernel.spec: honor packaging flags (Scott Weaver) -- Fix FIPS mode for Fedora (Justin M. Forbes) -- Turn on TSA Mitigation for Fedora (Justin M. Forbes) -- redhat/configs: Enable CONFIG_AMD_HSMP_ACPI and CONFIG_AMD_HSMP_PLAT on RHEL (David Arcari) -- redhat/configs: CONFIG_WWAN enough as a module (Jose Ignacio Tornos Martinez) -- redhat/configs: Enable CONFIG_NET_SCH_BPF on RHEL (Viktor Malik) -- config: new config in drivers/phy (Izabela Bakollari) -- livepatch: no need to build kselftests with kernel (Radomir Vrbovsky) -- redhat: Restore the status quo wrt memory onlining (Vitaly Kuznetsov) [2375049] -- redhat/spec: Disable gdb index for riscv cross-compile (Jennifer Berringer) -- gitlab-ci: Enable CI for riscv64 on centos/eln (Jennifer Berringer) -- redhat: Enable RISC-V arch for centos/eln (Jennifer Berringer) -- redhat/kernel.spec.template: add drivers/net and drivers/net/hw selftest (Hangbin Liu) -- uki: enable FIPS mode (Vitaly Kuznetsov) -- redhat/configs: Move CONFIG_MITIGATION_ITS to common/generic/x86 (Waiman Long) -- redhat/configs: enable fwctl for RHEL (Michal Schmidt) [RHEL-96987] -- Fedora configs for 6.16 (Justin M. Forbes) -- aarch64: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in (Peter Robinson) -- redhat/configs: enable CONFIG_TCG_SVSM (Stefano Garzarella) -- redhat: enable CONFIG_CRASH_DM_CRYPT and CONFIG_KEXEC_HANDOVER for all (Coiby Xu) -- Simplify include Makefile.rhelver (Don Zickus) -- redhat/configs/common/generic: enable vgem module via CONFIG_DRM_VGEM (Alexander Kanavin) -- redhat/configs: enable IWLMLD for rhel (Jose Ignacio Tornos Martinez) -- kernel.spec: fedora automotive build is not supported (Scott Weaver) -- gitignore: kernel-automotive generated files (Scott Weaver) -- gitlab-ci: use AUTOMOTIVE_BUILD with dist-srpm (Scott Weaver) -- redhat/self-test: update for new automotive variables (Scott Weaver) -- redhat/Makefile: introduce AUTOMOTIVE_BUILD (Scott Weaver) -- kernel.spec: updates for automotive-only build (Scott Weaver) -- fedora: Updates for the 6.16 merge window (Peter Robinson) -- redhat/kernel.spec: drop modules-extra-matched for noarch (Jan Stancek) -- redhat/configs: fedora: set some qcom clk, icc, and pinctrl drivers to built in (Brian Masney) -- fedora: disable SND_OSSEMUL (Peter Robinson) -- fedora: disable OSS sound for real HW (Peter Robinson) -- gitlab-ci: disable merge-rt-automotive (Scott Weaver) -- redhat/configs: automotive: enable j784s4evm DSP remoteproc configs (Jared Kangas) [RHEL-95436] -- redhat/configs: add LED kernel configs (Rupinderjit Singh) -- redhat: enable test_kmod, test_module and install kmod selftests (Herton R. Krzesinski) -- package the newly added cpupower.service (Thorsten Leemhuis) -- process_configs: always print errors (Thorsten Leemhuis) -- redhat/configs: disable RZ/V2N in automotive (Eric Chanudet) -- redhat/configs: Move RZ/G3E config to automotive (Eric Chanudet) -- redhat: add more namespace selftests to kernel-modules-internal package (Joel Savitz) [RHEL-94503] -- redhat/configs: Enable CONFIG_PCIE_TPH (Ivan Vecera) -- spec: fix spec warning for /usr/include/ynl (Jan Stancek) -- redhat/configs: Move CONFIG_PPC_FTRACE_OUT_OF_LINE_NUM_RESERVE to powerpc (Viktor Malik) -- Fix up powerpc mismatch (Justin M. Forbes) -- Fix another mismatch for 6.16 (Justin M. Forbes) -- Fix up a mismatch for Fedora aarch64 (Justin M. Forbes) -- Fix up mismatches for RHEL s390 zfpcdump (Justin M. Forbes) -- More mismatch fixes for 6.16 (Justin M. Forbes) -- Turn CROS_EC_PROTO to m for Fedora to avoid mismatch (Justin M. Forbes) -- Reset changelog for 6.16 cycle (Justin M. Forbes) -- Fix up CRYPTO_SHA256 configs for mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.16 cycle (Justin M. Forbes) -- fedora: add 'fedora' SBAT suffix for UKI addons (Li Tian) -- redhat: add downstream SBAT for UKI addons (Emanuele Giuseppe Esposito) -- uki_addons: provide custom SBAT as input parameter (Emanuele Giuseppe Esposito) -- uki_addons: remove completely sbat/sbat.conf (Emanuele Giuseppe Esposito) -- Consolidate configs to common for 6.15 (Justin M. Forbes) -- redhat/configs: automotive: enable MHI_BUS_EP (Eric Chanudet) -- Fix PHYSICAL_ALIGN for x86 Fedora (Justin M. Forbes) -- Switch ZSWAP_ZPOOL_DEFAULT to ZSMALLOC as ZBUD has been removed (Justin M. Forbes) -- redhat: configs: rhel: Enable CX231XX drivers (Kate Hsuan) -- configs: add redhat/configs/common/generic/CONFIG_OBJTOOL_WERROR (Ryan Sullivan) [RHEL-85301] -- redhat: make ENABLE_WERROR also enable OBJTOOL_WERROR (Ryan Sullivan) [RHEL-85301] -- redhat/configs: Enable CONFIG_X86_POSTED_MSI (Jerry Snitselaar) -- redhat/configs: remove CRC16 config files (Scott Weaver) -- Revert CONFIG_GENKSYMS in pending for x86 (Justin M. Forbes) -- Flip GENKSYMS for RHEL (Justin M. Forbes) -- Move MITIGATION_ITS to the x86 directory (Justin M. Forbes) -- Set MITIGATION_ITS for Fedora (Justin M. Forbes) -- Fedora: arm: Updates for QCom devices (Souradeep Chowdhury) -- redhat/configs: Explicitly disable CONFIG_VIRTIO_MEM on powerpc in RHEL (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_AP_DEBUG config switch (Thomas Huth) -- Set Fedora configs for 6.15 (Justin M. Forbes) -- Shorten the uname for git snapshots (Justin M. Forbes) -- nvme: explicitly enable the nvme keyring (Maurizio Lombardi) -- Enable the gs_usb CAN bus driver in RHEL (Radu Rendec) -- Stop disabling some modules needed to run on Azure (Pierre-Yves Chibon) -- redhat/configs: enable ACPI_DEBUG on non-debug kernels (Mark Langsdorf) -- specfile: add with_toolsonly variable to build only tools packages (Clark Williams) -- redhat/configs: Enable CONFIG_TYPEC_TBT_ALTMODE in RHEL (Desnes Nunes) [RHEL-78931] -- Turn on ACPI_DEBUG for Fedora (Justin M. Forbes) -- redhat: fix kernel-rt-kvm package removal for Fedora (Thorsten Leemhuis) -- redhat/configs: aarch64: Enable Apple touchbar display driver for Fedora (Neal Gompa) -- redhat: remove kernel-rt-kvm package (Clark Williams) -- redhat: introduce modules-extra-matched meta package (Jan Stancek) -- Fix up some Netfilter configs for Fedora (Justin M. Forbes) -- Turn NF_CT_NETLINK_TIMEOUT for Fedora (Justin M. Forbes) -- Turn on NF_CONNTRACK_TIMEOUT for Fedora (Justin M. Forbes) -- redhat/configs: Adjust CONFIG_TUNE for s390x (Mete Durlu) -- redhat/spec: fix selftests dependencies (Gregory Bell) [RHEL-88228] -- redhat: add namespace selftests to kernel-modules-internal package (Joel Savitz) [RHEL-88635] -- Turn off CONFIG_PCI_REALLOC_ENABLE_AUTO for Fedora (Justin M. Forbes) -- gitlab-ci: enable pipelines for rt-64k (Clark Williams) -- rt-64k: Enable building 64k page-size RT kernel (Clark Williams) -- redhat: drop Y issues from changelog (Jan Stancek) -- redhat/configs: Update the CONFIG_KERNEL_IMAGE_BASE kernel config option (Thomas Huth) -- redhat/configs: Remove the obsolete CONFIG_ZCRYPT_DEBUG switches (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_AP switch (Thomas Huth) -- fedora: updates for 6.15 (Peter Robinson) -- redhat/configs: Disable CONFIG_COMPAT option on s390 (Mete Durlu) [RHEL-24047] -- uki: Add weak dependency on 'uki-direct' (Vitaly Kuznetsov) -- redhat/kernel.spec: fix duplicate packaging of ynl headers (Jan Stancek) -- Enable FunctionFS on aarch64 + x86 (Sam Day) -- Turn on USB Gadget for Fedora x86 (Justin M. Forbes) -- redhat: enable drm panic screen with a QR code (Scott Weaver) -- redhat: enable Rust code in ELN (Scott Weaver) -- redhat: strip leading '(' in dist-get-buildreqs (Jan Stancek) -- Fix up CONFIG_CRC_ITU_T mismatch (Scott Weaver) -- Fix up CONFIG_CRC16 mismatch (Scott Weaver) -- redhat: remove kernel-ipaclones-internal package (Joe Lawrence) -- redhat/kernel.spec.template: add net packetdrill selftests (Hangbin Liu) -- redhat/kernel.spec.template: Build rtla with BPF sample collection (Tomas Glozar) -- redhat/configs: automotive: Enable CONFIG_BOOTPARAM_HUNG_TASK_PANIC config (Dorinda Bassey) -- samples/bpf: fix build (Gregory Bell) -- redhat: create 'systemd-volatile-overlay' addon for UKI (Emanuele Giuseppe Esposito) -- fedora: arm64: move some TI drivers to modular (Peter Robinson) -- fedora: minor cleanups for 6.14 (Peter Robinson) -- redhat/configs: enable CONFIG_I2C_MUX_PCA954x on x86 (Michal Schmidt) -- redhat: bump RHEL_MAJOR (Jan Stancek) -- redhat/configs: enable CONFIG_AMD_3D_VCACHE for x86 on RHEL (David Arcari) -- Switch ZSWAP_ZPOOL_DEFAULT to ZSMALLOC as ZBUD has been removed (Justin M. Forbes) -- redhat/kernel.spec: list python3-wheel explicitly for Fedora<42 (Jan Stancek) -- handle man-page for rv-mon-sched in redhat/kernel.spec.template (Thorsten Leemhuis) -- redhat: find-debuginfo workaround is no longer needed on F42 (Jan Stancek) -- redhat/kernel.spec: use target versions of tools for debugedit and gdb-add-index (Jan Stancek) -- redhat: make ENABLE_WERROR enable also KVM_WERROR (Jan Stancek) -- kernel.spec.template: cpupower: adjust lib versioning (Thorsten Leemhuis) -- redhat/configs: automotive: builtin virtio-mmio (Eric Chanudet) -- Fix up mismatches in the 6.15 merge window (Scott Weaver) -- Reset log for 6.15 cycle (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.15 cycle (Justin M. Forbes) -- arm64: cleanup and de-dupe erratum (Peter Robinson) -- arm64: cleanup and de-dupe configs (Peter Robinson) -- cleanup: x86: cleanup some x86_32 leftovers (Peter Robinson) -- all: cleanup CAN_ROCKCHIP_CANFD (Peter Robinson) -- aarch64: Options required for UEFI HTTP boot on SystemReady-DT (Peter Robinson) -- common: Move ZONE_DEVICE to generic (Peter Robinson) -- common: Cleanup BTT (Peter Robinson) -- cleanup: move DEV_DAX_PMEM to common/generic (Peter Robinson) -- generic: cleanup the NVDIMM options (Peter Robinson) -- cleanup: move OF_PMEM to common/generic (Peter Robinson) -- cleanup: Remove DEV_DAX_PMEM_COMPAT option (Peter Robinson) -- Consolidate configs into common for 6.14 (Justin M. Forbes) -- Turn VIRTIO_BLK and VIRTIO_CONSOLE inline for Fedora (Justin M. Forbes) -- redhat: configs: fedora: enable CONFIG_I2C_HID_OF=m on x86 (Hans de Goede) -- redhat: move dist-relase-check behind new variable (Jan Stancek) -- Set last minute config item for 6.14 for Fedora (Justin M. Forbes) -- redhat/configs: automotive: Disable CONFIG_USERFAULTFD config (Dorinda Bassey) -- redhat/configs: automotive: Disable VLAN_8021Q_GVRP config (Dorinda Bassey) -- redhat/configs: automotive: Disable DCB and MPLS configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IEEE 802.15.4 config (Dorinda Bassey) -- redhat/configs: automotive: Disable various network classification features (Dorinda Bassey) -- redhat/configs: automotive: Disable the SMBFS file system (Dorinda Bassey) -- redhat/configs: automotive: Disable Myricom network adapters (Dorinda Bassey) -- redhat/configs: automotive: Disable USB4 Ethernet config (Dorinda Bassey) -- redhat/configs: automotive: Disable the Mellanox SwitchX core driver (Dorinda Bassey) -- redhat/configs: automotive: Disable network storage related protocols (Dorinda Bassey) -- redhat/configs: automotive: Disable lightweight tunneling with BPF (Dorinda Bassey) -- redhat/configs: automotive: Disable RADOS block device configs (Dorinda Bassey) -- redhat/configs: automotive: Disable switchdev driver framework (Dorinda Bassey) -- redhat/configs: automotive: Disable network packet generator (Dorinda Bassey) -- redhat/configs: automotive: Disable NET_CLS_ACT and PSAMPLE configs (Dorinda Bassey) -- redhat/configs: automotive: Disable BPF STREAM_PARSER (Dorinda Bassey) -- redhat/configs: automotive: Disable Open vSwitch and NET_NSH configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IP Virtual Server configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IP set support (Dorinda Bassey) -- redhat/configs: automotive: Disable NetLabel subsystem support (Dorinda Bassey) -- redhat/configs: automotive: Disable TLS Protocol (Dorinda Bassey) -- redhat/configs: automotive: Disable Advanced TCP Congestion Control (Dorinda Bassey) -- redhat/configs: automotive: Disable XDP Socket Protocol (Dorinda Bassey) -- redhat/configs: delete CONFIG_USB_ONBOARD_HUB and use CONFIG_USB_ONBOARD_DEV instead (Desnes Nunes) -- redhat: check release commit is present for dist-{release-tag,git} (Jan Stancek) -- Re-enable vxcan (CONFIG_CAN_VXCAN) for automotive (Radu Rendec) -- Turn on CONFIG_PACKING for RHEL (Justin M. Forbes) -- main.c: fix initcall blacklisted (Tomas Henzl) -- redhat/configs: automotive: Disable IPsec Protocols and XFRM (Dorinda Bassey) -- redhat: Update CONFIG_STRICT_DEVMEM settings (enable it on s390x) (Thomas Huth) -- redhat: Consolidate CONFIG_VIRTIO_MEM and enable it also for s390x (Thomas Huth) -- Remove no longer necessary pending entry (Justin M. Forbes) -- Fedora configs for 6.14 (Justin M. Forbes) -- redhat/configs: Disable rest of the CONFIG_PKEY_ options on s390 (Mete Durlu) [RHEL-78341] -- Fix up some debug module loading issues due to BTF mismatch (Justin M. Forbes) -- Revert "redhat/configs: automotive: disable CONFIG_AIO" (Davide Caratti) -- redhat/configs: automotive disable ARCH_TEGRA_241_SOC (Eric Chanudet) -- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-79818] -- redhat/configs: automotive: Disable MRP/8021Q_MVRP Protocol (Dorinda Bassey) -- redhat/configs: enable CONFIG_ARM_SMMU_MMU_500_CPRE_ERRATA (Jerry Snitselaar) -- redhat/configs: enable CONFIG_ARM_SMMU_V3_IOMMUFD (Jerry Snitselaar) -- redhat: configs: remove CONFIG_DMA_API_DEBUG_SG (Kate Hsuan) -- kernel.spec: add missing tools-libs on s390x (Jan Stancek) -- arch/x86/kernel/setup.c: fix rh_check_supported (Tomas Henzl) -- kernel.spec: add minimum version of setuptools for ynl (Jan Stancek) -- Revert "Merge: redhat/configs: automotive: Disable POSIX_MQUEUE config (Dorinda Bassey) -- redhat/configs: enable in kernel compression/decompression of compressed modules (Herton R. Krzesinski) -- redhat: change compression flags for xz (Herton R. Krzesinski) -- redhat/configs: automotive: Turn off ACPI Processor package for aarch64 (Enric Balletbo i Serra) -- redhat/configs: automotive: Disable L2TP Protocol (Dorinda Bassey) -- redhat/configs: automotive: Disable TIPC Protocol (Dorinda Bassey) -- redhat/configs: Enable Mediatek Bluetooth USB drivers (Bastien Nocera) -- redhat/configs: Disable CONFIG_PKEY for zfcpdump configs (Mete Durlu) [RHEL-78341] -- redhat/configs: automotive: disable VFIO_PLATFORM (Eric Chanudet) -- Revert "Merge: redhat/configs: automotive: Disable SYSIPC config" (Dorinda Bassey) -- redhat/configs: Enable CONFIG_KASAN_INLINE for RT debug kernel (Waiman Long) -- redhat/configs: Move CONFIG_PROVE_RAW_LOCK_NESTING to common/debug (Waiman Long) -- redhat/configs: Move all the lock debugging Kconfig's to common (Waiman Long) -- redhat/configs: Enable CONFIG_BLK_CGROUP_PUNT_BIO for RHEL (Neal Gompa) [RHEL-79711] -- fedora: pending: drop USB_ONBOARD_DEV_USB5744 (Peter Robinson) -- efi,lockdown: fix kernel lockdown on Secure Boot (Ondrej Mosnacek) {CVE-2025-1272} -- fedora: Update vbox drivers (Peter Robinson) -- Drop the s390x CONFIG_REGMAP from RHEL pending as upstream removed the dep (Justin M. Forbes) -- fedora: arm64: enable RT5616 codec (Marcin Juszkiewicz) -- Revert "nvme: Return BLK_STS_TARGET if the DNR bit is set" (Benjamin Marzinski) -- Revert "nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT" (Benjamin Marzinski) -- Revert "nvme: decouple basic ANA log page re-read support from native multipathing" (Benjamin Marzinski) -- Revert "nvme: nvme_mpath_init remove multipath check" (Benjamin Marzinski) -- redhat/configs: automotive: Disable CONFIG_FS_DAX config (Dorinda Bassey) -- config: update CONFIG_LSM to match upstream (Ryan Sullivan) -- redhat: configs: enable CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER for RHEL (David Arcari) -- redhat/Makefile: Add help text for target dist-dump-variables (Eder Zulian) -- redhat: update self-test-data for new default RHJOBS value (Patrick Talbert) -- set a more reasonable default for number of jobs (Thorsten Leemhuis) -- redhat: automotive: define CONFIG_RH_AUTOMOTIVE (Scott Weaver) -- redhat/configs: disable CONFIG_TCP_AO on RHEL (Sabrina Dubroca) -- redhat/configs: amend USB_ONBOARD_DEV_USB5744 (Eric Chanudet) -- redhat/configs: automotive: Disable SYSIPC and MQUEUE configs (Dorinda Bassey) -- redhat: kernel.spec: add ynl to kernel-tools (Jan Stancek) -- fedora: enable USB device USB5744 (Peter Robinson) -- rhel: enable FW_CACHE on RHEL (Dave Airlie) -- redhat/configs: automotive: Disable the SCTP Protocol (Dorinda Bassey) -- redhat: generalize rule for kunit and test kmod placement (Jan Stancek) -- Move CONFIG_PCI_REALLOC_ENABLE_AUTO out of common as they have diverged (Justin M. Forbes) -- fedora: arm64: enable Silicon Mitus SM5502 Extcon driver (Sam Day) -- fedora: arm64: enable Richtek RT5033 MFD+charger+regulator modules (Sam Day) -- configs/fedora: Enable CONFIG_PCI_REALLOC_ENABLE_AUTO (Yanko Kaneti) -- Enable CONFIG_INTEL_MEI_PXP and CONFIG_DRM_I915_PXP on rhel (Jocelyn Falempe) -- Enable Intel Xe Graphics (Mika Penttilä) -- Turn on CONFIG_DRM_ACCEL_AMDXDNA for Fedora (Justin M. Forbes) -- redhat/configs: disable CONFIG_AF_UNIX_OOB on RHEL (Marcelo Ricardo Leitner) -- redhat/configs: automotive: Disable wireless network and it's dependencies (Dorinda Bassey) -- redhat/kernel.spec: work around find-debuginfo aborting cross builds (Jan Stancek) -- redhat/configs: Default to batched invalidation on s390 (Jerry Snitselaar) -- redhat/configs: automotive: set CONFIG_TIMEOUT_PANIC (Enric Balletbo i Serra) -- drop %%{_datadir}/perf-core/* from kernel.spec (Thorsten Leemhuis) -- put new misc_minor_kunit in modules-internal (Thorsten Leemhuis) -- put new cirrus kunit tests in modules-internal (Thorsten Leemhuis) -- redhat/configs: enable iBFT parsing on aarch64 (Chris Leech) -- redhat: kernel.spec: fix build with merged-sbin (Zbigniew Jędrzejewski-Szmek) -- Fix up CONFIG_REGMAP mismatch (Scott Weaver) -- redhat: fix modules.order target (Scott Weaver) -- Fix up CONFIG_CRC_T10DIF_IMPL_GENERIC mismatch (Justin M. Forbes) -- Fix mismatches for 6.13 merge window (Justin M. Forbes) -- Reset rhelver and trim changelog for 6.14 (Justin M. Forbes) -- Turn off CONFIG_ARM_TIMER_SP804 for automotive (Justin M. Forbes) -- Set ARM_TIMER_SP804 (Justin M. Forbes) -- redhat/configs: enable addtional sa8775 related Kconfigs (Brian Masney) -- redhat: Add rustfmt to deps (Peter Robinson) -- redhat/configs: Disable deprecated CONFIG_LCS option on s390 (Mete Durlu) [RHEL-68296] -- redhat/configs: make modular/disable NFS support (Dorinda Bassey) -- redhat/configs: Disable unsafe queuing disciplines (Dorinda Bassey) -- configs: move pending RT configs into rhel/rt/generic (Clark Williams) -- Turn on PROVE_RAW_LOCK_NESTING for RHEL debug builds (Justin M. Forbes) -- redhat/Makefile: Fix long dist-full-help execution time (Prarit Bhargava) -- redhat/self-test: Update data to add HELP_TYPES variable (Prarit Bhargava) -- redhat/Makefile: Add new dist-help functionality (Prarit Bhargava) -- Makefile: Do not output LOCALVERSION message for help commands (Prarit Bhargava) -- Fedora 6.13 configs part 2 (Justin M. Forbes) -- Fedora 6.13 configs part 1 (Justin M. Forbes) -- redhat/configs: enable CONFIG_VFAT_FS as a module (Dorinda Bassey) -- redhat: create 'debug' addon for UKI (Li Tian) -- kernel.spec: Build cpupower on riscv64 (Yanko Kaneti) -- RHEL: Set correct config option for CRYPTO_HMAC_S390 (Mete Durlu) [RHEL-24137] -- redhat/kernel.spec: add iputils to the requires list for selftests-internal (Brian Masney) -- redhat/kernel.spec.template: Require kernel-tools-libs in rtla (Tomas Glozar) -- redhat: make kernel-debug-uki-virt installable without kernel-debug-core (Vitaly Kuznetsov) -- redhat/configs: enable CONFIG_USB_XHCI_PCI_RENESAS on RHEL (Desnes Nunes) [RHEL-72093] -- redhat/configs: Re-enable ZRAM backends and unify configuration (Neal Gompa) -- redhat/configs: automotive: disable CONFIG_AIO (Davide Caratti) -- redhat/configs: Re-enable CONFIG_INFINIBAND_VMWARE_PVRDMA (Vitaly Kuznetsov) -- redhat/configs: PREEMPT_NOTIFIERS does not need to be explicitly listed (Michal Schmidt) -- redhat/configs: delete all CONFIG_PREEMPT_*BEHAVIOUR (Michal Schmidt) -- redhat/configs: automotive: disable CONFIG_NET_DROP_MONITOR (Davide Caratti) -- redhat/configs: Enable the CS42L84 driver on Fedora (Neal Gompa) -- generic: Remove and cleanups from staging 6.13 (Peter Robinson) -- redhat: configs: Clean up DVB settings in RHEL (Kate Hsuan) -- Move CONFIG_ARCH_TEGRA_241_SOC config/common so that it is enabled for RHEL as well as Fedora. Get rid of uneeded CONFIG_TEGRA241_CMDQV in configs/fedora while we're at it. (Mark Salter) -- fedora: arm64: Enable the rockchip HDMI QP support (Peter Robinson) -- crypto: rng - Fix extrng EFAULT handling (Herbert Xu) -- redhat: configs: rhel: aarch64: Support NV Jetson MIPI camera (Kate Hsuan) -- gitlab-ci: disable clang CI pipelines (Scott Weaver) -- redhat/configs: Remove obsolete arch64/64k/CONFIG_FORCE_MAX_ZONEORDER (Waiman Long) -- Fix up QCOM_EMAC config for Fedora (Justin M. Forbes) -- redhat/configs: automotive: disable CONFIG_IO_URING (Ian Mullins) -- redhat/kernel.spec.template: Link rtla against in-tree libcpupower (Tomas Glozar) -- redhat: configs: enable INTEL_PLR_TPMI for RHEL (David Arcari) -- configs: Enable CONFIG_NETKIT for RHEL (Toke Høiland-Jørgensen) -- redhat: fix build/install targets in netfilter kselftest (Davide Caratti) -- RHEL: disable the btt driver (Jeff Moyer) -- redhat/configs: default to PREEMPT_LAZY on x86, riscv (Michal Schmidt) -- redhat/configs: New config CONFIG_PREEMPT_LAZY (Michal Schmidt) -- crypto: sig - Disable signing (Herbert Xu) -- redhat/configs: enable SERIAL_AMBA_PL011 for automotive (Radu Rendec) -- c10s: disable tests in CKI pipelines (Michael Hofmann) -- redhat: Drop bpftool from kernel spec (Viktor Malik) -- Better fixes for the fedora mismatch (Justin M. Forbes) -- Mismatch fix ups for Fedora (Justin M. Forbes) -- redhat/configs: Enable Intel Bluetooth PCIE drivers (Bastien Nocera) -- One more pending to fix a mismatch (Justin M. Forbes) -- redhat: fix RT PREEMPT configs for Fedora and RHEL (Clark Williams) -- Pending fixes to avoid mismatch for 6.13 (Justin M. Forbes) -- Reset changelog for 6.13 (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.13 (Justin M. Forbes) -- redhat: Move perf_dlfilter.h from libperf-devel to perf (Akihiko Odaki) -- Consolidate configs to common for 6.12 (Justin M. Forbes) -- redhat/configs: cleanup CONFIG_DEV_DAX (David Hildenbrand) -- redhat/configs: cleanup CONFIG_TRANSPARENT_HUGEPAGE_MADVISE for Fedora (David Hildenbrand) -- redhat/configs: cleanup CONFIG_TRANSPARENT_HUGEPAGE (David Hildenbrand) -- redhat/configs: enable CONFIG_TRANSPARENT_HUGEPAGE on s390x in Fedora (David Hildenbrand) -- redhat/configs: automotive: Enable j784s4evm am3359 tscadc configs (Joel Slebodnick) -- redhat/configs: delete renamed CONFIG_MLX5_EN_MACSEC (Michal Schmidt) -- rhel: disable DELL_RBU and cleanup related deps (Peter Robinson) -- crypto: rng - Ensure stdrng is tested before user-space starts (Herbert Xu) -- gitlab-ci: Add CKI_RETRIGGER_PIPELINE (Tales da Aparecida) -- redhat: configs: disable the qla4xxx iSCSI driver (Chris Leech) [RHEL-1242] -- Remove duplicated CONFIGs between automotive and RHEL (Julio Faracco) -- redhat: update self-test data for addition of automotive (Scott Weaver) -- gitlab-ci: enable automotive pipeline (Scott Weaver) -- automotive: move pending configs to automotive/generic (Scott Weaver) -- redhat/configs: change Renesas eMMC driver and dependencies to built-in (Radu Rendec) -- redhat/configs: automotive: Remove automotive specific override CONFIG_OMAP2PLUS_MBOX By removing this automotive-specific override, the configuration will default to the common configuration (CONFIG_OMAP2PLUS_MBOX=m), which enables the driver as a module. (Martin McConnell) -- Config enablement of the Renesas R-Car S4 SoC (Radu Rendec) [RHEL-44306] -- redhat/configs: automotive: Enable USB_CDNS3_TI for TI platforms (Andrew Halaney) -- redhat/configs: automotive: Enable j784s4evm SPI configs (Joel Slebodnick) -- redhat/configs: automotive: Enable TPS6594 MFD (Joel Slebodnick) -- redhat/configs: automotive: stop overriding CRYPTO_ECDH (Andrew Halaney) -- redhat/configs: automotive: Enable PCI_J721E (Andrew Halaney) -- redhat/configs: change some TI platform drivers to built-in (Enric Balletbo i Serra) -- redhat/configs: automotive: Enable TI j784s4evm display dependencies (Andrew Halaney) -- redhat/configs: automotive: match ark configs to cs9 main-automotive (Shawn Doherty) [RHEL-35995] -- redhat/configs: automotive: Enable TI's watchdog driver (Andrew Halaney) -- redhat/configs: automotive: Enable TI's UFS controller (Andrew Halaney) -- redhat/configs: automotive: Enable networking on the J784S4EVM (Andrew Halaney) [RHEL-29245] -- Disable unsupported kernel variants for automotive (Don Zickus) -- Disable CONFIG_RTW88_22BU (Don Zickus) -- redhat: Delete CONFIG_EFI_ZBOOT to use the common CONFIG (Julio Faracco) -- redhat: Update automotive SPEC file with new standards (Julio Faracco) -- redhat: Disable WERROR for automotive temporarily (Julio Faracco) -- redhat: Update spec file with automotive macros (Julio Faracco) -- redhat: Add automotive CONFIGs (Julio Faracco) -- Fedora configs for 6.12 (Justin M. Forbes) -- redhat/configs: Add CONFIG_CRYPTO_HMAC_S390 config (Mete Durlu) [RHEL-50799] -- redhat: configs: common: generic: Clean up EM28XX that are masked behind CONFIG_VIDEO_EM28XX (Kate Hsuan) -- redhat/configs: Update powerpc NR_CPUS config (Mamatha Inamdar) -- redhat: use stricter rule for kunit.ko (Jan Stancek) -- filtermod: fix clk kunit test and kunit location (Nico Pache) -- redhat/configs: enable xr_serial on rhel (Desnes Nunes) -- redhat/configs: enable ATH12K for rhel (Jose Ignacio Tornos Martinez) -- redhat: configs: rhel: generic: x86: Enable IPU6 based MIPI cameras (Kate Hsuan) -- os-build: enable CONFIG_SCHED_CLASS_EXT for RHEL (Phil Auld) -- Fedora 6.12 configs part 1 (Justin M. Forbes) -- redhat: set new gcov configs (Jan Stancek) -- Don't ignore gitkeep files for ark-infra (Don Zickus) -- redhat/kernel.spec: don't clear entire libdir when building tools (Jan Stancek) -- redhat/configs: enable usbip for rhel (Jose Ignacio Tornos Martinez) -- redhat: create 'crashkernel=' addons for UKI (Vitaly Kuznetsov) -- redhat: avoid superfluous quotes in UKI cmdline addones (Vitaly Kuznetsov) -- fedora: arm: updates for 6.12 (Peter Robinson) -- redhat/configs: add bootconfig to kernel-tools package (Brian Masney) -- Enable CONFIG_SECURITY_LANDLOCK for RHEL (Zbigniew Jędrzejewski-Szmek) [RHEL-8810] -- redhat: configs: Drop CONFIG_MEMSTICK_REALTEK_PCI config option (Desnes Nunes) -- Update the RHEL_DIFFERENCES help string (Don Zickus) -- Put build framework for RT kernel in place for Fedora (Clark Williams) -- generic: enable RPMB for all configs that enable MMC (Peter Robinson) -- fedora: riscv: Don't override MMC platform defaults (Peter Robinson) -- common: only enable on MMC_DW_BLUEFIELD (Peter Robinson) -- fedora: aarch64: Stop overriding CONFIG_MMC defaults (Peter Robinson) -- commong: The KS7010 driver has been removed (Peter Robinson) -- Trim Changelog for 6.12 (Justin M. Forbes) -- Enable CONFIG_SECURITY_IPE for Fedora (Zbigniew Jędrzejewski-Szmek) -- redhat: allow to override VERSION_ON_UPSTREAM from command line (Jan Stancek) -- redhat: configs: Enable CONFIG_SECURITY_TOMOYO in Fedora kernels (Tetsuo Handa) -- Revert "Merge branch 'enablement/gpio-expander' into 'os-build'" (Justin M. Forbes) -- redhat: configs: decrease CONFIG_PCP_BATCH_SCALE_MAX (Rafael Aquini) -- redhat/configs: Enable CONFIG_RCU_TRACE in Fedora/REHL kernels (Waiman Long) -- fedora: distable RTL8192E wifi driver (Peter Robinson) -- common: arm64: Fixup and cleanup some SCMI options (Peter Robinson) -- common: Cleanup ARM_SCMI_TRANSPORT options (Peter Robinson) -- configs: fedora/x86: Set CONFIG_CRYPTO_DEV_CCP_DD=y (Hans de Goede) -- Turn on ZRAM_WRITEBACK for Fedora (Justin M. Forbes) -- configs: rhel: Fix designware I2C controllers related config settings (Hans de Goede) -- Enable CONFIG_DMA_NUMA_CMA for x86_64 and aarch64 (Chris von Recklinghausen) -- new config in drivers/phy (Izabela Bakollari) -- configs: fedora: Unset CONFIG_I2C_DESIGNWARE_CORE on s390x (Hans de Goede) -- configs: fedora: Drop duplicate CONFIG_I2C_DESIGNWARE_CORE for x86_64 and aarch64 (Hans de Goede) -- Enable DESIGNWARE_CORE for ppc as well (Justin M. Forbes) -- Fix up I2C_DESIGNWARE_CORE config for Fedora (Justin M. Forbes) -- configs for RT deps (Clark Williams) -- CONFIG_OF_OVERLAY: enable for aarch64 and powerpc (Scott Weaver) -- redhat: enable changes to build rt variants (Clark Williams) -- redhat: clean up pending-rhel (Patrick Talbert) -- Enable CONFIG_SCHED_CLASS_EXT for Fedora (Jose Fernandez) -- redhat/configs: new config in arch/s390 (Izabela Bakollari) -- redhat: ignore rpminspect runpath report on selftests/bpf/cpuv4/urandom_read (Viktor Malik) -- [fedora] configs: add end of file newline to CONFIG_DMADEVICES_VDEBUG (Patrick Talbert) -- unset CONFIG_DMADEVICES_VDEBUG (cmurf) -- stop installing tools/build/Build, gone with ea974028a049f (Thorsten Leemhuis) -- redhat/configs: Update LOCKDEP configs (Waiman Long) -- uki-virt: Add i18n module (Vitaly Kuznetsov) -- uki-virt: Drop DBUS support from initramfs (Vitaly Kuznetsov) -- uki-virt: Drop redundant modules from dracut-virt.conf (Vitaly Kuznetsov) -- uki-virt: Drop usrmount dracut module (Vitaly Kuznetsov) -- redhat: new AMCC_QT2025_PHY config in drivers/net/phy (Patrick Talbert) -- redhat: change schedule jobs image from cki-tools to builder-rawhide (Patrick Talbert) -- Add CONFIG_SND_SOC_RT1320_SDW to pending-rhel for mismatch (Justin M. Forbes) -- Turn on CONFIG_SND_SOC_RT1320_SDW in pending rhel (Justin M. Forbes) -- configs: disable CONFIG_AMCC_QT2025_PHY in pending (Patrick Talbert) -- fedora: turn on CONFIG_FDMA for powerpc (Patrick Talbert) -- Turn on CONFIG_FDMA in pending for Fedora arm and riscv to avoid a mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.12 (Justin M. Forbes) -- Consolidate configs into common for 6.11 kernels (Justin M. Forbes) -- uki-virt: add systemd-cryptsetup module (Vitaly Kuznetsov) -- redhat/docs: fix command to install missing build dependencies (Davide Cavalca) -- spec: Respect rpmbuild --without debuginfo (Orgad Shaneh) -- fedora/configs: enable GPIO expander drivers (Rupinderjit Singh) -- redhat/configs: Switch to the Rust implementation of AX88796B_PHY driver for Fedora (Neal Gompa) -- redhat: Turn on support for Rust code in Fedora (Neal Gompa) -- Turn off RUST for risc-v (Justin M. Forbes) -- gitlab-ci: allow failure of clang LTO pipelines (Michael Hofmann) -- redhat/configs: Consolidate the CONFIG_KVM_BOOK3S_HV_P*_TIMING switches (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_SW_PROTECTED_VM switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_HYPERV switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_AMD_SEV switch (Thomas Huth) -- Cleanup some riscv CONFIG locations (Justin M. Forbes) -- Fix up pending riscv Fedora configs post merge (Justin M. Forbes) -- fedora/configs: Enable SCMI configuration (Rupinderjit Singh) -- Remove S390 special config for PHYLIB (Justin M. Forbes) -- Disable ELN for riscv64 (Isaiah Stapleton) -- redhat: add checks to ensure only building riscv64 on fedora (Isaiah Stapleton) -- redhat: Add missing riscv fedora configs (Isaiah Stapleton) -- Add riscv64 to the CI pipelines (Isaiah Stapleton) -- redhat: Regenerate dist-self-test-data for riscv64 (Isaiah Stapleton) -- redhat: Add riscv config changes for fedora (David Abdurachmanov) -- redhat: Add support for riscv (David Abdurachmanov) -- redhat: Do not include UKI addons twice (Vitaly Kuznetsov) -- redhat: update gating.yml (Michael Hofmann) -- Remove CONFIG_FSCACHE_DEBUG as it has been renamed (Justin M. Forbes) -- Set Fedora configs for 6.11 (Justin M. Forbes) -- redhat/configs: Microchip lan743x driver (Izabela Bakollari) -- redhat: include resolve_btfids in kernel-devel (Jan Stancek) -- redhat: workaround CKI cross compilation for scripts (Jan Stancek) -- spec: fix "unexpected argument to non-parametric macro" warnings (Jan Stancek) -- Add weakdep support to the kernel spec (Justin M. Forbes) -- redhat: configs: disable PF_KEY in RHEL (Sabrina Dubroca) -- crypto: akcipher - Disable signing and decryption (Vladis Dronov) [RHEL-54183] {CVE-2023-6240} -- crypto: dh - implement FIPS PCT (Vladis Dronov) [RHEL-54183] -- crypto: ecdh - disallow plain "ecdh" usage in FIPS mode (Vladis Dronov) [RHEL-54183] -- crypto: seqiv - flag instantiations as FIPS compliant (Vladis Dronov) [RHEL-54183] -- [kernel] bpf: set default value for bpf_jit_harden (Artem Savkov) [RHEL-51896] -- fedora: disable CONFIG_DRM_WERROR (Patrick Talbert) -- redhat/configs: Disable dlm in rhel configs (Andrew Price) -- rhel: aarch64: enable required PSCI configs (Peter Robinson) -- fedora: Enable AF8133J Magnetometer driver (Peter Robinson) -- redhat: spec: add cachestat kselftest (Eric Chanudet) -- redhat: hmac sign the UKI for FIPS (Vitaly Kuznetsov) -- not upstream: Disable vdso getrandom when FIPS is enabled (Herbert Xu) -- kernel: config: enable erofs lzma compression (Ian Kent) -- fedora: disable RTL8192CU in Fedora (Peter Robinson) -- redhat: Fix the ownership of /lib/modules/ directory (Vitaly Kuznetsov) -- new configs in drivers/phy (Izabela Bakollari) -- Add support to rh_waived cmdline boot parameter (Ricardo Robaina) [RHEL-26170] -- redhat/configs: Disable gfs2 in rhel configs (Andrew Price) -- redhat/uki_addons/virt: add common FIPS addon (Emanuele Giuseppe Esposito) -- redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons (Emanuele Giuseppe Esposito) -- rh_flags: fix failed when register_sysctl_sz rh_flags_table to kernel (Ricardo Robaina) [RHEL-52629] -- redhat/dracut-virt.conf: add systemd-veritysetup module (Emanuele Giuseppe Esposito) -- redhat/configs: enable CONFIG_LOCK_STAT on the debug kernels for aarch64 (Brian Masney) -- redhat/configs: enable CONFIG_KEYBOARD_GPIO_POLLED for RHEL on aarch64 (Luiz Capitulino) -- redhat/configs: fedora: Enable new Qualcomm configs (Andrew Halaney) -- redhat/configs/fedora: set CONFIG_CRYPTO_CURVE25519_PPC64 (Dan Horák) -- fedora: Updates for 6.11 merge (Peter Robinson) -- fedora: enable new mipi sensors and devices (Peter Robinson) -- arm64: enable CRYPTO_DEV_TEGRA on RHEL (Peter Robinson) -- redhat/kernel.spec: fix file listed twice warning for "kernel" subdir (Jan Stancek) -- redhat/configs: Double MAX_LOCKDEP_ENTRIES for RT debug kernels (Waiman Long) [RHEL-43425] -- Support the first day after a rebase (Don Zickus) -- Support 2 digit versions properly (Don Zickus) -- Automation cleanups for rebasing rt-devel and automotive-devel (Don Zickus) -- fedora: set CONFIG_REGULATOR_RZG2L_VBCTRL as a module for arm64 (Patrick Talbert) -- gitlab-ci: restore bot pipeline behavior (Michael Hofmann) -- redhat/kernel.spec: drop extra right curly bracket in kernel_kvm_package (Jan Stancek) -- redhat/configs: enable gpio_keys driver for RHEL on aarch64 (Luiz Capitulino) -- Move NET_VENDOR_MICROCHIP from common to rhel (Justin M. Forbes) -- redhat/configs: enable some RTCs for RHEL on aarch64 (Luiz Capitulino) -- redhat/configs: enable some regulators for RHEL (Luiz Capitulino) -- redhat/config: disable CXL and CXLFLASH drivers (Dan Horák) -- Fix up config mismatches in pending (Justin M. Forbes) -- redhat/configs: Enable watchdog devices modelled by qemu (Richard W.M. Jones) [RHEL-40937] -- rhel: cleanup unused media tuner configs (Peter Robinson) -- all: cleanup MEDIA_CONTROLLER options (Peter Robinson) -- redhat: kernel.spec: add s390x to livepatching kselftest builds (Joe Lawrence) -- Flip CONFIG_DIMLIB back to inline (Justin M. Forbes) -- Add vfio/nvgrace-gpu driver CONFIG to RHEL-9.5 ARM64 (Donald Dutile) -- Enable CONFIG_RTC_DRV_TEGRA for RHEL (Luiz Capitulino) -- redhat: rh_flags: declare proper static methods when !CONFIG_RHEL_DIFFERENCES (Rafael Aquini) -- redhat: configs: enable CONFIG_TMPFS_QUOTA for both Fedora and RHEL (Rafael Aquini) -- Fix up mismatches in the 6.11 merge window. (Justin M. Forbes) -- Reset Changelog after rebase (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.11 cycle (Justin M. Forbes) -- redhat/configs: Enable CONFIG_VMWARE_VMCI/CONFIG_VMWARE_VMCI_VSOCKETS for RHEL (Vitaly Kuznetsov) -- Consolidate configs to common for 6.10 (Justin M. Forbes) -- redhat/configs: Enable CONFIG_PTP_1588_CLOCK_MOCK in kernel-modules-internal (Davide Caratti) -- fedora: enabled XE GPU drivers on all arches (Peter Robinson) -- Flip SND_SOC_CS35L56_SPI from off to module for RHEL (Justin M. Forbes) -- Flip DIMLIB from built-in to module for RHEL (Justin M. Forbes) -- Also remove the zfcpdump BASE_SMALL config (Justin M. Forbes) -- redhat: Add cgroup kselftests to kernel-selftests-internal (Waiman Long) [RHEL-43556] -- Revert "redhat/configs: Disable CONFIG_INFINIBAND_HFI1 and CONFIG_INFINIBAND_RDMAVT" (Kamal Heib) -- Remove new for GITLAB_TOKEN (Don Zickus) -- Set Fedora configs for 6.10 (Justin M. Forbes) -- Fedora: minor driver updates (Peter Robinson) -- redhat/configs: Remove obsolete x86 CPU mitigations config files (Waiman Long) -- redhat/configs: increase CONFIG_DEFAULT_MMAP_MIN_ADDR from 32K to 64K for aarch64 (Brian Masney) -- redhat/configs: Re-enable CONFIG_KEXEC for Fedora (Philipp Rudo) -- disable LR_WPAN for RHEL10 (Chris von Recklinghausen) [RHEL-40251] -- Turn on USB_SERIAL_F81232 for Fedora (Justin M. Forbes) -- redhat/scripts/filtermods.py: show all parent/child kmods in report (Jan Stancek) -- redhat/kernel.spec: capture filtermods.py return code (Jan Stancek) -- redhat/kernel.spec: fix run of mod-denylist (Jan Stancek) -- gitlab-ci: remove unused RHMAINTAINERS variable (Michael Hofmann) -- gitlab-ci: use environments for jobs that need access to push/gitlab secrets (Michael Hofmann) -- gitlab-ci: default to os-build for all maintenance jobs (Michael Hofmann) -- gitlab-ci: use the common git repo setup cki-gating as well (Michael Hofmann) -- gitlab-ci: help maintenance jobs to cope with missing private key (Michael Hofmann) -- gitlab-ci: use a common git repo setup for all maintenance jobs (Michael Hofmann) -- gitlab-ci: move repo setup script into script template holder (Michael Hofmann) -- gitlab-ci: move maintenance job DIST variable into common template (Michael Hofmann) -- gitlab-ci: move maintenance job rules into common template (Michael Hofmann) -- gitlab-ci: move maintenance job retry field into common template (Michael Hofmann) -- gitlab-ci: provide common non-secret schedule trigger variables (Michael Hofmann) -- gitlab-ci: rename .scheduled_setup to .git_setup (Michael Hofmann) -- gitlab-ci: move script snippets into separate template (Michael Hofmann) -- gitlab-ci: rename maintenance jobs (Michael Hofmann) -- gitlab-ci: introduce job template for maintenance jobs (Michael Hofmann) -- Turn on KASAN_HW_TAGS for Fedora aarch64 debug kernels (Justin M. Forbes) -- redhat: kernel.spec: add missing sound/soc/sof/sof-audio.h to kernel-devel package (Jaroslav Kysela) -- redhat/kernel.spec: fix attributes of symvers file (Jan Stancek) -- redhat: add filtermods rule for iommu tests (Jan Stancek) -- fedora: arm: Enable basic support for S32G-VNP-RDB3 board (Enric Balletbo i Serra) -- redhat: make bnx2xx drivers unmaintained in rhel-10 (John Meneghini) [RHEL-36646 RHEL-41231] -- redhat/configs: Disable CONFIG_NFP (Kamal Heib) [RHEL-36647] -- Enable CONFIG_PWRSEQ_{SIMPLIE,EMMC} on aarch64 (Charles Mirabile) -- Fix SERIAL_SC16IS7XX configs for Fedora (Justin M. Forbes) -- Enable ALSA (CONFIG_SND) on aarch64 (Charles Mirabile) [RHEL-40411] -- redhat: Remove DIST_BRANCH variable (Eder Zulian) -- gitlab-ci: merge ark-latest before tagging cki-gating (Michael Hofmann) -- gitlab-ci: do not merge ark-latest for gating pipelines for Rawhide (Michael Hofmann) -- disable CONFIG_KVM_INTEL_PROVE_VE (Paolo Bonzini) -- redhat: remove the merge subtrees script (Derek Barbosa) -- redhat: rhdocs: delete .get_maintainer.conf (Derek Barbosa) -- redhat: rhdocs: Remove the rhdocs directory (Derek Barbosa) -- redhat/configs: Disable CONFIG_QLA3XXX (Kamal Heib) [RHEL-36646] -- redhat/configs: fedora: Enable some drivers for IPU6 support (Hans de Goede) -- redhat: add missing UKI_secureboot_cert hunk (Patrick Talbert) -- redhat/kernel.spec: keep extra modules in original directories (Jan Stancek) -- redhat/configs: Move CONFIG_BLK_CGROUP_IOCOST=y to common/generic (Waiman Long) -- Turn on CONFIG_MFD_QCOM_PM8008 for Fedora aarch64 (Justin M. Forbes) -- redhat: Build IMA CA certificate into the Fedora kernel (Coiby Xu) -- Move CONFIG_RAS_FMPM to the proper location (Aristeu Rozanski) -- redhat/configs: Remove CONFIG_NET_ACT_IPT (Ivan Vecera) -- gitlab-ci: add kernel-automotive pipelines (Michael Hofmann) -- Enable CEC support for TC358743 (Peter Robinson) -- fedora: arm: Enable ARCH_R9A09G057 (Peter Robinson) -- fedora: updates for the 6.10 kernel (Peter Robinson) -- fedora: arm: Enable the MAX96706 GMSL module (Peter Robinson) -- redhat: Switch UKI to using its own SecureBoot cert (from system-sb-certs) (Jan Stancek) -- redhat: Add RHEL specifc .sbat section to UKI (Jan Stancek) -- kernel.spec: add iommu selftests to kernel-selftests-internal (Eder Zulian) [RHEL-32895] -- redhat/configs: fedora: aarch64: Re-enable CUSE (Neal Gompa) -- redhat: pass correct RPM_VMLINUX_H to bpftool install (Jan Stancek) -- rh_flags: Rename rh_features to rh_flags (Ricardo Robaina) [RHEL-32987] -- kernel: rh_features: fix reading empty feature list from /proc (Ricardo Robaina) [RHEL-32987] -- rh_features: move rh_features entry to sys/kernel (Ricardo Robaina) [RHEL-32987] -- rh_features: convert to atomic allocation (Ricardo Robaina) [RHEL-32987] -- add rh_features to /proc (Ricardo Robaina) [RHEL-32987] -- add support for rh_features (Ricardo Robaina) [RHEL-32987] -- Drop kexec_load syscall support (Baoquan He) -- New configs in lib/kunit (Fedora Kernel Team) -- Turn off KUNIT_FAULT_TEST as it causes problems for CI (Justin M. Forbes) -- Add a config entry in pending for CONFIG_DRM_MSM_VALIDATE_XML (Justin M. Forbes) -- Flip CONFIG_SND_SOC_CS35L56_SPI in pending to avoid a mismatch (Justin M. Forbes) -- Fix up a mismatch for RHEL (Justin M. Forbes) -- Reset changelog after rebase (Justin M. Forbes) -- Reset RHEL_RELEASE to 0 for 6.10 (Justin M. Forbes) -- configs: move CONFIG_BLK_DEV_UBLK into rhel/configs/generic (Ming Lei) -- configs: move CONFIG_BLK_SED_OPAL into redhat/configs/common/generic (Ming Lei) -- RHEL-21097: rhel: aarch64 stop blocking a number of HW sensors (Peter Robinson) -- redhat/configs: enable RTL8822BU for rhel (Jose Ignacio Tornos Martinez) -- redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off (Jerry Snitselaar) -- redhat: add IMA certificates (Jan Stancek) -- redhat/kernel.spec: fix typo in move_kmod_list() variable (Jan Stancek) -- redhat: make filtermods.py less verbose by default (Jan Stancek) -- scsi: sd: condition probe_type under RHEL_DIFFERENCES (Eric Chanudet) -- scsi: sd: remove unused sd_probe_types (Eric Chanudet) -- Turn on INIT_ON_ALLOC_DEFAULT_ON for Fedora (Justin M. Forbes) -- Consolidate configs to common for 6.9 (Justin M. Forbes) -- redhat/rhel_files: move tipc.ko and tipc_diag.ko to modules-extra (Xin Long) [RHEL-23931] -- redhat: move amd-pstate-ut.ko to modules-internal (Jan Stancek) -- redhat/configs: enable CONFIG_LEDS_TRIGGER_NETDEV also for RHEL (Michal Schmidt) [RHEL-32110] -- redhat/configs: Remove CONFIG_AMD_IOMMU_V2 (Jerry Snitselaar) -- Set DEBUG_INFO_BTF_MODULES for Fedora (Justin M. Forbes) -- redhat: Use redhatsecureboot701 for ppc64le (Jan Stancek) -- redhat: switch the kernel package to use certs from system-sb-certs (Jan Stancek) -- redhat: replace redhatsecureboot303 signing key with redhatsecureboot601 (Jan Stancek) -- redhat: drop certificates that were deprecated after GRUB's BootHole flaw (Jan Stancek) -- redhat: correct file name of redhatsecurebootca1 (Jan Stancek) -- redhat: align file names with names of signing keys for ppc and s390 (Jan Stancek) -- redhat/configs: Enable CONFIG_DM_VDO in RHEL (Benjamin Marzinski) -- redhat/configs: Enable DRM_NOUVEAU_GSP_DEFAULT everywhere (Neal Gompa) -- kernel.spec: adjust for livepatching kselftests (Joe Lawrence) -- redhat/configs: remove CONFIG_TEST_LIVEPATCH (Joe Lawrence) -- Turn on CONFIG_RANDOM_KMALLOC_CACHES for Fedora (Justin M. Forbes) -- Set Fedora configs for 6.9 (Justin M. Forbes) -- gitlab-ci: enable pipelines with c10s buildroot (Michael Hofmann) -- Turn on ISM for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_TEST_LOCKUP for non-debug kernels (Čestmír Kalina) -- redhat/rhel_files: add test_lockup.ko to modules-extra (Čestmír Kalina) -- Turn off some Fedora UBSAN options to avoid false positives (Justin M. Forbes) -- fedora: aarch64: Enable a QCom Robotics platforms requirements (Peter Robinson) -- fedora: updates for 6.9 merge window (Peter Robinson) -- gitlab-ci: rename GitLab jobs ark -> rawhide (Michael Hofmann) -- gitlab-ci: harmonize DataWarehouse tree names (Michael Hofmann) -- redhat/configs: Enable CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON for rhel (Jerry Snitselaar) -- spec: make sure posttrans script doesn't fail if /boot is non-POSIX (glb) -- Turn on UBSAN for Fedora (Justin M. Forbes) -- Turn on XEN_BALLOON_MEMORY_HOTPLUG for Fedora (Justin M. Forbes) -- docs: point out that python3-pyyaml is now required (Thorsten Leemhuis) -- Use LLVM=1 for clang_lto build (Nikita Popov) -- redhat: fix def_variants.yaml check (Jan Stancek) -- redhat: sanity check yaml files (Jan Stancek) -- spec: rework filter-mods and mod-denylist (Jan Stancek) -- redhat/configs: remove CONFIG_INTEL_MENLOW as it is obsolete. (David Arcari) -- arch/x86: Fix XSAVE check for x86_64-v2 check (Prarit Bhargava) -- redhat/Makefile.variables: unquote a variable (Thorsten Leemhuis) -- redhat/configs: build in Tegra210 SPI driver (Mark Salter) -- redhat/configs: aarch64: Enable ARM_FFA driver (Mark Salter) -- Base automotive-devel on rt-devel (Don Zickus) -- redhat/configs: Enable CONFIG_AMDTEE for x86 (David Arcari) -- redhat/configs: enable CONFIG_TEST_LOCKUP for debug kernel (Čestmír Kalina) -- kernel.spec: fix libperf-debuginfo content (Jan Stancek) -- Turn on DM_VDO for Fedora (Justin M. Forbes) -- redhat: make libperf-devel require libperf %%{version}-%%{release} (Jan Stancek) -- kernel.spec: drop custom mode also for System.map ghost entry (Jan Stancek) -- Octopus merges are too conservative, serialize instead (Don Zickus) -- Add tracking branches for rt-devel (Don Zickus) -- all: clean-up i915 (Peter Robinson) -- Turn on CONFIG_READ_ONLY_THP_FOR_FS for Fedora (Justin M. Forbes) -- redhat/kernel.spec.template: fix rtonly build (Jan Stancek) -- redhat/kernel.spec.template: add extra flags for tools build (Scott Weaver) -- Add iio-test-gts to mod-internal.list (Thorsten Leemhuis) -- redhat/kernel.spec.template: update license (Scott Weaver) -- Fix typo in maintaining.rst file (Augusto Caringi) -- Enable DRM_CDNS_DSI_J721E for fedora (Andrew Halaney) -- gitlab-ci: do not merge ark-latest for gating pipelines (Michael Hofmann) -- fedora: Enable MCP9600 (Peter Robinson) -- redhat/configs: Enable & consolidate BF-3 drivers config (Luiz Capitulino) -- redhat: Fix RT kernel kvm subpackage requires (Juri Lelli) -- Add new of_test module to mod-internal.list (Thorsten Leemhuis) -- Add new string kunit modules to mod-internal.list (Thorsten Leemhuis) -- redhat/kernel.spec.template: enable cross for base/RT (Peter Robinson) -- redhat/kernel.spec.template: Fix cross compiling (Peter Robinson) -- arch/x86/kernel/setup.c: fixup rh_check_supported (Scott Weaver) -- Enable CONFIG_USB_ONBOARD_HUB for RHEL (Charles Mirabile) -- redhat/Makefile.cross: Add CROSS_BASEONLY (Prarit Bhargava) -- gitlab-ci: fix ark-latest merging for parent pipelines running in forks (Michael Hofmann) -- lsm: update security_lock_kernel_down (Scott Weaver) -- Fix changelog after rebase (Augusto Caringi) -- redhat: remove "END OF CHANGELOG" marker from kernel.changelog (Herton R. Krzesinski) -- gitlab-ci: enable all variants for rawhide/eln builder image gating (Michael Hofmann) -- Fedora: enable Microchip and their useful drivers (Peter Robinson) -- spec: suppress "set +x" output (Jan Stancek) -- redhat/configs: Disable CONFIG_RDMA_SIW (Kamal Heib) -- redhat/configs: Disable CONFIG_RDMA_RXE (Kamal Heib) -- redhat/configs: Disable CONFIG_MLX4 (Kamal Heib) -- redhat/configs: Disable CONFIG_INFINIBAND_HFI1 and CONFIG_INFINIBAND_RDMAVT (Kamal Heib) -- Consolidate 6.8 configs to common (Justin M. Forbes) -- Remove rt-automated and master-rt-devel logic (Don Zickus) -- Add support for CI octopus merging (Don Zickus) -- redhat/configs: Disable CONFIG_INFINIBAND_VMWARE_PVRDMA (Kamal Heib) -- gitlab-ci: fix merge tree URL for gating pipelines (Michael Hofmann) -- Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) -- uki: use systemd-pcrphase dracut module (Gerd Hoffmann) -- Add libperf-debuginfo subpackage (Justin M. Forbes) -- redhat/kernel.spec.template: Add log_msg macro (Prarit Bhargava) -- redhat/configs: Disable CONFIG_INFINIBAND_USNIC (Kamal Heib) -- Enable CONFIG_BMI323_I2C=m for Fedora x86_64 builds (Hans de Goede) -- gitlab-ci: drop test_makefile job (Scott Weaver) -- Enable merge-rt pipeline (Don Zickus) -- kernel.spec: include the GDB plugin in kernel-debuginfo (Ondrej Mosnacek) -- Turn on DRM_NOUVEAU_GSP_DEFAULT for Fedora (Justin M. Forbes) -- Set late new config HDC3020 for Fedora (Justin M. Forbes) -- redhat/self-test: Update CROSS_DISABLED_PACKAGES (Prarit Bhargava) -- redhat: Do not build libperf with cross builds (Prarit Bhargava) -- redhat/configs: enable CONFIG_PINCTRL_INTEL_PLATFORM for RHEL (David Arcari) -- redhat/configs: enable CONFIG_PINCTRL_METEORPOINT for RHEL (David Arcari) -- redhat/configs: intel pinctrl config cleanup (David Arcari) -- redhat/configs: For aarch64/RT, default kstack randomization off (Jeremy Linton) -- redhat/Makefile: remove an unused target (Ondrej Mosnacek) -- redhat/Makefile: fix setup-source and document its caveat (Ondrej Mosnacek) -- redhat/Makefile: fix race condition when making the KABI tarball (Ondrej Mosnacek) -- redhat/Makefile: refactor KABI tarball creation (Ondrej Mosnacek) -- Turn XFS_SUPPORT_V4 back on for Fedora (Justin M. Forbes) -- Add xe to drm module filters (Justin M. Forbes) -- Turn off the DRM_XE_KUNIT_TEST for Fedora (Justin M. Forbes) -- Flip secureboot signature order (Justin M. Forbes) -- all: clean up some removed configs (Peter Robinson) -- redhat: add nvidia oot signing key (Dave Airlie) -- gitlab-ci: support CI for zfcpdump kernel on ELN (Michael Hofmann) -- Fedora configs for 6.8 (Justin M. Forbes) -- Turn off CONFIG_INTEL_VSC for Fedora (Justin M. Forbes) -- redhat/configs: rhel wireless requests (Jose Ignacio Tornos Martinez) -- spec: Set EXTRA_CXXFLAGS for perf demangle-cxx.o (Josh Stone) [2233269] -- Flip values for FSCACHE and NETFS_SUPPORT to avoid mismatch (Justin M. Forbes) -- Turn on SECURITY_DMESG_RESTRICT (Justin M. Forbes) -- redhat: forward-port genlog.py updates from c9s (Jan Stancek) -- arch/x86: mark x86_64-v1 and x86_64-v2 processors as deprecated (Prarit Bhargava) -- fedora: Enable more Renesas RZ platform drivers (Peter Robinson) -- fedora: a few aarch64 drivers and cleanups (Peter Robinson) -- fedora: cavium nitrox cnn55xx (Peter Robinson) -- Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed) (Don Zickus) -- gitlab-ci: merge ark-latest fixes when running ELN pipelines (Michael Hofmann) -- gitlab-ci: use all arches for container image gating (Michael Hofmann) -- Add new os-build targets: rt-devel and automotive-devel (Don Zickus) -- Remove defines forcing tools on, they override cmdline (Justin M. Forbes) -- Remove separate license tag for libperf (Justin M. Forbes) -- Don't use upstream bpftool version for Fedora package (Justin M. Forbes) -- Don't ship libperf.a in libperf-devel (Justin M. Forbes) -- add libperf packages and enable perf, libperf, tools and bpftool packages (Thorsten Leemhuis) -- Add scaffolding to build the kernel-headers package for Fedora (Justin M. Forbes) -- redhat/spec: use distro CFLAGS when building bootstrap bpftool (Artem Savkov) -- spec: use just-built bpftool for vmlinux.h generation (Yauheni Kaliuta) [2120968] -- gitlab-ci: enable native tools for Rawhide CI (Michael Hofmann) -- Revert "Merge branch 'fix-kabi-build-race' into 'os-build'" (Justin M. Forbes) -- redhat: configs: fedora: Enable sii902x bridge chip driver (Erico Nunes) -- Enable CONFIG_TCP_CONG_ILLINOIS for RHEL (Davide Caratti) -- redhat/Makefile: fix setup-source and document its caveat (Ondrej Mosnacek) -- redhat/Makefile: fix race condition when making the KABI tarball (Ondrej Mosnacek) -- redhat/Makefile: refactor KABI tarball creation (Ondrej Mosnacek) -- redhat/configs: Remove HOTPLUG_CPU0 configs (Prarit Bhargava) -- gitlab-ci: merge ark-latest before building in MR pipelines (Michael Hofmann) -- CI: include aarch64 in CKI container image gating (Tales Aparecida) -- redhat: spec: Fix update_scripts run for CentOS builds (Neal Gompa) -- New configs in drivers/crypto (Fedora Kernel Team) -- net: bump CONFIG_MAX_SKB_FRAGS to 45 (Marcelo Ricardo Leitner) -- Enable CONFIG_MARVELL_88Q2XXX_PHY (Izabela Bakollari) -- Remove CONFIG_NET_EMATCH_STACK file for RHEL (Justin M. Forbes) -- CONFIG_NETFS_SUPPORT should be m after the merge (Justin M. Forbes) -- Turn FSCACHE and NETFS from m to y in pending (Justin M. Forbes) -- Turn on CONFIG_TCP_AO for Fedora (Justin M. Forbes) -- Turn on IAA_CRYPTO_STATS for Fedora (Justin M. Forbes) -- fedora: new drivers and cleanups (Peter Robinson) -- Turn on Renesas RZ for Fedora IOT rhbz2257913 (Justin M. Forbes) -- redhat: filter-modules.sh.rhel: add dell-smm-hwmon (Scott Weaver) -- Add CONFIG_INTEL_MEI_GSC_PROXY=m for DRM 9.4 stable backport (Mika Penttilä) -- Set configs for ZRAM_TRACK_ENTRY_ACTIME (Justin M. Forbes) -- Add python3-pyyaml to buildreqs for kernel-docs (Justin M. Forbes) -- Add nb7vpq904m to singlemods for ppc64le (Thorsten Leemhuis) -- include drm bridge helpers in kernel-core package (Thorsten Leemhuis) -- Add dell-smm-hwmon to singlemods (Thorsten Leemhuis) -- Add drm_gem_shmem_test to mod-internal.list (Thorsten Leemhuis) -- redhat: kABI: add missing RH_KABI_SIZE_ALIGN_CHECKS Kconfig option (Sabrina Dubroca) -- redhat: rh_kabi: introduce RH_KABI_EXCLUDE_WITH_SIZE (Sabrina Dubroca) -- redhat: rh_kabi: move semicolon inside __RH_KABI_CHECK_SIZE (Sabrina Dubroca) -- Fix up ZRAM_TRACK_ENTRY_ACTIME in pending (Justin M. Forbes) -- random: replace import_single_range() with import_ubuf() (Justin M. Forbes) -- Flip CONFIG_INTEL_PMC_CORE to m for Fedora (Justin M. Forbes) -- Add CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y to avoid a mismatch (Justin M. Forbes) -- common: cleanup MX3_IPU (Peter Robinson) -- all: The Octeon MDIO driver is aarch64/mips (Peter Robinson) -- common: rtc: remove bq4802 config (Peter Robinson) -- common: de-dupe MARVELL_GTI_WDT (Peter Robinson) -- all: Remove CAN_BXCAN (Peter Robinson) -- common: cleanup SND_SOC_ROCKCHIP (Peter Robinson) -- common: move RHEL DP83867_PHY to common (Peter Robinson) -- common: Make ASYMMETRIC_KEY_TYPE enable explicit (Peter Robinson) -- common: Disable aarch64 ARCH_MA35 universally (Peter Robinson) -- common: arm64: enable Tegra234 pinctrl driver (Peter Robinson) -- rhel: arm64: Enable qoriq thermal driver (Peter Robinson) -- common: aarch64: Cleanup some i.MX8 config options (Peter Robinson) -- all: EEPROM_LEGACY has been removed (Peter Robinson) -- all: rmeove AppleTalk hardware configs (Peter Robinson) -- all: cleanup: remove references to SLOB (Peter Robinson) -- all: cleanup: Drop unnessary BRCMSTB configs (Peter Robinson) -- all: net: remove retired network schedulers (Peter Robinson) -- all: cleanup removed CONFIG_IMA_TRUSTED_KEYRING (Peter Robinson) -- BuildRequires: lld for build with selftests for x86 (Jan Stancek) -- spec: add keyutils to selftest-internal subpackage requirements (Artem Savkov) [2166911] -- redhat/spec: exclude liburandom_read.so from requires (Artem Savkov) [2120968] -- rtla: sync summary text with upstream and update Requires (Jan Stancek) -- uki-virt: add systemd-sysext dracut module (Gerd Hoffmann) -- uki-virt: add virtiofs dracut module (Gerd Hoffmann) -- common: disable the FB device creation (Peter Robinson) -- s390x: There's no FB on Z-series (Peter Robinson) -- fedora: aarch64: enable SM_VIDEOCC_8350 (Peter Robinson) -- fedora: arm64: enable ethernet on newer TI industrial (Peter Robinson) -- fedora: arm64: Disable VIDEO_IMX_MEDIA (Peter Robinson) -- fedora: use common config for Siemens Simatic IPC (Peter Robinson) -- fedora: arm: enable Rockchip SPI flash (Peter Robinson) -- fedora: arm64: enable DRM_TI_SN65DSI83 (Peter Robinson) -- kernel.spec: remove kernel-smp reference from scripts (Jan Stancek) -- redhat: do not compress the full kernel changelog in the src.rpm (Herton R. Krzesinski) -- Auto consolidate configs for the 6.7 cycle (Justin M. Forbes) -- Enable sound for a line of Huawei laptops (TomZanna) -- fedora: a few cleanups and driver enablements (Peter Robinson) -- fedora: arm64: cleanup Allwinner Pinctrl drivers (Peter Robinson) -- fedora: aarch64: Enable some DW drivers (Peter Robinson) -- redhat: ship all the changelog from source git into kernel-doc (Herton R. Krzesinski) -- redhat: create an empty changelog file when changing its name (Herton R. Krzesinski) -- redhat/self-test: Remove --all from git query (Prarit Bhargava) -- Disable accel drivers for Fedora x86 (Kate Hsuan) -- redhat: scripts: An automation script for disabling unused driver for x86 (Kate Hsuan) -- Fix up Fedora LJCA configs and filters (Justin M. Forbes) -- Fedora configs for 6.7 (Justin M. Forbes) -- Some Fedora config updates for MLX5 (Justin M. Forbes) -- Turn on DRM_ACCEL drivers for Fedora (Justin M. Forbes) -- redhat: enable the kfence test (Nico Pache) -- redhat/configs: Enable UCLAMP_TASK for PipeWire and WirePlumber (Neal Gompa) -- Turn on CONFIG_SECURITY_DMESG_RESTRICT for Fedora (Justin M. Forbes) -- Turn off shellcheck for the fedora-stable-release script (Justin M. Forbes) -- Add some initial Fedora stable branch script to redhat/scripts/fedora/ (Justin M. Forbes) -- redhat: disable iptables-legacy compatibility layer (Florian Westphal) -- redhat: disable dccp conntrack support (Florian Westphal) -- configs: enable netfilter_netlink_hook in fedora too (Florian Westphal) -- ext4: Mark mounting fs-verity filesystems as tech-preview (Alexander Larsson) -- erofs: Add tech preview markers at mount (Alexander Larsson) -- Enable fs-verity (Alexander Larsson) -- Enable erofs (Alexander Larsson) -- aarch64: enable uki (Gerd Hoffmann) -- redhat: enable CONFIG_SND_SOC_INTEL_SOF_DA7219_MACH as a module for x86 (Patrick Talbert) -- Turn CONFIG_MFD_CS42L43_SDW on for RHEL (Justin M. Forbes) -- Enable cryptographic acceleration config flags for PowerPC (Mamatha Inamdar) -- Also make vmlinuz-virt.efi world readable (Zbigniew Jędrzejewski-Szmek) -- Drop custom mode for System.map file (Zbigniew Jędrzejewski-Szmek) -- Add drm_exec_test to mod-internal.list for depmod to succeed (Mika Penttilä) -- RHEL 9.4 DRM backport (upto v6.6 kernel), sync Kconfigs (Mika Penttilä) -- Turn on USB_DWC3 for Fedora (rhbz 2250955) (Justin M. Forbes) -- redhat/configs: Move IOMMUFD to common (Alex Williamson) -- redhat: Really remove cpupower files (Prarit Bhargava) -- redhat: remove update_scripts.sh (Prarit Bhargava) -- Fix s390 zfcpfdump bpf build failures for cgroups (Don Zickus) -- Flip CONFIG_NVME_AUTH to m in pending (Justin M. Forbes) -- Turn CONFIG_SND_SOC_INTEL_AVS_MACH_RT5514 on for Fedora x86 (Jason Montleon) -- kernel/rh_messages.c: Mark functions as possibly unused (Prarit Bhargava) -- Add snd-hda-cirrus-scodec-test to mod-internal.list (Scott Weaver) -- Turn off BPF_SYSCALL in pending for zfcpdump (Justin M. Forbes) -- Add mean_and_variance_test to mod-internal.list (Justin M. Forbes) -- Add cfg80211-tests and mac80211-tests to mod-internal.list (Justin M. Forbes) -- Turn on CONFIG_MFD_CS42L43_SDW for RHEL in pending (Justin M. Forbes) -- Turn on bcachefs for Fedora (Justin M. Forbes) -- redhat: configs: fedora: Enable QSEECOM and friends (Andrew Halaney) -- Add clk-fractional-divider_test to mod-internal.list (Thorsten Leemhuis) -- Add gso_test to mod-internal.list (Thorsten Leemhuis) -- Add property-entry-test to mod-internal.list (Thorsten Leemhuis) -- Fedora 6.7 configs part 1 (Justin M. Forbes) -- [Scheduled job] Catch config mismatches early during upstream merge (Don Zickus) -- redhat/self-test: Update data for KABI xz change (Prarit Bhargava) -- redhat/scripts: Switch KABI tarballs to xz (Prarit Bhargava) -- redhat/kernel.spec.template: Switch KABI compression to xz (Prarit Bhargava) -- redhat: self-test: Use a more complete SRPM file suffix (Andrew Halaney) -- redhat: makefile: remove stray rpmbuild --without (Eric Chanudet) -- Consolidate configs into common for 6.6 (Justin M. Forbes) -- Updated Fedora configs (Justin M. Forbes) -- Turn on UFSHCD for Fedora x86 (Justin M. Forbes) -- redhat: configs: generic: x86: Disable CONFIG_VIDEO_OV01A10 for x86 platform (Hans de Goede) -- redhat: remove pending-rhel CONFIG_XFS_ASSERT_FATAL file (Patrick Talbert) -- New configs in fs/xfs (Fedora Kernel Team) -- crypto: rng - Override drivers/char/random in FIPS mode (Herbert Xu) -- random: Add hook to override device reads and getrandom(2) (Herbert Xu) -- redhat/configs: share CONFIG_ARM64_ERRATUM_2966298 between rhel and fedora (Mark Salter) -- configs: Remove S390 IOMMU config options that no longer exist (Jerry Snitselaar) -- redhat: docs: clarify where bugs and issues are created (Scott Weaver) -- redhat/scripts/rh-dist-git.sh does not take any arguments: fix error message (Denys Vlasenko) -- Add target_branch for gen_config_patches.sh (Don Zickus) -- redhat: disable kunit by default (Nico Pache) -- redhat/configs: enable the AMD_PMF driver for RHEL (David Arcari) -- Make CONFIG_ADDRESS_MASKING consistent between fedora and rhel (Chris von Recklinghausen) -- CI: add ark-latest baseline job to tag cki-gating for successful pipelines (Michael Hofmann) -- CI: provide child pipelines for CKI container image gating (Michael Hofmann) -- CI: allow to run as child pipeline (Michael Hofmann) -- CI: provide descriptive pipeline name for scheduled pipelines (Michael Hofmann) -- CI: use job templates for variant variables (Michael Hofmann) -- redhat/kernel.spec.template: simplify __modsign_install_post (Jan Stancek) -- Fedora filter updates after configs (Justin M. Forbes) -- Fedora configs for 6.6 (Justin M. Forbes) -- redhat/configs: Freescale Layerscape SoC family (Steve Best) -- Add clang MR/baseline pipelines (Michael Hofmann) -- CI: Remove unused kpet_tree_family (Nikolai Kondrashov) -- Add clang config framework (Don Zickus) -- Apply partial snippet configs to all configs (Don Zickus) -- Remove unpackaged kgcov config files (Don Zickus) -- redhat/configs: enable missing Kconfig options for Qualcomm RideSX4 (Brian Masney) -- enable CONFIG_ADDRESS_MASKING for x86_64 (Chris von Recklinghausen) -- common: aarch64: enable NXP Flex SPI (Peter Robinson) -- fedora: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in (Javier Martinez Canillas) -- kernel.spec: adjust build option comment (Michael Hofmann) -- kernel.spec: allow to enable arm64_16k variant (Michael Hofmann) -- gitlab-ci: enable build-only pipelines for Rawhide/16k/aarch64 (Michael Hofmann) -- kernel.spec.template: Fix --without bpftool (Prarit Bhargava) -- redhat/configs: NXP BBNSM Power Key Driver (Steve Best) -- redhat/self-test: Update data for cross compile fields (Prarit Bhargava) -- redhat/Makefile.cross: Add message for disabled subpackages (Prarit Bhargava) -- redhat/Makefile.cross: Update cross targets with disabled subpackages (Prarit Bhargava) -- Remove XFS_ASSERT_FATAL from pending-fedora (Justin M. Forbes) -- Change default pending for XFS_ONLINE_SCRUB_STATSas it now selects XFS_DEBUG (Justin M. Forbes) -- gitlab-ci: use --with debug/base to select kernel variants (Michael Hofmann) -- kernel.spec: add rpmbuild --without base option (Michael Hofmann) -- redhat: spec: Fix typo for kernel_variant_preun for 16k-debug flavor (Neal Gompa) -- Turn off appletalk for fedora (Justin M. Forbes) -- New configs in drivers/media (Fedora Kernel Team) -- redhat/docs: Add a mention of bugzilla for bugs (Prarit Bhargava) -- Fix the fixup of Fedora release (Don Zickus) -- Fix Fedora release scheduled job (Don Zickus) -- Move squashfs to kernel-modules-core (Justin M. Forbes) -- redhat: Explicitly disable CONFIG_COPS (Vitaly Kuznetsov) -- redhat: Add dist-check-licenses target (Vitaly Kuznetsov) -- redhat: Introduce "Verify SPDX-License-Identifier tags" selftest (Vitaly Kuznetsov) -- redhat: Use kspdx-tool output for the License: field (Vitaly Kuznetsov) -- Rename pipeline repo branch and DW tree names (Michael Hofmann) -- Adjust comments that refer to ARK in a Rawhide context (Michael Hofmann) -- Rename variable names starting with ark- to rawhide- (Michael Hofmann) -- Rename trigger-ark to trigger-rawhide (Michael Hofmann) -- Fix up config mismatches for Fedora (Justin M. Forbes) -- redhat/configs: Texas Instruments Inc. K3 multicore SoC architecture (Steve Best) -- Flip CONFIG_VIDEO_V4L2_SUBDEV_API in pending RHEL due to mismatch (Justin M. Forbes) -- CONFIG_HW_RANDOM_HISI: move to common and set to m (Scott Weaver) -- Turn off CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for Fedora s390x (Justin M. Forbes) -- Disable tests for ELN realtime pipelines (Michael Hofmann) -- New configs in mm/Kconfig (Fedora Kernel Team) -- Flip CONFIG_SND_SOC_CS35L56_SDW to m and clean up (Justin M. Forbes) -- Add drm_exec_test to mod-internal.list (Thorsten Leemhuis) -- Add new pending entry for CONFIG_SND_SOC_CS35L56_SDW to fix mismatch (Justin M. Forbes) -- Fix tarball creation logic (Don Zickus) -- redhat: bump libcpupower soname to match upstream (Patrick Talbert) -- Turn on MEMFD_CREATE in pending as it is selected by CONFIG_TMPFS (Justin M. Forbes) -- redhat: drop unneeded build-time dependency gcc-plugin-devel (Coiby Xu) -- all: x86: move wayward x86 specific config home (Peter Robinson) -- all: de-dupe non standard config options (Peter Robinson) -- all: x86: clean up microcode loading options (Peter Robinson) -- common: remove unnessary CONFIG_SND_MESON_AXG* (Peter Robinson) -- redhat: Fix UKI install with systemd >= 254 (Vitaly Kuznetsov) -- redhat: Use named parameters for kernel_variant_posttrans()/kernel_variant_preun() (Vitaly Kuznetsov) -- redhat/kernel.spec.template: update compression variables to support zstd (Brian Masney) -- Consolidate configs to common for 6.5 (Justin M. Forbes) -- Remove unused config entry for Fedora (Justin M. Forbes) -- redhat/self-test: Remove rpmlint test (Prarit Bhargava) -- Remove the armv7 config directory from Fedora again (Justin M. Forbes) -- Enable CONFIG_EXPERT for both RHEL and Fedora (Justin M. Forbes) -- redhat/configs: Enable CONFIG_DEVICE_PRIVATE on aarch64 (David Hildenbrand) [2231407] -- redhat/configs: disable CONFIG_ROCKCHIP_ERRATUM_3588001 for RHEL (Mark Salter) -- redhat: shellcheck fixes (Prarit Bhargava) -- redhat/configs: enable tegra114 SPI (Mark Salter) -- all: properly cleanup firewire once and for all (Peter Robinson) -- Fix up filters for Fedora (Justin M. Forbes) -- New configs in arch/x86 (Fedora Kernel Team) -- Add an armv7 directory back for the Fedora configs (Justin M. Forbes) -- Fedora 6.5 config updates (Justin M. Forbes) -- Turn off DMABUF_SYSFS_STATS (Justin M. Forbes) -- CI: rawhide_release: switch to using script to push (Don Zickus) -- redhat/self-test: Update self-test data (Prarit Bhargava) -- redhat/scripts/cross-compile: Update download_cross.sh (Prarit Bhargava) -- redhat/Makefile.cross: Remove ARCH selection code (Prarit Bhargava) -- redhat/Makefile.cross: Update script (Prarit Bhargava) -- Fix interruptible non MR jobs (Michael Hofmann) -- all: run evaluate_configs to de-dupe merged aarch64 (Peter Robinson) -- all: arm: merge the arm and arm/aarch64 (Peter Robinson) -- fedora: remove ARMv7 AKA armhfp configurations (Peter Robinson) -- fedora: remove ARMv7 AKA armhfp support (Peter Robinson) -- redhat/configs: enable CONFIG_VIRTIO_MEM on aarch64 (David Hildenbrand) [2044155] -- redhat/configs: enable CONFIG_MEMORY_HOTREMOVE aarch64 (David Hildenbrand) [2062054] -- redhat: Add arm64-16k kernel flavor scaffold for 16K page-size'd AArch64 (Neal Gompa) -- fedora: enable i3c on aarch64 (Peter Robinson) -- redhat/configs: Remove `CONFIG_HZ_1000 is not set` for aarch64 (Enric Balletbo i Serra) -- redhat/configs: turn on the framework for SPI NOR for ARM (Steve Best) -- configs: add new ChromeOS UART driver (Mark Langsdorf) -- configs: add new ChromeOS Human Presence Sensor (Mark Langsdorf) -- redhat/configs: Enable CONFIG_NVIDIA_WMI_EC_BACKLIGHT for both Fedora and RHEL (Kate Hsuan) -- redhat/configs: Texas Instruments INA3221 driver (Steve Best) -- arm: i.MX: Some minor NXP i.MX cleanups (Peter Robinson) -- Description: Set config for Tegra234 pinctrl driver (Joel Slebodnick) -- Update RPM Scriptlet for kernel-install Changes (Jonathan Steffan) -- [CI] add exit 0 to the end of CI scripts (Don Zickus) -- redhat: configs: Disable CONFIG_CRYPTO_STATS since performance issue for storage (Kate Hsuan) [2227793] -- Remove obsolete variable from gitlab-ci.yml (Ondrej Kinst) -- redhat/configs: Move GVT-g to Fedora only (Alex Williamson) -- [CI] Make sure we are on correct branch before running script (Don Zickus) -- CI: ark-update-configs: sync push command and output (Don Zickus) -- CI: ark-update-configs: misc changes (Don Zickus) -- CI: sync ark-create-release push commands with output (Don Zickus) -- CI: ark-create-release: Add a robust check if nothing changed (Don Zickus) -- CI: Remove legacy tag check cruft (Don Zickus) -- CI: Introduce simple environment script (Don Zickus) -- redhat/configs: Disable FIREWIRE for RHEL (Prarit Bhargava) -- redhat/scripts/rh-dist-git.sh: print list of uploaded files (Denys Vlasenko) -- redhat/scripts/expand_srpm.sh: add missing function, robustify (Denys Vlasenko) -- redhat: Enable HSR and PRP (Felix Maurer) -- redhat/scripts/rh-dist-git.sh: fix outdated message and comment (Denys Vlasenko) -- redhat/configs: Disable CONFIG_I8K (Prarit Bhargava) -- Make sure posttrans script doesn't fail if restorecon is not installed (Daan De Meyer) -- Update filters for new config items (Justin M. Forbes) -- More Fedora 6.5 configs (Justin M. Forbes) -- redhat/configs: disable pre-UVC cameras for RHEL on aarch64 (Dean Nelson) -- redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64 (Dean Nelson) -- move ownership of /lib/modules// to kernel-core (Thorsten Leemhuis) -- Let kernel-modules-core own the files depmod generates. (Thorsten Leemhuis) -- redhat: configs: Enable CONFIG_TYPEC_STUSB160X for rhel on aarch64 (Desnes Nunes) -- Add filters for ptp_dfl_tod on Fedora (Justin M. Forbes) -- Fedora 6.5 configs part 1 (Justin M. Forbes) -- fedora: enable CONFIG_ZYNQMP_IPI_MBOX as a builtin in pending-fedora (Patrick Talbert) -- fedora: arm: some minor updates (Peter Robinson) -- fedora: bluetooth: enable AOSP extensions (Peter Robinson) -- fedora: wifi: tweak ZYDAS WiFI config options (Peter Robinson) -- scsi: sd: Add "probe_type" module parameter to allow synchronous probing (Ewan D. Milne) [2140017] -- redhat/configs: allow IMA to use MOK keys (Coiby Xu) -- Simplify documentation jobs (Michael Hofmann) -- Auto-cancel pipelines only on MRs (Michael Hofmann) -- CI: Call script directly (Don Zickus) -- CI: Remove stale TAG and Makefile cruft (Don Zickus) -- CI: Move os-build tracking to common area (Don Zickus) -- redhat: use the eln builder for daily jobs (Patrick Talbert) -- redhat: set CONFIG_XILINX_WINDOW_WATCHDOG as disabled in pending (Patrick Talbert) -- Add baseline ARK/ELN pipelines (Michael Hofmann) -- Simplify job rules (Michael Hofmann) -- Build ELN srpm for bot changes (Michael Hofmann) -- Run RH selftests for ELN (Michael Hofmann) -- Simplify job templates (Michael Hofmann) -- Extract rules to allow orthogonal configuration (Michael Hofmann) -- Require ELN pipelines if started automatically (Michael Hofmann) -- Add ARK debug pipeline (Michael Hofmann) -- Extract common parts of child pipeline job (Michael Hofmann) -- Move ARK pipeline variables into job template (Michael Hofmann) -- Simplify ARK pipeline rules (Michael Hofmann) -- Change pathfix.py to %%py3_shebang_fix (Justin M. Forbes) -- Turn on NET_VENDOR_QUALCOMM for Fedora to enable rmnet (Justin M. Forbes) -- redhat: add intel-m10-bmc-hwmon to filter-modules singlemods list (Patrick Talbert) -- fedira: enable pending-fedora CONFIG_CPUFREQ_DT_PLATDEV as a module (Patrick Talbert) -- redhat: fix the 'eln BUILD_TARGET' self-test (Patrick Talbert) -- redhat: update the self-test-data (Patrick Talbert) -- redhat: remove trailing space in dist-dump-variables output (Patrick Talbert) -- Allow ELN pipelines failures (Michael Hofmann) -- Enable cs-like CI (Michael Hofmann) -- Allow to auto-cancel redundant pipelines (Michael Hofmann) -- Remove obsolete unused trigger variable (Michael Hofmann) -- Fix linter warnings in .gitlab-ci.yml (Michael Hofmann) -- config: wifi: debug options for ath11k, brcm80211 and iwlwifi (Íñigo Huguet) -- redhat: allow dbgonly cross builds (Jan Stancek) -- redhat/configs: Clean up x86-64 call depth tracking configs (Waiman Long) -- redhat: move SND configs from pending-rhel to rhel (Patrick Talbert) -- Fix up armv7 configs for Fedora (Justin M. Forbes) -- redhat: Set pending-rhel x86 values for various SND configs (Patrick Talbert) -- redhat: update self-test data (Patrick Talbert) -- redhat: ignore SPECBPFTOOLVERSION/bpftoolversion in self-test create-data.sh (Patrick Talbert) -- fedora/rhel: Move I2C_DESIGNWARE_PLATFORM, I2C_SLAVE, & GPIOLIB from pending (Patrick Talbert) -- redhat/filter-modules.sh.rhel: add needed deps for intel_rapl_tpmi (Jan Stancek) -- fedora: Enable CONFIG_SPI_SLAVE (Patrick Talbert) -- fedora/rhel: enable I2C_DESIGNWARE_PLATFORM, I2C_SLAVE, and GPIOLIB (Patrick Talbert) -- fedora: Enable CONFIG_SPI_SLAVE in fedora-pending (Patrick Talbert) -- redhat: remove extra + (plus) from meta package Requires definitions (Patrick Talbert) -- Add intel-m10-bmc-hwmon to singlemods (Thorsten Leemhuis) -- Add hid-uclogic-test to mod-internal.list (Thorsten Leemhuis) -- Add checksum_kunit.ko to mod-internal.list (Thorsten Leemhuis) -- Add strcat_kunit to mod-internal.list (Thorsten Leemhuis) -- Add input_test to mod-intenal.list (Thorsten Leemhuis) -- Revert "Remove EXPERT from ARCH_FORCE_MAX_ORDER for aarch64" (Justin M. Forbes) -- Fix up rebase issue with CONFIG_ARCH_FORCE_MAX_ORDER (Justin M. Forbes) -- redhat/kernel.spec.template: Disable 'extracting debug info' messages (Prarit Bhargava) -- kernel/rh_messages.c: Another gcc12 warning on redundant NULL test (Florian Weimer) [2216678] -- redhat: fix signing for realtime and arm64_64k non-debug variants (Jan Stancek) -- redhat: treat with_up consistently (Jan Stancek) -- redhat: make with_realtime opt-in (Jan Stancek) -- redhat/configs: Disable qcom armv7 drippings in the aarch64 tree (Jeremy Linton) -- kernel.spec: drop obsolete ldconfig (Jan Stancek) -- Consolidate config items to common for 6.4 cycle (Justin M. Forbes) -- Turn on CO?NFIg_RMNET for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_MANA_INFINIBAND=m for ARK (Vitaly Kuznetsov) -- redhat/config: common: Enable CONFIG_GPIO_SIM for software development (Kate Hsuan) -- redhat: fix problem with RT kvm modules listed twice in rpm generation (Clark Williams) -- redhat: turn off 64k kernel builds with rtonly (Clark Williams) -- redhat: turn off zfcpdump for rtonly (Clark Williams) -- redhat: don't allow with_rtonly to turn on unsupported arches (Clark Williams) -- redhat: update self-test data for addition of RT and 64k-page variants (Clark Williams) -- redhat: fix realtime and efiuki build conflict (Jan Stancek) -- arm64-64k: Add new kernel variant to RHEL9/CS9 for 64K page-size'd ARM64 (Donald Dutile) [2153073] -- redhat: TEMPORARY set configs to deal with PREEMPT_RT not available (Clark Williams) -- redhat: TEMPORARY default realtime to off (Clark Williams) -- redhat: moved ARM errata configs to arm dir (Clark Williams) -- redhat: RT packaging changes (Clark Williams) -- redhat: miscellaneous commits needed due to CONFIG_EXPERT (Clark Williams) -- redhat: realtime config entries (Clark Williams) -- common: remove deleted USB PCCARD drivers (Peter Robinson) -- fedora: further cleanup of pccard/cardbus subsystem (Peter Robinson) -- common: properly disable PCCARD subsystem (Peter Robinson) -- redhat/configs: arm: enable SERIAL_TEGRA UART for RHEL (Mark Salter) -- redhat/configs: enable CONFIG_X86_AMD_PSTATE_UT (David Arcari) -- redhat/configs: Enable CONFIG_TCG_VTPM_PROXY for RHEL (Štěpán Horáček) -- redhat: do not package *.mod.c generated files (Denys Vlasenko) -- ALSA configuration changes for ARK/RHEL 9.3 (Jaroslav Kysela) -- spec: remove resolve_btfids from kernel-devel (Viktor Malik) -- Fix typo in filter-modules (Justin M. Forbes) -- redhat/configs: Enable CONFIG_INIT_STACK_ALL_ZERO for RHEL (Josh Poimboeuf) -- Remove CONFIG_ARCH_FORCE_MAX_ORDER for aarch64 (Justin M. Forbes) -- Fix up config and filter for PTP_DFL_TOD (Justin M. Forbes) -- redhat/configs: IMX8ULP pinctrl driver (Steve Best) -- redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64 (Brian Masney) -- redhat/configs: add two missing Kconfig options for the Thinkpad x13s (Brian Masney) -- Fedora configs for 6.4 (Justin M. Forbes) -- Change aarch64 CONFIG_ARCH_FORCE_MAX_ORDER to 10 for 4K pages (Justin M. Forbes) -- kernel.spec: remove "RPM_VMLINUX_H=$DevelDir/vmlinux.h" code chunk in %%install (Denys Vlasenko) -- redhat/configs: aarch64: Turn on Display for OnePlus 6 (Eric Curtin) -- redhat/configs: NXP i.MX93 pinctrl, clk, analog to digital converters (Steve Best) -- redhat/configs: Enable CONFIG_SC_GPUCC_8280XP for fedora (Andrew Halaney) -- redhat/configs: Enable CONFIG_QCOM_IPCC for fedora (Andrew Halaney) -- Add rv subpackage for kernel-tools (John Kacur) [2188441] -- redhat/configs: NXP i.MX9 family (Steve Best) -- redhat/genlog.py: add support to list/process zstream Jira tickets (Herton R. Krzesinski) -- redhat: fix duplicate jira issues in the resolves line (Herton R. Krzesinski) -- redhat: add support for Jira issues in changelog (Herton R. Krzesinski) -- redhat/configs: turn on IMX8ULP CCM Clock Driver (Steve Best) -- redhat: update filter-modules fsdrvs list to reference smb instead of cifs (Patrick Talbert) -- Turn off some debug options found to impact performance (Justin M. Forbes) -- wifi: rtw89: enable RTL8852BE card in RHEL (Íñigo Huguet) -- redhat/configs: enable TEGRA186_GPC_DMA for RHEL (Mark Salter) -- Move imx8m configs from fedora to common (Mark Salter) -- redhat/configs: turn on lpuart serial port support Driver (Steve Best) [2208834] -- Turn off DEBUG_VM for non debug Fedora kernels (Justin M. Forbes) -- Enable CONFIG_BT on aarch64 (Charles Mirabile) -- redhat/configs: turn on CONFIG_MARVELL_CN10K_TAD_PMU (Michal Schmidt) [2042240] -- redhat/configs: Fix enabling MANA Infiniband (Kamal Heib) -- Fix file listing for symvers in uki (Justin M. Forbes) -- Fix up some Fedora config items (Justin M. Forbes) -- enable efifb for Nvidia (Justin M. Forbes) -- kernel.spec: package unstripped test_progs-no_alu32 (Felix Maurer) -- Turn on NFT_CONNLIMIT for Fedora (Justin M. Forbes) -- Include the information about builtin symbols into kernel-uki-virt package too (Vitaly Kuznetsov) -- redhat/configs: Fix incorrect configs location and content (Vladis Dronov) -- redhat/configs: turn on CONFIG_MARVELL_CN10K_DDR_PMU (Michal Schmidt) [2042241] -- redhat: configs: generic: x86: Disable CONFIG_VIDEO_OV2740 for x86 platform (Kate Hsuan) -- Enable IO_URING for RHEL (Justin M. Forbes) -- Turn on IO_URING for RHEL in pending (Justin M. Forbes) -- redhat: Remove editconfig (Prarit Bhargava) -- redhat: configs: fix CONFIG_WERROR replace in build_configs (Jan Stancek) -- redhat/configs: enable Maxim MAX77620 PMIC for RHEL (Mark Salter) -- kernel.spec: skip kernel meta package when building without up (Jan Stancek) -- redhat/configs: enable RDMA_RXE for RHEL (Kamal Heib) [2022578] -- redhat/configs: update RPCSEC_GSS_KRB5 configs (Scott Mayhew) -- redhat/Makefile: Support building linux-next (Thorsten Leemhuis) -- redhat/Makefile: support building stable-rc versions (Thorsten Leemhuis) -- redhat/Makefile: Add target to print DISTRELEASETAG (Thorsten Leemhuis) -- Remove EXPERT from ARCH_FORCE_MAX_ORDER for aarch64 (Justin M. Forbes) -- Revert "Merge branch 'unstripped-no_alu32' into 'os-build'" (Patrick Talbert) -- configs: Enable CONFIG_PAGE_POOL_STATS for common/generic (Patrick Talbert) -- redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora (David Arcari) -- kernel.spec: package unstripped test_progs-no_alu32 (Felix Maurer) -- bpf/selftests: fix bpf selftests install (Jerome Marchand) -- kernel.spec: add bonding selftest (Hangbin Liu) -- Change FORCE_MAX_ORDER for ppc64 to be 8 (Justin M. Forbes) -- kernel.spec.template: Add global compression variables (Prarit Bhargava) -- kernel.spec.template: Use xz for KABI (Prarit Bhargava) -- kernel.spec.template: Remove gzip related aarch64 code (Prarit Bhargava) -- Add apple_bl to filter-modules (Justin M. Forbes) -- Add handshake-test to mod-intenal.list (Justin M. Forbes) -- Add regmap-kunit to mod-internal.list (Justin M. Forbes) -- configs: set CONFIG_PAGE_POOL_STATS (Patrick Talbert) -- Add apple_bl to fedora module_filter (Justin M. Forbes) -- Fix up some config mismatches in new Fedora config items (Justin M. Forbes) -- redhat/configs: disable CONFIG_USB_NET_SR9700 for aarch64 (Jose Ignacio Tornos Martinez) -- Fix up the RHEL configs for xtables and ipset (Justin M. Forbes) -- ark: enable wifi on aarch64 (Íñigo Huguet) -- fedora: wifi: hermes: disable 802.11b driver (Peter Robinson) -- fedora: wifi: libertas: use the LIBERTAS_THINFIRM driver (Peter Robinson) -- fedora: wifi: disable Zydas vendor (Peter Robinson) -- redhat: fix python ValueError in error path of merge.py (Clark Williams) -- fedora: arm: minor updates (Peter Robinson) -- kernel.spec: Fix UKI naming to comply with BLS (Philipp Rudo) -- redhat/kernel.spec.template: Suppress 'extracting debug info' noise in build log (Prarit Bhargava) -- Fedora 6.3 configs part 2 (Justin M. Forbes) -- redhat/configs: Enable CONFIG_X86_KERNEL_IBT for Fedora and ARK (Josh Poimboeuf) -- kernel.spec: gcov: make gcov subpackages per variant (Jan Stancek) -- kernel.spec: Gemini: add Epoch to perf and rtla subpackages (Jan Stancek) -- kernel.spec: Gemini: fix header provides for upgrade path (Jan Stancek) -- redhat: introduce Gemini versioning (Jan Stancek) -- redhat: separate RPM version from uname version (Jan Stancek) -- redhat: introduce GEMINI and RHEL_REBASE_NUM variable (Jan Stancek) -- ipmi: ssif_bmc: Add SSIF BMC driver (Tony Camuso) -- common: minor de-dupe of parallel port configs (Peter Robinson) -- Fedora 6.3 configs part 1 (Justin M. Forbes) -- redhat: configs: Enable CONFIG_MEMTEST to enable memory test (Kate Hsuan) -- Update Fedora arm filters after config updates (Nicolas Chauvet) -- redhat/kernel.spec.template: Fix kernel-tools-libs-devel dependency (Prarit Bhargava) -- redhat: fix the check for the n option (Patrick Talbert) -- common: de-dupe some options that are the same (Peter Robinson) -- generic: remove deleted options (Peter Robinson) -- redhat/configs: enable CONFIG_INTEL_TCC_COOLING for RHEL (David Arcari) -- Update Fedora ppc filters after config updates (Justin M. Forbes) -- Update Fedora aarch64 filters after config updates (Justin M. Forbes) -- fedora: arm: Updates for 6.3 (Peter Robinson) -- redhat: kunit: cleanup NITRO config and enable rescale test (Nico Pache) -- kernel.spec: use %%{package_name} to fix kernel-devel-matched Requires (Jan Stancek) -- kernel.spec: use %%{package_name} also for abi-stablelist subpackages (Jan Stancek) -- kernel.spec: use %%{package_name} also for tools subpackages (Jan Stancek) -- generic: common: Parport and paride/ata cleanups (Peter Robinson) -- CONFIG_SND_SOC_CS42L83 is no longer common (Justin M. Forbes) -- configs: arm: bring some configs in line with rhel configs in c9s (Mark Salter) -- arm64/configs: Put some arm64 configs in the right place (Mark Salter) -- cleanup removed R8188EU config (Peter Robinson) -- Make RHJOBS container friendly (Don Zickus) -- Remove scmversion from kernel.spec.template (Don Zickus) -- redhat/configs: Enable CONFIG_SND_SOC_CS42L83 (Neal Gompa) -- Use RHJOBS for create-tarball (Don Zickus) -- Enable CONFIG_NET_SCH_FQ_PIE for Fedora (Justin M. Forbes) -- Make Fedora debug configs more useful for debug (Justin M. Forbes) -- redhat/configs: enable Octeon TX2 network drivers for RHEL (Michal Schmidt) [2040643] -- redhat/kernel.spec.template: fix installonlypkg for meta package (Jan Stancek) -- redhat: version two of Makefile.rhelver tweaks (Clark Williams) -- redhat/configs: Disable CONFIG_GCC_PLUGINS (Prarit Bhargava) -- redhat/kernel.spec.template: Fix typo for process_configs.sh call (Neal Gompa) -- redhat/configs: CONFIG_CRYPTO_SM3_AVX_X86_64 is x86 only (Vladis Dronov) -- redhat/configs: Enable CONFIG_PINCTRL_METEORLAKE in RHEL (Prarit Bhargava) -- fedora: enable new image sensors (Peter Robinson) -- redhat/self-test: Update self-test data (Prarit Bhargava) -- redhat/kernel.spec.template: Fix hardcoded "kernel" (Prarit Bhargava) -- redhat/configs/generate_all_configs.sh: Fix config naming (Prarit Bhargava) -- redhat/kernel.spec.template: Pass SPECPACKAGE_NAME to generate_all_configs.sh (Prarit Bhargava) -- kernel.spec.template: Use SPECPACKAGE_NAME (Prarit Bhargava) -- redhat/Makefile: Copy spec file (Prarit Bhargava) -- redhat: Change PACKAGE_NAME to SPECPACKAGE_NAME (Prarit Bhargava) -- redhat/configs: Support the virtio_mmio.device parameter in Fedora (David Michael) -- Revert "Merge branch 'systemd-boot-unsigned' into 'os-build'" (Patrick Talbert) -- redhat/Makefile: fix default values for dist-brew's DISTRO and DIST (Íñigo Huguet) -- Remove cc lines from automatic configs (Don Zickus) -- Add rtla-hwnoise files (Justin M. Forbes) -- redhat/kernel.spec.template: Mark it as a non-executable file (Neal Gompa) -- fedora: arm: Enable DRM_PANEL_HIMAX_HX8394 (Javier Martinez Canillas) -- redhat/configs: CONFIG_HP_ILO location fix (Vladis Dronov) -- redhat: Fix build for kselftests mm (Nico Pache) -- fix tools build after vm to mm rename (Justin M. Forbes) -- redhat/spec: Update bpftool versioning scheme (Viktor Malik) -- redhat/configs: CONFIG_CRYPTO_SM4_AESNI_AVX*_X86_64 is x86 only (Prarit Bhargava) -- redhat: adapt to upstream Makefile change (Clark Williams) -- redhat: modify efiuki specfile changes to use variants convention (Clark Williams) -- Turn off DEBUG_INFO_COMPRESSED_ZLIB for Fedora (Justin M. Forbes) -- redhat/kernel.spec.template: Fix RHEL systemd-boot-unsigned dependency (Prarit Bhargava) -- Add hashtable_test to mod-internal.list (Justin M. Forbes) -- Add more kunit tests to mod-internal.list for 6.3 (Justin M. Forbes) -- Flip CONFIG_I2C_ALGOBIT to m (Justin M. Forbes) -- Flip I2C_ALGOBIT to m to avoid mismatch (Justin M. Forbes) -- kernel.spec: move modules.builtin to kernel-core (Jan Stancek) -- Turn on IDLE_INJECT for x86 (Justin M. Forbes) -- Flip CONFIG_IDLE_INJECT in pending (Justin M. Forbes) -- redhat/configs: Enable CONFIG_V4L_TEST_DRIVERS related drivers (Enric Balletbo i Serra) -- redhat/configs: Enable UCSI_CCG support (David Marlin) -- Fix underline mark-up after text change (Justin M. Forbes) -- Turn on CONFIG_XFS_RT for Fedora (Justin M. Forbes) -- Consolidate common configs for 6.2 (Justin M. Forbes) -- aarch64: enable zboot (Gerd Hoffmann) -- redhat: remove duplicate pending-rhel config items (Patrick Talbert) -- Disable frame pointers (Justin M. Forbes) -- redhat/configs: update scripts and docs for ark -> rhel rename (Clark Williams) -- redhat/configs: rename ark configs dir to rhel (Clark Williams) -- Turn off CONFIG_DEBUG_INFO_COMPRESSED_ZLIB for ppc64le (Justin M. Forbes) -- kernel.spec: package unstripped kselftests/bpf/test_progs (Jan Stancek) -- kernel.spec: allow to package some binaries as unstripped (Jan Stancek) -- redhat/configs: Make merge.py portable for older python (Desnes Nunes) -- Fedora configs for 6.2 (Justin M. Forbes) -- redhat: Repair ELN build broken by the recent UKI changes (Vitaly Kuznetsov) -- redhat/configs: enable CONFIG_INET_DIAG_DESTROY (Andrea Claudi) -- Enable TDX Guest driver (Vitaly Kuznetsov) -- redhat/configs: Enable CONFIG_PCIE_PTM generically (Corinna Vinschen) -- redhat: Add sub-RPM with a EFI unified kernel image for virtual machines (Vitaly Kuznetsov) -- redhat/Makefile: Remove GIT deprecated message (Prarit Bhargava) -- Revert "redhat: configs: Disable xtables and ipset" (Phil Sutter) -- redhat/configs: Enable CONFIG_SENSORS_LM90 for RHEL (Mark Salter) -- Fix up SQUASHFS decompression configs (Justin M. Forbes) -- redhat/configs: enable CONFIG_OCTEON_EP as a module in ARK (Michal Schmidt) [2041990] -- redhat: ignore rpminspect runpath report on urandom_read selftest binaries (Herton R. Krzesinski) -- kernel.spec: add llvm-devel build requirement (Scott Weaver) -- Update self-test data to not expect debugbuildsenabled 0 (Justin M. Forbes) -- Turn off forced debug builds (Justin M. Forbes) -- Turn on debug builds for aarch64 Fedora (Justin M. Forbes) -- redhat/configs: modify merge.py to match old overrides input (Clark Williams) -- redhat: fixup pylint complaints (Clark Williams) -- redhat: remove merge.pl and references to it (Clark Williams) -- redhat: update merge.py to handle merge.pl corner cases (Clark Williams) -- Revert "redhat: fix elf got hardening for vm tools" (Don Zickus) -- Update rebase notes for Fedora (Justin M. Forbes) -- Update CONFIG_LOCKDEP_CHAINS_BITS to 19 (cmurf) -- redhat/configs: Turn on CONFIG_SPI_TEGRA210_QUAD for RHEL (Mark Salter) -- ark: aarch64: drop CONFIG_SMC911X (Peter Robinson) -- all: cleanup and de-dupe CDROM_PKTCDVD options. (Peter Robinson) -- all: remove CRYPTO_GF128MUL (Peter Robinson) -- all: cleanup UEFI options (Peter Robinson) -- common: arm64: Enable Ampere Altra SMpro Hardware Monitoring (Peter Robinson) -- fedora: enable STACKPROTECTOR_STRONG (Peter Robinson) -- fedora: enable STACKPROTECTOR on arm platforms (Peter Robinson) -- redhat/self-test: Update data with ENABLE_WERROR (Prarit Bhargava) -- redhat/Makefile.variables: Add ENABLE_WERROR (Prarit Bhargava) -- makefile: Add -Werror support for RHEL (Prarit Bhargava) -- redhat/Makefile.variables: Remove mention of Makefile.rhpkg (Prarit Bhargava) -- redhat/Makefile.variables: Alphabetize variables (Prarit Bhargava) -- gitlab-ci: use CI templates from production branch (Michael Hofmann) -- redhat/kernel.spec.template: Fix internal "File listed twice" errors (Prarit Bhargava) -- redhat: Remove stale .tmp_versions code and comments (Prarit Bhargava) -- redhat/kernel.spec.template: Fix vmlinux_decompressor on !s390x (Prarit Bhargava) -- redhat/kernel.spec.template: Remove unnecessary output from pathfix.py (Prarit Bhargava) -- Modularize CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU (Mark Salter) -- redhat/kernel.spec.template: Parallelize compression (Prarit Bhargava) -- config: Enable Security Path (Ricardo Robaina) -- redhat/self-test/data: Regenerate self-test data for make change (Prarit Bhargava) -- Update module filters for nvmem_u-boot-env (Justin M. Forbes) -- fedora: Updates for 6.2 merge (Peter Robinson) -- fedora: Updates for 6.1 merge (Peter Robinson) -- modules-core: use %%posttrans (Gerd Hoffmann) -- split sub-rpm kernel-modules-core from kernel-core (Gerd Hoffmann) -- Turn off CONFIG_MTK_T7XX for S390x (Justin M. Forbes) -- CI: add variable for variant handling (Veronika Kabatova) -- Fix up configs with SND_SOC_NAU8315 mismatch (Justin M. Forbes) -- CI: Do a full build for non-bot runs (Veronika Kabatova) -- Fix up configs with SND_SOC_NAU8315 mismatch (Justin M. Forbes) -- kernel/rh_messages.c: gcc12 warning on redundant NULL test (Eric Chanudet) [2142658] -- redhat/configs: Enable CRYPTO_CURVE25519 in ark (Prarit Bhargava) -- general: arm: cleanup ASPEED options (Peter Robinson) -- redhat/configs: ALSA - cleanups for the AMD Pink Sardine DMIC driver (Jaroslav Kysela) -- redhat/docs: Add FAQ entry for booting between Fedora & ELN/RHEL kernels (Prarit Bhargava) -- spec: add missing BuildRequires: python3-docutils for tools (Ondrej Mosnacek) -- config: enable RCU_TRACE for debug kernels (Wander Lairson Costa) -- Add siphash_kunit and strscpy_kunit to mod-internal.list (Justin M. Forbes) -- Add drm_kunit_helpers to mod-internal.list (Justin M. Forbes) -- Fix up configs for Fedora so we don't have a mismatch (Justin M. Forbes) -- Turn on CONFIG_SQUASHFS_DECOMP_SINGLE in pending (Justin M. Forbes) -- redhat/kernel.spec.template: Fix cpupower file error (Prarit Bhargava) -- redhat/configs: aarhc64: clean up some erratum configs (Mark Salter) -- More Fedora configs for 6.1 as deps were switched on (Justin M. Forbes) -- redhat/configs: make SOC_TEGRA_CBB a module (Mark Salter) -- redhat/configs: aarch64: reorganize tegra configs to common dir (Mark Salter) -- Enforces buildroot if cross_arm (Nicolas Chauvet) -- Handle automated case when config generation works correctly (Don Zickus) -- Turn off CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64 (Justin M. Forbes) -- Turn off CONFIG_EFI_ZBOOT as it makes CKI choke (Justin M. Forbes) -- Fedora config updates for 6.1 (Justin M. Forbes) -- redhat: Remove cpupower files (Prarit Bhargava) -- redhat/configs: update CXL-related options to match what RHEL will use (John W. Linville) -- Clean up the config for the Tegra186 timer (Al Stone) -- redhat/configs: move CONFIG_TEGRA186_GPC_DMA config (Mark Salter) -- Check for kernel config git-push failures (Don Zickus) -- redhat: genlog.sh failures should interrupt the recipe (Patrick Talbert) -- Turn CONFIG_GNSS back on for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_GNSS for RHEL (Michal Schmidt) -- Turn off NVMEM_U_BOOT_ENV for fedora (Justin M. Forbes) -- Consolidate matching fedora and ark entries to common (Justin M. Forbes) -- Empty out redhat/configs/common (Justin M. Forbes) -- Adjust path to compressed vmlinux kernel image for s390x (Justin M. Forbes) [2149273] -- Fedora config updates for 6.1 (Justin M. Forbes) -- redhat: genlog.sh should expect genlog.py in the current directory (Patrick Talbert) -- redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m (Joe Lawrence) -- redhat/configs: enable CONFIG_TEST_LIVEPATCH=m for s390x (Julia Denham) -- Revert "Merge branch 'ark-make-help' into 'os-build'" (Scott Weaver) -- Remove recommendation to use 'common' for config changes. (Don Zickus) -- Update config to add i3c support for AArch64 (Mark Charlebois) -- redhat: Move cross-compile scripts into their own directory (Prarit Bhargava) -- redhat: Move yaml files into their own directory (Prarit Bhargava) -- redhat: Move update_scripts.sh into redhat/scripts (Prarit Bhargava) -- redhat: Move kernel-tools scripts into their own directory (Prarit Bhargava) -- redhat: Move gen-* scripts into their own directory (Prarit Bhargava) -- redhat: Move mod-* scripts into their own directory (Prarit Bhargava) -- redhat/Makefile: Fix RHJOBS grep warning (Prarit Bhargava) -- redhat: Force remove tmp file (Prarit Bhargava) -- redhat/configs: ALSA - cleanups for the CentOS 9.2 update (Jaroslav Kysela) -- CI: Use CKI container images from quay.io (Veronika Kabatova) -- redhat: clean up the partial-kgcov-snip.config file (Patrick Talbert) -- redhat: avoid picking up stray editor backups when processing configs (Clark Williams) -- CI: Remove old configs (Veronika Kabatova) -- redhat: override `make help` to include dist-help (Jonathan Toppins) -- redhat: make RHTEST stricter (Jonathan Toppins) -- redhat: Enable support for SN2201 system (Ivan Vecera) -- redhat/docs/index.rst: Add FLAVOR information to generate configs for local builds (Enric Balletbo i Serra) -- redhat: fix selftest git command so it picks the right commit (Patrick Talbert) -- redhat/configs: enable HP_WATCHDOG for aarch64 (Mark Salter) -- redhat: disable Kfence Kunit Test (Nico Pache) -- configs: enable CONFIG_LRU_GEN_ENABLED everywhere (Patrick Talbert) -- redhat: Enable WWAN feature and support for Intel, Qualcomm and Mediatek devices (Jose Ignacio Tornos Martinez) -- Turn on dln2 support (RHBZ 2110372) (Justin M. Forbes) -- Enable configs for imx8m PHYs (Al Stone) -- configs/fedora: Build some SC7180 clock controllers as modules (Javier Martinez Canillas) -- redhat/configs: Disable fbdev drivers and use simpledrm everywhere (Javier Martinez Canillas) [1986223] -- redhat: fix the branch we pull from the documentation tree (Herton R. Krzesinski) -- redhat/configs: change so watchdog is module versus builtin (Steve Best) -- redhat/configs: move CONFIG_ACPI_VIDEO to common/generic (Mark Langsdorf) -- enable imx8xm I2C configs properly (Al Stone) -- configs/fedora: Enable a few more drivers needed by the HP X2 Chromebook (Javier Martinez Canillas) -- enable the rtc-rv8803 driver on RHEL and Fedora (David Arcari) -- redhat/Makefile: Remove BUILD_SCRATCH_TARGET (Prarit Bhargava) -- configs: move CONFIG_INTEL_TDX_GUEST to common directory (Wander Lairson Costa) -- redhat/Makefile: Use new BUILD_TARGET for RHEL dist[g]-brew target (Prarit Bhargava) -- redhat: method.py: change the output loop to use 'values' method (Patrick Talbert) -- redhat: use 'update' method in merge.py (Patrick Talbert) -- redhat: Use a context manager in merge.py for opening the config file for reading (Patrick Talbert) -- redhat: automatically strip newlines in merge.py (Clark Williams) -- redhat: python replacement for merge.pl (Clark Williams) -- redhat/docs: Update with DISTLOCALVERSION (Prarit Bhargava) -- redhat/Makefile: Rename LOCALVERSION to DISTLOCALVERSION (Akihiko Odaki) -- Adjust FIPS module name in RHEL (Vladis Dronov) -- spec: prevent git apply from searching for the .git directory (Ondrej Mosnacek) -- redhat: Remove parallel_xz.sh (Prarit Bhargava) -- Turn on Multi-Gen LRU for Fedora (Justin M. Forbes) -- Add kasan_test to mod-internal.list (Justin M. Forbes) -- redhat/Makefile.variables: Fix typo with RHDISTGIT_TMP (Prarit Bhargava) -- spec: fix path to `installing_core` stamp file for subpackages (Jonathan Lebon) -- Remove unused ci scripts (Don Zickus) -- Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in configs (Justin M. Forbes) -- redhat: Add new fortify_kunit & is_signed_type_kunit to mod-internal.list (Patrick Talbert) -- Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in pending (Justin M. Forbes) -- Add acpi video to the filter_modules.sh for rhel (Justin M. Forbes) -- Change acpi_bus_get_acpi_device to acpi_get_acpi_dev (Justin M. Forbes) -- Turn on ACPI_VIDEO for arm (Justin M. Forbes) -- Turn on CONFIG_PRIME_NUMBERS as a module (Justin M. Forbes) -- Add new drm kunit tests to mod-internal.list (Justin M. Forbes) -- redhat: fix elf got hardening for vm tools (Frantisek Hrbata) -- kernel.spec.template: remove some temporary files early (Ondrej Mosnacek) -- kernel.spec.template: avoid keeping two copies of vmlinux (Ondrej Mosnacek) -- Add fortify_kunit to mod-internal.list (Justin M. Forbes) -- Add module filters for Fedora as acpi video has new deps (Justin M. Forbes) -- One more mismatch (Justin M. Forbes) -- Fix up pending for mismatches (Justin M. Forbes) -- Forgot too remove this from pending, it is set properly in ark (Justin M. Forbes) -- redhat/Makefile: Add DIST to git tags for RHEL (Prarit Bhargava) -- redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common (Jerry Snitselaar) -- Common config cleanup for 6.0 (Justin M. Forbes) -- Allow selftests to fail without killing the build (Justin M. Forbes) -- redhat: Remove redhat/Makefile.rhpkg (Prarit Bhargava) -- redhat/Makefile: Move RHDISTGIT_CACHE and RHDISTGIT_TMP (Prarit Bhargava) -- redhat/Makefile.rhpkg: Remove RHDISTGIT_USER (Prarit Bhargava) -- redhat/Makefile: Move RHPKG_BIN to redhat/Makefile (Prarit Bhargava) -- common: clean up Android option with removal of CONFIG_ANDROID (Peter Robinson) -- redhat/configs: Remove x86_64 from priority files (Prarit Bhargava) -- redhat/configs/pending-ark: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/pending-fedora: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/fedora: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/common: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/ark: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/custom-overrides: Remove x86_64 directory (Prarit Bhargava) -- configs: use common CONFIG_ARM64_SME for ark and fedora (Mark Salter) -- redhat/configs: Add a warning message to priority.common (Prarit Bhargava) -- redhat/configs: Enable INIT_STACK_ALL_ZERO for Fedora (Miko Larsson) -- redhat: Set CONFIG_MAXLINEAR_GPHY to =m (Petr Oros) -- redhat/configs enable CONFIG_INTEL_IFS (David Arcari) -- redhat: Remove filter-i686.sh.rhel (Prarit Bhargava) -- redhat/Makefile: Set PATCHLIST_URL to none for RHEL/cs9 (Prarit Bhargava) -- redhat: remove GL_DISTGIT_USER, RHDISTGIT and unify dist-git cloning (Prarit Bhargava) -- redhat/Makefile.variables: Add ADD_COMMITID_TO_VERSION (Prarit Bhargava) -- kernel.spec: disable vmlinux.h generation for s390 zfcpdump config (Prarit Bhargava) -- perf: Require libbpf 0.6.0 or newer (Prarit Bhargava) -- kabi: add stablelist helpers (Prarit Bhargava) -- Makefile: add kabi targets (Prarit Bhargava) -- kabi: add support for symbol namespaces into check-kabi (Prarit Bhargava) -- kabi: ignore new stablelist metadata in show-kabi (Prarit Bhargava) -- redhat/Makefile: add dist-assert-tree-clean target (Prarit Bhargava) -- redhat/kernel.spec.template: Specify vmlinux.h path when building samples/bpf (Prarit Bhargava) [2041365] -- spec: Fix separate tools build (Prarit Bhargava) [2054579] -- redhat/scripts: Update merge-subtrees.sh with new subtree location (Prarit Bhargava) -- redhat/kernel.spec.template: enable dependencies generation (Prarit Bhargava) -- redhat: build and include memfd to kernel-selftests-internal (Prarit Bhargava) [2027506] -- redhat/kernel.spec.template: Link perf with --export-dynamic (Prarit Bhargava) -- redhat: kernel.spec: selftests: abort on build failure (Prarit Bhargava) -- redhat: configs: move CONFIG_SERIAL_MULTI_INSTANTIATE=m settings to common/x86 (Jaroslav Kysela) -- configs: enable CONFIG_HP_ILO for aarch64 (Mark Salter) -- all: cleanup dell config options (Peter Robinson) -- redhat: Include more kunit tests (Nico Pache) -- common: some minor cleanups/de-dupe (Peter Robinson) -- common: enable INTEGRITY_MACHINE_KEYRING on all configuraitons (Peter Robinson) -- Fedora 6.0 configs update (Justin M. Forbes) -- redhat/self-test: Ignore .rhpkg.mk files (Prarit Bhargava) -- redhat/configs: Enable CONFIG_PRINTK_INDEX on Fedora (Prarit Bhargava) -- redhat/configs: Cleanup CONFIG_X86_KERNEL_IBT (Prarit Bhargava) -- Fix up SND_CTL debug options (Justin M. Forbes) -- redhat: create /boot symvers link if it doesn't exist (Jan Stancek) -- redhat: remove duplicate kunit tests in mod-internal.list (Nico Pache) -- configs/fedora: Make Fedora work with HNS3 network adapter (Zamir SUN) -- redhat/configs/fedora/generic: Enable CONFIG_BLK_DEV_UBLK on Fedora (Richard W.M. Jones) [2122595] -- fedora: disable IWLMEI (Peter Robinson) -- redhat/configs: enable UINPUT on aarch64 (Benjamin Tissoires) -- Fedora 6.0 configs part 1 (Justin M. Forbes) -- redhat/Makefile: Always set UPSTREAM (Prarit Bhargava) -- redhat/configs: aarch64: Turn on Apple Silicon configs for Fedora (Eric Curtin) -- Add cpumask_kunit to mod-internal.list (Justin M. Forbes) -- config - consolidate disabled MARCH options on s390x (Dan Horák) -- move the baseline arch to z13 for s390x in F-37+ (Dan Horák) -- redhat/scripts/rh-dist-git.sh: Fix outdated cvs reference (Prarit Bhargava) -- redhat/scripts/expand_srpm.sh: Use Makefile variables (Prarit Bhargava) -- redhat/scripts/clone_tree.sh: Use Makefile variables (Prarit Bhargava) -- Fedora: arm changes for 6.0, part 1, with some ACPI (Peter Robinson) -- redhat/self-test: Fix shellcheck errors (Prarit Bhargava) -- redhat/docs: Add dist-brew BUILD_FLAGS information (Prarit Bhargava) -- redhat: change the changelog item for upstream merges (Herton R. Krzesinski) -- redhat: fix dist-release build number test (Herton R. Krzesinski) -- redhat: fix release number bump when dist-release-changed runs (Herton R. Krzesinski) -- redhat: use new genlog.sh script to detect changes for dist-release (Herton R. Krzesinski) -- redhat: move changelog addition to the spec file back into genspec.sh (Herton R. Krzesinski) -- redhat: always add a rebase entry when ark merges from upstream (Herton R. Krzesinski) -- redhat: drop merge ark patches hack (Herton R. Krzesinski) -- redhat: don't hardcode temporary changelog file (Herton R. Krzesinski) -- redhat: split changelog generation from genspec.sh (Herton R. Krzesinski) -- redhat: configs: Disable FIE on arm (Jeremy Linton) [2012226] -- redhat/Makefile: Clean linux tarballs (Prarit Bhargava) -- redhat/configs: Cleanup CONFIG_ACPI_AGDI (Prarit Bhargava) -- spec: add cpupower daemon reload on install/upgrade (Jarod Wilson) -- redhat: properly handle binary files in patches (Ondrej Mosnacek) -- Add python3-setuptools buildreq for perf (Justin M. Forbes) -- Add cros_kunit to mod-internal.list (Justin M. Forbes) -- Add new tests to mod-internal.list (Justin M. Forbes) -- Turn off some Kunit tests in pending (Justin M. Forbes) -- Clean up a mismatch in Fedora configs (Justin M. Forbes) -- redhat/configs: Sync up Retbleed configs with centos-stream (Waiman Long) -- Change CRYPTO_BLAKE2S_X86 from m to y (Justin M. Forbes) -- Leave CONFIG_ACPI_VIDEO on for x86 only (Justin M. Forbes) -- Fix BLAKE2S_ARM and BLAKE2S_X86 configs in pending (Justin M. Forbes) -- Fix pending for ACPI_VIDEO (Justin M. Forbes) -- redhat/configs: Fix rm warning on config warnings (Eric Chanudet) -- redhat/Makefile: Deprecate PREBUILD_GIT_ONLY variable (Prarit Bhargava) -- redhat/Makefile: Deprecate SINGLE_TARBALL variable (Prarit Bhargava) -- redhat/Makefile: Deprecate GIT variable (Prarit Bhargava) -- Update CONFIG_LOCKDEP_CHAINS_BITS to 18 (cmurf) -- Add new FIPS module name and version configs (Vladis Dronov) -- redhat/configs/fedora: Make PowerPC's nx-gzip buildin (Jakub Čajka) -- omit unused Provides (Dan Horák) -- self-test: Add test for DIST=".eln" (Prarit Bhargava) -- redhat: Enable CONFIG_LZ4_COMPRESS on Fedora (Prarit Bhargava) -- fedora: armv7: enable MMC_STM32_SDMMC (Peter Robinson) -- .gitlab-ci.yaml: Add test for dist-get-buildreqs target (Prarit Bhargava) -- redhat/docs: Add information on build dependencies (Prarit Bhargava) -- redhat/Makefile: Add better pass message for dist-get-buildreqs (Prarit Bhargava) -- redhat/Makefile: Provide a better message for system-sb-certs (Prarit Bhargava) -- redhat/Makefile: Change dist-buildreq-check to a non-blocking target (Prarit Bhargava) -- create-data: Parallelize spec file data (Prarit Bhargava) -- create-data.sh: Store SOURCES Makefile variable (Prarit Bhargava) -- redhat/Makefile: Split up setup-source target (Prarit Bhargava) -- create-data.sh: Redefine varfilename (Prarit Bhargava) -- create-data.sh: Parallelize variable file creation (Prarit Bhargava) -- redhat/configs: Enable CONFIG_LZ4_COMPRESS (Prarit Bhargava) -- redhat/docs: Update brew information (Prarit Bhargava) -- redhat/Makefile: Fix eln BUILD_TARGET (Prarit Bhargava) -- redhat/Makefile: Set BUILD_TARGET for dist-brew (Prarit Bhargava) -- kernel.spec.template: update (s390x) expoline.o path (Joe Lawrence) -- fedora: enable BCM_NET_PHYPTP (Peter Robinson) -- Fedora 5.19 configs update part 2 (Justin M. Forbes) -- redhat/Makefile: Change fedora BUILD_TARGET (Prarit Bhargava) -- New configs in security/keys (Fedora Kernel Team) -- Fedora: arm: enable a pair of drivers (Peter Robinson) -- redhat: make kernel-zfcpdump-core to not provide kernel-core/kernel (Herton R. Krzesinski) -- redhat/configs: Enable QAT devices for arches other than x86 (Vladis Dronov) -- Fedora 5.19 configs pt 1 (Justin M. Forbes) -- redhat: Exclude cpufreq.h from kernel-headers (Patrick Talbert) -- Add rtla subpackage for kernel-tools (Justin M. Forbes) -- fedora: arm: enable a couple of QCom drivers (Peter Robinson) -- redhat/Makefile: Deprecate BUILD_SCRATCH_TARGET (Prarit Bhargava) -- redhat: enable CONFIG_DEVTMPFS_SAFE (Mark Langsdorf) -- redhat/Makefile: Remove deprecated variables and targets (Prarit Bhargava) -- Split partner modules into a sub-package (Alice Mitchell) -- Enable kAFS and it's dependancies in RHEL (Alice Mitchell) -- Enable Marvell OcteonTX2 crypto device in ARK (Vladis Dronov) -- redhat/Makefile: Remove --scratch from BUILD_TARGET (Prarit Bhargava) -- redhat/Makefile: Fix dist-brew and distg-brew targets (Prarit Bhargava) -- fedora: arm64: Initial support for TI Keystone 3 (ARCH_K3) (Peter Robinson) -- fedora: arm: enable Hardware Timestamping Engine support (Peter Robinson) -- fedora: wireless: disable SiLabs and PureLiFi (Peter Robinson) -- fedora: updates for 5.19 (Peter Robinson) -- fedora: minor updates for Fedora configs (Peter Robinson) -- configs/fedora: Enable the pinctrl SC7180 driver built-in (Enric Balletbo i Serra) -- redhat/configs: enable CONFIG_DEBUG_NET for debug kernel (Hangbin Liu) -- redhat/Makefile: Add SPECKABIVERSION variable (Prarit Bhargava) -- redhat/self-test: Provide better failure output (Prarit Bhargava) -- redhat/self-test: Reformat tests to kernel standard (Prarit Bhargava) -- redhat/self-test: Add purpose and header to each test (Prarit Bhargava) -- Drop outdated CRYPTO_ECDH configs (Vladis Dronov) -- Brush up crypto SHA512 and USER configs (Vladis Dronov) -- Brush up crypto ECDH and ECDSA configs (Vladis Dronov) -- redhat/self-test: Update data set (Prarit Bhargava) -- create-data.sh: Reduce specfile data output (Prarit Bhargava) -- redhat/configs: restore/fix core INTEL_LPSS configs to be builtin again (Hans de Goede) -- Enable CKI on os-build MRs only (Don Zickus) -- self-test: Fixup Makefile contents test (Prarit Bhargava) -- redhat/self-test: self-test data update (Prarit Bhargava) -- redhat/self-test: Fix up create-data.sh to not report local variables (Prarit Bhargava) -- redhat/configs/fedora: Enable a set of modules used on some x86 tablets (Hans de Goede) -- redhat/configs: Make INTEL_SOC_PMIC_CHTDC_TI builtin (Hans de Goede) -- redhat/configs/fedora: enable missing modules modules for Intel IPU3 camera support (Hans de Goede) -- Common: minor cleanups (Peter Robinson) -- fedora: some minor Fedora cleanups (Peter Robinson) -- fedora: drop X86_PLATFORM_DRIVERS_DELL dupe (Peter Robinson) -- redhat: change tools_make macro to avoid full override of variables in Makefile (Herton R. Krzesinski) -- Fix typo in Makefile for Fedora Stable Versioning (Justin M. Forbes) -- Remove duplicates from ark/generic/s390x/zfcpdump/ (Vladis Dronov) -- Move common/debug/s390x/zfcpdump/ configs to ark/debug/s390x/zfcpdump/ (Vladis Dronov) -- Move common/generic/s390x/zfcpdump/ configs to ark/generic/s390x/zfcpdump/ (Vladis Dronov) -- Drop RCU_EXP_CPU_STALL_TIMEOUT to 0, we are not really android (Justin M. Forbes) -- redhat/configs/README: Update the README (Prarit Bhargava) -- redhat/docs: fix hyperlink typo (Patrick Talbert) -- all: net: remove old NIC/ATM drivers that use virt_to_bus() (Peter Robinson) -- Explicitly turn off CONFIG_KASAN_INLINE for ppc (Justin M. Forbes) -- redhat/docs: Add a description of kernel naming (Prarit Bhargava) -- Change CRYPTO_CHACHA_S390 from m to y (Justin M. Forbes) -- enable CONFIG_NET_ACT_CTINFO in ark (Davide Caratti) -- redhat/configs: enable CONFIG_SP5100_TCO (David Arcari) -- redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64 (Eric Auger) [2089765] -- Turn off KASAN_INLINE for RHEL ppc in pending (Justin M. Forbes) -- redhat/kernel.spec.template: update selftest data via "make dist-self-test-data" (Denys Vlasenko) -- redhat/kernel.spec.template: remove stray *.hardlink-temporary files, if any (Denys Vlasenko) -- Fix up ZSMALLOC config for s390 (Justin M. Forbes) -- Turn on KASAN_OUTLINE for ppc debug (Justin M. Forbes) -- Turn on KASAN_OUTLINE for PPC debug to avoid mismatch (Justin M. Forbes) -- Fix up crypto config mistmatches (Justin M. Forbes) -- Fix up config mismatches (Justin M. Forbes) -- generic/fedora: cleanup and disable Lightning Moutain SoC (Peter Robinson) -- redhat: Set SND_SOC_SOF_HDA_PROBES to =m (Patrick Talbert) -- Fix versioning on stable Fedora (Justin M. Forbes) -- Enable PAGE_POOL_STATS for arm only (Justin M. Forbes) -- Revert "Merge branch 'fix-ci-20220523' into 'os-build'" (Patrick Talbert) -- Flip CONFIG_RADIO_ADAPTERS to module for Fedora (Justin M. Forbes) -- redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) -- Fedora: arm: Updates for QCom devices (Peter Robinson) -- Fedora arm and generic updates for 5.17 (Peter Robinson) -- enable COMMON_CLK_SI5341 for Xilinx ZYNQ-MP (Peter Robinson) -- Turn on CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING for Fedora (Justin M. Forbes) -- redhat/self-test/data: Update data set (Prarit Bhargava) -- Revert variable switch for lasttag (Justin M. Forbes) -- redhat: Add self-tests to .gitlab-ci.yml (Prarit Bhargava) -- redhat/self-test: Update data (Prarit Bhargava) -- redhat/self-test: Unset Makefile variables (Prarit Bhargava) -- redhat/self-test: Omit SHELL variable from test data (Prarit Bhargava) -- Add CONFIG_EFI_DXE_MEM_ATTRIBUTES (Justin M. Forbes) -- Update filter-modules for mlx5-vfio-pci (Justin M. Forbes) -- Fedora configs for 5.18 (Justin M. Forbes) -- self-test/data/create-data.sh: Avoid SINGLE_TARBALL warning (Prarit Bhargava) -- redhat/Makefile: Rename PREBUILD to UPSTREAMBUILD (Prarit Bhargava) -- redhat/Makefile: Rename BUILDID to LOCALVERSION (Prarit Bhargava) -- redhat/Makefile: Fix dist-brew & distg-brew targets (Prarit Bhargava) -- redhat/Makefile: Reorganize MARKER code (Prarit Bhargava) -- redhat/scripts/new_release.sh: Use Makefile variables (Prarit Bhargava) -- redhat/Makefile: Rename __YSTREAM and __ZSTREAM (Prarit Bhargava) -- redhat/genspec.sh: Add comment about SPECBUILDID variable (Prarit Bhargava) -- redhat/kernel.spec.template: Move genspec variables into one section (Prarit Bhargava) -- redhat/kernel.spec.template: Remove kversion (Prarit Bhargava) -- redhat/Makefile: Add SPECTARFILE_RELEASE comment (Prarit Bhargava) -- redhat/Makefile: Rename RPMVERSION to BASEVERSION (Prarit Bhargava) -- redhat/Makefile: Target whitespace cleanup (Prarit Bhargava) -- redhat/Makefile: Move SPECRELEASE to genspec.sh (Prarit Bhargava) -- redhat/Makefile: Add kernel-NVR comment (Prarit Bhargava) -- redhat/Makefile: Use SPECFILE variable (Prarit Bhargava) -- redhat/Makefile: Remove KEXTRAVERSION (Prarit Bhargava) -- redhat: Enable VM kselftests (Nico Pache) [1978539] -- redhat: enable CONFIG_TEST_VMALLOC for vm selftests (Nico Pache) -- redhat: Enable HMM test to be used by the kselftest test suite (Nico Pache) -- redhat/Makefile.variables: Change git hash length to default (Prarit Bhargava) -- redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) -- Turn on INTEGRITY_MACHINE_KEYRING for Fedora (Justin M. Forbes) -- redhat/configs: fix CONFIG_INTEL_ISHTP_ECLITE (David Arcari) -- redhat/configs: Fix rm warning on error (Prarit Bhargava) -- Fix nightly merge CI (Don Zickus) -- redhat/kernel.spec.template: fix standalone tools build (Jan Stancek) -- Add system-sb-certs for RHEL-9 (Don Zickus) -- Fix dist-buildcheck-reqs (Don Zickus) -- move DAMON configs to correct directory (Chris von Recklinghausen) -- redhat: indicate HEAD state in tarball/rpm name (Jarod Wilson) -- Fedora 5.18 config set part 1 (Justin M. Forbes) -- fedora: arm: Enable new Rockchip 356x series drivers (Peter Robinson) -- fedora: arm: enable DRM_I2C_NXP_TDA998X on aarch64 (Peter Robinson) -- redhat/self-test: Add test to verify Makefile declarations. (Prarit Bhargava) -- redhat/Makefile: Add RHTEST (Prarit Bhargava) -- redhat: shellcheck cleanup (Prarit Bhargava) -- redhat/self-test/data: Cleanup data (Prarit Bhargava) -- redhat/self-test: Add test to verify SPEC variables (Prarit Bhargava) -- redhat/Makefile: Add 'duplicate' SPEC entries for user set variables (Prarit Bhargava) -- redhat/Makefile: Rename TARFILE_RELEASE to SPECTARFILE_RELEASE (Prarit Bhargava) -- redhat/genspec: Rename PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG (Prarit Bhargava) -- redhat/genspec: Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED (Prarit Bhargava) -- redhat/Makefile: Rename PKGRELEASE to SPECBUILD (Prarit Bhargava) -- redhat/genspec: Rename BUILDID_DEFINE to SPECBUILDID (Prarit Bhargava) -- redhat/Makefile: Rename CHANGELOG to SPECCHANGELOG (Prarit Bhargava) -- redhat/Makefile: Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION (Prarit Bhargava) -- redhat/Makefile: Rename RPMKSUBLEVEL to SPECKSUBLEVEL (Prarit Bhargava) -- redhat/Makefile: Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL (Prarit Bhargava) -- redhat/Makefile: Rename RPMKVERSION to SPECKVERSION (Prarit Bhargava) -- redhat/Makefile: Rename KVERSION to SPECVERSION (Prarit Bhargava) -- redhat/Makefile: Deprecate some simple targets (Prarit Bhargava) -- redhat/Makefile: Use KVERSION (Prarit Bhargava) -- redhat/configs: Set GUP_TEST in debug kernel (Joel Savitz) -- enable DAMON configs (Chris von Recklinghausen) [2004233] -- redhat: add zstream switch for zstream release numbering (Herton R. Krzesinski) -- redhat: change kabi tarballs to use the package release (Herton R. Krzesinski) -- redhat: generate distgit changelog in genspec.sh as well (Herton R. Krzesinski) -- redhat: make genspec prefer metadata from git notes (Herton R. Krzesinski) -- redhat: use tags from git notes for zstream to generate changelog (Herton R. Krzesinski) -- ARK: Remove code marking devices unmaintained (Peter Georg) -- rh_message: Fix function name (Peter Georg) [2019377] -- Turn on CONFIG_RANDOM_TRUST_BOOTLOADER (Justin M. Forbes) -- redhat/configs: aarch64: enable CPU_FREQ_GOV_SCHEDUTIL (Mark Salter) -- Move CONFIG_HW_RANDOM_CN10K to a proper place (Vladis Dronov) -- redhat/self-test: Clean up data set (Prarit Bhargava) -- redhat/Makefile.rhpkg: Remove quotes for RHDISTGIT (Prarit Bhargava) -- redhat/scripts/create-tarball.sh: Use Makefile variables (Prarit Bhargava) -- redhat/Makefile: Deprecate SINGLE_TARBALL (Prarit Bhargava) -- redhat/Makefile: Move SINGLE_TARBALL to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Use RPMVERSION (Prarit Bhargava) -- redhat/scripts/rh-dist-git.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs/build_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs/process_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/kernel.spec.template: Use RPM_BUILD_NCPUS (Prarit Bhargava) -- redhat/configs/generate_all_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs: enable nf_tables SYNPROXY extension on ark (Davide Caratti) -- fedora: Disable fbdev drivers missed before (Javier Martinez Canillas) -- Redhat: enable Kfence on production servers (Nico Pache) -- redhat: ignore known empty patches on the patches rpminspect test (Herton R. Krzesinski) -- kernel-ark: arch_hw Update CONFIG_MOUSE_VSXXXAA=m (Tony Camuso) [2062909] -- spec: keep .BTF section in modules for s390 (Yauheni Kaliuta) [2071969] -- kernel.spec.template: Ship arch/s390/lib/expoline.o in kernel-devel (Ondrej Mosnacek) -- redhat: disable tv/radio media device infrastructure (Jarod Wilson) -- redhat/configs: clean up INTEL_LPSS configuration (David Arcari) -- Have to rename the actual contents too (Justin M. Forbes) -- The CONFIG_SATA_MOBILE_LPM_POLICY rebane was reverted (Justin M. Forbes) -- redhat: Enable KASAN on all ELN debug kernels (Nico Pache) -- redhat: configs: Enable INTEL_IOMMU_DEBUGFS for debug builds (Jerry Snitselaar) -- generic: can: disable CAN_SOFTING everywhere (Peter Robinson) -- redhat/configs: Enable CONFIG_DM_ERA=m for all (Yanko Kaneti) -- redhat/configs: enable CONFIG_SAMPLE_VFIO_MDEV_MTTY (Patrick Talbert) -- Build intel_sdsi with %%{tools_make} (Justin M. Forbes) -- configs: remove redundant Fedora config for INTEL_IDXD_COMPAT (Jerry Snitselaar) -- redhat/configs: enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT (Joel Savitz) [2026319] -- configs: enable CONFIG_RMI4_F3A (Benjamin Tissoires) -- redhat: configs: Disable TPM 1.2 specific drivers (Jerry Snitselaar) -- redhat/configs: Enable cr50 I2C TPM interface (Akihiko Odaki) -- spec: make HMAC file encode relative path (Jonathan Lebon) -- redhat/kernel.spec.template: Add intel_sdsi utility (Prarit Bhargava) -- Spec fixes for intel-speed-select (Justin M. Forbes) -- Add Partner Supported taint flag to kAFS (Alice Mitchell) [2038999] -- Add Partner Supported taint flag (Alice Mitchell) [2038999] -- Enabled INTEGRITY_MACHINE_KEYRING for all configs. (Peter Robinson) -- redhat/configs: Enable CONFIG_RCU_SCALE_TEST & CONFIG_RCU_REF_SCALE_TEST (Waiman Long) -- Add clk_test and clk-gate_test to mod-internal.list (Justin M. Forbes) -- redhat/self-tests: Ignore UPSTREAM (Prarit Bhargava) -- redhat/self-tests: Ignore RHGITURL (Prarit Bhargava) -- redhat/Makefile.variables: Extend git hash length to 15 (Prarit Bhargava) -- redhat/self-test: Remove changelog from spec files (Prarit Bhargava) -- redhat/genspec.sh: Rearrange genspec.sh (Prarit Bhargava) -- redhat/self-test: Add spec file data (Prarit Bhargava) -- redhat/self-test: Add better dist-dump-variables test (Prarit Bhargava) -- redhat/self-test: Add variable test data (Prarit Bhargava) -- redhat/config: Remove obsolete CONFIG_MFD_INTEL_PMT (David Arcari) -- redhat/configs: enable CONFIG_INTEL_ISHTP_ECLITE (David Arcari) -- Avoid creating files in $RPM_SOURCE_DIR (Nicolas Chauvet) -- Flip CRC64 from off to y (Justin M. Forbes) -- New configs in lib/Kconfig (Fedora Kernel Team) -- disable redundant assignment of CONFIG_BQL on ARK (Davide Caratti) -- redhat/configs: remove unnecessary GPIO options for aarch64 (Brian Masney) -- redhat/configs: remove viperboard related Kconfig options (Brian Masney) -- redhat/configs/process_configs.sh: Avoid race with find (Prarit Bhargava) -- redhat/configs/process_configs.sh: Remove CONTINUEONERROR (Prarit Bhargava) -- Remove i686 configs and filters (Justin M. Forbes) -- redhat/configs: Set CONFIG_X86_AMD_PSTATE built-in on Fedora (Prarit Bhargava) -- Fix up mismatch with CRC64 (Justin M. Forbes) -- Fedora config updates to fix process_configs (Justin M. Forbes) -- redhat: Fix release tagging (Prarit Bhargava) -- redhat/self-test: Fix version tag test (Prarit Bhargava) -- redhat/self-test: Fix BUILD verification test (Prarit Bhargava) -- redhat/self-test: Cleanup SRPM related self-tests (Prarit Bhargava) -- redhat/self-test: Fix shellcheck test (Prarit Bhargava) -- redhat/configs: Disable watchdog components (Prarit Bhargava) -- redhat/README.Makefile: Add a Makefile README file (Prarit Bhargava) -- redhat/Makefile: Remove duplicated code (Prarit Bhargava) -- Add BuildRequires libnl3-devel for intel-speed-select (Justin M. Forbes) -- Add new kunit tests for 5.18 to mod-internal.list (Justin M. Forbes) -- Fix RHDISTGIT for Fedora (Justin M. Forbes) -- redhat/configs/process_configs.sh: Fix race with tools generation (Prarit Bhargava) -- New configs in drivers/dax (Fedora Kernel Team) -- Fix up CONFIG_SND_AMD_ACP_CONFIG files (Patrick Talbert) -- Remove CONFIG_SND_SOC_SOF_DEBUG_PROBES files (Patrick Talbert) -- SATA_MOBILE_LPM_POLICY is now SATA_LPM_POLICY (Justin M. Forbes) -- Define SNAPSHOT correctly when VERSION_ON_UPSTREAM is 0 (Justin M. Forbes) -- redhat/Makefile: Fix dist-git (Prarit Bhargava) -- Change the pending-ark CONFIG_DAX to y due to mismatch (Justin M. Forbes) -- Enable net reference count trackers in all debug kernels (Jiri Benc) -- redhat/Makefile: Reorganize variables (Prarit Bhargava) -- redhat/Makefile: Add some descriptions (Prarit Bhargava) -- redhat/Makefile: Move SNAPSHOT check (Prarit Bhargava) -- redhat/Makefile: Deprecate BREW_FLAGS, KOJI_FLAGS, and TEST_FLAGS (Prarit Bhargava) -- redhat/genspec.sh: Rework RPMVERSION variable (Prarit Bhargava) -- redhat/Makefile: Remove dead comment (Prarit Bhargava) -- redhat/Makefile: Cleanup KABI* variables. (Prarit Bhargava) -- redhat/Makefile.variables: Default RHGITCOMMIT to HEAD (Prarit Bhargava) -- redhat/scripts/create-tarball.sh: Use Makefile TARBALL variable (Prarit Bhargava) -- redhat/Makefile: Remove extra DIST_BRANCH (Prarit Bhargava) -- redhat/Makefile: Remove STAMP_VERSION (Prarit Bhargava) -- redhat/Makefile: Move NO_CONFIGCHECKS to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move RHJOBS to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move RHGIT* variables to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move PREBUILD_GIT_ONLY to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD_FLAGS to Makefile.variables. (Prarit Bhargava) -- redhat/Makefile: Move BUILD_PROFILE to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD_TARGET and BUILD_SCRATCH_TARGET to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Remove RHPRODUCT variable (Prarit Bhargava) -- redhat/Makefile: Cleanup DISTRO variable (Prarit Bhargava) -- redhat/Makefile: Move HEAD to Makefile.variables. (Prarit Bhargava) -- redhat: Combine Makefile and Makefile.common (Prarit Bhargava) -- redhat/koji/Makefile: Decouple koji Makefile from Makefile.common (Prarit Bhargava) -- Set CONFIG_SND_SOC_SOF_MT8195 for Fedora and turn on VDPA_SIM_BLOCK (Justin M. Forbes) -- Add asus_wmi_sensors modules to filters for Fedora (Justin M. Forbes) -- redhat: spec: trigger dracut when modules are installed separately (Jan Stancek) -- Last of the Fedora 5.17 configs initial pass (Justin M. Forbes) -- redhat/Makefile: Silence dist-clean-configs output (Prarit Bhargava) -- Fedora 5.17 config updates (Justin M. Forbes) -- Setting CONFIG_I2C_SMBUS to "m" for ark (Gopal Tiwari) -- Print arch with process_configs errors (Justin M. Forbes) -- Pass RHJOBS to process_configs for dist-configs-check as well (Justin M. Forbes) -- redhat/configs/process_configs.sh: Fix issue with old error files (Prarit Bhargava) -- redhat/configs/build_configs.sh: Parallelize execution (Prarit Bhargava) -- redhat/configs/build_configs.sh: Provide better messages (Prarit Bhargava) -- redhat/configs/build_configs.sh: Create unique output files (Prarit Bhargava) -- redhat/configs/build_configs.sh: Add local variables (Prarit Bhargava) -- redhat/configs/process_configs.sh: Parallelize execution (Prarit Bhargava) -- redhat/configs/process_configs.sh: Provide better messages (Prarit Bhargava) -- redhat/configs/process_configs.sh: Create unique output files (Prarit Bhargava) -- redhat/configs/process_configs.sh: Add processing config function (Prarit Bhargava) -- redhat: Unify genspec.sh and kernel.spec variable names (Prarit Bhargava) -- redhat/genspec.sh: Remove options and use Makefile variables (Prarit Bhargava) -- Add rebase note for 5.17 on Fedora stable (Justin M. Forbes) -- More Fedora config updates for 5.17 (Justin M. Forbes) -- redhat/configs: Disable CONFIG_MACINTOSH_DRIVERS in RHEL. (Prarit Bhargava) -- redhat: Fix "make dist-release-finish" to use the correct NVR variables (Neal Gompa) [2053836] -- Build CROS_EC Modules (Jason Montleon) -- redhat: configs: change aarch64 default dma domain to lazy (Jerry Snitselaar) -- redhat: configs: disable ATM protocols (Davide Caratti) -- configs/fedora: Enable the interconnect SC7180 driver built-in (Enric Balletbo i Serra) -- configs: clean up CONFIG_PAGE_TABLE_ISOLATION files (Ondrej Mosnacek) -- redhat: configs: enable CONFIG_INTEL_PCH_THERMAL for RHEL x86 (David Arcari) -- redhat/Makefile: Fix dist-dump-variables target (Prarit Bhargava) -- redhat/configs: Enable DEV_DAX and DEV_DAX_PMEM modules on aarch64 for fedora (D Scott Phillips) -- redhat/configs: Enable CONFIG_TRANSPARENT_HUGEPAGE on aarch64 for fedora (D Scott Phillips) -- configs/process_configs.sh: Remove orig files (Prarit Bhargava) -- redhat: configs: Disable CONFIG_MPLS for s390x/zfcpdump (Guillaume Nault) -- Fedora 5.17 configs round 1 (Justin M. Forbes) -- redhat: configs: disable the surface platform (David Arcari) -- redhat: configs: Disable team driver (Hangbin Liu) [1945477] -- configs: enable LOGITECH_FF for RHEL/CentOS too (Benjamin Tissoires) -- redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64 (Dean Nelson) [2041186] -- redhat: fix make {distg-brew,distg-koji} (Andrea Claudi) -- [fedora] Turn on CONFIG_VIDEO_OV5693 for sensor support (Dave Olsthoorn) -- Cleanup 'disabled' config options for RHEL (Prarit Bhargava) -- redhat: move CONFIG_ARM64_MTE to aarch64 config directory (Herton R. Krzesinski) -- Change CONFIG_TEST_BPF to a module (Justin M. Forbes) -- Change CONFIG_TEST_BPF to module in pending MR coming for proper review (Justin M. Forbes) -- redhat/configs: Enable CONFIG_TEST_BPF (Viktor Malik) -- Enable KUNIT tests for testing (Nico Pache) -- Makefile: Check PKGRELEASE size on dist-brew targets (Prarit Bhargava) -- kernel.spec: Add glibc-static build requirement (Prarit Bhargava) -- Enable iSER on s390x (Stefan Schulze Frielinghaus) -- redhat/configs: Enable CONFIG_ACER_WIRELESS (Peter Georg) [2025985] -- kabi: Add kABI macros for enum type (Čestmír Kalina) [2024595] -- kabi: expand and clarify documentation of aux structs (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_USE_AUX_PTR (Čestmír Kalina) [2024595] -- kabi: rename RH_KABI_SIZE_AND_EXTEND to AUX (Čestmír Kalina) [2024595] -- kabi: more consistent _RH_KABI_SIZE_AND_EXTEND (Čestmír Kalina) [2024595] -- kabi: use fixed field name for extended part (Čestmír Kalina) [2024595] -- kabi: fix dereference in RH_KABI_CHECK_EXT (Čestmír Kalina) [2024595] -- kabi: fix RH_KABI_SET_SIZE macro (Čestmír Kalina) [2024595] -- kabi: expand and clarify documentation (Čestmír Kalina) [2024595] -- kabi: make RH_KABI_USE replace any number of reserved fields (Čestmír Kalina) [2024595] -- kabi: rename RH_KABI_USE2 to RH_KABI_USE_SPLIT (Čestmír Kalina) [2024595] -- kabi: change RH_KABI_REPLACE2 to RH_KABI_REPLACE_SPLIT (Čestmír Kalina) [2024595] -- kabi: change RH_KABI_REPLACE_UNSAFE to RH_KABI_BROKEN_REPLACE (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_ADD_MODIFIER (Čestmír Kalina) [2024595] -- kabi: Include kconfig.h (Čestmír Kalina) [2024595] -- kabi: macros for intentional kABI breakage (Čestmír Kalina) [2024595] -- kabi: fix the note about terminating semicolon (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_HIDE_INCLUDE and RH_KABI_FAKE_INCLUDE (Čestmír Kalina) [2024595] -- spec: don't overwrite auto.conf with .config (Ondrej Mosnacek) -- New configs in drivers/crypto (Fedora Kernel Team) -- Add test_hash to the mod-internal.list (Justin M. Forbes) -- configs: disable CONFIG_CRAMFS (Abhi Das) [2041184] -- spec: speed up "cp -r" when it overwrites existing files. (Denys Vlasenko) -- redhat: use centos x509.genkey file if building under centos (Herton R. Krzesinski) -- Revert "[redhat] Generate a crashkernel.default for each kernel build" (Coiby Xu) -- spec: make linux-firmware weak(er) dependency (Jan Stancek) -- rtw89: enable new driver rtw89 and device RTK8852AE (Íñigo Huguet) -- Config consolidation into common (Justin M. Forbes) -- Add packaged but empty /lib/modules//systemtap/ (Justin M. Forbes) -- filter-modules.sh.rhel: Add ntc_thermistor to singlemods (Prarit Bhargava) -- Move CONFIG_SND_SOC_TLV320AIC31XX as it is now selected by CONFIG_SND_SOC_FSL_ASOC_CARD (Justin M. Forbes) -- Add dev_addr_lists_test to mod-internal.list (Justin M. Forbes) -- configs/fedora: Enable CONFIG_NFC_PN532_UART for use PN532 NFC module (Ziqian SUN (Zamir)) -- redhat: ignore ksamples and kselftests on the badfuncs rpminspect test (Herton R. Krzesinski) -- redhat: disable upstream check for rpminspect (Herton R. Krzesinski) -- redhat: switch the vsyscall config to CONFIG_LEGACY_VSYSCALL_XONLY=y (Herton R. Krzesinski) [1876977] -- redhat: configs: increase CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE (Rafael Aquini) -- move CONFIG_STRICT_SIGALTSTACK_SIZE to the appropriate directory (David Arcari) -- redhat/configs: Enable CONFIG_DM_MULTIPATH_IOA for fedora (Benjamin Marzinski) -- redhat/configs: Enable CONFIG_DM_MULTIPATH_HST (Benjamin Marzinski) [2000835] -- redhat: Pull in openssl-devel as a build dependency correctly (Neal Gompa) [2034670] -- redhat/configs: Migrate ZRAM_DEF_* configs to common/ (Neal Gompa) -- redhat/configs: Enable CONFIG_CRYPTO_ZSTD (Neal Gompa) [2032758] -- Turn CONFIG_DEVMEM back off for aarch64 (Justin M. Forbes) -- Clean up excess text in Fedora config files (Justin M. Forbes) -- Fedora config updates for 5.16 (Justin M. Forbes) -- redhat/configs: enable CONFIG_INPUT_KEYBOARD for AARCH64 (Vitaly Kuznetsov) -- Fedora configs for 5.16 pt 1 (Justin M. Forbes) -- redhat/configs: NFS: disable UDP, insecure enctypes (Benjamin Coddington) [1952863] -- Update rebase-notes with dracut 5.17 information (Justin M. Forbes) -- redhat/configs: Enable CONFIG_CRYPTO_BLAKE2B (Neal Gompa) [2031547] -- Enable CONFIG_BPF_SYSCALL for zfcpdump (Jiri Olsa) -- Enable CONFIG_CIFS_SMB_DIRECT for ARK (Ronnie Sahlberg) -- mt76: enable new device MT7921E in CentOs/RHEL (Íñigo Huguet) [2004821] -- Disable CONFIG_DEBUG_PREEMPT on normal builds (Phil Auld) -- redhat/configs: Enable CONFIG_PCI_P2PDMA for ark (Myron Stowe) -- pci.h: Fix static include (Prarit Bhargava) -- Enable CONFIG_VFIO_NOIOMMU for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_NTB_NETDEV for ark (John W. Linville) -- drivers/pci/pci-driver.c: Fix if/ifdef typo (Prarit Bhargava) -- common: arm64: ensure all the required arm64 errata are enabled (Peter Robinson) -- kernel/rh_taint.c: Update to new messaging (Prarit Bhargava) [2019377] -- redhat/configs: enable CONFIG_AMD_PTDMA for ark (John W. Linville) -- redhat/configs: enable CONFIG_RD_ZSTD for rhel (Tao Liu) [2020132] -- fedora: build TEE as a module for all arches (Peter Robinson) -- common: build TRUSTED_KEYS in everywhere (Peter Robinson) -- redhat: make Patchlist.changelog generation conditional (Herton R. Krzesinski) -- redhat/configs: Add two new CONFIGs (Prarit Bhargava) -- redhat/configs: Remove dead CONFIG files (Prarit Bhargava) -- redhat/configs/evaluate_configs: Add find dead configs option (Prarit Bhargava) -- Add more rebase notes for Fedora 5.16 (Justin M. Forbes) -- Fedora: Feature: Retire wireless Extensions (Peter Robinson) -- fedora: arm: some SoC enablement pieces (Peter Robinson) -- fedora: arm: enable PCIE_ROCKCHIP_DW for rk35xx series (Peter Robinson) -- fedora: enable RTW89 802.11 WiFi driver (Peter Robinson) -- fedora: arm: Enable DRM_PANEL_EDP (Peter Robinson) -- fedora: sound: enable new sound drivers (Peter Robinson) -- redhat/configs: unset KEXEC_SIG for s390x zfcpdump (Coiby Xu) -- spec: Keep .BTF section in modules (Jiri Olsa) -- Fix up PREEMPT configs (Justin M. Forbes) -- New configs in drivers/media (Fedora Kernel Team) -- New configs in drivers/net/ethernet/litex (Fedora Kernel Team) -- spec: add bpf_testmod.ko to kselftests/bpf (Viktor Malik) -- New configs in drivers/net/wwan (Fedora Kernel Team) -- New configs in drivers/i2c (Fedora Kernel Team) -- redhat/docs/index.rst: Add local build information. (Prarit Bhargava) -- Fix up preempt configs (Justin M. Forbes) -- Turn on CONFIG_HID_NINTENDO for controller support (Dave Olsthoorn) -- Fedora: Enable MediaTek bluetooth pieces (Peter Robinson) -- Add rebase notes to check for PCI patches (Justin M. Forbes) -- redhat: configs: move CONFIG_ACCESSIBILITY from fedora to common (John W. Linville) -- Filter updates for hid-playstation on Fedora (Justin M. Forbes) -- Enable CONFIG_VIRT_DRIVERS for ARK (Vitaly Kuznetsov) -- redhat/configs: Enable Nitro Enclaves on aarch64 (Vitaly Kuznetsov) -- Enable e1000 in rhel9 as unsupported (Ken Cox) [2002344] -- Turn on COMMON_CLK_AXG_AUDIO for Fedora rhbz 2020481 (Justin M. Forbes) -- Fix up fedora config options from mismatch (Justin M. Forbes) -- Add nct6775 to filter-modules.sh.rhel (Justin M. Forbes) -- Enable PREEMPT_DYNAMIC for all but s390x (Justin M. Forbes) -- Add memcpy_kunit to mod-internal.list (Justin M. Forbes) -- New configs in fs/ksmbd (Fedora Kernel Team) -- Add nct6775 to Fedora filter-modules.sh (Justin M. Forbes) -- New configs in fs/ntfs3 (Fedora Kernel Team) -- Make CONFIG_IOMMU_DEFAULT_DMA_STRICT default for all but x86 (Justin M. Forbes) -- redhat/configs: enable KEXEC_IMAGE_VERIFY_SIG for RHEL (Coiby Xu) -- redhat/configs: enable KEXEC_SIG for aarch64 RHEL (Coiby Xu) [1994858] -- Fix up fedora and pending configs for PREEMPT to end mismatch (Justin M. Forbes) -- Enable binder for fedora (Justin M. Forbes) -- redhat: configs: Update configs for vmware (Kamal Heib) -- Fedora configs for 5.15 (Justin M. Forbes) -- redhat/kernel.spec.template: don't hardcode gcov arches (Jan Stancek) -- redhat/configs: create a separate config for gcov options (Jan Stancek) -- Update documentation with FAQ and update frequency (Don Zickus) -- Document force pull option for mirroring (Don Zickus) -- Ignore the rhel9 kabi files (Don Zickus) -- Remove legacy elrdy cruft (Don Zickus) -- redhat/configs/evaluate_configs: walk cfgvariants line by line (Jan Stancek) -- redhat/configs/evaluate_configs: insert EMPTY tags at correct place (Jan Stancek) -- redhat: make dist-srpm-gcov add to BUILDOPTS (Jan Stancek) -- Build CONFIG_SPI_PXA2XX as a module on x86 (Justin M. Forbes) -- redhat/configs: enable CONFIG_BCMGENET as module (Joel Savitz) -- Fedora config updates (Justin M. Forbes) -- Enable CONFIG_FAIL_SUNRPC for debug builds (Justin M. Forbes) -- fedora: Disable fbdev drivers and use simpledrm instead (Javier Martinez Canillas) -- spec: Don't fail spec build if ksamples fails (Jiri Olsa) -- Enable CONFIG_QCOM_SCM for arm (Justin M. Forbes) -- redhat: Disable clang's integrated assembler on ppc64le and s390x (Tom Stellard) -- redhat/configs: enable CONFIG_IMA_WRITE_POLICY (Bruno Meneguele) -- Fix dist-srpm-gcov (Don Zickus) -- redhat: configs: add CONFIG_NTB and related items (John W. Linville) -- Add kfence_test to mod-internal.list (Justin M. Forbes) -- Enable KUNIT tests for redhat kernel-modules-internal (Nico Pache) -- redhat: add *-matched meta packages to rpminspect emptyrpm config (Herton R. Krzesinski) -- Use common config for NODES_SHIFT (Mark Salter) -- redhat: fix typo and make the output more silent for dist-git sync (Herton R. Krzesinski) -- Fedora NTFS config updates (Justin M. Forbes) -- Fedora 5.15 configs part 1 (Justin M. Forbes) -- Fix ordering in genspec args (Justin M. Forbes) -- redhat/configs: Enable Hyper-V guests on ARM64 (Vitaly Kuznetsov) [2007430] -- redhat: configs: Enable CONFIG_THINKPAD_LMI (Hans de Goede) -- redhat/docs: update Koji link to avoid redirect (Joel Savitz) -- redhat: add support for different profiles with dist*-brew (Herton R. Krzesinski) -- redhat: configs: Disable xtables and ipset (Phil Sutter) [1945179] -- redhat: Add mark_driver_deprecated() (Phil Sutter) [1945179] -- Change s390x CONFIG_NODES_SHIFT from 4 to 1 (Justin M. Forbes) -- Build CRYPTO_SHA3_*_S390 inline for s390 zfcpdump (Justin M. Forbes) -- redhat: move the DIST variable setting to Makefile.variables (Herton R. Krzesinski) -- redhat/kernel.spec.template: Cleanup source numbering (Prarit Bhargava) -- redhat/kernel.spec.template: Reorganize RHEL and Fedora specific files (Prarit Bhargava) -- redhat/kernel.spec.template: Add include_fedora and include_rhel variables (Prarit Bhargava) -- redhat/Makefile: Make kernel-local global (Prarit Bhargava) -- redhat/Makefile: Use flavors file (Prarit Bhargava) -- Turn on CONFIG_CPU_FREQ_GOV_SCHEDUTIL for x86 (Justin M. Forbes) -- redhat/configs: Remove CONFIG_INFINIBAND_I40IW (Kamal Heib) -- cleanup CONFIG_X86_PLATFORM_DRIVERS_INTEL (David Arcari) -- redhat: rename usage of .rhel8git.mk to .rhpkg.mk (Herton R. Krzesinski) -- Manually add pending items that need to be set due to mismatch (Justin M. Forbes) -- Clean up pending common (Justin M. Forbes) -- redhat/configs: Enable CONFIG_BLK_CGROUP_IOLATENCY & CONFIG_BLK_CGROUP_FC_APPID (Waiman Long) [2006813] -- redhat: remove kernel.changelog-8.99 file (Herton R. Krzesinski) -- redhat/configs: enable CONFIG_SQUASHFS_ZSTD which is already enabled in Fedora 34 (Tao Liu) [1998953] -- redhat: bump RHEL_MAJOR and add the changelog file for it (Herton R. Krzesinski) -- redhat: add documentation about the os-build rebase process (Herton R. Krzesinski) -- redhat/configs: enable SYSTEM_BLACKLIST_KEYRING which is already enabled in rhel8 and Fedora 34 (Coiby Xu) -- Build kernel-doc for Fedora (Justin M. Forbes) -- x86_64: Enable Elkhart Lake Quadrature Encoder Peripheral support (Prarit Bhargava) -- Update CONFIG_WERROR to disabled as it can cause issue with out of tree modules. (Justin M. Forbes) -- Fixup IOMMU configs in pending so that configs are sane again (Justin M. Forbes) -- Some initial Fedora config items for 5.15 (Justin M. Forbes) -- arm64: use common CONFIG_MAX_ZONEORDER for arm kernel (Mark Salter) -- Create Makefile.variables for a single point of configuration change (Justin M. Forbes) -- rpmspec: drop traceevent files instead of just excluding them from files list (Herton R. Krzesinski) [1967640] -- redhat/config: Enablement of CONFIG_PAPR_SCM for PowerPC (Gustavo Walbon) [1962936] -- Attempt to fix Intel PMT code (David Arcari) -- CI: Enable realtime branch testing (Veronika Kabatova) -- CI: Enable realtime checks for c9s and RHEL9 (Veronika Kabatova) -- ark: wireless: enable all rtw88 pcie wirless variants (Peter Robinson) -- wireless: rtw88: move debug options to common/debug (Peter Robinson) -- fedora: minor PTP clock driver cleanups (Peter Robinson) -- common: x86: enable VMware PTP support on ark (Peter Robinson) -- Disable liquidio driver on ark/rhel (Herton R. Krzesinski) [1993393] -- More Fedora config updates (Justin M. Forbes) -- Fedora config updates for 5.14 (Justin M. Forbes) -- CI: Rename ARK CI pipeline type (Veronika Kabatova) -- CI: Finish up c9s config (Veronika Kabatova) -- CI: Update ppc64le config (Veronika Kabatova) -- CI: use more templates (Veronika Kabatova) -- Filter updates for aarch64 (Justin M. Forbes) -- increase CONFIG_NODES_SHIFT for aarch64 (Chris von Recklinghausen) [1890304] -- redhat: configs: Enable CONFIG_WIRELESS_HOTKEY (Hans de Goede) -- redhat/configs: Update CONFIG_NVRAM (Desnes A. Nunes do Rosario) [1988254] -- common: serial: build in SERIAL_8250_LPSS for x86 (Peter Robinson) -- powerpc: enable CONFIG_FUNCTION_PROFILER (Diego Domingos) [1831065] -- redhat/configs: Disable Soft-RoCE driver (Kamal Heib) -- redhat/configs/evaluate_configs: Update help output (Prarit Bhargava) -- redhat/configs: Double MAX_LOCKDEP_CHAINS (Justin M. Forbes) -- fedora: configs: Fix WM5102 Kconfig (Hans de Goede) -- powerpc: enable CONFIG_POWER9_CPU (Diego Domingos) [1876436] -- redhat/configs: Fix CONFIG_VIRTIO_IOMMU to 'y' on aarch64 (Eric Auger) [1972795] -- filter-modules.sh: add more sound modules to filter (Jaroslav Kysela) -- redhat/configs: sound configuration cleanups and updates (Jaroslav Kysela) -- common: Update for CXL (Compute Express Link) configs (Peter Robinson) -- redhat: configs: disable CRYPTO_SM modules (Herton R. Krzesinski) [1990040] -- Remove fedora version of the LOCKDEP_BITS, we should use common (Justin M. Forbes) -- Re-enable sermouse for x86 (rhbz 1974002) (Justin M. Forbes) -- Fedora 5.14 configs round 1 (Justin M. Forbes) -- redhat: add gating configuration for centos stream/rhel9 (Herton R. Krzesinski) -- x86: configs: Enable CONFIG_TEST_FPU for debug kernels (Vitaly Kuznetsov) [1988384] -- redhat/configs: Move CHACHA and POLY1305 to core kernel to allow BIG_KEYS=y (root) [1983298] -- kernel.spec: fix build of samples/bpf (Jiri Benc) -- Enable OSNOISE_TRACER and TIMERLAT_TRACER (Jerome Marchand) [1979379] -- rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] -- configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) -- fedora: sound config updates for 5.14 (Peter Robinson) -- fedora: Only enable FSI drivers on POWER platform (Peter Robinson) -- The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson) -- fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson) -- fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson) -- fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson) -- Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson) -- fedora: arm: disabled unused FB drivers (Peter Robinson) -- fedora: don't enable FB_VIRTUAL (Peter Robinson) -- redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075] -- rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406] -- Build Fedora x86s kernels with bytcr-wm5102 (Marius Hoch) -- Deleted redhat/configs/fedora/generic/x86/CONFIG_FB_HYPERV (Patrick Lang) -- rpmspec: correct the ghost initramfs attributes (Herton R. Krzesinski) [1977056] -- rpmspec: amend removal of depmod created files to include modules.builtin.alias.bin (Herton R. Krzesinski) [1977056] -- configs: remove duplicate CONFIG_DRM_HYPERV file (Patrick Talbert) -- CI: use common code for merge and release (Don Zickus) -- rpmspec: add release string to kernel doc directory name (Jan Stancek) -- redhat/configs: Add CONFIG_INTEL_PMT_CRASHLOG (Michael Petlan) [1880486] -- redhat/configs: Add CONFIG_INTEL_PMT_TELEMETRY (Michael Petlan) [1880486] -- redhat/configs: Add CONFIG_MFD_INTEL_PMT (Michael Petlan) [1880486] -- redhat/configs: enable CONFIG_BLK_DEV_ZONED (Ming Lei) [1638087] -- Add --with clang_lto option to build the kernel with Link Time Optimizations (Tom Stellard) -- common: disable DVB_AV7110 and associated pieces (Peter Robinson) -- Fix fedora-only config updates (Don Zickus) -- Fedor config update for new option (Justin M. Forbes) -- redhat/configs: Enable stmmac NIC for x86_64 (Mark Salter) -- all: hyperv: use the DRM driver rather than FB (Peter Robinson) -- all: hyperv: unify the Microsoft HyperV configs (Peter Robinson) -- all: VMWare: clean up VMWare configs (Peter Robinson) -- Update CONFIG_ARM_FFA_TRANSPORT (Patrick Talbert) -- CI: Handle all mirrors (Veronika Kabatova) -- Turn on CONFIG_STACKTRACE for s390x zfpcdump kernels (Justin M. Forbes) -- arm64: switch ark kernel to 4K pagesize (Mark Salter) -- Disable AMIGA_PARTITION and KARMA_PARTITION (Prarit Bhargava) [1802694] -- all: unify and cleanup i2c TPM2 modules (Peter Robinson) -- redhat/configs: Set CONFIG_VIRTIO_IOMMU on aarch64 (Eric Auger) [1972795] -- redhat/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config (Phil Auld) -- redhat/configs: enable KEXEC_SIG which is already enabled in RHEL8 for s390x and x86_64 (Coiby Xu) [1976835] -- rpmspec: do not BuildRequires bpftool on noarch (Herton R. Krzesinski) -- redhat/configs: disable {IMA,EVM}_LOAD_X509 (Bruno Meneguele) [1977529] -- redhat: add secureboot CA certificate to trusted kernel keyring (Bruno Meneguele) -- redhat/configs: enable IMA_ARCH_POLICY for aarch64 and s390x (Bruno Meneguele) -- redhat/configs: Enable CONFIG_MLXBF_GIGE on aarch64 (Alaa Hleihel) [1858599] -- common: enable STRICT_MODULE_RWX everywhere (Peter Robinson) -- COMMON_CLK_STM32MP157_SCMI is bool and selects COMMON_CLK_SCMI (Justin M. Forbes) -- kernel.spec: Add kernel{,-debug}-devel-matched meta packages (Timothée Ravier) -- Turn off with_selftests for Fedora (Justin M. Forbes) -- Don't build bpftool on Fedora (Justin M. Forbes) -- Fix location of syscall scripts for kernel-devel (Justin M. Forbes) -- fedora: arm: Enable some i.MX8 options (Peter Robinson) -- Enable Landlock for Fedora (Justin M. Forbes) -- Filter update for Fedora aarch64 (Justin M. Forbes) -- rpmspec: only build debug meta packages where we build debug ones (Herton R. Krzesinski) -- rpmspec: do not BuildRequires bpftool on nobuildarches (Herton R. Krzesinski) -- redhat/configs: Consolidate CONFIG_HMC_DRV in the common s390x folder (Thomas Huth) [1976270] -- redhat/configs: Consolidate CONFIG_EXPOLINE_OFF in the common folder (Thomas Huth) [1976270] -- redhat/configs: Move CONFIG_HW_RANDOM_S390 into the s390x/ subfolder (Thomas Huth) [1976270] -- redhat/configs: Disable CONFIG_HOTPLUG_PCI_SHPC in the Fedora settings (Thomas Huth) [1976270] -- redhat/configs: Remove the non-existent CONFIG_NO_BOOTMEM switch (Thomas Huth) [1976270] -- redhat/configs: Compile the virtio-console as a module on s390x (Thomas Huth) [1976270] -- redhat/configs: Enable CONFIG_S390_CCW_IOMMU and CONFIG_VFIO_CCW for ARK, too (Thomas Huth) [1976270] -- Revert "Merge branch 'ec_fips' into 'os-build'" (Vladis Dronov) [1947240] -- Fix typos in fedora filters (Justin M. Forbes) -- More filtering for Fedora (Justin M. Forbes) -- Fix Fedora module filtering for spi-altera-dfl (Justin M. Forbes) -- Fedora 5.13 config updates (Justin M. Forbes) -- fedora: cleanup TCG_TIS_I2C_CR50 (Peter Robinson) -- fedora: drop duplicate configs (Peter Robinson) -- More Fedora config updates for 5.13 (Justin M. Forbes) -- redhat/configs: Enable needed drivers for BlueField SoC on aarch64 (Alaa Hleihel) [1858592 1858594 1858596] -- redhat: Rename mod-blacklist.sh to mod-denylist.sh (Prarit Bhargava) -- redhat/configs: enable CONFIG_NET_ACT_MPLS (Marcelo Ricardo Leitner) -- configs: Enable CONFIG_DEBUG_KERNEL for zfcpdump (Jiri Olsa) -- kernel.spec: Add support to use vmlinux.h (Don Zickus) -- spec: Add vmlinux.h to kernel-devel package (Jiri Olsa) -- Turn off DRM_XEN_FRONTEND for Fedora as we had DRM_XEN off already (Justin M. Forbes) -- Fedora 5.13 config updates pt 3 (Justin M. Forbes) -- all: enable ath11k wireless modules (Peter Robinson) -- all: Enable WWAN and associated MHI bus pieces (Peter Robinson) -- spec: Enable sefltests rpm build (Jiri Olsa) -- spec: Allow bpf selftest/samples to fail (Jiri Olsa) -- kvm: Add kvm_stat.service file and kvm_stat logrotate config to the tools (Jiri Benc) -- kernel.spec: Add missing source files to kernel-selftests-internal (Jiri Benc) -- kernel.spec: selftests: add net/forwarding to TARGETS list (Jiri Benc) -- kernel.spec: selftests: add build requirement on libmnl-devel (Jiri Benc) -- kernel.spec: add action.o to kernel-selftests-internal (Jiri Benc) -- kernel.spec: avoid building bpftool repeatedly (Jiri Benc) -- kernel.spec: selftests require python3 (Jiri Benc) -- kernel.spec: skip selftests that failed to build (Jiri Benc) -- kernel.spec: fix installation of bpf selftests (Jiri Benc) -- redhat: fix samples and selftests make options (Jiri Benc) -- kernel.spec: enable mptcp selftests for kernel-selftests-internal (Jiri Benc) -- kernel.spec: Do not export shared objects from libexecdir to RPM Provides (Jiri Benc) -- kernel.spec: add missing dependency for the which package (Jiri Benc) -- kernel.spec: add netfilter selftests to kernel-selftests-internal (Jiri Benc) -- kernel.spec: move slabinfo and page_owner_sort debuginfo to tools-debuginfo (Jiri Benc) -- kernel.spec: package and ship VM tools (Jiri Benc) -- configs: enable CONFIG_PAGE_OWNER (Jiri Benc) -- kernel.spec: add coreutils (Jiri Benc) -- kernel.spec: add netdevsim driver selftests to kernel-selftests-internal (Jiri Benc) -- redhat/Makefile: Clean out the --without flags from the baseonly rule (Jiri Benc) -- kernel.spec: Stop building unnecessary rpms for baseonly builds (Jiri Benc) -- kernel.spec: disable more kabi switches for gcov build (Jiri Benc) -- kernel.spec: Rename kabi-dw base (Jiri Benc) -- kernel.spec: Fix error messages during build of zfcpdump kernel (Jiri Benc) -- kernel.spec: perf: remove bpf examples (Jiri Benc) -- kernel.spec: selftests should not depend on modules-internal (Jiri Benc) -- kernel.spec: build samples (Jiri Benc) -- kernel.spec: tools: sync missing options with RHEL 8 (Jiri Benc) -- redhat/configs: nftables: Enable extra flowtable symbols (Phil Sutter) -- redhat/configs: Sync netfilter options with RHEL8 (Phil Sutter) -- Fedora 5.13 config updates pt 2 (Justin M. Forbes) -- Move CONFIG_ARCH_INTEL_SOCFPGA up a level for Fedora (Justin M. Forbes) -- fedora: enable the Rockchip rk3399 pcie drivers (Peter Robinson) -- Fedora 5.13 config updates pt 1 (Justin M. Forbes) -- Fix version requirement from opencsd-devel buildreq (Justin M. Forbes) -- configs/ark/s390: set CONFIG_MARCH_Z14 and CONFIG_TUNE_Z15 (Philipp Rudo) [1876435] -- configs/common/s390: Clean up CONFIG_{MARCH,TUNE}_Z* (Philipp Rudo) -- configs/process_configs.sh: make use of dummy-tools (Philipp Rudo) -- configs/common: disable CONFIG_INIT_STACK_ALL_{PATTERN,ZERO} (Philipp Rudo) -- configs/common/aarch64: disable CONFIG_RELR (Philipp Rudo) -- redhat/config: enable STMICRO nic for RHEL (Mark Salter) -- redhat/configs: Enable ARCH_TEGRA on RHEL (Mark Salter) -- redhat/configs: enable IMA_KEXEC for supported arches (Bruno Meneguele) -- redhat/configs: enable INTEGRITY_SIGNATURE to all arches (Bruno Meneguele) -- configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED (Benjamin Tissoires) -- RHEL: disable io_uring support (Jeff Moyer) [1964537] -- all: Changing CONFIG_UV_SYSFS to build uv_sysfs.ko as a loadable module. (Frank Ramsay) -- Enable NITRO_ENCLAVES on RHEL (Vitaly Kuznetsov) -- Update the Quick Start documentation (David Ward) -- redhat/configs: Set PVPANIC_MMIO for x86 and PVPANIC_PCI for aarch64 (Eric Auger) [1961178] -- bpf: Fix unprivileged_bpf_disabled setup (Jiri Olsa) -- Enable CONFIG_BPF_UNPRIV_DEFAULT_OFF (Jiri Olsa) -- configs/common/s390: disable CONFIG_QETH_{OSN,OSX} (Philipp Rudo) [1903201] -- nvme: nvme_mpath_init remove multipath check (Mike Snitzer) -- Make CRYPTO_EC also builtin (Simo Sorce) [1947240] -- Do not hard-code a default value for DIST (David Ward) -- Override %%{debugbuildsenabled} if the --with-release option is used (David Ward) -- Improve comments in SPEC file, and move some option tests and macros (David Ward) -- configs: enable CONFIG_EXFAT_FS (Pavel Reichl) [1943423] -- Revert s390x/zfcpdump part of a9d179c40281 and ecbfddd98621 (Vladis Dronov) -- Embed crypto algos, modes and templates needed in the FIPS mode (Vladis Dronov) [1947240] -- configs: Add and enable CONFIG_HYPERV_TESTING for debug kernels (Mohammed Gamal) -- configs: enable CONFIG_CMA on x86_64 in ARK (David Hildenbrand) [1945002] -- rpmspec: build debug-* meta-packages if debug builds are disabled (Herton R. Krzesinski) -- UIO: disable unused config options (Aristeu Rozanski) [1957819] -- ARK-config: Make amd_pinctrl module builtin (Hans de Goede) -- rpmspec: revert/drop content hash for kernel-headers (Herton R. Krzesinski) -- rpmspec: fix check that calls InitBuildVars (Herton R. Krzesinski) +* Wed May 19 2021 Justin M. Forbes [5.12.5-0] +- drm/rockchip: remove existing generic drivers to take over the device (Javier Martinez Canillas) - fedora: enable zonefs (Damien Le Moal) -- redhat: load specific ARCH keys to INTEGRITY_PLATFORM_KEYRING (Bruno Meneguele) -- redhat: enable INTEGRITY_TRUSTED_KEYRING across all variants (Bruno Meneguele) -- redhat: enable SYSTEM_BLACKLIST_KEYRING across all variants (Bruno Meneguele) -- redhat: enable INTEGRITY_ASYMMETRIC_KEYS across all variants (Bruno Meneguele) -- Remove unused boot loader specification files (David Ward) -- redhat/configs: Enable mlx5 IPsec and TLS offloads (Alaa Hleihel) [1869674 1957636] -- common: disable Apple Silicon generally (Peter Robinson) -- cleanup Intel's FPGA configs (Peter Robinson) -- common: move PTP KVM support from ark to common (Peter Robinson) -- Enable CONFIG_DRM_AMDGPU_USERPTR for everyone (Justin M. Forbes) -- redhat: add initial rpminspect configuration (Herton R. Krzesinski) -- fedora: arm updates for 5.13 (Peter Robinson) -- fedora: Enable WWAN and associated MHI bits (Peter Robinson) -- Update CONFIG_MODPROBE_PATH to /usr/sbin (Justin Forbes) -- Fedora set modprobe path (Justin M. Forbes) -- Keep sctp and l2tp modules in modules-extra (Don Zickus) -- Fix ppc64le cross build packaging (Don Zickus) -- Fedora: Make amd_pinctrl module builtin (Hans de Goede) -- Keep CONFIG_KASAN_HW_TAGS off for aarch64 debug configs (Justin M. Forbes) -- New configs in drivers/bus (Fedora Kernel Team) -- RHEL: Don't build KVM PR module on ppc64 (David Gibson) [1930649] -- Flip CONFIG_USB_ROLE_SWITCH from m to y (Justin M. Forbes) -- Set valid options for CONFIG_FW_LOADER_USER_HELPER (Justin M. Forbes) -- Clean up CONFIG_FB_MODE_HELPERS (Justin M. Forbes) -- Turn off CONFIG_VFIO for the s390x zfcpdump kernel (Justin M. Forbes) -- Delete unused CONFIG_SND_SOC_MAX98390 pending-common (Justin M. Forbes) -- Update pending-common configs, preparing to set correctly (Justin M. Forbes) -- Update fedora filters for surface (Justin M. Forbes) -- Build CONFIG_CRYPTO_ECDSA inline for s390x zfcpdump (Justin M. Forbes) -- Replace "flavour" where "variant" is meant instead (David Ward) -- Drop the %%{variant} macro and fix --with-vanilla (David Ward) -- Fix syntax of %%kernel_variant_files (David Ward) -- Change description of --without-vdso-install to fix typo (David Ward) -- Config updates to work around mismatches (Justin M. Forbes) -- CONFIG_SND_SOC_FSL_ASOC_CARD selects CONFIG_MFD_WM8994 now (Justin M. Forbes) -- wireguard: disable in FIPS mode (Hangbin Liu) [1940794] + +* Fri May 14 2021 Justin M. Forbes [5.12.4-0] +- can: isotp: prevent race between isotp_bind() and isotp_setsockopt() (Norbert Slusarek) + +* Wed May 12 2021 Justin M. Forbes [5.12.3-0] +- io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers (Thadeu Lima de Souza Cascardo) +- bpf: Prevent writable memory-mapping of read-only ringbuf pages (Andrii Nakryiko) +- bpf, ringbuf: Deny reserve of buffers larger than ringbuf (Thadeu Lima de Souza Cascardo) +- bpf: Fix alu32 const subreg bound tracking on bitwise operations (Daniel Borkmann) +- net/nfc: fix use-after-free llcp_sock_bind/connect (Or Cohen) +- Force DWARF4 because crash does not support DWARF5 yet (Justin M. Forbes) + +* Fri May 07 2021 Justin M. Forbes [5.12.2-0] +- Fedora-5.12: Make amd_pinctrl module builtin (Hans de Goede) +- ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UA (Takashi Iwai) +- Fedora 32 will EOL on 5.11 (Justin M. Forbes) +- PCI: Add MCFG quirks for Tegra194 host controllers (Vidya Sagar) +- Revert "PCI: Add MCFG quirks for Tegra194 host controllers" (Peter Robinson) +- nitro_enclaves: Fix stale file descriptors on failed usercopy (Mathias Krause) +- Revert "add pci_hw_vendor_status()" (Justin M. Forbes) +- fedora: arm: build in Tegra194 PCIe/PHY drivers (Peter Robinson) +- PCI: Add MCFG quirks for Tegra194 host controllers (Peter Robinson) +- fedora: arm: enaable SUN50I_IOMMU on aarch64 (Peter Robinson) +- arm64: dts: rockchip: disable USB type-c DisplayPort (Jian-Hong Pan) + +* Mon May 03 2021 Justin M. Forbes [5.12.1-0] - Enable mtdram for fedora (rhbz 1955916) (Justin M. Forbes) -- Remove reference to bpf-helpers man page (Justin M. Forbes) -- Fedora: enable more modules for surface devices (Dave Olsthoorn) -- Fix Fedora config mismatch for CONFIG_FSL_ENETC_IERB (Justin M. Forbes) -- hardlink is in /usr/bin/ now (Justin M. Forbes) -- Ensure CONFIG_KVM_BOOK3S_64_PR stays on in Fedora, even if it is turned off in RHEL (Justin M. Forbes) -- Set date in package release from repository commit, not system clock (David Ward) -- Use a better upstream tarball filename for snapshots (David Ward) -- Don't create empty pending-common files on pending-fedora commits (Don Zickus) -- nvme: decouple basic ANA log page re-read support from native multipathing (Mike Snitzer) -- nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT (Mike Snitzer) -- nvme: Return BLK_STS_TARGET if the DNR bit is set (Mike Snitzer) -- Add redhat/configs/pending-common/generic/s390x/zfcpdump/CONFIG_NETFS_SUPPORT (Justin M. Forbes) -- Create ark-latest branch last for CI scripts (Don Zickus) +- hardlink is in /usr/bin/ (rhbz 1889043) (Justin M. Forbes) +- sfc: ef10: fix TX queue lookup in TX event handling (Edward Cree) +- sfc: farch: fix TX queue lookup in TX event handling (Edward Cree) +- sfc: farch: fix TX queue lookup in TX flush done handling (Edward Cree) +- A few more fixes for local builds. None of this works until .1 (Justin M. Forbes) +- Quick hack to reset release to 0 (Justin M. Forbes) +- This is a released kernel branch (Justin M. Forbes) +- Reference the patch as version.patchlevel to more easily see diffs between stable releases (Justin M. Forbes) +- MARKER needs SUBLEVEL for stable, I need to think of a better longterm solution (Justin M. Forbes) +- Added redhat/fedora-dist-git-test.sh for a quick and easy script to test changes (Justin M. Forbes) +- Changes for building stable Fedora (Justin M. Forbes) + +* Mon Apr 26 2021 Herton R. Krzesinski [5.12.0-1] - Replace /usr/libexec/platform-python with /usr/bin/python3 (David Ward) - Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes) - Export ark infrastructure files (Don Zickus) @@ -7258,6 +2895,7 @@ fi\ - Limit CONFIG_USB_CDNS_SUPPORT to x86_64 and arm in Fedora (David Ward) - Fedora: Enable CHARGER_GPIO on aarch64 too (Peter Robinson) - Fedora config updates (Justin M. Forbes) +- wireguard: mark as Tech Preview (Hangbin Liu) [1613522] - configs: enable CONFIG_WIREGUARD in ARK (Hangbin Liu) [1613522] - Remove duplicate configs acroos fedora, ark and common (Don Zickus) - Combine duplicate configs across ark and fedora into common (Don Zickus) @@ -7487,6 +3125,7 @@ fi\ - redhat: ark: disable CONFIG_NET_SCH_QFQ (Davide Caratti) - redhat: ark: disable CONFIG_NET_SCH_PLUG (Davide Caratti) - redhat: ark: disable CONFIG_NET_SCH_PIE (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_MULTIQ (Davide Caratti) - redhat: ark: disable CONFIG_NET_SCH_HHF (Davide Caratti) - redhat: ark: disable CONFIG_NET_SCH_DSMARK (Davide Caratti) - redhat: ark: disable CONFIG_NET_SCH_DRR (Davide Caratti) @@ -7525,10 +3164,12 @@ fi\ - process_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) - generate_all_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) - redhat/self-test: Initial commit (Ben Crocker) +- Fixes "acpi: prefer booting with ACPI over DTS" to be RHEL only (Peter Robinson) - arch/x86: Remove vendor specific CPU ID checks (Prarit Bhargava) - redhat: Replace hardware.redhat.com link in Unsupported message (Prarit Bhargava) [1810301] - x86: Fix compile issues with rh_check_supported() (Don Zickus) - KEYS: Make use of platform keyring for module signature verify (Robert Holmes) +- Drop that for now (Laura Abbott) - Input: rmi4 - remove the need for artificial IRQ in case of HID (Benjamin Tissoires) - ARM: tegra: usb no reset (Peter Robinson) - arm: make CONFIG_HIGHPTE optional without CONFIG_EXPERT (Jon Masters) @@ -7538,13 +3179,21 @@ fi\ - redhat: rh_kabi: Indirect EXTEND macros so nesting of other macros will resolve. (Don Dutile) - redhat: rh_kabi: Fix RH_KABI_SET_SIZE to use dereference operator (Tony Camuso) - redhat: rh_kabi: Add macros to size and extend structs (Prarit Bhargava) -- Removing Obsolete hba pci-ids from rhel8 (Dick Kennedy) [1572321] +- Removing Obsolete hba pci-ids from rhel8 (Dick Kennedy) - mptsas: pci-id table changes (Laura Abbott) +- mptsas: Taint kernel if mptsas is loaded (Laura Abbott) - mptspi: pci-id table changes (Laura Abbott) - qla2xxx: Remove PCI IDs of deprecated adapter (Jeremy Cline) -- hpsa: remove old cciss-based smartarray pci ids (Joseph Szczypek) [1471185] -- kernel: add SUPPORT_REMOVED kernel taint (Tomas Henzl) [1602033] +- be2iscsi: remove unsupported device IDs (Chris Leech) +- mptspi: Taint kernel if mptspi is loaded (Laura Abbott) +- hpsa: remove old cciss-based smartarray pci ids (Joseph Szczypek) +- qla4xxx: Remove deprecated PCI IDs from RHEL 8 (Chad Dupuis) +- aacraid: Remove depreciated device and vendor PCI id's (Raghava Aditya Renukunta) +- megaraid_sas: remove deprecated pci-ids (Tomas Henzl) +- mpt*: remove certain deprecated pci-ids (Jeremy Cline) +- kernel: add SUPPORT_REMOVED kernel taint (Tomas Henzl) - Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES (Don Zickus) +- Add option of 13 for FORCE_MAX_ZONEORDER (Peter Robinson) - s390: Lock down the kernel when the IPL secure flag is set (Jeremy Cline) - efi: Lock down the kernel if booted in secure boot mode (David Howells) - efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode (David Howells) @@ -7554,21 +3203,29 @@ fi\ - Add support for deprecating processors (Laura Abbott) [1565717 1595918 1609604 1610493] - arm: aarch64: Drop the EXPERT setting from ARM64_FORCE_52BIT (Jeremy Cline) - iommu/arm-smmu: workaround DMA mode issues (Laura Abbott) -- rh_kabi: introduce RH_KABI_EXCLUDE (Jakub Racek) [1652256] +- rh_kabi: introduce RH_KABI_EXCLUDE (Jakub Racek) - ipmi: do not configure ipmi for HPE m400 (Laura Abbott) [1670017] +- IB/rxe: Mark Soft-RoCE Transport driver as tech-preview (Don Dutile) [1605216] +- scsi: smartpqi: add inspur advantech ids (Don Brace) +- ice: mark driver as tech-preview (Jonathan Toppins) - kABI: Add generic kABI macros to use for kABI workarounds (Myron Stowe) [1546831] -- add pci_hw_vendor_status() (Maurizio Lombardi) [1590829] -- ahci: thunderx2: Fix for errata that affects stop engine (Robert Richter) [1563590] -- Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon (Robert Richter) [1563590] +- add pci_hw_vendor_status() (Maurizio Lombardi) +- ahci: thunderx2: Fix for errata that affects stop engine (Robert Richter) +- Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon (Robert Richter) +- bpf: Add tech preview taint for syscall (Eugene Syromiatnikov) [1559877] - bpf: set unprivileged_bpf_disabled to 1 by default, add a boot parameter (Eugene Syromiatnikov) [1561171] - add Red Hat-specific taint flags (Eugene Syromiatnikov) [1559877] +- kdump: fix a grammar issue in a kernel message (Dave Young) [1507353] - tags.sh: Ignore redhat/rpm (Jeremy Cline) - put RHEL info into generated headers (Laura Abbott) [1663728] +- kdump: add support for crashkernel=auto (Jeremy Cline) +- kdump: round up the total memory size to 128M for crashkernel reservation (Dave Young) [1507353] +- acpi: prefer booting with ACPI over DTS (Mark Salter) [1576869] - aarch64: acpi scan: Fix regression related to X-Gene UARTs (Mark Salter) [1519554] - ACPI / irq: Workaround firmware issue on X-Gene based m400 (Mark Salter) [1519554] - modules: add rhelversion MODULE_INFO tag (Laura Abbott) - ACPI: APEI: arm64: Ignore broken HPE moonshot APEI support (Al Stone) [1518076] -- Add Red Hat tainting (Laura Abbott) [1565704 1652266] +- Add Red Hat tainting (Laura Abbott) [1565704] - Introduce CONFIG_RH_DISABLE_DEPRECATED (Laura Abbott) - Stop merging ark-patches for release (Don Zickus) - Fix path location for ark-update-configs.sh (Don Zickus) @@ -7889,3320 +3546,9 @@ fi\ - [initial commit] Add scripts (Laura Abbott) - [initial commit] Add configs (Laura Abbott) - [initial commit] Add Makefiles (Laura Abbott) -- Linux v6.19.0-0.rc0.4a26e7032d7d -* Tue Dec 02 2025 Fedora Kernel Team [6.18.0-1] -- Reset RHEL_RELEASE for the 6.19 cycle (Justin M. Forbes) -- add libasan-static and libubsan as BR for selftests (Thorsten Leemhuis) -- add liburing-devel as BR for selftests (Thorsten Leemhuis) -- add a few optional BRs for perf (Thorsten Leemhuis) - -* Mon Dec 01 2025 Fedora Kernel Team [6.18.0-64] -- Linux v6.18.0 - -* Sun Nov 30 2025 Fedora Kernel Team [6.18.0-0.rc7.6bda50f4333f.63] -- Consolidate configs into common for 6.18 (Justin M. Forbes) -- Linux v6.18.0-0.rc7.6bda50f4333f - -* Sat Nov 29 2025 Fedora Kernel Team [6.18.0-0.rc7.19eef1d98eed.62] -- Linux v6.18.0-0.rc7.19eef1d98eed - -* Fri Nov 28 2025 Fedora Kernel Team [6.18.0-0.rc7.e538109ac71d.61] -- Linux v6.18.0-0.rc7.e538109ac71d - -* Thu Nov 27 2025 Fedora Kernel Team [6.18.0-0.rc7.765e56e41a5a.60] -- redhat/configs: make CONFIG_DRM_CLIENT_LIB=y (Jocelyn Falempe) -- Linux v6.18.0-0.rc7.765e56e41a5a - -* Wed Nov 26 2025 Fedora Kernel Team [6.18.0-0.rc7.30f09200cc4a.59] -- Linux v6.18.0-0.rc7.30f09200cc4a - -* Tue Nov 25 2025 Fedora Kernel Team [6.18.0-0.rc7.58] -- fedora: arm: minor config updates (Peter Robinson) - -* Mon Nov 24 2025 Fedora Kernel Team [6.18.0-0.rc7.57] -- Linux v6.18.0-0.rc7 - -* Sun Nov 23 2025 Fedora Kernel Team [6.18.0-0.rc6.d13f3ac64efb.56] -- Linux v6.18.0-0.rc6.d13f3ac64efb - -* Sat Nov 22 2025 Fedora Kernel Team [6.18.0-0.rc6.2eba5e05d9bc.55] -- Linux v6.18.0-0.rc6.2eba5e05d9bc - -* Fri Nov 21 2025 Fedora Kernel Team [6.18.0-0.rc6.fd95357fd8c6.54] -- Change RZ_DMAC from m to y for Fedora (Justin M. Forbes) -- redhat/configs: automotive: enable CAN_FLEXCAN (Jared Kangas) -- Linux v6.18.0-0.rc6.fd95357fd8c6 - -* Thu Nov 20 2025 Fedora Kernel Team [6.18.0-0.rc6.23cb64fb7625.53] -- Revert "Removing Obsolete hba pci-ids from rhel8" (Scott Weaver) -- rh_messages.h: add missing lpfc devices (Scott Weaver) -- redhat/configs: Enable CONFIG_NFSD_V4_2_INTER_SSC in RHEL (Scott Mayhew) -- redhat: Package net/hsr selftests (Felix Maurer) -- Remove redundant Fedora VFIO overrides (Daniel P. Berrangé) -- Enable CONFIG_VFIO_DEVICE_CDEV on Fedora (Daniel P. Berrangé) -- redhat/configs: automotive: enable I2C_IMX and dependencies (Jared Kangas) -- Linux v6.18.0-0.rc6.23cb64fb7625 - -* Wed Nov 19 2025 Fedora Kernel Team [6.18.0-0.rc6.8b690556d8fe.52] -- Set some late arrival config options for Fedora 6.18 (Justin M. Forbes) -- Linux v6.18.0-0.rc6.8b690556d8fe - -* Tue Nov 18 2025 Fedora Kernel Team [6.18.0-0.rc6.e7c375b18160.51] -- Linux v6.18.0-0.rc6.e7c375b18160 - -* Mon Nov 17 2025 Fedora Kernel Team [6.18.0-0.rc6.50] -- Linux v6.18.0-0.rc6 - -* Sun Nov 16 2025 Fedora Kernel Team [6.18.0-0.rc5.f824272b6e3f.49] -- redhat/configs: enable Micel PHY for NXP Automotive SoCs S32G2xx/S32G3xx/S32R45 (Alessandro Carminati) -- redhat/configs: enable Synopsis DWMAC IP on NXP Automotive SoCs S32G2xx/S32G3xx/S32R45 (Alessandro Carminati) -- Linux v6.18.0-0.rc5.f824272b6e3f - -* Sat Nov 15 2025 Fedora Kernel Team [6.18.0-0.rc5.7a0892d2836e.48] -- Linux v6.18.0-0.rc5.7a0892d2836e - -* Fri Nov 14 2025 Fedora Kernel Team [6.18.0-0.rc5.6da43bbeb691.47] -- Linux v6.18.0-0.rc5.6da43bbeb691 - -* Thu Nov 13 2025 Fedora Kernel Team [6.18.0-0.rc5.6fa9041b7177.46] -- redhat/configs: Move CONFIG_MICROCODE_DBG to common/generic/x86 (Waiman Long) -- redhat/configs: Set CONFIG_SCHED_PROXY_EXEC=n (Waiman Long) -- Linux v6.18.0-0.rc5.6fa9041b7177 - -* Wed Nov 12 2025 Fedora Kernel Team [6.18.0-0.rc5.24172e0d7990.45] -- Add loongarch to kernel-headers for Fedora (Justin M. Forbes) -- Linux v6.18.0-0.rc5.24172e0d7990 - -* Tue Nov 11 2025 Fedora Kernel Team [6.18.0-0.rc5.4427259cc7f7.44] -- Turn on SYNTH_EVENTS for RISCV RHEL to avoid a mismatch (Justin M. Forbes) -- Turn on PCI_PWRCTRL_SLOT for aarch64 in RHEL (Justin M. Forbes) -- redhat/kernel.spec.template: add net/can kselftests (Davide Caratti) -- redhat/configs: Enable CONFIG_OVMF_DEBUG_LOG in RHEL (Lenny Szubowicz) [RHEL-100104] -- Linux v6.18.0-0.rc5.4427259cc7f7 - -* Mon Nov 10 2025 Fedora Kernel Team [6.18.0-0.rc5.43] -- Linux v6.18.0-0.rc5 - -* Sun Nov 09 2025 Fedora Kernel Team [6.18.0-0.rc4.439fc29dfd3b.42] -- Linux v6.18.0-0.rc4.439fc29dfd3b - -* Sat Nov 08 2025 Fedora Kernel Team [6.18.0-0.rc4.e811c33b1f13.41] -- Linux v6.18.0-0.rc4.e811c33b1f13 - -* Fri Nov 07 2025 Fedora Kernel Team [6.18.0-0.rc4.4a0c9b339199.40] -- Linux v6.18.0-0.rc4.4a0c9b339199 - -* Thu Nov 06 2025 Fedora Kernel Team [6.18.0-0.rc4.dc77806cf3b4.39] -- merge-linux-next: use gitlab remote (Scott Weaver) -- Linux v6.18.0-0.rc4.dc77806cf3b4 - -* Wed Nov 05 2025 Fedora Kernel Team [6.18.0-0.rc4.1c353dc8d962.38] -- redhat: use RELEASE_LOCALVERSION also for dist-get-tag (Jan Stancek) -- Linux v6.18.0-0.rc4.1c353dc8d962 - -* Tue Nov 04 2025 Fedora Kernel Team [6.18.0-0.rc4.c9cfc122f037.37] -- redhat: configs: rhel: Enable OV08X40 sensor to support Intel MIPI camera (Kate Hsuan) -- redhat: configs: rhel: Enable usbio-drivers to supower Intel MIPI camera (Kate Hsuan) -- Linux v6.18.0-0.rc4.c9cfc122f037 - -* Mon Nov 03 2025 Fedora Kernel Team [6.18.0-0.rc4.36] -- redhat: configs: Enable DWC3 Generic Platform Driver on RHEL automotive (Desnes Nunes) [RHEL-119326] -- redhat: configs: Enable OV08X40 sensor driver on RHEL (Desnes Nunes) [RHEL-119326] -- redhat: configs: Enable USBIO Bridge support on RHEL x86 (Desnes Nunes) [RHEL-119326] -- gitlab-ci: testing (Scott Weaver) -- ark-linux-next: check for git hooks directory (Scott Weaver) -- gitlab-ci: merge-linux-next: workaround pydantic-core build error (Scott Weaver) -- Linux v6.18.0-0.rc4 - -* Sun Nov 02 2025 Fedora Kernel Team [6.18.0-0.rc3.691d401c7e0e.35] -- Linux v6.18.0-0.rc3.691d401c7e0e - -* Sat Nov 01 2025 Fedora Kernel Team [6.18.0-0.rc3.ba36dd5ee6fd.34] -- redhat: remove EARLY ystream bits (Jan Stancek) -- Linux v6.18.0-0.rc3.ba36dd5ee6fd - -* Fri Oct 31 2025 Fedora Kernel Team [6.18.0-0.rc3.d127176862a9.33] -- redhat/configs: configure CONFIG_ATH12K_AHB for rhel (Jose Ignacio Tornos Martinez) -- Final configs for Fedora 6.18 (Justin M. Forbes) -- Linux v6.18.0-0.rc3.d127176862a9 - -* Thu Oct 30 2025 Fedora Kernel Team [6.18.0-0.rc3.e53642b87a4f.32] -- redhat/configs: Enable additional RV monitors on debug kernels (Gabriele Monaco) -- redhat/configs: Enable sched and rtapp RV monitors (Gabriele Monaco) -- redhat/configs: Move CONFIG_RV_PER_TASK_MONITORS to common/generic (Gabriele Monaco) -- properly reset CONFIG_EFI_SBAT_FILE value (Thorsten Leemhuis) - -* Wed Oct 29 2025 Fedora Kernel Team [6.18.0-0.rc3.e53642b87a4f.31] -- kernel: extend rh_waived to cope better with the CVE mitigations case (Ricardo Robaina) [RHEL-122979] -- Linux v6.18.0-0.rc3.e53642b87a4f - -* Tue Oct 28 2025 Fedora Kernel Team [6.18.0-0.rc3.fd57572253bc.30] -- Linux v6.18.0-0.rc3.fd57572253bc - -* Mon Oct 27 2025 Fedora Kernel Team [6.18.0-0.rc3.29] -- Linux v6.18.0-0.rc3 - -* Sun Oct 26 2025 Fedora Kernel Team [6.18.0-0.rc2.72761a7e3122.28] -- Linux v6.18.0-0.rc2.72761a7e3122 - -* Sat Oct 25 2025 Fedora Kernel Team [6.18.0-0.rc2.566771afc7a8.27] -- uki-virt: add systemd-repart module (Emanuele Giuseppe Esposito) -- fedora: cleanup/de-dupe the USB configfs options (Peter Robinson) -- fedora: cleanup/de-dupe the USB Device/Gadget config (Peter Robinson) -- fedora: Disable the remanents of legacy USB gadget (Peter Robinson) -- fedora: i3c: enable more i3c (Peter Robinson) -- Configs: Mark SCHED_MC as enabled for powerpc (Phil Auld) -- redhat: update self-test-data for RELEASE_LOCALVERSION (Jan Stancek) -- redhat: introduce RELEASE_LOCALVERSION variable (Jan Stancek) -- Turn on CONFIG_DEBUG_INFO_COMPRESSED_ZLIB (Lianbo Jiang) -- Linux v6.18.0-0.rc2.566771afc7a8 - -* Fri Oct 24 2025 Fedora Kernel Team [6.18.0-0.rc2.6fab32bb6508.26] -- Linux v6.18.0-0.rc2.6fab32bb6508 - -* Thu Oct 23 2025 Fedora Kernel Team [6.18.0-0.rc2.43e9ad0c55a3.25] -- Linux v6.18.0-0.rc2.43e9ad0c55a3 - -* Wed Oct 22 2025 Fedora Kernel Team [6.18.0-0.rc2.552c50713f27.24] -- Linux v6.18.0-0.rc2.552c50713f27 - -* Tue Oct 21 2025 Fedora Kernel Team [6.18.0-0.rc2.6548d364a3e8.23] -- redhat/kernel.spec: make python3-perf glob more specific (Jan Stancek) -- Linux v6.18.0-0.rc2.6548d364a3e8 - -* Mon Oct 20 2025 Fedora Kernel Team [6.18.0-0.rc2.22] -- Linux v6.18.0-0.rc2 - -* Sun Oct 19 2025 Fedora Kernel Team [6.18.0-0.rc1.1c64efcb083c.21] -- Linux v6.18.0-0.rc1.1c64efcb083c - -* Sat Oct 18 2025 Fedora Kernel Team [6.18.0-0.rc1.f406055cb18c.20] -- Linux v6.18.0-0.rc1.f406055cb18c - -* Fri Oct 17 2025 Fedora Kernel Team [6.18.0-0.rc1.98ac9cc4b445.19] -- fedora: arm64: Updates for AMD Xilinx devices (Peter Robinson) -- Linux v6.18.0-0.rc1.98ac9cc4b445 - -* Thu Oct 16 2025 Fedora Kernel Team [6.18.0-0.rc1.7ea30958b305.18] -- redhat/configs: Re-enable Raspberry Pi support in automotive (Radu Rendec) -- Linux v6.18.0-0.rc1.7ea30958b305 - -* Wed Oct 15 2025 Fedora Kernel Team [6.18.0-0.rc1.9b332cece987.17] -- redhat/configs: automotive: enable FSL_EDMA (Jared Kangas) -- Trim changelog of dupes for the 6.18 reset (Justin M. Forbes) -- Linux v6.18.0-0.rc1.9b332cece987 - -* Tue Oct 14 2025 Fedora Kernel Team [6.18.0-0.rc1.16] -- fedora: aarch64: Enable arm MHUv2 driver (Peter Robinson) -- redhat/configs: automotive: enable RTC_DRV_S32G (Jared Kangas) -- redhat/configs: automotive: switch ufs-qcom to module (Eric Chanudet) -- redhat/configs: automotive: switch geni-se and serial-qcom-geni to modules (Eric Chanudet) -- redhat/configs: automotive: switch pinctrl_msm and pinctrl_sa8775p to modules (Eric Chanudet) -- redhat: add all namespace-dependent selftests to kernel-selftests-internal (Joel Savitz) -- fedora: Minor QCom configs cleanup (Peter Robinson) -- fedora: cleanup now removed BCACHEFS options (Peter Robinson) -- fedora: Last updates for 6.18 (Peter Robinson) - -* Mon Oct 13 2025 Fedora Kernel Team [6.18.0-0.rc1.15] -- Turn on X86_FRED for Fedora (Justin M. Forbes) -- Linux v6.18.0-0.rc1 - -* Sun Oct 12 2025 Fedora Kernel Team [6.18.0-0.rc0.0739473694c4.14] -- Fix up HYPERV configs for 6.18 (Justin M. Forbes) -- add xxd to as BuildRequire for bpf selftests (Thorsten Leemhuis) - -* Sat Oct 11 2025 Fedora Kernel Team [6.18.0-0.rc0.0739473694c4.13] -- Linux v6.18.0-0.rc0.0739473694c4 - -* Fri Oct 10 2025 Fedora Kernel Team [6.18.0-0.rc0.5472d60c129f.12] -- Flip HID_HAPTIC to inline for Fedora due to symbol errors (Justin M. Forbes) -- Linux v6.18.0-0.rc0.5472d60c129f - -* Thu Oct 09 2025 Fedora Kernel Team [6.18.0-0.rc0.ec714e371f22.11] -- fedora: updates for 6.18 (Peter Robinson) -- Linux v6.18.0-0.rc0.ec714e371f22 - -* Wed Oct 08 2025 Fedora Kernel Team [6.18.0-0.rc0.0d97f2067c16.10] -- redhat/configs: automotive: enable SPI_OMAP24XX as a module (Jared Kangas) -- Linux v6.18.0-0.rc0.0d97f2067c16 - -* Tue Oct 07 2025 Fedora Kernel Team [6.18.0-0.rc0.c746c3b51698.9] -- Fix up mismatch with PCI_PWRCTRL_SLOT on arm (Justin M. Forbes) -- Linux v6.18.0-0.rc0.c746c3b51698 - -* Tue Oct 07 2025 Fedora Kernel Team [6.18.0-0.rc0.fd94619c4336.8] -- Turn on DRM_ACCEL_ROCKET FOR Fedora (Justin M. Forbes) - -* Mon Oct 06 2025 Fedora Kernel Team [6.18.0-0.rc0.fd94619c4336.7] -- Linux v6.18.0-0.rc0.fd94619c4336 - -* Sat Oct 04 2025 Fedora Kernel Team [6.18.0-0.rc0.cbf33b8e0b36.6] -- redhat: rpminspect: update emptyrpm list for kernel variants (Patrick Talbert) -- Linux v6.18.0-0.rc0.cbf33b8e0b36 - -* Fri Oct 03 2025 Fedora Kernel Team [6.18.0-0.rc0.e406d57be7bd.5] -- Linux v6.18.0-0.rc0.e406d57be7bd - -* Thu Oct 02 2025 Fedora Kernel Team [6.18.0-0.rc0.7f7072574127.4] -- redhat: ark-linux-next.sh: initial commit (Scott Weaver) -- redhat: prepare-commit-msg: initial commit (Scott Weaver) -- redhat: ark-merge-driver: initial commit (Scott Weaver) -- redhat/Makefile: add dist-configs-commit-mismatches (Scott Weaver) -- Linux v6.18.0-0.rc0.7f7072574127 - -* Wed Oct 01 2025 Fedora Kernel Team [6.18.0-0.rc0.50c19e20ed2e.3] -- Flip SCHED_MC for RHEL ppc to avoid a mismatch (Justin M. Forbes) -- Linux v6.18.0-0.rc0.50c19e20ed2e - -* Wed Oct 01 2025 Fedora Kernel Team [6.18.0-0.rc0.755fa5b4fb36.2] -- Revert "Merge branch 'add_next_sched_job' into 'os-build'" (Justin M. Forbes) -- Fix up a merge window mismatch for riscv RHEL (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.18 cycle (Justin M. Forbes) -- Turn on USB_FUNCTIONFS for Fedora (Justin M. Forbes) -- redhat/configs: Disable CONFIG_EFI_MIXED in RHEL (Lenny Szubowicz) -- Revert "Merge branch 'tmp2' into 'os-build'" (Justin M. Forbes) -- Always set LLVM=1 when building with clang (Tom Stellard) -- redhat/configs: Move CONFIG_MITIGATION_VMSCAPE to common/generic/x86 (Waiman Long) -- redhat/Makefile: Update the make target dist-configs-check to fail (Alexandra Hájková) -- Consolidate configs to common for 6.17 (Justin M. Forbes) -- Add 1010-config-newlines-test.bats self test. (Alexandra Hájková) -- os-build: Remove dead CONFIG_SCHED_DEBUG files (Phil Auld) -- redhat/configs: automotive: Disable COMPAT_32BIT_TIME SGETMASK_SYSCALL and IA32_EMULATION configs (Dorinda Bassey) -- Revert "redhat/configs: automotive: Disable NetLabel subsystem support" (Dorinda Bassey) -- redhat: ark-linux-next.sh: initial commit (Scott Weaver) -- redhat: prepare-commit-msg: initial commit (Scott Weaver) -- redhat: ark-merge-driver: initial commit (Scott Weaver) -- redhat/Makefile: add dist-configs-commit-mismatches (Scott Weaver) -- Turn on PINCTRL_SM8550_LPASS_LPI for Fedora (Justin M. Forbes) -- redhat: configs: drop TI_K3_UDMA & TI_K3_UDMA_GLUE_LAYER from RHEL (Eric Chanudet) -- redhat: configs: move TI_SCI_PROTOCOL and TI_MESSAGE_MANAGER to common (Eric Chanudet) -- Set CONFIG_MITIGATION_VMSCAPE for Fedora (Justin M. Forbes) -- redhat/Makefile: update dist-vr-check (Scott Weaver) -- gitlab-ci: add kcidb_tree_name to trees (Tales da Aparecida) -- Fix packaging for libcpupower python binding debuginfo (Justin M. Forbes) -- redhat/configs: automotive: enable TI K3 R5F remoteproc driver (Jared Kangas) -- Move CONFIG_SCHED_PROXY_EXEC to the zfcpdump directory (Justin M. Forbes) -- Set Fedora configs for 6.17 (Justin M. Forbes) -- redhat: scripts: ignore incorrect shellcheck 2329 in trap function (Simone Tollardo) -- Turn on PHY_ROCKCHIP_SAMSUNG_DCPHY for Fedora (Justin M. Forbes) -- rh_messages.h: add missing aacraid device (Scott Weaver) -- rh_messages.h: update unmaintained drivers (Scott Weaver) -- arm64: enable Tegra264 SoC components in RHEL (Marcin Juszkiewicz) -- redhat: export only selected variables (Jan Stancek) -- gitlab-ci: set HOME in maintenance jobs (Tales da Aparecida) -- gitlab-ci: remove fetch of linux-rt-devel (Scott Weaver) -- redhat/Makefile: auto select -z-test-pesign target for z-stream (Jan Stancek) -- redhat/configs: Move RHEL/Fedora lockdown configs to common (Jeremy Cline) -- Enable building libcpupower bindings for ELN/Rawhide (John B. Wyatt IV) -- redhat: Explicitly disable 'hostonly' mode on the dracut cmdline (Vitaly Kuznetsov) -- redhat: Directly use 'ukify' for building the UKI (Vitaly Kuznetsov) -- redhat: Temporary stop adding 'kernel' component to SBAT (Vitaly Kuznetsov) -- redhat/configs: Remove obsolete CONFIG files - part 1 (Waiman Long) -- redhat/Makefile: add dist-spec (Scott Weaver) -- redhat: Switch to implicit enablement of CONFIG_EFI_SBAT_FILE (Vitaly Kuznetsov) -- redhat/configs: Enable early lockdown for Arm (Mark Salter) [RHEL-1927] -- arm64: add early lockdown for secure boot (Mark Salter) [RHEL-1927] -- efi: pass secure boot mode to kernel proper (Mark Salter) [RHEL-1927] -- Disable Nova Core until it is useful (Justin M. Forbes) -- Turn off LIBBPF_DYNAMIC for perf builds (Justin M. Forbes) -- redhat: Add SBAT information to Linux kernel (Vitaly Kuznetsov) -- redhat: Add SBAT to the UKI unconditionally (Vitaly Kuznetsov) -- Enable PHY drivers required for automotive board (Radu Rendec) -- fedora: more updates for 6.17 (Peter Robinson) -- specfile: change conditionals for realtime for fedora (Clark Williams) -- redhat/configs: Disable TPM2 HMAC sessions (Štěpán Horáček) [RHEL-82779] -- redhat/script: Fix instructions for dist-cross-setup (Thomas Huth) -- redhat/configs: Fix location of the S390_MODULES_SANITY_TEST switch (Thomas Huth) -- redhat/configs: Fix location of the CONFIG_S390_KPROBES_SANITY_TEST switch (Thomas Huth) -- redhat/configs: Remove superfluous generic CONFIG_TUNE_Z16 switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_TUNE_Z17 switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_RANDOMIZE_IDENTITY_BASE switch (Thomas Huth) -- Fix up some networking configs to make docker work again (Justin M. Forbes) -- rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDER (Justin M. Forbes) -- kernel.spec: add '-e' option to %%preun for kernel-core and kernel-uki-virt (Xuemin Li) -- Remove CONFIG_TEST_MISC_MINOR as deps are no longer met (Justin M. Forbes) -- Add to pending to fix precendence and avoid mismatch (Justin M. Forbes) -- CONFIG_PAGE_BLOCK_ORDER is now CONFIG_PAGE_BLOCK_MAX_ORDER (Justin M. Forbes) -- redhat/kernel.spec: fix leftover typo in Provides line (Jan Stancek) -- fedora: Updates for 6.17 merge (Peter Robinson) -- Fix a mismatch, needs further investigation (Justin M. Forbes) -- Turn off TEST_MISC_MINOR as its deps are no longer met (Justin M. Forbes) -- redhat/configs: Disable CRYPTO_KRB5 for zfcpdump (Vladis Dronov) -- Trim changelog after rebase (Justin M. Forbes) -- Flip TEGRA124_CPUFREQ to m for config mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.17 cycle (Justin M. Forbes) -- redhat/kernel.spec: fix uname_variant call sites (Jan Stancek) [RHEL-104231] -- redhat/kernel.spec: fix uname_suffix call sites (Jan Stancek) [RHEL-104231] -- redhat/configs: Add evaluate_configs.py and documentation (Prarit Bhargava) -- redhat: Remove old evaluate_configs (Prarit Bhargava) -- redhat/spec: package full bpftool in selftests (Gregory Bell) -- selftests/bpf: Remove ksyms_weak_lskel test (Artem Savkov) -- redhat/spec: Add libxml2-devel dependency for selftests build (Viktor Malik) -- redhat/spec: Bypass check-rpaths for kselftests/bpf/urandom_read (Viktor Malik) -- redhat/spec: Do not use source fortification for C++ selftest binaries (Viktor Malik) -- redhat/spec: Do not use source fortification for selftests (Viktor Malik) -- redhat/spec: Fix BPF selftests build with PIE (Viktor Malik) -- redhat/spec: Add EXTRA_CXXFLAGS to bpf samples and selftests make (Artem Savkov) -- fedora: minor cleanups (Peter Robinson) -- fedora: aarch64: enable a couple of brcmstb reset drivers (Peter Robinson) -- rhel/aarch64: enable CONFIG_TCG_ARM_CRB_FFA as a module (Marcin Juszkiewicz) -- redhat/configs: Move CONFIG_MITIGATION_TSA under common/generic/x86 (Waiman Long) -- Set CONFIG_TEST_VMALLOC to off for s390 zfcpdump (Justin M. Forbes) -- Revert "redhat/configs: automotive: Turn off ACPI Processor package for aarch64" (Enric Balletbo i Serra) -- redhat/configs: automotive: Disable CONFIG_NUMA config (Dorinda Bassey) -- Consolidate configs to common for 6.16 (Justin M. Forbes) -- arm64: enable SND_HDA_ACPI as a module (Marcin Juszkiewicz) -- kernel.spec: always provide kernel-devel-uname-r (Scott Weaver) -- kernel.spec: always provide kernel (Scott Weaver) -- kernel.spec: dynamically set provides/requires name (Scott Weaver) -- kernel.spec: use %%{name} in partner/internal modules (Scott Weaver) -- kernel.spec: introduce with_automotive_build (Scott Weaver) -- kernel.spec: fix kernel-automotive packaging (Scott Weaver) -- kernel.spec: add a few macro option comments (Scott Weaver) -- kernel.spec: add conditional to include rhel trusted certificates (Eric Chanudet) -- kernel.spec: Always BuildRequire openssl-devel (Eric Chanudet) -- kernel.spec: automotive: disable kernel signature by default (Eric Chanudet) -- redhat/configs: automotive: enable extra system cert (Eric Chanudet) -- redhat/configs: automotive: Disable module signature with modules_install (Eric Chanudet) -- kernel.spec: honor packaging flags (Scott Weaver) -- Fix FIPS mode for Fedora (Justin M. Forbes) -- Turn on TSA Mitigation for Fedora (Justin M. Forbes) -- redhat/configs: Enable CONFIG_AMD_HSMP_ACPI and CONFIG_AMD_HSMP_PLAT on RHEL (David Arcari) -- redhat/configs: CONFIG_WWAN enough as a module (Jose Ignacio Tornos Martinez) -- redhat/configs: Enable CONFIG_NET_SCH_BPF on RHEL (Viktor Malik) -- config: new config in drivers/phy (Izabela Bakollari) -- livepatch: no need to build kselftests with kernel (Radomir Vrbovsky) -- redhat: Restore the status quo wrt memory onlining (Vitaly Kuznetsov) [2375049] -- redhat/spec: Disable gdb index for riscv cross-compile (Jennifer Berringer) -- gitlab-ci: Enable CI for riscv64 on centos/eln (Jennifer Berringer) -- redhat: Enable RISC-V arch for centos/eln (Jennifer Berringer) -- redhat/kernel.spec.template: add drivers/net and drivers/net/hw selftest (Hangbin Liu) -- uki: enable FIPS mode (Vitaly Kuznetsov) -- redhat/configs: Move CONFIG_MITIGATION_ITS to common/generic/x86 (Waiman Long) -- redhat/configs: enable fwctl for RHEL (Michal Schmidt) [RHEL-96987] -- Fedora configs for 6.16 (Justin M. Forbes) -- aarch64: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in (Peter Robinson) -- redhat/configs: enable CONFIG_TCG_SVSM (Stefano Garzarella) -- redhat: enable CONFIG_CRASH_DM_CRYPT and CONFIG_KEXEC_HANDOVER for all (Coiby Xu) -- Simplify include Makefile.rhelver (Don Zickus) -- redhat/configs/common/generic: enable vgem module via CONFIG_DRM_VGEM (Alexander Kanavin) -- redhat/configs: enable IWLMLD for rhel (Jose Ignacio Tornos Martinez) -- kernel.spec: fedora automotive build is not supported (Scott Weaver) -- gitignore: kernel-automotive generated files (Scott Weaver) -- gitlab-ci: use AUTOMOTIVE_BUILD with dist-srpm (Scott Weaver) -- redhat/self-test: update for new automotive variables (Scott Weaver) -- redhat/Makefile: introduce AUTOMOTIVE_BUILD (Scott Weaver) -- kernel.spec: updates for automotive-only build (Scott Weaver) -- fedora: Updates for the 6.16 merge window (Peter Robinson) -- redhat/kernel.spec: drop modules-extra-matched for noarch (Jan Stancek) -- redhat/configs: fedora: set some qcom clk, icc, and pinctrl drivers to built in (Brian Masney) -- fedora: disable SND_OSSEMUL (Peter Robinson) -- fedora: disable OSS sound for real HW (Peter Robinson) -- gitlab-ci: disable merge-rt-automotive (Scott Weaver) -- redhat/configs: automotive: enable j784s4evm DSP remoteproc configs (Jared Kangas) [RHEL-95436] -- redhat/configs: add LED kernel configs (Rupinderjit Singh) -- redhat: enable test_kmod, test_module and install kmod selftests (Herton R. Krzesinski) -- package the newly added cpupower.service (Thorsten Leemhuis) -- process_configs: always print errors (Thorsten Leemhuis) -- redhat/configs: disable RZ/V2N in automotive (Eric Chanudet) -- redhat/configs: Move RZ/G3E config to automotive (Eric Chanudet) -- redhat: add more namespace selftests to kernel-modules-internal package (Joel Savitz) [RHEL-94503] -- redhat/configs: Enable CONFIG_PCIE_TPH (Ivan Vecera) -- spec: fix spec warning for /usr/include/ynl (Jan Stancek) -- redhat/configs: Move CONFIG_PPC_FTRACE_OUT_OF_LINE_NUM_RESERVE to powerpc (Viktor Malik) -- Fix up powerpc mismatch (Justin M. Forbes) -- Fix another mismatch for 6.16 (Justin M. Forbes) -- Fix up a mismatch for Fedora aarch64 (Justin M. Forbes) -- Fix up mismatches for RHEL s390 zfpcdump (Justin M. Forbes) -- More mismatch fixes for 6.16 (Justin M. Forbes) -- Turn CROS_EC_PROTO to m for Fedora to avoid mismatch (Justin M. Forbes) -- Reset changelog for 6.16 cycle (Justin M. Forbes) -- Fix up CRYPTO_SHA256 configs for mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.16 cycle (Justin M. Forbes) -- fedora: add 'fedora' SBAT suffix for UKI addons (Li Tian) -- redhat: add downstream SBAT for UKI addons (Emanuele Giuseppe Esposito) -- uki_addons: provide custom SBAT as input parameter (Emanuele Giuseppe Esposito) -- uki_addons: remove completely sbat/sbat.conf (Emanuele Giuseppe Esposito) -- Consolidate configs to common for 6.15 (Justin M. Forbes) -- redhat/configs: automotive: enable MHI_BUS_EP (Eric Chanudet) -- Fix PHYSICAL_ALIGN for x86 Fedora (Justin M. Forbes) -- Switch ZSWAP_ZPOOL_DEFAULT to ZSMALLOC as ZBUD has been removed (Justin M. Forbes) -- redhat: configs: rhel: Enable CX231XX drivers (Kate Hsuan) -- configs: add redhat/configs/common/generic/CONFIG_OBJTOOL_WERROR (Ryan Sullivan) [RHEL-85301] -- redhat: make ENABLE_WERROR also enable OBJTOOL_WERROR (Ryan Sullivan) [RHEL-85301] -- redhat/configs: Enable CONFIG_X86_POSTED_MSI (Jerry Snitselaar) -- redhat/configs: remove CRC16 config files (Scott Weaver) -- Revert CONFIG_GENKSYMS in pending for x86 (Justin M. Forbes) -- Flip GENKSYMS for RHEL (Justin M. Forbes) -- Move MITIGATION_ITS to the x86 directory (Justin M. Forbes) -- Set MITIGATION_ITS for Fedora (Justin M. Forbes) -- Fedora: arm: Updates for QCom devices (Souradeep Chowdhury) -- redhat/configs: Explicitly disable CONFIG_VIRTIO_MEM on powerpc in RHEL (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_AP_DEBUG config switch (Thomas Huth) -- Set Fedora configs for 6.15 (Justin M. Forbes) -- Shorten the uname for git snapshots (Justin M. Forbes) -- nvme: explicitly enable the nvme keyring (Maurizio Lombardi) -- Enable the gs_usb CAN bus driver in RHEL (Radu Rendec) -- Stop disabling some modules needed to run on Azure (Pierre-Yves Chibon) -- redhat/configs: enable ACPI_DEBUG on non-debug kernels (Mark Langsdorf) -- specfile: add with_toolsonly variable to build only tools packages (Clark Williams) -- redhat/configs: Enable CONFIG_TYPEC_TBT_ALTMODE in RHEL (Desnes Nunes) [RHEL-78931] -- Turn on ACPI_DEBUG for Fedora (Justin M. Forbes) -- redhat: fix kernel-rt-kvm package removal for Fedora (Thorsten Leemhuis) -- redhat/configs: aarch64: Enable Apple touchbar display driver for Fedora (Neal Gompa) -- redhat: remove kernel-rt-kvm package (Clark Williams) -- redhat: introduce modules-extra-matched meta package (Jan Stancek) -- Fix up some Netfilter configs for Fedora (Justin M. Forbes) -- Turn NF_CT_NETLINK_TIMEOUT for Fedora (Justin M. Forbes) -- Turn on NF_CONNTRACK_TIMEOUT for Fedora (Justin M. Forbes) -- redhat/configs: Adjust CONFIG_TUNE for s390x (Mete Durlu) -- redhat/spec: fix selftests dependencies (Gregory Bell) [RHEL-88228] -- redhat: add namespace selftests to kernel-modules-internal package (Joel Savitz) [RHEL-88635] -- Turn off CONFIG_PCI_REALLOC_ENABLE_AUTO for Fedora (Justin M. Forbes) -- gitlab-ci: enable pipelines for rt-64k (Clark Williams) -- rt-64k: Enable building 64k page-size RT kernel (Clark Williams) -- redhat: drop Y issues from changelog (Jan Stancek) -- redhat/configs: Update the CONFIG_KERNEL_IMAGE_BASE kernel config option (Thomas Huth) -- redhat/configs: Remove the obsolete CONFIG_ZCRYPT_DEBUG switches (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_AP switch (Thomas Huth) -- fedora: updates for 6.15 (Peter Robinson) -- redhat/configs: Disable CONFIG_COMPAT option on s390 (Mete Durlu) [RHEL-24047] -- uki: Add weak dependency on 'uki-direct' (Vitaly Kuznetsov) -- redhat/kernel.spec: fix duplicate packaging of ynl headers (Jan Stancek) -- Enable FunctionFS on aarch64 + x86 (Sam Day) -- Turn on USB Gadget for Fedora x86 (Justin M. Forbes) -- redhat: enable drm panic screen with a QR code (Scott Weaver) -- redhat: enable Rust code in ELN (Scott Weaver) -- redhat: strip leading '(' in dist-get-buildreqs (Jan Stancek) -- Fix up CONFIG_CRC_ITU_T mismatch (Scott Weaver) -- Fix up CONFIG_CRC16 mismatch (Scott Weaver) -- redhat: remove kernel-ipaclones-internal package (Joe Lawrence) -- redhat/kernel.spec.template: add net packetdrill selftests (Hangbin Liu) -- redhat/kernel.spec.template: Build rtla with BPF sample collection (Tomas Glozar) -- redhat/configs: automotive: Enable CONFIG_BOOTPARAM_HUNG_TASK_PANIC config (Dorinda Bassey) -- samples/bpf: fix build (Gregory Bell) -- redhat: create 'systemd-volatile-overlay' addon for UKI (Emanuele Giuseppe Esposito) -- fedora: arm64: move some TI drivers to modular (Peter Robinson) -- fedora: minor cleanups for 6.14 (Peter Robinson) -- redhat/configs: enable CONFIG_I2C_MUX_PCA954x on x86 (Michal Schmidt) -- redhat: bump RHEL_MAJOR (Jan Stancek) -- redhat/configs: enable CONFIG_AMD_3D_VCACHE for x86 on RHEL (David Arcari) -- Switch ZSWAP_ZPOOL_DEFAULT to ZSMALLOC as ZBUD has been removed (Justin M. Forbes) -- redhat/kernel.spec: list python3-wheel explicitly for Fedora<42 (Jan Stancek) -- handle man-page for rv-mon-sched in redhat/kernel.spec.template (Thorsten Leemhuis) -- redhat: find-debuginfo workaround is no longer needed on F42 (Jan Stancek) -- redhat/kernel.spec: use target versions of tools for debugedit and gdb-add-index (Jan Stancek) -- redhat: make ENABLE_WERROR enable also KVM_WERROR (Jan Stancek) -- kernel.spec.template: cpupower: adjust lib versioning (Thorsten Leemhuis) -- redhat/configs: automotive: builtin virtio-mmio (Eric Chanudet) -- Fix up mismatches in the 6.15 merge window (Scott Weaver) -- Reset log for 6.15 cycle (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.15 cycle (Justin M. Forbes) -- arm64: cleanup and de-dupe erratum (Peter Robinson) -- arm64: cleanup and de-dupe configs (Peter Robinson) -- cleanup: x86: cleanup some x86_32 leftovers (Peter Robinson) -- all: cleanup CAN_ROCKCHIP_CANFD (Peter Robinson) -- aarch64: Options required for UEFI HTTP boot on SystemReady-DT (Peter Robinson) -- common: Move ZONE_DEVICE to generic (Peter Robinson) -- common: Cleanup BTT (Peter Robinson) -- cleanup: move DEV_DAX_PMEM to common/generic (Peter Robinson) -- generic: cleanup the NVDIMM options (Peter Robinson) -- cleanup: move OF_PMEM to common/generic (Peter Robinson) -- cleanup: Remove DEV_DAX_PMEM_COMPAT option (Peter Robinson) -- Consolidate configs into common for 6.14 (Justin M. Forbes) -- Turn VIRTIO_BLK and VIRTIO_CONSOLE inline for Fedora (Justin M. Forbes) -- redhat: configs: fedora: enable CONFIG_I2C_HID_OF=m on x86 (Hans de Goede) -- redhat: move dist-relase-check behind new variable (Jan Stancek) -- Set last minute config item for 6.14 for Fedora (Justin M. Forbes) -- redhat/configs: automotive: Disable CONFIG_USERFAULTFD config (Dorinda Bassey) -- redhat/configs: automotive: Disable VLAN_8021Q_GVRP config (Dorinda Bassey) -- redhat/configs: automotive: Disable DCB and MPLS configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IEEE 802.15.4 config (Dorinda Bassey) -- redhat/configs: automotive: Disable various network classification features (Dorinda Bassey) -- redhat/configs: automotive: Disable the SMBFS file system (Dorinda Bassey) -- redhat/configs: automotive: Disable Myricom network adapters (Dorinda Bassey) -- redhat/configs: automotive: Disable USB4 Ethernet config (Dorinda Bassey) -- redhat/configs: automotive: Disable the Mellanox SwitchX core driver (Dorinda Bassey) -- redhat/configs: automotive: Disable network storage related protocols (Dorinda Bassey) -- redhat/configs: automotive: Disable lightweight tunneling with BPF (Dorinda Bassey) -- redhat/configs: automotive: Disable RADOS block device configs (Dorinda Bassey) -- redhat/configs: automotive: Disable switchdev driver framework (Dorinda Bassey) -- redhat/configs: automotive: Disable network packet generator (Dorinda Bassey) -- redhat/configs: automotive: Disable NET_CLS_ACT and PSAMPLE configs (Dorinda Bassey) -- redhat/configs: automotive: Disable BPF STREAM_PARSER (Dorinda Bassey) -- redhat/configs: automotive: Disable Open vSwitch and NET_NSH configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IP Virtual Server configs (Dorinda Bassey) -- redhat/configs: automotive: Disable IP set support (Dorinda Bassey) -- redhat/configs: automotive: Disable NetLabel subsystem support (Dorinda Bassey) -- redhat/configs: automotive: Disable TLS Protocol (Dorinda Bassey) -- redhat/configs: automotive: Disable Advanced TCP Congestion Control (Dorinda Bassey) -- redhat/configs: automotive: Disable XDP Socket Protocol (Dorinda Bassey) -- redhat/configs: delete CONFIG_USB_ONBOARD_HUB and use CONFIG_USB_ONBOARD_DEV instead (Desnes Nunes) -- redhat: check release commit is present for dist-{release-tag,git} (Jan Stancek) -- Re-enable vxcan (CONFIG_CAN_VXCAN) for automotive (Radu Rendec) -- Turn on CONFIG_PACKING for RHEL (Justin M. Forbes) -- main.c: fix initcall blacklisted (Tomas Henzl) -- redhat/configs: automotive: Disable IPsec Protocols and XFRM (Dorinda Bassey) -- redhat: Update CONFIG_STRICT_DEVMEM settings (enable it on s390x) (Thomas Huth) -- redhat: Consolidate CONFIG_VIRTIO_MEM and enable it also for s390x (Thomas Huth) -- Remove no longer necessary pending entry (Justin M. Forbes) -- Fedora configs for 6.14 (Justin M. Forbes) -- redhat/configs: Disable rest of the CONFIG_PKEY_ options on s390 (Mete Durlu) [RHEL-78341] -- Fix up some debug module loading issues due to BTF mismatch (Justin M. Forbes) -- Revert "redhat/configs: automotive: disable CONFIG_AIO" (Davide Caratti) -- redhat/configs: automotive disable ARCH_TEGRA_241_SOC (Eric Chanudet) -- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-79818] -- redhat/configs: automotive: Disable MRP/8021Q_MVRP Protocol (Dorinda Bassey) -- redhat/configs: enable CONFIG_ARM_SMMU_MMU_500_CPRE_ERRATA (Jerry Snitselaar) -- redhat/configs: enable CONFIG_ARM_SMMU_V3_IOMMUFD (Jerry Snitselaar) -- redhat: configs: remove CONFIG_DMA_API_DEBUG_SG (Kate Hsuan) -- kernel.spec: add missing tools-libs on s390x (Jan Stancek) -- arch/x86/kernel/setup.c: fix rh_check_supported (Tomas Henzl) -- kernel.spec: add minimum version of setuptools for ynl (Jan Stancek) -- Revert "Merge: redhat/configs: automotive: Disable POSIX_MQUEUE config (Dorinda Bassey) -- redhat/configs: enable in kernel compression/decompression of compressed modules (Herton R. Krzesinski) -- redhat: change compression flags for xz (Herton R. Krzesinski) -- redhat/configs: automotive: Turn off ACPI Processor package for aarch64 (Enric Balletbo i Serra) -- redhat/configs: automotive: Disable L2TP Protocol (Dorinda Bassey) -- redhat/configs: automotive: Disable TIPC Protocol (Dorinda Bassey) -- redhat/configs: Enable Mediatek Bluetooth USB drivers (Bastien Nocera) -- redhat/configs: Disable CONFIG_PKEY for zfcpdump configs (Mete Durlu) [RHEL-78341] -- redhat/configs: automotive: disable VFIO_PLATFORM (Eric Chanudet) -- Revert "Merge: redhat/configs: automotive: Disable SYSIPC config" (Dorinda Bassey) -- redhat/configs: Enable CONFIG_KASAN_INLINE for RT debug kernel (Waiman Long) -- redhat/configs: Move CONFIG_PROVE_RAW_LOCK_NESTING to common/debug (Waiman Long) -- redhat/configs: Move all the lock debugging Kconfig's to common (Waiman Long) -- redhat/configs: Enable CONFIG_BLK_CGROUP_PUNT_BIO for RHEL (Neal Gompa) [RHEL-79711] -- fedora: pending: drop USB_ONBOARD_DEV_USB5744 (Peter Robinson) -- efi,lockdown: fix kernel lockdown on Secure Boot (Ondrej Mosnacek) {CVE-2025-1272} -- fedora: Update vbox drivers (Peter Robinson) -- Drop the s390x CONFIG_REGMAP from RHEL pending as upstream removed the dep (Justin M. Forbes) -- fedora: arm64: enable RT5616 codec (Marcin Juszkiewicz) -- Revert "nvme: Return BLK_STS_TARGET if the DNR bit is set" (Benjamin Marzinski) -- Revert "nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT" (Benjamin Marzinski) -- Revert "nvme: decouple basic ANA log page re-read support from native multipathing" (Benjamin Marzinski) -- Revert "nvme: nvme_mpath_init remove multipath check" (Benjamin Marzinski) -- redhat/configs: automotive: Disable CONFIG_FS_DAX config (Dorinda Bassey) -- config: update CONFIG_LSM to match upstream (Ryan Sullivan) -- redhat: configs: enable CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER for RHEL (David Arcari) -- redhat/Makefile: Add help text for target dist-dump-variables (Eder Zulian) -- redhat: update self-test-data for new default RHJOBS value (Patrick Talbert) -- set a more reasonable default for number of jobs (Thorsten Leemhuis) -- redhat: automotive: define CONFIG_RH_AUTOMOTIVE (Scott Weaver) -- redhat/configs: disable CONFIG_TCP_AO on RHEL (Sabrina Dubroca) -- redhat/configs: amend USB_ONBOARD_DEV_USB5744 (Eric Chanudet) -- redhat/configs: automotive: Disable SYSIPC and MQUEUE configs (Dorinda Bassey) -- redhat: kernel.spec: add ynl to kernel-tools (Jan Stancek) -- fedora: enable USB device USB5744 (Peter Robinson) -- rhel: enable FW_CACHE on RHEL (Dave Airlie) -- redhat/configs: automotive: Disable the SCTP Protocol (Dorinda Bassey) -- redhat: generalize rule for kunit and test kmod placement (Jan Stancek) -- Move CONFIG_PCI_REALLOC_ENABLE_AUTO out of common as they have diverged (Justin M. Forbes) -- fedora: arm64: enable Silicon Mitus SM5502 Extcon driver (Sam Day) -- fedora: arm64: enable Richtek RT5033 MFD+charger+regulator modules (Sam Day) -- configs/fedora: Enable CONFIG_PCI_REALLOC_ENABLE_AUTO (Yanko Kaneti) -- Enable CONFIG_INTEL_MEI_PXP and CONFIG_DRM_I915_PXP on rhel (Jocelyn Falempe) -- Enable Intel Xe Graphics (Mika Penttilä) -- Turn on CONFIG_DRM_ACCEL_AMDXDNA for Fedora (Justin M. Forbes) -- redhat/configs: disable CONFIG_AF_UNIX_OOB on RHEL (Marcelo Ricardo Leitner) -- redhat/configs: automotive: Disable wireless network and it's dependencies (Dorinda Bassey) -- redhat/kernel.spec: work around find-debuginfo aborting cross builds (Jan Stancek) -- redhat/configs: Default to batched invalidation on s390 (Jerry Snitselaar) -- redhat/configs: automotive: set CONFIG_TIMEOUT_PANIC (Enric Balletbo i Serra) -- drop %%{_datadir}/perf-core/* from kernel.spec (Thorsten Leemhuis) -- put new misc_minor_kunit in modules-internal (Thorsten Leemhuis) -- put new cirrus kunit tests in modules-internal (Thorsten Leemhuis) -- redhat/configs: enable iBFT parsing on aarch64 (Chris Leech) -- redhat: kernel.spec: fix build with merged-sbin (Zbigniew Jędrzejewski-Szmek) -- Fix up CONFIG_REGMAP mismatch (Scott Weaver) -- redhat: fix modules.order target (Scott Weaver) -- Fix up CONFIG_CRC_T10DIF_IMPL_GENERIC mismatch (Justin M. Forbes) -- Fix mismatches for 6.13 merge window (Justin M. Forbes) -- Reset rhelver and trim changelog for 6.14 (Justin M. Forbes) -- Turn off CONFIG_ARM_TIMER_SP804 for automotive (Justin M. Forbes) -- Set ARM_TIMER_SP804 (Justin M. Forbes) -- redhat/configs: enable addtional sa8775 related Kconfigs (Brian Masney) -- redhat: Add rustfmt to deps (Peter Robinson) -- redhat/configs: Disable deprecated CONFIG_LCS option on s390 (Mete Durlu) [RHEL-68296] -- redhat/configs: make modular/disable NFS support (Dorinda Bassey) -- redhat/configs: Disable unsafe queuing disciplines (Dorinda Bassey) -- configs: move pending RT configs into rhel/rt/generic (Clark Williams) -- Turn on PROVE_RAW_LOCK_NESTING for RHEL debug builds (Justin M. Forbes) -- redhat/Makefile: Fix long dist-full-help execution time (Prarit Bhargava) -- redhat/self-test: Update data to add HELP_TYPES variable (Prarit Bhargava) -- redhat/Makefile: Add new dist-help functionality (Prarit Bhargava) -- Makefile: Do not output LOCALVERSION message for help commands (Prarit Bhargava) -- Fedora 6.13 configs part 2 (Justin M. Forbes) -- Fedora 6.13 configs part 1 (Justin M. Forbes) -- redhat/configs: enable CONFIG_VFAT_FS as a module (Dorinda Bassey) -- redhat: create 'debug' addon for UKI (Li Tian) -- kernel.spec: Build cpupower on riscv64 (Yanko Kaneti) -- RHEL: Set correct config option for CRYPTO_HMAC_S390 (Mete Durlu) [RHEL-24137] -- redhat/kernel.spec: add iputils to the requires list for selftests-internal (Brian Masney) -- redhat/kernel.spec.template: Require kernel-tools-libs in rtla (Tomas Glozar) -- redhat: make kernel-debug-uki-virt installable without kernel-debug-core (Vitaly Kuznetsov) -- redhat/configs: enable CONFIG_USB_XHCI_PCI_RENESAS on RHEL (Desnes Nunes) [RHEL-72093] -- redhat/configs: Re-enable ZRAM backends and unify configuration (Neal Gompa) -- redhat/configs: automotive: disable CONFIG_AIO (Davide Caratti) -- redhat/configs: Re-enable CONFIG_INFINIBAND_VMWARE_PVRDMA (Vitaly Kuznetsov) -- redhat/configs: PREEMPT_NOTIFIERS does not need to be explicitly listed (Michal Schmidt) -- redhat/configs: delete all CONFIG_PREEMPT_*BEHAVIOUR (Michal Schmidt) -- redhat/configs: automotive: disable CONFIG_NET_DROP_MONITOR (Davide Caratti) -- redhat/configs: Enable the CS42L84 driver on Fedora (Neal Gompa) -- generic: Remove and cleanups from staging 6.13 (Peter Robinson) -- redhat: configs: Clean up DVB settings in RHEL (Kate Hsuan) -- Move CONFIG_ARCH_TEGRA_241_SOC config/common so that it is enabled for RHEL as well as Fedora. Get rid of uneeded CONFIG_TEGRA241_CMDQV in configs/fedora while we're at it. (Mark Salter) -- fedora: arm64: Enable the rockchip HDMI QP support (Peter Robinson) -- crypto: rng - Fix extrng EFAULT handling (Herbert Xu) -- redhat: configs: rhel: aarch64: Support NV Jetson MIPI camera (Kate Hsuan) -- gitlab-ci: disable clang CI pipelines (Scott Weaver) -- redhat/configs: Remove obsolete arch64/64k/CONFIG_FORCE_MAX_ZONEORDER (Waiman Long) -- Fix up QCOM_EMAC config for Fedora (Justin M. Forbes) -- redhat/configs: automotive: disable CONFIG_IO_URING (Ian Mullins) -- redhat/kernel.spec.template: Link rtla against in-tree libcpupower (Tomas Glozar) -- redhat: configs: enable INTEL_PLR_TPMI for RHEL (David Arcari) -- configs: Enable CONFIG_NETKIT for RHEL (Toke Høiland-Jørgensen) -- redhat: fix build/install targets in netfilter kselftest (Davide Caratti) -- RHEL: disable the btt driver (Jeff Moyer) -- redhat/configs: default to PREEMPT_LAZY on x86, riscv (Michal Schmidt) -- redhat/configs: New config CONFIG_PREEMPT_LAZY (Michal Schmidt) -- crypto: sig - Disable signing (Herbert Xu) -- redhat/configs: enable SERIAL_AMBA_PL011 for automotive (Radu Rendec) -- c10s: disable tests in CKI pipelines (Michael Hofmann) -- redhat: Drop bpftool from kernel spec (Viktor Malik) -- Better fixes for the fedora mismatch (Justin M. Forbes) -- Mismatch fix ups for Fedora (Justin M. Forbes) -- redhat/configs: Enable Intel Bluetooth PCIE drivers (Bastien Nocera) -- One more pending to fix a mismatch (Justin M. Forbes) -- redhat: fix RT PREEMPT configs for Fedora and RHEL (Clark Williams) -- Pending fixes to avoid mismatch for 6.13 (Justin M. Forbes) -- Reset changelog for 6.13 (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.13 (Justin M. Forbes) -- redhat: Move perf_dlfilter.h from libperf-devel to perf (Akihiko Odaki) -- Consolidate configs to common for 6.12 (Justin M. Forbes) -- redhat/configs: cleanup CONFIG_DEV_DAX (David Hildenbrand) -- redhat/configs: cleanup CONFIG_TRANSPARENT_HUGEPAGE_MADVISE for Fedora (David Hildenbrand) -- redhat/configs: cleanup CONFIG_TRANSPARENT_HUGEPAGE (David Hildenbrand) -- redhat/configs: enable CONFIG_TRANSPARENT_HUGEPAGE on s390x in Fedora (David Hildenbrand) -- redhat/configs: automotive: Enable j784s4evm am3359 tscadc configs (Joel Slebodnick) -- redhat/configs: delete renamed CONFIG_MLX5_EN_MACSEC (Michal Schmidt) -- rhel: disable DELL_RBU and cleanup related deps (Peter Robinson) -- crypto: rng - Ensure stdrng is tested before user-space starts (Herbert Xu) -- gitlab-ci: Add CKI_RETRIGGER_PIPELINE (Tales da Aparecida) -- redhat: configs: disable the qla4xxx iSCSI driver (Chris Leech) [RHEL-1242] -- Remove duplicated CONFIGs between automotive and RHEL (Julio Faracco) -- redhat: update self-test data for addition of automotive (Scott Weaver) -- gitlab-ci: enable automotive pipeline (Scott Weaver) -- automotive: move pending configs to automotive/generic (Scott Weaver) -- redhat/configs: change Renesas eMMC driver and dependencies to built-in (Radu Rendec) -- redhat/configs: automotive: Remove automotive specific override CONFIG_OMAP2PLUS_MBOX By removing this automotive-specific override, the configuration will default to the common configuration (CONFIG_OMAP2PLUS_MBOX=m), which enables the driver as a module. (Martin McConnell) -- Config enablement of the Renesas R-Car S4 SoC (Radu Rendec) [RHEL-44306] -- redhat/configs: automotive: Enable USB_CDNS3_TI for TI platforms (Andrew Halaney) -- redhat/configs: automotive: Enable j784s4evm SPI configs (Joel Slebodnick) -- redhat/configs: automotive: Enable TPS6594 MFD (Joel Slebodnick) -- redhat/configs: automotive: stop overriding CRYPTO_ECDH (Andrew Halaney) -- redhat/configs: automotive: Enable PCI_J721E (Andrew Halaney) -- redhat/configs: change some TI platform drivers to built-in (Enric Balletbo i Serra) -- redhat/configs: automotive: Enable TI j784s4evm display dependencies (Andrew Halaney) -- redhat/configs: automotive: match ark configs to cs9 main-automotive (Shawn Doherty) [RHEL-35995] -- redhat/configs: automotive: Enable TI's watchdog driver (Andrew Halaney) -- redhat/configs: automotive: Enable TI's UFS controller (Andrew Halaney) -- redhat/configs: automotive: Enable networking on the J784S4EVM (Andrew Halaney) [RHEL-29245] -- Disable unsupported kernel variants for automotive (Don Zickus) -- Disable CONFIG_RTW88_22BU (Don Zickus) -- redhat: Delete CONFIG_EFI_ZBOOT to use the common CONFIG (Julio Faracco) -- redhat: Update automotive SPEC file with new standards (Julio Faracco) -- redhat: Disable WERROR for automotive temporarily (Julio Faracco) -- redhat: Update spec file with automotive macros (Julio Faracco) -- redhat: Add automotive CONFIGs (Julio Faracco) -- Fedora configs for 6.12 (Justin M. Forbes) -- redhat/configs: Add CONFIG_CRYPTO_HMAC_S390 config (Mete Durlu) [RHEL-50799] -- redhat: configs: common: generic: Clean up EM28XX that are masked behind CONFIG_VIDEO_EM28XX (Kate Hsuan) -- redhat/configs: Update powerpc NR_CPUS config (Mamatha Inamdar) -- redhat: use stricter rule for kunit.ko (Jan Stancek) -- filtermod: fix clk kunit test and kunit location (Nico Pache) -- redhat/configs: enable xr_serial on rhel (Desnes Nunes) -- redhat/configs: enable ATH12K for rhel (Jose Ignacio Tornos Martinez) -- redhat: configs: rhel: generic: x86: Enable IPU6 based MIPI cameras (Kate Hsuan) -- os-build: enable CONFIG_SCHED_CLASS_EXT for RHEL (Phil Auld) -- Fedora 6.12 configs part 1 (Justin M. Forbes) -- redhat: set new gcov configs (Jan Stancek) -- Don't ignore gitkeep files for ark-infra (Don Zickus) -- redhat/kernel.spec: don't clear entire libdir when building tools (Jan Stancek) -- redhat/configs: enable usbip for rhel (Jose Ignacio Tornos Martinez) -- redhat: create 'crashkernel=' addons for UKI (Vitaly Kuznetsov) -- redhat: avoid superfluous quotes in UKI cmdline addones (Vitaly Kuznetsov) -- fedora: arm: updates for 6.12 (Peter Robinson) -- redhat/configs: add bootconfig to kernel-tools package (Brian Masney) -- Enable CONFIG_SECURITY_LANDLOCK for RHEL (Zbigniew Jędrzejewski-Szmek) [RHEL-8810] -- redhat: configs: Drop CONFIG_MEMSTICK_REALTEK_PCI config option (Desnes Nunes) -- Update the RHEL_DIFFERENCES help string (Don Zickus) -- Put build framework for RT kernel in place for Fedora (Clark Williams) -- generic: enable RPMB for all configs that enable MMC (Peter Robinson) -- fedora: riscv: Don't override MMC platform defaults (Peter Robinson) -- common: only enable on MMC_DW_BLUEFIELD (Peter Robinson) -- fedora: aarch64: Stop overriding CONFIG_MMC defaults (Peter Robinson) -- commong: The KS7010 driver has been removed (Peter Robinson) -- Trim Changelog for 6.12 (Justin M. Forbes) -- Enable CONFIG_SECURITY_IPE for Fedora (Zbigniew Jędrzejewski-Szmek) -- redhat: allow to override VERSION_ON_UPSTREAM from command line (Jan Stancek) -- redhat: configs: Enable CONFIG_SECURITY_TOMOYO in Fedora kernels (Tetsuo Handa) -- Revert "Merge branch 'enablement/gpio-expander' into 'os-build'" (Justin M. Forbes) -- redhat: configs: decrease CONFIG_PCP_BATCH_SCALE_MAX (Rafael Aquini) -- redhat/configs: Enable CONFIG_RCU_TRACE in Fedora/REHL kernels (Waiman Long) -- fedora: distable RTL8192E wifi driver (Peter Robinson) -- common: arm64: Fixup and cleanup some SCMI options (Peter Robinson) -- common: Cleanup ARM_SCMI_TRANSPORT options (Peter Robinson) -- configs: fedora/x86: Set CONFIG_CRYPTO_DEV_CCP_DD=y (Hans de Goede) -- Turn on ZRAM_WRITEBACK for Fedora (Justin M. Forbes) -- configs: rhel: Fix designware I2C controllers related config settings (Hans de Goede) -- Enable CONFIG_DMA_NUMA_CMA for x86_64 and aarch64 (Chris von Recklinghausen) -- new config in drivers/phy (Izabela Bakollari) -- configs: fedora: Unset CONFIG_I2C_DESIGNWARE_CORE on s390x (Hans de Goede) -- configs: fedora: Drop duplicate CONFIG_I2C_DESIGNWARE_CORE for x86_64 and aarch64 (Hans de Goede) -- Enable DESIGNWARE_CORE for ppc as well (Justin M. Forbes) -- Fix up I2C_DESIGNWARE_CORE config for Fedora (Justin M. Forbes) -- configs for RT deps (Clark Williams) -- CONFIG_OF_OVERLAY: enable for aarch64 and powerpc (Scott Weaver) -- redhat: enable changes to build rt variants (Clark Williams) -- redhat: clean up pending-rhel (Patrick Talbert) -- Enable CONFIG_SCHED_CLASS_EXT for Fedora (Jose Fernandez) -- redhat/configs: new config in arch/s390 (Izabela Bakollari) -- redhat: ignore rpminspect runpath report on selftests/bpf/cpuv4/urandom_read (Viktor Malik) -- [fedora] configs: add end of file newline to CONFIG_DMADEVICES_VDEBUG (Patrick Talbert) -- unset CONFIG_DMADEVICES_VDEBUG (cmurf) -- stop installing tools/build/Build, gone with ea974028a049f (Thorsten Leemhuis) -- redhat/configs: Update LOCKDEP configs (Waiman Long) -- uki-virt: Add i18n module (Vitaly Kuznetsov) -- uki-virt: Drop DBUS support from initramfs (Vitaly Kuznetsov) -- uki-virt: Drop redundant modules from dracut-virt.conf (Vitaly Kuznetsov) -- uki-virt: Drop usrmount dracut module (Vitaly Kuznetsov) -- redhat: new AMCC_QT2025_PHY config in drivers/net/phy (Patrick Talbert) -- redhat: change schedule jobs image from cki-tools to builder-rawhide (Patrick Talbert) -- Add CONFIG_SND_SOC_RT1320_SDW to pending-rhel for mismatch (Justin M. Forbes) -- Turn on CONFIG_SND_SOC_RT1320_SDW in pending rhel (Justin M. Forbes) -- configs: disable CONFIG_AMCC_QT2025_PHY in pending (Patrick Talbert) -- fedora: turn on CONFIG_FDMA for powerpc (Patrick Talbert) -- Turn on CONFIG_FDMA in pending for Fedora arm and riscv to avoid a mismatch (Justin M. Forbes) -- Reset RHEL_RELEASE for 6.12 (Justin M. Forbes) -- Consolidate configs into common for 6.11 kernels (Justin M. Forbes) -- uki-virt: add systemd-cryptsetup module (Vitaly Kuznetsov) -- redhat/docs: fix command to install missing build dependencies (Davide Cavalca) -- spec: Respect rpmbuild --without debuginfo (Orgad Shaneh) -- fedora/configs: enable GPIO expander drivers (Rupinderjit Singh) -- redhat/configs: Switch to the Rust implementation of AX88796B_PHY driver for Fedora (Neal Gompa) -- redhat: Turn on support for Rust code in Fedora (Neal Gompa) -- Turn off RUST for risc-v (Justin M. Forbes) -- gitlab-ci: allow failure of clang LTO pipelines (Michael Hofmann) -- redhat/configs: Consolidate the CONFIG_KVM_BOOK3S_HV_P*_TIMING switches (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_SW_PROTECTED_VM switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_HYPERV switch (Thomas Huth) -- redhat/configs: Consolidate the CONFIG_KVM_AMD_SEV switch (Thomas Huth) -- Cleanup some riscv CONFIG locations (Justin M. Forbes) -- Fix up pending riscv Fedora configs post merge (Justin M. Forbes) -- fedora/configs: Enable SCMI configuration (Rupinderjit Singh) -- Remove S390 special config for PHYLIB (Justin M. Forbes) -- Disable ELN for riscv64 (Isaiah Stapleton) -- redhat: add checks to ensure only building riscv64 on fedora (Isaiah Stapleton) -- redhat: Add missing riscv fedora configs (Isaiah Stapleton) -- Add riscv64 to the CI pipelines (Isaiah Stapleton) -- redhat: Regenerate dist-self-test-data for riscv64 (Isaiah Stapleton) -- redhat: Add riscv config changes for fedora (David Abdurachmanov) -- redhat: Add support for riscv (David Abdurachmanov) -- redhat: Do not include UKI addons twice (Vitaly Kuznetsov) -- redhat: update gating.yml (Michael Hofmann) -- Remove CONFIG_FSCACHE_DEBUG as it has been renamed (Justin M. Forbes) -- Set Fedora configs for 6.11 (Justin M. Forbes) -- redhat/configs: Microchip lan743x driver (Izabela Bakollari) -- redhat: include resolve_btfids in kernel-devel (Jan Stancek) -- redhat: workaround CKI cross compilation for scripts (Jan Stancek) -- spec: fix "unexpected argument to non-parametric macro" warnings (Jan Stancek) -- Add weakdep support to the kernel spec (Justin M. Forbes) -- redhat: configs: disable PF_KEY in RHEL (Sabrina Dubroca) -- crypto: akcipher - Disable signing and decryption (Vladis Dronov) [RHEL-54183] {CVE-2023-6240} -- crypto: dh - implement FIPS PCT (Vladis Dronov) [RHEL-54183] -- crypto: ecdh - disallow plain "ecdh" usage in FIPS mode (Vladis Dronov) [RHEL-54183] -- crypto: seqiv - flag instantiations as FIPS compliant (Vladis Dronov) [RHEL-54183] -- [kernel] bpf: set default value for bpf_jit_harden (Artem Savkov) [RHEL-51896] -- fedora: disable CONFIG_DRM_WERROR (Patrick Talbert) -- redhat/configs: Disable dlm in rhel configs (Andrew Price) -- rhel: aarch64: enable required PSCI configs (Peter Robinson) -- fedora: Enable AF8133J Magnetometer driver (Peter Robinson) -- redhat: spec: add cachestat kselftest (Eric Chanudet) -- redhat: hmac sign the UKI for FIPS (Vitaly Kuznetsov) -- not upstream: Disable vdso getrandom when FIPS is enabled (Herbert Xu) -- kernel: config: enable erofs lzma compression (Ian Kent) -- fedora: disable RTL8192CU in Fedora (Peter Robinson) -- redhat: Fix the ownership of /lib/modules/ directory (Vitaly Kuznetsov) -- new configs in drivers/phy (Izabela Bakollari) -- Add support to rh_waived cmdline boot parameter (Ricardo Robaina) [RHEL-26170] -- redhat/configs: Disable gfs2 in rhel configs (Andrew Price) -- redhat/uki_addons/virt: add common FIPS addon (Emanuele Giuseppe Esposito) -- redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons (Emanuele Giuseppe Esposito) -- rh_flags: fix failed when register_sysctl_sz rh_flags_table to kernel (Ricardo Robaina) [RHEL-52629] -- redhat/dracut-virt.conf: add systemd-veritysetup module (Emanuele Giuseppe Esposito) -- redhat/configs: enable CONFIG_LOCK_STAT on the debug kernels for aarch64 (Brian Masney) -- redhat/configs: enable CONFIG_KEYBOARD_GPIO_POLLED for RHEL on aarch64 (Luiz Capitulino) -- redhat/configs: fedora: Enable new Qualcomm configs (Andrew Halaney) -- redhat/configs/fedora: set CONFIG_CRYPTO_CURVE25519_PPC64 (Dan Horák) -- fedora: Updates for 6.11 merge (Peter Robinson) -- fedora: enable new mipi sensors and devices (Peter Robinson) -- arm64: enable CRYPTO_DEV_TEGRA on RHEL (Peter Robinson) -- redhat/kernel.spec: fix file listed twice warning for "kernel" subdir (Jan Stancek) -- redhat/configs: Double MAX_LOCKDEP_ENTRIES for RT debug kernels (Waiman Long) [RHEL-43425] -- Support the first day after a rebase (Don Zickus) -- Support 2 digit versions properly (Don Zickus) -- Automation cleanups for rebasing rt-devel and automotive-devel (Don Zickus) -- fedora: set CONFIG_REGULATOR_RZG2L_VBCTRL as a module for arm64 (Patrick Talbert) -- gitlab-ci: restore bot pipeline behavior (Michael Hofmann) -- redhat/kernel.spec: drop extra right curly bracket in kernel_kvm_package (Jan Stancek) -- redhat/configs: enable gpio_keys driver for RHEL on aarch64 (Luiz Capitulino) -- Move NET_VENDOR_MICROCHIP from common to rhel (Justin M. Forbes) -- redhat/configs: enable some RTCs for RHEL on aarch64 (Luiz Capitulino) -- redhat/configs: enable some regulators for RHEL (Luiz Capitulino) -- redhat/config: disable CXL and CXLFLASH drivers (Dan Horák) -- Fix up config mismatches in pending (Justin M. Forbes) -- redhat/configs: Enable watchdog devices modelled by qemu (Richard W.M. Jones) [RHEL-40937] -- rhel: cleanup unused media tuner configs (Peter Robinson) -- all: cleanup MEDIA_CONTROLLER options (Peter Robinson) -- redhat: kernel.spec: add s390x to livepatching kselftest builds (Joe Lawrence) -- Flip CONFIG_DIMLIB back to inline (Justin M. Forbes) -- Add vfio/nvgrace-gpu driver CONFIG to RHEL-9.5 ARM64 (Donald Dutile) -- Enable CONFIG_RTC_DRV_TEGRA for RHEL (Luiz Capitulino) -- redhat: rh_flags: declare proper static methods when !CONFIG_RHEL_DIFFERENCES (Rafael Aquini) -- redhat: configs: enable CONFIG_TMPFS_QUOTA for both Fedora and RHEL (Rafael Aquini) -- Fix up mismatches in the 6.11 merge window. (Justin M. Forbes) -- Reset Changelog after rebase (Justin M. Forbes) -- Reset RHEL_RELEASE for the 6.11 cycle (Justin M. Forbes) -- redhat/configs: Enable CONFIG_VMWARE_VMCI/CONFIG_VMWARE_VMCI_VSOCKETS for RHEL (Vitaly Kuznetsov) -- Consolidate configs to common for 6.10 (Justin M. Forbes) -- redhat/configs: Enable CONFIG_PTP_1588_CLOCK_MOCK in kernel-modules-internal (Davide Caratti) -- fedora: enabled XE GPU drivers on all arches (Peter Robinson) -- Flip SND_SOC_CS35L56_SPI from off to module for RHEL (Justin M. Forbes) -- Flip DIMLIB from built-in to module for RHEL (Justin M. Forbes) -- Also remove the zfcpdump BASE_SMALL config (Justin M. Forbes) -- redhat: Add cgroup kselftests to kernel-selftests-internal (Waiman Long) [RHEL-43556] -- Revert "redhat/configs: Disable CONFIG_INFINIBAND_HFI1 and CONFIG_INFINIBAND_RDMAVT" (Kamal Heib) -- Remove new for GITLAB_TOKEN (Don Zickus) -- Set Fedora configs for 6.10 (Justin M. Forbes) -- Fedora: minor driver updates (Peter Robinson) -- redhat/configs: Remove obsolete x86 CPU mitigations config files (Waiman Long) -- redhat/configs: increase CONFIG_DEFAULT_MMAP_MIN_ADDR from 32K to 64K for aarch64 (Brian Masney) -- redhat/configs: Re-enable CONFIG_KEXEC for Fedora (Philipp Rudo) -- disable LR_WPAN for RHEL10 (Chris von Recklinghausen) [RHEL-40251] -- Turn on USB_SERIAL_F81232 for Fedora (Justin M. Forbes) -- redhat/scripts/filtermods.py: show all parent/child kmods in report (Jan Stancek) -- redhat/kernel.spec: capture filtermods.py return code (Jan Stancek) -- redhat/kernel.spec: fix run of mod-denylist (Jan Stancek) -- gitlab-ci: remove unused RHMAINTAINERS variable (Michael Hofmann) -- gitlab-ci: use environments for jobs that need access to push/gitlab secrets (Michael Hofmann) -- gitlab-ci: default to os-build for all maintenance jobs (Michael Hofmann) -- gitlab-ci: use the common git repo setup cki-gating as well (Michael Hofmann) -- gitlab-ci: help maintenance jobs to cope with missing private key (Michael Hofmann) -- gitlab-ci: use a common git repo setup for all maintenance jobs (Michael Hofmann) -- gitlab-ci: move repo setup script into script template holder (Michael Hofmann) -- gitlab-ci: move maintenance job DIST variable into common template (Michael Hofmann) -- gitlab-ci: move maintenance job rules into common template (Michael Hofmann) -- gitlab-ci: move maintenance job retry field into common template (Michael Hofmann) -- gitlab-ci: provide common non-secret schedule trigger variables (Michael Hofmann) -- gitlab-ci: rename .scheduled_setup to .git_setup (Michael Hofmann) -- gitlab-ci: move script snippets into separate template (Michael Hofmann) -- gitlab-ci: rename maintenance jobs (Michael Hofmann) -- gitlab-ci: introduce job template for maintenance jobs (Michael Hofmann) -- Turn on KASAN_HW_TAGS for Fedora aarch64 debug kernels (Justin M. Forbes) -- redhat: kernel.spec: add missing sound/soc/sof/sof-audio.h to kernel-devel package (Jaroslav Kysela) -- redhat/kernel.spec: fix attributes of symvers file (Jan Stancek) -- redhat: add filtermods rule for iommu tests (Jan Stancek) -- fedora: arm: Enable basic support for S32G-VNP-RDB3 board (Enric Balletbo i Serra) -- redhat: make bnx2xx drivers unmaintained in rhel-10 (John Meneghini) [RHEL-36646 RHEL-41231] -- redhat/configs: Disable CONFIG_NFP (Kamal Heib) [RHEL-36647] -- Enable CONFIG_PWRSEQ_{SIMPLIE,EMMC} on aarch64 (Charles Mirabile) -- Fix SERIAL_SC16IS7XX configs for Fedora (Justin M. Forbes) -- Enable ALSA (CONFIG_SND) on aarch64 (Charles Mirabile) [RHEL-40411] -- redhat: Remove DIST_BRANCH variable (Eder Zulian) -- gitlab-ci: merge ark-latest before tagging cki-gating (Michael Hofmann) -- gitlab-ci: do not merge ark-latest for gating pipelines for Rawhide (Michael Hofmann) -- disable CONFIG_KVM_INTEL_PROVE_VE (Paolo Bonzini) -- redhat: remove the merge subtrees script (Derek Barbosa) -- redhat: rhdocs: delete .get_maintainer.conf (Derek Barbosa) -- redhat: rhdocs: Remove the rhdocs directory (Derek Barbosa) -- redhat/configs: Disable CONFIG_QLA3XXX (Kamal Heib) [RHEL-36646] -- redhat/configs: fedora: Enable some drivers for IPU6 support (Hans de Goede) -- redhat: add missing UKI_secureboot_cert hunk (Patrick Talbert) -- redhat/kernel.spec: keep extra modules in original directories (Jan Stancek) -- redhat/configs: Move CONFIG_BLK_CGROUP_IOCOST=y to common/generic (Waiman Long) -- Turn on CONFIG_MFD_QCOM_PM8008 for Fedora aarch64 (Justin M. Forbes) -- redhat: Build IMA CA certificate into the Fedora kernel (Coiby Xu) -- Move CONFIG_RAS_FMPM to the proper location (Aristeu Rozanski) -- redhat/configs: Remove CONFIG_NET_ACT_IPT (Ivan Vecera) -- gitlab-ci: add kernel-automotive pipelines (Michael Hofmann) -- Enable CEC support for TC358743 (Peter Robinson) -- fedora: arm: Enable ARCH_R9A09G057 (Peter Robinson) -- fedora: updates for the 6.10 kernel (Peter Robinson) -- fedora: arm: Enable the MAX96706 GMSL module (Peter Robinson) -- redhat: Switch UKI to using its own SecureBoot cert (from system-sb-certs) (Jan Stancek) -- redhat: Add RHEL specifc .sbat section to UKI (Jan Stancek) -- kernel.spec: add iommu selftests to kernel-selftests-internal (Eder Zulian) [RHEL-32895] -- redhat/configs: fedora: aarch64: Re-enable CUSE (Neal Gompa) -- redhat: pass correct RPM_VMLINUX_H to bpftool install (Jan Stancek) -- rh_flags: Rename rh_features to rh_flags (Ricardo Robaina) [RHEL-32987] -- kernel: rh_features: fix reading empty feature list from /proc (Ricardo Robaina) [RHEL-32987] -- rh_features: move rh_features entry to sys/kernel (Ricardo Robaina) [RHEL-32987] -- rh_features: convert to atomic allocation (Ricardo Robaina) [RHEL-32987] -- add rh_features to /proc (Ricardo Robaina) [RHEL-32987] -- add support for rh_features (Ricardo Robaina) [RHEL-32987] -- Drop kexec_load syscall support (Baoquan He) -- New configs in lib/kunit (Fedora Kernel Team) -- Turn off KUNIT_FAULT_TEST as it causes problems for CI (Justin M. Forbes) -- Add a config entry in pending for CONFIG_DRM_MSM_VALIDATE_XML (Justin M. Forbes) -- Flip CONFIG_SND_SOC_CS35L56_SPI in pending to avoid a mismatch (Justin M. Forbes) -- Fix up a mismatch for RHEL (Justin M. Forbes) -- Reset changelog after rebase (Justin M. Forbes) -- Reset RHEL_RELEASE to 0 for 6.10 (Justin M. Forbes) -- configs: move CONFIG_BLK_DEV_UBLK into rhel/configs/generic (Ming Lei) -- configs: move CONFIG_BLK_SED_OPAL into redhat/configs/common/generic (Ming Lei) -- RHEL-21097: rhel: aarch64 stop blocking a number of HW sensors (Peter Robinson) -- redhat/configs: enable RTL8822BU for rhel (Jose Ignacio Tornos Martinez) -- redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off (Jerry Snitselaar) -- redhat: add IMA certificates (Jan Stancek) -- redhat/kernel.spec: fix typo in move_kmod_list() variable (Jan Stancek) -- redhat: make filtermods.py less verbose by default (Jan Stancek) -- scsi: sd: condition probe_type under RHEL_DIFFERENCES (Eric Chanudet) -- scsi: sd: remove unused sd_probe_types (Eric Chanudet) -- Turn on INIT_ON_ALLOC_DEFAULT_ON for Fedora (Justin M. Forbes) -- Consolidate configs to common for 6.9 (Justin M. Forbes) -- redhat/rhel_files: move tipc.ko and tipc_diag.ko to modules-extra (Xin Long) [RHEL-23931] -- redhat: move amd-pstate-ut.ko to modules-internal (Jan Stancek) -- redhat/configs: enable CONFIG_LEDS_TRIGGER_NETDEV also for RHEL (Michal Schmidt) [RHEL-32110] -- redhat/configs: Remove CONFIG_AMD_IOMMU_V2 (Jerry Snitselaar) -- Set DEBUG_INFO_BTF_MODULES for Fedora (Justin M. Forbes) -- redhat: Use redhatsecureboot701 for ppc64le (Jan Stancek) -- redhat: switch the kernel package to use certs from system-sb-certs (Jan Stancek) -- redhat: replace redhatsecureboot303 signing key with redhatsecureboot601 (Jan Stancek) -- redhat: drop certificates that were deprecated after GRUB's BootHole flaw (Jan Stancek) -- redhat: correct file name of redhatsecurebootca1 (Jan Stancek) -- redhat: align file names with names of signing keys for ppc and s390 (Jan Stancek) -- redhat/configs: Enable CONFIG_DM_VDO in RHEL (Benjamin Marzinski) -- redhat/configs: Enable DRM_NOUVEAU_GSP_DEFAULT everywhere (Neal Gompa) -- kernel.spec: adjust for livepatching kselftests (Joe Lawrence) -- redhat/configs: remove CONFIG_TEST_LIVEPATCH (Joe Lawrence) -- Turn on CONFIG_RANDOM_KMALLOC_CACHES for Fedora (Justin M. Forbes) -- Set Fedora configs for 6.9 (Justin M. Forbes) -- gitlab-ci: enable pipelines with c10s buildroot (Michael Hofmann) -- Turn on ISM for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_TEST_LOCKUP for non-debug kernels (Čestmír Kalina) -- redhat/rhel_files: add test_lockup.ko to modules-extra (Čestmír Kalina) -- Turn off some Fedora UBSAN options to avoid false positives (Justin M. Forbes) -- fedora: aarch64: Enable a QCom Robotics platforms requirements (Peter Robinson) -- fedora: updates for 6.9 merge window (Peter Robinson) -- gitlab-ci: rename GitLab jobs ark -> rawhide (Michael Hofmann) -- gitlab-ci: harmonize DataWarehouse tree names (Michael Hofmann) -- redhat/configs: Enable CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON for rhel (Jerry Snitselaar) -- spec: make sure posttrans script doesn't fail if /boot is non-POSIX (glb) -- Turn on UBSAN for Fedora (Justin M. Forbes) -- Turn on XEN_BALLOON_MEMORY_HOTPLUG for Fedora (Justin M. Forbes) -- docs: point out that python3-pyyaml is now required (Thorsten Leemhuis) -- Use LLVM=1 for clang_lto build (Nikita Popov) -- redhat: fix def_variants.yaml check (Jan Stancek) -- redhat: sanity check yaml files (Jan Stancek) -- spec: rework filter-mods and mod-denylist (Jan Stancek) -- redhat/configs: remove CONFIG_INTEL_MENLOW as it is obsolete. (David Arcari) -- arch/x86: Fix XSAVE check for x86_64-v2 check (Prarit Bhargava) -- redhat/Makefile.variables: unquote a variable (Thorsten Leemhuis) -- redhat/configs: build in Tegra210 SPI driver (Mark Salter) -- redhat/configs: aarch64: Enable ARM_FFA driver (Mark Salter) -- Base automotive-devel on rt-devel (Don Zickus) -- redhat/configs: Enable CONFIG_AMDTEE for x86 (David Arcari) -- redhat/configs: enable CONFIG_TEST_LOCKUP for debug kernel (Čestmír Kalina) -- kernel.spec: fix libperf-debuginfo content (Jan Stancek) -- Turn on DM_VDO for Fedora (Justin M. Forbes) -- redhat: make libperf-devel require libperf %%{version}-%%{release} (Jan Stancek) -- kernel.spec: drop custom mode also for System.map ghost entry (Jan Stancek) -- Octopus merges are too conservative, serialize instead (Don Zickus) -- Add tracking branches for rt-devel (Don Zickus) -- all: clean-up i915 (Peter Robinson) -- Turn on CONFIG_READ_ONLY_THP_FOR_FS for Fedora (Justin M. Forbes) -- redhat/kernel.spec.template: fix rtonly build (Jan Stancek) -- redhat/kernel.spec.template: add extra flags for tools build (Scott Weaver) -- Add iio-test-gts to mod-internal.list (Thorsten Leemhuis) -- redhat/kernel.spec.template: update license (Scott Weaver) -- Fix typo in maintaining.rst file (Augusto Caringi) -- Enable DRM_CDNS_DSI_J721E for fedora (Andrew Halaney) -- gitlab-ci: do not merge ark-latest for gating pipelines (Michael Hofmann) -- fedora: Enable MCP9600 (Peter Robinson) -- redhat/configs: Enable & consolidate BF-3 drivers config (Luiz Capitulino) -- redhat: Fix RT kernel kvm subpackage requires (Juri Lelli) -- Add new of_test module to mod-internal.list (Thorsten Leemhuis) -- Add new string kunit modules to mod-internal.list (Thorsten Leemhuis) -- redhat/kernel.spec.template: enable cross for base/RT (Peter Robinson) -- redhat/kernel.spec.template: Fix cross compiling (Peter Robinson) -- arch/x86/kernel/setup.c: fixup rh_check_supported (Scott Weaver) -- Enable CONFIG_USB_ONBOARD_HUB for RHEL (Charles Mirabile) -- redhat/Makefile.cross: Add CROSS_BASEONLY (Prarit Bhargava) -- gitlab-ci: fix ark-latest merging for parent pipelines running in forks (Michael Hofmann) -- lsm: update security_lock_kernel_down (Scott Weaver) -- Fix changelog after rebase (Augusto Caringi) -- redhat: remove "END OF CHANGELOG" marker from kernel.changelog (Herton R. Krzesinski) -- gitlab-ci: enable all variants for rawhide/eln builder image gating (Michael Hofmann) -- Fedora: enable Microchip and their useful drivers (Peter Robinson) -- spec: suppress "set +x" output (Jan Stancek) -- redhat/configs: Disable CONFIG_RDMA_SIW (Kamal Heib) -- redhat/configs: Disable CONFIG_RDMA_RXE (Kamal Heib) -- redhat/configs: Disable CONFIG_MLX4 (Kamal Heib) -- redhat/configs: Disable CONFIG_INFINIBAND_HFI1 and CONFIG_INFINIBAND_RDMAVT (Kamal Heib) -- Consolidate 6.8 configs to common (Justin M. Forbes) -- Remove rt-automated and master-rt-devel logic (Don Zickus) -- Add support for CI octopus merging (Don Zickus) -- redhat/configs: Disable CONFIG_INFINIBAND_VMWARE_PVRDMA (Kamal Heib) -- gitlab-ci: fix merge tree URL for gating pipelines (Michael Hofmann) -- Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) -- uki: use systemd-pcrphase dracut module (Gerd Hoffmann) -- Add libperf-debuginfo subpackage (Justin M. Forbes) -- redhat/kernel.spec.template: Add log_msg macro (Prarit Bhargava) -- redhat/configs: Disable CONFIG_INFINIBAND_USNIC (Kamal Heib) -- Enable CONFIG_BMI323_I2C=m for Fedora x86_64 builds (Hans de Goede) -- gitlab-ci: drop test_makefile job (Scott Weaver) -- Enable merge-rt pipeline (Don Zickus) -- kernel.spec: include the GDB plugin in kernel-debuginfo (Ondrej Mosnacek) -- Turn on DRM_NOUVEAU_GSP_DEFAULT for Fedora (Justin M. Forbes) -- Set late new config HDC3020 for Fedora (Justin M. Forbes) -- redhat/self-test: Update CROSS_DISABLED_PACKAGES (Prarit Bhargava) -- redhat: Do not build libperf with cross builds (Prarit Bhargava) -- redhat/configs: enable CONFIG_PINCTRL_INTEL_PLATFORM for RHEL (David Arcari) -- redhat/configs: enable CONFIG_PINCTRL_METEORPOINT for RHEL (David Arcari) -- redhat/configs: intel pinctrl config cleanup (David Arcari) -- redhat/configs: For aarch64/RT, default kstack randomization off (Jeremy Linton) -- redhat/Makefile: remove an unused target (Ondrej Mosnacek) -- redhat/Makefile: fix setup-source and document its caveat (Ondrej Mosnacek) -- redhat/Makefile: fix race condition when making the KABI tarball (Ondrej Mosnacek) -- redhat/Makefile: refactor KABI tarball creation (Ondrej Mosnacek) -- Turn XFS_SUPPORT_V4 back on for Fedora (Justin M. Forbes) -- Add xe to drm module filters (Justin M. Forbes) -- Turn off the DRM_XE_KUNIT_TEST for Fedora (Justin M. Forbes) -- Flip secureboot signature order (Justin M. Forbes) -- all: clean up some removed configs (Peter Robinson) -- redhat: add nvidia oot signing key (Dave Airlie) -- gitlab-ci: support CI for zfcpdump kernel on ELN (Michael Hofmann) -- Fedora configs for 6.8 (Justin M. Forbes) -- Turn off CONFIG_INTEL_VSC for Fedora (Justin M. Forbes) -- redhat/configs: rhel wireless requests (Jose Ignacio Tornos Martinez) -- spec: Set EXTRA_CXXFLAGS for perf demangle-cxx.o (Josh Stone) [2233269] -- Flip values for FSCACHE and NETFS_SUPPORT to avoid mismatch (Justin M. Forbes) -- Turn on SECURITY_DMESG_RESTRICT (Justin M. Forbes) -- redhat: forward-port genlog.py updates from c9s (Jan Stancek) -- arch/x86: mark x86_64-v1 and x86_64-v2 processors as deprecated (Prarit Bhargava) -- fedora: Enable more Renesas RZ platform drivers (Peter Robinson) -- fedora: a few aarch64 drivers and cleanups (Peter Robinson) -- fedora: cavium nitrox cnn55xx (Peter Robinson) -- Fix dist-get-buildreqs breakage around perl(ExtUtils::Embed) (Don Zickus) -- gitlab-ci: merge ark-latest fixes when running ELN pipelines (Michael Hofmann) -- gitlab-ci: use all arches for container image gating (Michael Hofmann) -- Add new os-build targets: rt-devel and automotive-devel (Don Zickus) -- Remove defines forcing tools on, they override cmdline (Justin M. Forbes) -- Remove separate license tag for libperf (Justin M. Forbes) -- Don't use upstream bpftool version for Fedora package (Justin M. Forbes) -- Don't ship libperf.a in libperf-devel (Justin M. Forbes) -- add libperf packages and enable perf, libperf, tools and bpftool packages (Thorsten Leemhuis) -- Add scaffolding to build the kernel-headers package for Fedora (Justin M. Forbes) -- redhat/spec: use distro CFLAGS when building bootstrap bpftool (Artem Savkov) -- spec: use just-built bpftool for vmlinux.h generation (Yauheni Kaliuta) [2120968] -- gitlab-ci: enable native tools for Rawhide CI (Michael Hofmann) -- Revert "Merge branch 'fix-kabi-build-race' into 'os-build'" (Justin M. Forbes) -- redhat: configs: fedora: Enable sii902x bridge chip driver (Erico Nunes) -- Enable CONFIG_TCP_CONG_ILLINOIS for RHEL (Davide Caratti) -- redhat/Makefile: fix setup-source and document its caveat (Ondrej Mosnacek) -- redhat/Makefile: fix race condition when making the KABI tarball (Ondrej Mosnacek) -- redhat/Makefile: refactor KABI tarball creation (Ondrej Mosnacek) -- redhat/configs: Remove HOTPLUG_CPU0 configs (Prarit Bhargava) -- gitlab-ci: merge ark-latest before building in MR pipelines (Michael Hofmann) -- CI: include aarch64 in CKI container image gating (Tales Aparecida) -- redhat: spec: Fix update_scripts run for CentOS builds (Neal Gompa) -- New configs in drivers/crypto (Fedora Kernel Team) -- net: bump CONFIG_MAX_SKB_FRAGS to 45 (Marcelo Ricardo Leitner) -- Enable CONFIG_MARVELL_88Q2XXX_PHY (Izabela Bakollari) -- Remove CONFIG_NET_EMATCH_STACK file for RHEL (Justin M. Forbes) -- CONFIG_NETFS_SUPPORT should be m after the merge (Justin M. Forbes) -- Turn FSCACHE and NETFS from m to y in pending (Justin M. Forbes) -- Turn on CONFIG_TCP_AO for Fedora (Justin M. Forbes) -- Turn on IAA_CRYPTO_STATS for Fedora (Justin M. Forbes) -- fedora: new drivers and cleanups (Peter Robinson) -- Turn on Renesas RZ for Fedora IOT rhbz2257913 (Justin M. Forbes) -- redhat: filter-modules.sh.rhel: add dell-smm-hwmon (Scott Weaver) -- Add CONFIG_INTEL_MEI_GSC_PROXY=m for DRM 9.4 stable backport (Mika Penttilä) -- Set configs for ZRAM_TRACK_ENTRY_ACTIME (Justin M. Forbes) -- Add python3-pyyaml to buildreqs for kernel-docs (Justin M. Forbes) -- Add nb7vpq904m to singlemods for ppc64le (Thorsten Leemhuis) -- include drm bridge helpers in kernel-core package (Thorsten Leemhuis) -- Add dell-smm-hwmon to singlemods (Thorsten Leemhuis) -- Add drm_gem_shmem_test to mod-internal.list (Thorsten Leemhuis) -- redhat: kABI: add missing RH_KABI_SIZE_ALIGN_CHECKS Kconfig option (Sabrina Dubroca) -- redhat: rh_kabi: introduce RH_KABI_EXCLUDE_WITH_SIZE (Sabrina Dubroca) -- redhat: rh_kabi: move semicolon inside __RH_KABI_CHECK_SIZE (Sabrina Dubroca) -- Fix up ZRAM_TRACK_ENTRY_ACTIME in pending (Justin M. Forbes) -- random: replace import_single_range() with import_ubuf() (Justin M. Forbes) -- Flip CONFIG_INTEL_PMC_CORE to m for Fedora (Justin M. Forbes) -- Add CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y to avoid a mismatch (Justin M. Forbes) -- common: cleanup MX3_IPU (Peter Robinson) -- all: The Octeon MDIO driver is aarch64/mips (Peter Robinson) -- common: rtc: remove bq4802 config (Peter Robinson) -- common: de-dupe MARVELL_GTI_WDT (Peter Robinson) -- all: Remove CAN_BXCAN (Peter Robinson) -- common: cleanup SND_SOC_ROCKCHIP (Peter Robinson) -- common: move RHEL DP83867_PHY to common (Peter Robinson) -- common: Make ASYMMETRIC_KEY_TYPE enable explicit (Peter Robinson) -- common: Disable aarch64 ARCH_MA35 universally (Peter Robinson) -- common: arm64: enable Tegra234 pinctrl driver (Peter Robinson) -- rhel: arm64: Enable qoriq thermal driver (Peter Robinson) -- common: aarch64: Cleanup some i.MX8 config options (Peter Robinson) -- all: EEPROM_LEGACY has been removed (Peter Robinson) -- all: rmeove AppleTalk hardware configs (Peter Robinson) -- all: cleanup: remove references to SLOB (Peter Robinson) -- all: cleanup: Drop unnessary BRCMSTB configs (Peter Robinson) -- all: net: remove retired network schedulers (Peter Robinson) -- all: cleanup removed CONFIG_IMA_TRUSTED_KEYRING (Peter Robinson) -- BuildRequires: lld for build with selftests for x86 (Jan Stancek) -- spec: add keyutils to selftest-internal subpackage requirements (Artem Savkov) [2166911] -- redhat/spec: exclude liburandom_read.so from requires (Artem Savkov) [2120968] -- rtla: sync summary text with upstream and update Requires (Jan Stancek) -- uki-virt: add systemd-sysext dracut module (Gerd Hoffmann) -- uki-virt: add virtiofs dracut module (Gerd Hoffmann) -- common: disable the FB device creation (Peter Robinson) -- s390x: There's no FB on Z-series (Peter Robinson) -- fedora: aarch64: enable SM_VIDEOCC_8350 (Peter Robinson) -- fedora: arm64: enable ethernet on newer TI industrial (Peter Robinson) -- fedora: arm64: Disable VIDEO_IMX_MEDIA (Peter Robinson) -- fedora: use common config for Siemens Simatic IPC (Peter Robinson) -- fedora: arm: enable Rockchip SPI flash (Peter Robinson) -- fedora: arm64: enable DRM_TI_SN65DSI83 (Peter Robinson) -- kernel.spec: remove kernel-smp reference from scripts (Jan Stancek) -- redhat: do not compress the full kernel changelog in the src.rpm (Herton R. Krzesinski) -- Auto consolidate configs for the 6.7 cycle (Justin M. Forbes) -- Enable sound for a line of Huawei laptops (TomZanna) -- fedora: a few cleanups and driver enablements (Peter Robinson) -- fedora: arm64: cleanup Allwinner Pinctrl drivers (Peter Robinson) -- fedora: aarch64: Enable some DW drivers (Peter Robinson) -- redhat: ship all the changelog from source git into kernel-doc (Herton R. Krzesinski) -- redhat: create an empty changelog file when changing its name (Herton R. Krzesinski) -- redhat/self-test: Remove --all from git query (Prarit Bhargava) -- Disable accel drivers for Fedora x86 (Kate Hsuan) -- redhat: scripts: An automation script for disabling unused driver for x86 (Kate Hsuan) -- Fix up Fedora LJCA configs and filters (Justin M. Forbes) -- Fedora configs for 6.7 (Justin M. Forbes) -- Some Fedora config updates for MLX5 (Justin M. Forbes) -- Turn on DRM_ACCEL drivers for Fedora (Justin M. Forbes) -- redhat: enable the kfence test (Nico Pache) -- redhat/configs: Enable UCLAMP_TASK for PipeWire and WirePlumber (Neal Gompa) -- Turn on CONFIG_SECURITY_DMESG_RESTRICT for Fedora (Justin M. Forbes) -- Turn off shellcheck for the fedora-stable-release script (Justin M. Forbes) -- Add some initial Fedora stable branch script to redhat/scripts/fedora/ (Justin M. Forbes) -- redhat: disable iptables-legacy compatibility layer (Florian Westphal) -- redhat: disable dccp conntrack support (Florian Westphal) -- configs: enable netfilter_netlink_hook in fedora too (Florian Westphal) -- ext4: Mark mounting fs-verity filesystems as tech-preview (Alexander Larsson) -- erofs: Add tech preview markers at mount (Alexander Larsson) -- Enable fs-verity (Alexander Larsson) -- Enable erofs (Alexander Larsson) -- aarch64: enable uki (Gerd Hoffmann) -- redhat: enable CONFIG_SND_SOC_INTEL_SOF_DA7219_MACH as a module for x86 (Patrick Talbert) -- Turn CONFIG_MFD_CS42L43_SDW on for RHEL (Justin M. Forbes) -- Enable cryptographic acceleration config flags for PowerPC (Mamatha Inamdar) -- Also make vmlinuz-virt.efi world readable (Zbigniew Jędrzejewski-Szmek) -- Drop custom mode for System.map file (Zbigniew Jędrzejewski-Szmek) -- Add drm_exec_test to mod-internal.list for depmod to succeed (Mika Penttilä) -- RHEL 9.4 DRM backport (upto v6.6 kernel), sync Kconfigs (Mika Penttilä) -- Turn on USB_DWC3 for Fedora (rhbz 2250955) (Justin M. Forbes) -- redhat/configs: Move IOMMUFD to common (Alex Williamson) -- redhat: Really remove cpupower files (Prarit Bhargava) -- redhat: remove update_scripts.sh (Prarit Bhargava) -- Fix s390 zfcpfdump bpf build failures for cgroups (Don Zickus) -- Flip CONFIG_NVME_AUTH to m in pending (Justin M. Forbes) -- Turn CONFIG_SND_SOC_INTEL_AVS_MACH_RT5514 on for Fedora x86 (Jason Montleon) -- kernel/rh_messages.c: Mark functions as possibly unused (Prarit Bhargava) -- Add snd-hda-cirrus-scodec-test to mod-internal.list (Scott Weaver) -- Turn off BPF_SYSCALL in pending for zfcpdump (Justin M. Forbes) -- Add mean_and_variance_test to mod-internal.list (Justin M. Forbes) -- Add cfg80211-tests and mac80211-tests to mod-internal.list (Justin M. Forbes) -- Turn on CONFIG_MFD_CS42L43_SDW for RHEL in pending (Justin M. Forbes) -- Turn on bcachefs for Fedora (Justin M. Forbes) -- redhat: configs: fedora: Enable QSEECOM and friends (Andrew Halaney) -- Add clk-fractional-divider_test to mod-internal.list (Thorsten Leemhuis) -- Add gso_test to mod-internal.list (Thorsten Leemhuis) -- Add property-entry-test to mod-internal.list (Thorsten Leemhuis) -- Fedora 6.7 configs part 1 (Justin M. Forbes) -- [Scheduled job] Catch config mismatches early during upstream merge (Don Zickus) -- redhat/self-test: Update data for KABI xz change (Prarit Bhargava) -- redhat/scripts: Switch KABI tarballs to xz (Prarit Bhargava) -- redhat/kernel.spec.template: Switch KABI compression to xz (Prarit Bhargava) -- redhat: self-test: Use a more complete SRPM file suffix (Andrew Halaney) -- redhat: makefile: remove stray rpmbuild --without (Eric Chanudet) -- Consolidate configs into common for 6.6 (Justin M. Forbes) -- Updated Fedora configs (Justin M. Forbes) -- Turn on UFSHCD for Fedora x86 (Justin M. Forbes) -- redhat: configs: generic: x86: Disable CONFIG_VIDEO_OV01A10 for x86 platform (Hans de Goede) -- redhat: remove pending-rhel CONFIG_XFS_ASSERT_FATAL file (Patrick Talbert) -- New configs in fs/xfs (Fedora Kernel Team) -- crypto: rng - Override drivers/char/random in FIPS mode (Herbert Xu) -- random: Add hook to override device reads and getrandom(2) (Herbert Xu) -- redhat/configs: share CONFIG_ARM64_ERRATUM_2966298 between rhel and fedora (Mark Salter) -- configs: Remove S390 IOMMU config options that no longer exist (Jerry Snitselaar) -- redhat: docs: clarify where bugs and issues are created (Scott Weaver) -- redhat/scripts/rh-dist-git.sh does not take any arguments: fix error message (Denys Vlasenko) -- Add target_branch for gen_config_patches.sh (Don Zickus) -- redhat: disable kunit by default (Nico Pache) -- redhat/configs: enable the AMD_PMF driver for RHEL (David Arcari) -- Make CONFIG_ADDRESS_MASKING consistent between fedora and rhel (Chris von Recklinghausen) -- CI: add ark-latest baseline job to tag cki-gating for successful pipelines (Michael Hofmann) -- CI: provide child pipelines for CKI container image gating (Michael Hofmann) -- CI: allow to run as child pipeline (Michael Hofmann) -- CI: provide descriptive pipeline name for scheduled pipelines (Michael Hofmann) -- CI: use job templates for variant variables (Michael Hofmann) -- redhat/kernel.spec.template: simplify __modsign_install_post (Jan Stancek) -- Fedora filter updates after configs (Justin M. Forbes) -- Fedora configs for 6.6 (Justin M. Forbes) -- redhat/configs: Freescale Layerscape SoC family (Steve Best) -- Add clang MR/baseline pipelines (Michael Hofmann) -- CI: Remove unused kpet_tree_family (Nikolai Kondrashov) -- Add clang config framework (Don Zickus) -- Apply partial snippet configs to all configs (Don Zickus) -- Remove unpackaged kgcov config files (Don Zickus) -- redhat/configs: enable missing Kconfig options for Qualcomm RideSX4 (Brian Masney) -- enable CONFIG_ADDRESS_MASKING for x86_64 (Chris von Recklinghausen) -- common: aarch64: enable NXP Flex SPI (Peter Robinson) -- fedora: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in (Javier Martinez Canillas) -- kernel.spec: adjust build option comment (Michael Hofmann) -- kernel.spec: allow to enable arm64_16k variant (Michael Hofmann) -- gitlab-ci: enable build-only pipelines for Rawhide/16k/aarch64 (Michael Hofmann) -- kernel.spec.template: Fix --without bpftool (Prarit Bhargava) -- redhat/configs: NXP BBNSM Power Key Driver (Steve Best) -- redhat/self-test: Update data for cross compile fields (Prarit Bhargava) -- redhat/Makefile.cross: Add message for disabled subpackages (Prarit Bhargava) -- redhat/Makefile.cross: Update cross targets with disabled subpackages (Prarit Bhargava) -- Remove XFS_ASSERT_FATAL from pending-fedora (Justin M. Forbes) -- Change default pending for XFS_ONLINE_SCRUB_STATSas it now selects XFS_DEBUG (Justin M. Forbes) -- gitlab-ci: use --with debug/base to select kernel variants (Michael Hofmann) -- kernel.spec: add rpmbuild --without base option (Michael Hofmann) -- redhat: spec: Fix typo for kernel_variant_preun for 16k-debug flavor (Neal Gompa) -- Turn off appletalk for fedora (Justin M. Forbes) -- New configs in drivers/media (Fedora Kernel Team) -- redhat/docs: Add a mention of bugzilla for bugs (Prarit Bhargava) -- Fix the fixup of Fedora release (Don Zickus) -- Fix Fedora release scheduled job (Don Zickus) -- Move squashfs to kernel-modules-core (Justin M. Forbes) -- redhat: Explicitly disable CONFIG_COPS (Vitaly Kuznetsov) -- redhat: Add dist-check-licenses target (Vitaly Kuznetsov) -- redhat: Introduce "Verify SPDX-License-Identifier tags" selftest (Vitaly Kuznetsov) -- redhat: Use kspdx-tool output for the License: field (Vitaly Kuznetsov) -- Rename pipeline repo branch and DW tree names (Michael Hofmann) -- Adjust comments that refer to ARK in a Rawhide context (Michael Hofmann) -- Rename variable names starting with ark- to rawhide- (Michael Hofmann) -- Rename trigger-ark to trigger-rawhide (Michael Hofmann) -- Fix up config mismatches for Fedora (Justin M. Forbes) -- redhat/configs: Texas Instruments Inc. K3 multicore SoC architecture (Steve Best) -- Flip CONFIG_VIDEO_V4L2_SUBDEV_API in pending RHEL due to mismatch (Justin M. Forbes) -- CONFIG_HW_RANDOM_HISI: move to common and set to m (Scott Weaver) -- Turn off CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for Fedora s390x (Justin M. Forbes) -- Disable tests for ELN realtime pipelines (Michael Hofmann) -- New configs in mm/Kconfig (Fedora Kernel Team) -- Flip CONFIG_SND_SOC_CS35L56_SDW to m and clean up (Justin M. Forbes) -- Add drm_exec_test to mod-internal.list (Thorsten Leemhuis) -- Add new pending entry for CONFIG_SND_SOC_CS35L56_SDW to fix mismatch (Justin M. Forbes) -- Fix tarball creation logic (Don Zickus) -- redhat: bump libcpupower soname to match upstream (Patrick Talbert) -- Turn on MEMFD_CREATE in pending as it is selected by CONFIG_TMPFS (Justin M. Forbes) -- redhat: drop unneeded build-time dependency gcc-plugin-devel (Coiby Xu) -- all: x86: move wayward x86 specific config home (Peter Robinson) -- all: de-dupe non standard config options (Peter Robinson) -- all: x86: clean up microcode loading options (Peter Robinson) -- common: remove unnessary CONFIG_SND_MESON_AXG* (Peter Robinson) -- redhat: Fix UKI install with systemd >= 254 (Vitaly Kuznetsov) -- redhat: Use named parameters for kernel_variant_posttrans()/kernel_variant_preun() (Vitaly Kuznetsov) -- redhat/kernel.spec.template: update compression variables to support zstd (Brian Masney) -- Consolidate configs to common for 6.5 (Justin M. Forbes) -- Remove unused config entry for Fedora (Justin M. Forbes) -- redhat/self-test: Remove rpmlint test (Prarit Bhargava) -- Remove the armv7 config directory from Fedora again (Justin M. Forbes) -- Enable CONFIG_EXPERT for both RHEL and Fedora (Justin M. Forbes) -- redhat/configs: Enable CONFIG_DEVICE_PRIVATE on aarch64 (David Hildenbrand) [2231407] -- redhat/configs: disable CONFIG_ROCKCHIP_ERRATUM_3588001 for RHEL (Mark Salter) -- redhat: shellcheck fixes (Prarit Bhargava) -- redhat/configs: enable tegra114 SPI (Mark Salter) -- all: properly cleanup firewire once and for all (Peter Robinson) -- Fix up filters for Fedora (Justin M. Forbes) -- New configs in arch/x86 (Fedora Kernel Team) -- Add an armv7 directory back for the Fedora configs (Justin M. Forbes) -- Fedora 6.5 config updates (Justin M. Forbes) -- Turn off DMABUF_SYSFS_STATS (Justin M. Forbes) -- CI: rawhide_release: switch to using script to push (Don Zickus) -- redhat/self-test: Update self-test data (Prarit Bhargava) -- redhat/scripts/cross-compile: Update download_cross.sh (Prarit Bhargava) -- redhat/Makefile.cross: Remove ARCH selection code (Prarit Bhargava) -- redhat/Makefile.cross: Update script (Prarit Bhargava) -- Fix interruptible non MR jobs (Michael Hofmann) -- all: run evaluate_configs to de-dupe merged aarch64 (Peter Robinson) -- all: arm: merge the arm and arm/aarch64 (Peter Robinson) -- fedora: remove ARMv7 AKA armhfp configurations (Peter Robinson) -- fedora: remove ARMv7 AKA armhfp support (Peter Robinson) -- redhat/configs: enable CONFIG_VIRTIO_MEM on aarch64 (David Hildenbrand) [2044155] -- redhat/configs: enable CONFIG_MEMORY_HOTREMOVE aarch64 (David Hildenbrand) [2062054] -- redhat: Add arm64-16k kernel flavor scaffold for 16K page-size'd AArch64 (Neal Gompa) -- fedora: enable i3c on aarch64 (Peter Robinson) -- redhat/configs: Remove `CONFIG_HZ_1000 is not set` for aarch64 (Enric Balletbo i Serra) -- redhat/configs: turn on the framework for SPI NOR for ARM (Steve Best) -- configs: add new ChromeOS UART driver (Mark Langsdorf) -- configs: add new ChromeOS Human Presence Sensor (Mark Langsdorf) -- redhat/configs: Enable CONFIG_NVIDIA_WMI_EC_BACKLIGHT for both Fedora and RHEL (Kate Hsuan) -- redhat/configs: Texas Instruments INA3221 driver (Steve Best) -- arm: i.MX: Some minor NXP i.MX cleanups (Peter Robinson) -- Description: Set config for Tegra234 pinctrl driver (Joel Slebodnick) -- Update RPM Scriptlet for kernel-install Changes (Jonathan Steffan) -- [CI] add exit 0 to the end of CI scripts (Don Zickus) -- redhat: configs: Disable CONFIG_CRYPTO_STATS since performance issue for storage (Kate Hsuan) [2227793] -- Remove obsolete variable from gitlab-ci.yml (Ondrej Kinst) -- redhat/configs: Move GVT-g to Fedora only (Alex Williamson) -- [CI] Make sure we are on correct branch before running script (Don Zickus) -- CI: ark-update-configs: sync push command and output (Don Zickus) -- CI: ark-update-configs: misc changes (Don Zickus) -- CI: sync ark-create-release push commands with output (Don Zickus) -- CI: ark-create-release: Add a robust check if nothing changed (Don Zickus) -- CI: Remove legacy tag check cruft (Don Zickus) -- CI: Introduce simple environment script (Don Zickus) -- redhat/configs: Disable FIREWIRE for RHEL (Prarit Bhargava) -- redhat/scripts/rh-dist-git.sh: print list of uploaded files (Denys Vlasenko) -- redhat/scripts/expand_srpm.sh: add missing function, robustify (Denys Vlasenko) -- redhat: Enable HSR and PRP (Felix Maurer) -- redhat/scripts/rh-dist-git.sh: fix outdated message and comment (Denys Vlasenko) -- redhat/configs: Disable CONFIG_I8K (Prarit Bhargava) -- Make sure posttrans script doesn't fail if restorecon is not installed (Daan De Meyer) -- Update filters for new config items (Justin M. Forbes) -- More Fedora 6.5 configs (Justin M. Forbes) -- redhat/configs: disable pre-UVC cameras for RHEL on aarch64 (Dean Nelson) -- redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64 (Dean Nelson) -- move ownership of /lib/modules// to kernel-core (Thorsten Leemhuis) -- Let kernel-modules-core own the files depmod generates. (Thorsten Leemhuis) -- redhat: configs: Enable CONFIG_TYPEC_STUSB160X for rhel on aarch64 (Desnes Nunes) -- Add filters for ptp_dfl_tod on Fedora (Justin M. Forbes) -- Fedora 6.5 configs part 1 (Justin M. Forbes) -- fedora: enable CONFIG_ZYNQMP_IPI_MBOX as a builtin in pending-fedora (Patrick Talbert) -- fedora: arm: some minor updates (Peter Robinson) -- fedora: bluetooth: enable AOSP extensions (Peter Robinson) -- fedora: wifi: tweak ZYDAS WiFI config options (Peter Robinson) -- scsi: sd: Add "probe_type" module parameter to allow synchronous probing (Ewan D. Milne) [2140017] -- redhat/configs: allow IMA to use MOK keys (Coiby Xu) -- Simplify documentation jobs (Michael Hofmann) -- Auto-cancel pipelines only on MRs (Michael Hofmann) -- CI: Call script directly (Don Zickus) -- CI: Remove stale TAG and Makefile cruft (Don Zickus) -- CI: Move os-build tracking to common area (Don Zickus) -- redhat: use the eln builder for daily jobs (Patrick Talbert) -- redhat: set CONFIG_XILINX_WINDOW_WATCHDOG as disabled in pending (Patrick Talbert) -- Add baseline ARK/ELN pipelines (Michael Hofmann) -- Simplify job rules (Michael Hofmann) -- Build ELN srpm for bot changes (Michael Hofmann) -- Run RH selftests for ELN (Michael Hofmann) -- Simplify job templates (Michael Hofmann) -- Extract rules to allow orthogonal configuration (Michael Hofmann) -- Require ELN pipelines if started automatically (Michael Hofmann) -- Add ARK debug pipeline (Michael Hofmann) -- Extract common parts of child pipeline job (Michael Hofmann) -- Move ARK pipeline variables into job template (Michael Hofmann) -- Simplify ARK pipeline rules (Michael Hofmann) -- Change pathfix.py to %%py3_shebang_fix (Justin M. Forbes) -- Turn on NET_VENDOR_QUALCOMM for Fedora to enable rmnet (Justin M. Forbes) -- redhat: add intel-m10-bmc-hwmon to filter-modules singlemods list (Patrick Talbert) -- fedira: enable pending-fedora CONFIG_CPUFREQ_DT_PLATDEV as a module (Patrick Talbert) -- redhat: fix the 'eln BUILD_TARGET' self-test (Patrick Talbert) -- redhat: update the self-test-data (Patrick Talbert) -- redhat: remove trailing space in dist-dump-variables output (Patrick Talbert) -- Allow ELN pipelines failures (Michael Hofmann) -- Enable cs-like CI (Michael Hofmann) -- Allow to auto-cancel redundant pipelines (Michael Hofmann) -- Remove obsolete unused trigger variable (Michael Hofmann) -- Fix linter warnings in .gitlab-ci.yml (Michael Hofmann) -- config: wifi: debug options for ath11k, brcm80211 and iwlwifi (Íñigo Huguet) -- redhat: allow dbgonly cross builds (Jan Stancek) -- redhat/configs: Clean up x86-64 call depth tracking configs (Waiman Long) -- redhat: move SND configs from pending-rhel to rhel (Patrick Talbert) -- Fix up armv7 configs for Fedora (Justin M. Forbes) -- redhat: Set pending-rhel x86 values for various SND configs (Patrick Talbert) -- redhat: update self-test data (Patrick Talbert) -- redhat: ignore SPECBPFTOOLVERSION/bpftoolversion in self-test create-data.sh (Patrick Talbert) -- fedora/rhel: Move I2C_DESIGNWARE_PLATFORM, I2C_SLAVE, & GPIOLIB from pending (Patrick Talbert) -- redhat/filter-modules.sh.rhel: add needed deps for intel_rapl_tpmi (Jan Stancek) -- fedora: Enable CONFIG_SPI_SLAVE (Patrick Talbert) -- fedora/rhel: enable I2C_DESIGNWARE_PLATFORM, I2C_SLAVE, and GPIOLIB (Patrick Talbert) -- fedora: Enable CONFIG_SPI_SLAVE in fedora-pending (Patrick Talbert) -- redhat: remove extra + (plus) from meta package Requires definitions (Patrick Talbert) -- Add intel-m10-bmc-hwmon to singlemods (Thorsten Leemhuis) -- Add hid-uclogic-test to mod-internal.list (Thorsten Leemhuis) -- Add checksum_kunit.ko to mod-internal.list (Thorsten Leemhuis) -- Add strcat_kunit to mod-internal.list (Thorsten Leemhuis) -- Add input_test to mod-intenal.list (Thorsten Leemhuis) -- Revert "Remove EXPERT from ARCH_FORCE_MAX_ORDER for aarch64" (Justin M. Forbes) -- Fix up rebase issue with CONFIG_ARCH_FORCE_MAX_ORDER (Justin M. Forbes) -- redhat/kernel.spec.template: Disable 'extracting debug info' messages (Prarit Bhargava) -- kernel/rh_messages.c: Another gcc12 warning on redundant NULL test (Florian Weimer) [2216678] -- redhat: fix signing for realtime and arm64_64k non-debug variants (Jan Stancek) -- redhat: treat with_up consistently (Jan Stancek) -- redhat: make with_realtime opt-in (Jan Stancek) -- redhat/configs: Disable qcom armv7 drippings in the aarch64 tree (Jeremy Linton) -- kernel.spec: drop obsolete ldconfig (Jan Stancek) -- Consolidate config items to common for 6.4 cycle (Justin M. Forbes) -- Turn on CO?NFIg_RMNET for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_MANA_INFINIBAND=m for ARK (Vitaly Kuznetsov) -- redhat/config: common: Enable CONFIG_GPIO_SIM for software development (Kate Hsuan) -- redhat: fix problem with RT kvm modules listed twice in rpm generation (Clark Williams) -- redhat: turn off 64k kernel builds with rtonly (Clark Williams) -- redhat: turn off zfcpdump for rtonly (Clark Williams) -- redhat: don't allow with_rtonly to turn on unsupported arches (Clark Williams) -- redhat: update self-test data for addition of RT and 64k-page variants (Clark Williams) -- redhat: fix realtime and efiuki build conflict (Jan Stancek) -- arm64-64k: Add new kernel variant to RHEL9/CS9 for 64K page-size'd ARM64 (Donald Dutile) [2153073] -- redhat: TEMPORARY set configs to deal with PREEMPT_RT not available (Clark Williams) -- redhat: TEMPORARY default realtime to off (Clark Williams) -- redhat: moved ARM errata configs to arm dir (Clark Williams) -- redhat: RT packaging changes (Clark Williams) -- redhat: miscellaneous commits needed due to CONFIG_EXPERT (Clark Williams) -- redhat: realtime config entries (Clark Williams) -- common: remove deleted USB PCCARD drivers (Peter Robinson) -- fedora: further cleanup of pccard/cardbus subsystem (Peter Robinson) -- common: properly disable PCCARD subsystem (Peter Robinson) -- redhat/configs: arm: enable SERIAL_TEGRA UART for RHEL (Mark Salter) -- redhat/configs: enable CONFIG_X86_AMD_PSTATE_UT (David Arcari) -- redhat/configs: Enable CONFIG_TCG_VTPM_PROXY for RHEL (Štěpán Horáček) -- redhat: do not package *.mod.c generated files (Denys Vlasenko) -- ALSA configuration changes for ARK/RHEL 9.3 (Jaroslav Kysela) -- spec: remove resolve_btfids from kernel-devel (Viktor Malik) -- Fix typo in filter-modules (Justin M. Forbes) -- redhat/configs: Enable CONFIG_INIT_STACK_ALL_ZERO for RHEL (Josh Poimboeuf) -- Remove CONFIG_ARCH_FORCE_MAX_ORDER for aarch64 (Justin M. Forbes) -- Fix up config and filter for PTP_DFL_TOD (Justin M. Forbes) -- redhat/configs: IMX8ULP pinctrl driver (Steve Best) -- redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64 (Brian Masney) -- redhat/configs: add two missing Kconfig options for the Thinkpad x13s (Brian Masney) -- Fedora configs for 6.4 (Justin M. Forbes) -- Change aarch64 CONFIG_ARCH_FORCE_MAX_ORDER to 10 for 4K pages (Justin M. Forbes) -- kernel.spec: remove "RPM_VMLINUX_H=$DevelDir/vmlinux.h" code chunk in %%install (Denys Vlasenko) -- redhat/configs: aarch64: Turn on Display for OnePlus 6 (Eric Curtin) -- redhat/configs: NXP i.MX93 pinctrl, clk, analog to digital converters (Steve Best) -- redhat/configs: Enable CONFIG_SC_GPUCC_8280XP for fedora (Andrew Halaney) -- redhat/configs: Enable CONFIG_QCOM_IPCC for fedora (Andrew Halaney) -- Add rv subpackage for kernel-tools (John Kacur) [2188441] -- redhat/configs: NXP i.MX9 family (Steve Best) -- redhat/genlog.py: add support to list/process zstream Jira tickets (Herton R. Krzesinski) -- redhat: fix duplicate jira issues in the resolves line (Herton R. Krzesinski) -- redhat: add support for Jira issues in changelog (Herton R. Krzesinski) -- redhat/configs: turn on IMX8ULP CCM Clock Driver (Steve Best) -- redhat: update filter-modules fsdrvs list to reference smb instead of cifs (Patrick Talbert) -- Turn off some debug options found to impact performance (Justin M. Forbes) -- wifi: rtw89: enable RTL8852BE card in RHEL (Íñigo Huguet) -- redhat/configs: enable TEGRA186_GPC_DMA for RHEL (Mark Salter) -- Move imx8m configs from fedora to common (Mark Salter) -- redhat/configs: turn on lpuart serial port support Driver (Steve Best) [2208834] -- Turn off DEBUG_VM for non debug Fedora kernels (Justin M. Forbes) -- Enable CONFIG_BT on aarch64 (Charles Mirabile) -- redhat/configs: turn on CONFIG_MARVELL_CN10K_TAD_PMU (Michal Schmidt) [2042240] -- redhat/configs: Fix enabling MANA Infiniband (Kamal Heib) -- Fix file listing for symvers in uki (Justin M. Forbes) -- Fix up some Fedora config items (Justin M. Forbes) -- enable efifb for Nvidia (Justin M. Forbes) -- kernel.spec: package unstripped test_progs-no_alu32 (Felix Maurer) -- Turn on NFT_CONNLIMIT for Fedora (Justin M. Forbes) -- Include the information about builtin symbols into kernel-uki-virt package too (Vitaly Kuznetsov) -- redhat/configs: Fix incorrect configs location and content (Vladis Dronov) -- redhat/configs: turn on CONFIG_MARVELL_CN10K_DDR_PMU (Michal Schmidt) [2042241] -- redhat: configs: generic: x86: Disable CONFIG_VIDEO_OV2740 for x86 platform (Kate Hsuan) -- Enable IO_URING for RHEL (Justin M. Forbes) -- Turn on IO_URING for RHEL in pending (Justin M. Forbes) -- redhat: Remove editconfig (Prarit Bhargava) -- redhat: configs: fix CONFIG_WERROR replace in build_configs (Jan Stancek) -- redhat/configs: enable Maxim MAX77620 PMIC for RHEL (Mark Salter) -- kernel.spec: skip kernel meta package when building without up (Jan Stancek) -- redhat/configs: enable RDMA_RXE for RHEL (Kamal Heib) [2022578] -- redhat/configs: update RPCSEC_GSS_KRB5 configs (Scott Mayhew) -- redhat/Makefile: Support building linux-next (Thorsten Leemhuis) -- redhat/Makefile: support building stable-rc versions (Thorsten Leemhuis) -- redhat/Makefile: Add target to print DISTRELEASETAG (Thorsten Leemhuis) -- Remove EXPERT from ARCH_FORCE_MAX_ORDER for aarch64 (Justin M. Forbes) -- Revert "Merge branch 'unstripped-no_alu32' into 'os-build'" (Patrick Talbert) -- configs: Enable CONFIG_PAGE_POOL_STATS for common/generic (Patrick Talbert) -- redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora (David Arcari) -- kernel.spec: package unstripped test_progs-no_alu32 (Felix Maurer) -- bpf/selftests: fix bpf selftests install (Jerome Marchand) -- kernel.spec: add bonding selftest (Hangbin Liu) -- Change FORCE_MAX_ORDER for ppc64 to be 8 (Justin M. Forbes) -- kernel.spec.template: Add global compression variables (Prarit Bhargava) -- kernel.spec.template: Use xz for KABI (Prarit Bhargava) -- kernel.spec.template: Remove gzip related aarch64 code (Prarit Bhargava) -- Add apple_bl to filter-modules (Justin M. Forbes) -- Add handshake-test to mod-intenal.list (Justin M. Forbes) -- Add regmap-kunit to mod-internal.list (Justin M. Forbes) -- configs: set CONFIG_PAGE_POOL_STATS (Patrick Talbert) -- Add apple_bl to fedora module_filter (Justin M. Forbes) -- Fix up some config mismatches in new Fedora config items (Justin M. Forbes) -- redhat/configs: disable CONFIG_USB_NET_SR9700 for aarch64 (Jose Ignacio Tornos Martinez) -- Fix up the RHEL configs for xtables and ipset (Justin M. Forbes) -- ark: enable wifi on aarch64 (Íñigo Huguet) -- fedora: wifi: hermes: disable 802.11b driver (Peter Robinson) -- fedora: wifi: libertas: use the LIBERTAS_THINFIRM driver (Peter Robinson) -- fedora: wifi: disable Zydas vendor (Peter Robinson) -- redhat: fix python ValueError in error path of merge.py (Clark Williams) -- fedora: arm: minor updates (Peter Robinson) -- kernel.spec: Fix UKI naming to comply with BLS (Philipp Rudo) -- redhat/kernel.spec.template: Suppress 'extracting debug info' noise in build log (Prarit Bhargava) -- Fedora 6.3 configs part 2 (Justin M. Forbes) -- redhat/configs: Enable CONFIG_X86_KERNEL_IBT for Fedora and ARK (Josh Poimboeuf) -- kernel.spec: gcov: make gcov subpackages per variant (Jan Stancek) -- kernel.spec: Gemini: add Epoch to perf and rtla subpackages (Jan Stancek) -- kernel.spec: Gemini: fix header provides for upgrade path (Jan Stancek) -- redhat: introduce Gemini versioning (Jan Stancek) -- redhat: separate RPM version from uname version (Jan Stancek) -- redhat: introduce GEMINI and RHEL_REBASE_NUM variable (Jan Stancek) -- ipmi: ssif_bmc: Add SSIF BMC driver (Tony Camuso) -- common: minor de-dupe of parallel port configs (Peter Robinson) -- Fedora 6.3 configs part 1 (Justin M. Forbes) -- redhat: configs: Enable CONFIG_MEMTEST to enable memory test (Kate Hsuan) -- Update Fedora arm filters after config updates (Nicolas Chauvet) -- redhat/kernel.spec.template: Fix kernel-tools-libs-devel dependency (Prarit Bhargava) -- redhat: fix the check for the n option (Patrick Talbert) -- common: de-dupe some options that are the same (Peter Robinson) -- generic: remove deleted options (Peter Robinson) -- redhat/configs: enable CONFIG_INTEL_TCC_COOLING for RHEL (David Arcari) -- Update Fedora ppc filters after config updates (Justin M. Forbes) -- Update Fedora aarch64 filters after config updates (Justin M. Forbes) -- fedora: arm: Updates for 6.3 (Peter Robinson) -- redhat: kunit: cleanup NITRO config and enable rescale test (Nico Pache) -- kernel.spec: use %%{package_name} to fix kernel-devel-matched Requires (Jan Stancek) -- kernel.spec: use %%{package_name} also for abi-stablelist subpackages (Jan Stancek) -- kernel.spec: use %%{package_name} also for tools subpackages (Jan Stancek) -- generic: common: Parport and paride/ata cleanups (Peter Robinson) -- CONFIG_SND_SOC_CS42L83 is no longer common (Justin M. Forbes) -- configs: arm: bring some configs in line with rhel configs in c9s (Mark Salter) -- arm64/configs: Put some arm64 configs in the right place (Mark Salter) -- cleanup removed R8188EU config (Peter Robinson) -- Make RHJOBS container friendly (Don Zickus) -- Remove scmversion from kernel.spec.template (Don Zickus) -- redhat/configs: Enable CONFIG_SND_SOC_CS42L83 (Neal Gompa) -- Use RHJOBS for create-tarball (Don Zickus) -- Enable CONFIG_NET_SCH_FQ_PIE for Fedora (Justin M. Forbes) -- Make Fedora debug configs more useful for debug (Justin M. Forbes) -- redhat/configs: enable Octeon TX2 network drivers for RHEL (Michal Schmidt) [2040643] -- redhat/kernel.spec.template: fix installonlypkg for meta package (Jan Stancek) -- redhat: version two of Makefile.rhelver tweaks (Clark Williams) -- redhat/configs: Disable CONFIG_GCC_PLUGINS (Prarit Bhargava) -- redhat/kernel.spec.template: Fix typo for process_configs.sh call (Neal Gompa) -- redhat/configs: CONFIG_CRYPTO_SM3_AVX_X86_64 is x86 only (Vladis Dronov) -- redhat/configs: Enable CONFIG_PINCTRL_METEORLAKE in RHEL (Prarit Bhargava) -- fedora: enable new image sensors (Peter Robinson) -- redhat/self-test: Update self-test data (Prarit Bhargava) -- redhat/kernel.spec.template: Fix hardcoded "kernel" (Prarit Bhargava) -- redhat/configs/generate_all_configs.sh: Fix config naming (Prarit Bhargava) -- redhat/kernel.spec.template: Pass SPECPACKAGE_NAME to generate_all_configs.sh (Prarit Bhargava) -- kernel.spec.template: Use SPECPACKAGE_NAME (Prarit Bhargava) -- redhat/Makefile: Copy spec file (Prarit Bhargava) -- redhat: Change PACKAGE_NAME to SPECPACKAGE_NAME (Prarit Bhargava) -- redhat/configs: Support the virtio_mmio.device parameter in Fedora (David Michael) -- Revert "Merge branch 'systemd-boot-unsigned' into 'os-build'" (Patrick Talbert) -- redhat/Makefile: fix default values for dist-brew's DISTRO and DIST (Íñigo Huguet) -- Remove cc lines from automatic configs (Don Zickus) -- Add rtla-hwnoise files (Justin M. Forbes) -- redhat/kernel.spec.template: Mark it as a non-executable file (Neal Gompa) -- fedora: arm: Enable DRM_PANEL_HIMAX_HX8394 (Javier Martinez Canillas) -- redhat/configs: CONFIG_HP_ILO location fix (Vladis Dronov) -- redhat: Fix build for kselftests mm (Nico Pache) -- fix tools build after vm to mm rename (Justin M. Forbes) -- redhat/spec: Update bpftool versioning scheme (Viktor Malik) -- redhat/configs: CONFIG_CRYPTO_SM4_AESNI_AVX*_X86_64 is x86 only (Prarit Bhargava) -- redhat: adapt to upstream Makefile change (Clark Williams) -- redhat: modify efiuki specfile changes to use variants convention (Clark Williams) -- Turn off DEBUG_INFO_COMPRESSED_ZLIB for Fedora (Justin M. Forbes) -- redhat/kernel.spec.template: Fix RHEL systemd-boot-unsigned dependency (Prarit Bhargava) -- Add hashtable_test to mod-internal.list (Justin M. Forbes) -- Add more kunit tests to mod-internal.list for 6.3 (Justin M. Forbes) -- Flip CONFIG_I2C_ALGOBIT to m (Justin M. Forbes) -- Flip I2C_ALGOBIT to m to avoid mismatch (Justin M. Forbes) -- kernel.spec: move modules.builtin to kernel-core (Jan Stancek) -- Turn on IDLE_INJECT for x86 (Justin M. Forbes) -- Flip CONFIG_IDLE_INJECT in pending (Justin M. Forbes) -- redhat/configs: Enable CONFIG_V4L_TEST_DRIVERS related drivers (Enric Balletbo i Serra) -- redhat/configs: Enable UCSI_CCG support (David Marlin) -- Fix underline mark-up after text change (Justin M. Forbes) -- Turn on CONFIG_XFS_RT for Fedora (Justin M. Forbes) -- Consolidate common configs for 6.2 (Justin M. Forbes) -- aarch64: enable zboot (Gerd Hoffmann) -- redhat: remove duplicate pending-rhel config items (Patrick Talbert) -- Disable frame pointers (Justin M. Forbes) -- redhat/configs: update scripts and docs for ark -> rhel rename (Clark Williams) -- redhat/configs: rename ark configs dir to rhel (Clark Williams) -- Turn off CONFIG_DEBUG_INFO_COMPRESSED_ZLIB for ppc64le (Justin M. Forbes) -- kernel.spec: package unstripped kselftests/bpf/test_progs (Jan Stancek) -- kernel.spec: allow to package some binaries as unstripped (Jan Stancek) -- redhat/configs: Make merge.py portable for older python (Desnes Nunes) -- Fedora configs for 6.2 (Justin M. Forbes) -- redhat: Repair ELN build broken by the recent UKI changes (Vitaly Kuznetsov) -- redhat/configs: enable CONFIG_INET_DIAG_DESTROY (Andrea Claudi) -- Enable TDX Guest driver (Vitaly Kuznetsov) -- redhat/configs: Enable CONFIG_PCIE_PTM generically (Corinna Vinschen) -- redhat: Add sub-RPM with a EFI unified kernel image for virtual machines (Vitaly Kuznetsov) -- redhat/Makefile: Remove GIT deprecated message (Prarit Bhargava) -- Revert "redhat: configs: Disable xtables and ipset" (Phil Sutter) -- redhat/configs: Enable CONFIG_SENSORS_LM90 for RHEL (Mark Salter) -- Fix up SQUASHFS decompression configs (Justin M. Forbes) -- redhat/configs: enable CONFIG_OCTEON_EP as a module in ARK (Michal Schmidt) [2041990] -- redhat: ignore rpminspect runpath report on urandom_read selftest binaries (Herton R. Krzesinski) -- kernel.spec: add llvm-devel build requirement (Scott Weaver) -- Update self-test data to not expect debugbuildsenabled 0 (Justin M. Forbes) -- Turn off forced debug builds (Justin M. Forbes) -- Turn on debug builds for aarch64 Fedora (Justin M. Forbes) -- redhat/configs: modify merge.py to match old overrides input (Clark Williams) -- redhat: fixup pylint complaints (Clark Williams) -- redhat: remove merge.pl and references to it (Clark Williams) -- redhat: update merge.py to handle merge.pl corner cases (Clark Williams) -- Revert "redhat: fix elf got hardening for vm tools" (Don Zickus) -- Update rebase notes for Fedora (Justin M. Forbes) -- Update CONFIG_LOCKDEP_CHAINS_BITS to 19 (cmurf) -- redhat/configs: Turn on CONFIG_SPI_TEGRA210_QUAD for RHEL (Mark Salter) -- ark: aarch64: drop CONFIG_SMC911X (Peter Robinson) -- all: cleanup and de-dupe CDROM_PKTCDVD options. (Peter Robinson) -- all: remove CRYPTO_GF128MUL (Peter Robinson) -- all: cleanup UEFI options (Peter Robinson) -- common: arm64: Enable Ampere Altra SMpro Hardware Monitoring (Peter Robinson) -- fedora: enable STACKPROTECTOR_STRONG (Peter Robinson) -- fedora: enable STACKPROTECTOR on arm platforms (Peter Robinson) -- redhat/self-test: Update data with ENABLE_WERROR (Prarit Bhargava) -- redhat/Makefile.variables: Add ENABLE_WERROR (Prarit Bhargava) -- makefile: Add -Werror support for RHEL (Prarit Bhargava) -- redhat/Makefile.variables: Remove mention of Makefile.rhpkg (Prarit Bhargava) -- redhat/Makefile.variables: Alphabetize variables (Prarit Bhargava) -- gitlab-ci: use CI templates from production branch (Michael Hofmann) -- redhat/kernel.spec.template: Fix internal "File listed twice" errors (Prarit Bhargava) -- redhat: Remove stale .tmp_versions code and comments (Prarit Bhargava) -- redhat/kernel.spec.template: Fix vmlinux_decompressor on !s390x (Prarit Bhargava) -- redhat/kernel.spec.template: Remove unnecessary output from pathfix.py (Prarit Bhargava) -- Modularize CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU (Mark Salter) -- redhat/kernel.spec.template: Parallelize compression (Prarit Bhargava) -- config: Enable Security Path (Ricardo Robaina) -- redhat/self-test/data: Regenerate self-test data for make change (Prarit Bhargava) -- Update module filters for nvmem_u-boot-env (Justin M. Forbes) -- fedora: Updates for 6.2 merge (Peter Robinson) -- fedora: Updates for 6.1 merge (Peter Robinson) -- modules-core: use %%posttrans (Gerd Hoffmann) -- split sub-rpm kernel-modules-core from kernel-core (Gerd Hoffmann) -- Turn off CONFIG_MTK_T7XX for S390x (Justin M. Forbes) -- CI: add variable for variant handling (Veronika Kabatova) -- Fix up configs with SND_SOC_NAU8315 mismatch (Justin M. Forbes) -- CI: Do a full build for non-bot runs (Veronika Kabatova) -- Fix up configs with SND_SOC_NAU8315 mismatch (Justin M. Forbes) -- kernel/rh_messages.c: gcc12 warning on redundant NULL test (Eric Chanudet) [2142658] -- redhat/configs: Enable CRYPTO_CURVE25519 in ark (Prarit Bhargava) -- general: arm: cleanup ASPEED options (Peter Robinson) -- redhat/configs: ALSA - cleanups for the AMD Pink Sardine DMIC driver (Jaroslav Kysela) -- redhat/docs: Add FAQ entry for booting between Fedora & ELN/RHEL kernels (Prarit Bhargava) -- spec: add missing BuildRequires: python3-docutils for tools (Ondrej Mosnacek) -- config: enable RCU_TRACE for debug kernels (Wander Lairson Costa) -- Add siphash_kunit and strscpy_kunit to mod-internal.list (Justin M. Forbes) -- Add drm_kunit_helpers to mod-internal.list (Justin M. Forbes) -- Fix up configs for Fedora so we don't have a mismatch (Justin M. Forbes) -- Turn on CONFIG_SQUASHFS_DECOMP_SINGLE in pending (Justin M. Forbes) -- redhat/kernel.spec.template: Fix cpupower file error (Prarit Bhargava) -- redhat/configs: aarhc64: clean up some erratum configs (Mark Salter) -- More Fedora configs for 6.1 as deps were switched on (Justin M. Forbes) -- redhat/configs: make SOC_TEGRA_CBB a module (Mark Salter) -- redhat/configs: aarch64: reorganize tegra configs to common dir (Mark Salter) -- Enforces buildroot if cross_arm (Nicolas Chauvet) -- Handle automated case when config generation works correctly (Don Zickus) -- Turn off CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64 (Justin M. Forbes) -- Turn off CONFIG_EFI_ZBOOT as it makes CKI choke (Justin M. Forbes) -- Fedora config updates for 6.1 (Justin M. Forbes) -- redhat: Remove cpupower files (Prarit Bhargava) -- redhat/configs: update CXL-related options to match what RHEL will use (John W. Linville) -- Clean up the config for the Tegra186 timer (Al Stone) -- redhat/configs: move CONFIG_TEGRA186_GPC_DMA config (Mark Salter) -- Check for kernel config git-push failures (Don Zickus) -- redhat: genlog.sh failures should interrupt the recipe (Patrick Talbert) -- Turn CONFIG_GNSS back on for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_GNSS for RHEL (Michal Schmidt) -- Turn off NVMEM_U_BOOT_ENV for fedora (Justin M. Forbes) -- Consolidate matching fedora and ark entries to common (Justin M. Forbes) -- Empty out redhat/configs/common (Justin M. Forbes) -- Adjust path to compressed vmlinux kernel image for s390x (Justin M. Forbes) [2149273] -- Fedora config updates for 6.1 (Justin M. Forbes) -- redhat: genlog.sh should expect genlog.py in the current directory (Patrick Talbert) -- redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m (Joe Lawrence) -- redhat/configs: enable CONFIG_TEST_LIVEPATCH=m for s390x (Julia Denham) -- Revert "Merge branch 'ark-make-help' into 'os-build'" (Scott Weaver) -- Remove recommendation to use 'common' for config changes. (Don Zickus) -- Update config to add i3c support for AArch64 (Mark Charlebois) -- redhat: Move cross-compile scripts into their own directory (Prarit Bhargava) -- redhat: Move yaml files into their own directory (Prarit Bhargava) -- redhat: Move update_scripts.sh into redhat/scripts (Prarit Bhargava) -- redhat: Move kernel-tools scripts into their own directory (Prarit Bhargava) -- redhat: Move gen-* scripts into their own directory (Prarit Bhargava) -- redhat: Move mod-* scripts into their own directory (Prarit Bhargava) -- redhat/Makefile: Fix RHJOBS grep warning (Prarit Bhargava) -- redhat: Force remove tmp file (Prarit Bhargava) -- redhat/configs: ALSA - cleanups for the CentOS 9.2 update (Jaroslav Kysela) -- CI: Use CKI container images from quay.io (Veronika Kabatova) -- redhat: clean up the partial-kgcov-snip.config file (Patrick Talbert) -- redhat: avoid picking up stray editor backups when processing configs (Clark Williams) -- CI: Remove old configs (Veronika Kabatova) -- redhat: override `make help` to include dist-help (Jonathan Toppins) -- redhat: make RHTEST stricter (Jonathan Toppins) -- redhat: Enable support for SN2201 system (Ivan Vecera) -- redhat/docs/index.rst: Add FLAVOR information to generate configs for local builds (Enric Balletbo i Serra) -- redhat: fix selftest git command so it picks the right commit (Patrick Talbert) -- redhat/configs: enable HP_WATCHDOG for aarch64 (Mark Salter) -- redhat: disable Kfence Kunit Test (Nico Pache) -- configs: enable CONFIG_LRU_GEN_ENABLED everywhere (Patrick Talbert) -- redhat: Enable WWAN feature and support for Intel, Qualcomm and Mediatek devices (Jose Ignacio Tornos Martinez) -- Turn on dln2 support (RHBZ 2110372) (Justin M. Forbes) -- Enable configs for imx8m PHYs (Al Stone) -- configs/fedora: Build some SC7180 clock controllers as modules (Javier Martinez Canillas) -- redhat/configs: Disable fbdev drivers and use simpledrm everywhere (Javier Martinez Canillas) [1986223] -- redhat: fix the branch we pull from the documentation tree (Herton R. Krzesinski) -- redhat/configs: change so watchdog is module versus builtin (Steve Best) -- redhat/configs: move CONFIG_ACPI_VIDEO to common/generic (Mark Langsdorf) -- enable imx8xm I2C configs properly (Al Stone) -- configs/fedora: Enable a few more drivers needed by the HP X2 Chromebook (Javier Martinez Canillas) -- enable the rtc-rv8803 driver on RHEL and Fedora (David Arcari) -- redhat/Makefile: Remove BUILD_SCRATCH_TARGET (Prarit Bhargava) -- configs: move CONFIG_INTEL_TDX_GUEST to common directory (Wander Lairson Costa) -- redhat/Makefile: Use new BUILD_TARGET for RHEL dist[g]-brew target (Prarit Bhargava) -- redhat: method.py: change the output loop to use 'values' method (Patrick Talbert) -- redhat: use 'update' method in merge.py (Patrick Talbert) -- redhat: Use a context manager in merge.py for opening the config file for reading (Patrick Talbert) -- redhat: automatically strip newlines in merge.py (Clark Williams) -- redhat: python replacement for merge.pl (Clark Williams) -- redhat/docs: Update with DISTLOCALVERSION (Prarit Bhargava) -- redhat/Makefile: Rename LOCALVERSION to DISTLOCALVERSION (Akihiko Odaki) -- Adjust FIPS module name in RHEL (Vladis Dronov) -- spec: prevent git apply from searching for the .git directory (Ondrej Mosnacek) -- redhat: Remove parallel_xz.sh (Prarit Bhargava) -- Turn on Multi-Gen LRU for Fedora (Justin M. Forbes) -- Add kasan_test to mod-internal.list (Justin M. Forbes) -- redhat/Makefile.variables: Fix typo with RHDISTGIT_TMP (Prarit Bhargava) -- spec: fix path to `installing_core` stamp file for subpackages (Jonathan Lebon) -- Remove unused ci scripts (Don Zickus) -- Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in configs (Justin M. Forbes) -- redhat: Add new fortify_kunit & is_signed_type_kunit to mod-internal.list (Patrick Talbert) -- Rename rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER in pending (Justin M. Forbes) -- Add acpi video to the filter_modules.sh for rhel (Justin M. Forbes) -- Change acpi_bus_get_acpi_device to acpi_get_acpi_dev (Justin M. Forbes) -- Turn on ACPI_VIDEO for arm (Justin M. Forbes) -- Turn on CONFIG_PRIME_NUMBERS as a module (Justin M. Forbes) -- Add new drm kunit tests to mod-internal.list (Justin M. Forbes) -- redhat: fix elf got hardening for vm tools (Frantisek Hrbata) -- kernel.spec.template: remove some temporary files early (Ondrej Mosnacek) -- kernel.spec.template: avoid keeping two copies of vmlinux (Ondrej Mosnacek) -- Add fortify_kunit to mod-internal.list (Justin M. Forbes) -- Add module filters for Fedora as acpi video has new deps (Justin M. Forbes) -- One more mismatch (Justin M. Forbes) -- Fix up pending for mismatches (Justin M. Forbes) -- Forgot too remove this from pending, it is set properly in ark (Justin M. Forbes) -- redhat/Makefile: Add DIST to git tags for RHEL (Prarit Bhargava) -- redhat/configs: Move CONFIG_ARM_SMMU_QCOM_DEBUG to common (Jerry Snitselaar) -- Common config cleanup for 6.0 (Justin M. Forbes) -- Allow selftests to fail without killing the build (Justin M. Forbes) -- redhat: Remove redhat/Makefile.rhpkg (Prarit Bhargava) -- redhat/Makefile: Move RHDISTGIT_CACHE and RHDISTGIT_TMP (Prarit Bhargava) -- redhat/Makefile.rhpkg: Remove RHDISTGIT_USER (Prarit Bhargava) -- redhat/Makefile: Move RHPKG_BIN to redhat/Makefile (Prarit Bhargava) -- common: clean up Android option with removal of CONFIG_ANDROID (Peter Robinson) -- redhat/configs: Remove x86_64 from priority files (Prarit Bhargava) -- redhat/configs/pending-ark: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/pending-fedora: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/fedora: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/common: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/ark: Remove x86_64 directory (Prarit Bhargava) -- redhat/configs/custom-overrides: Remove x86_64 directory (Prarit Bhargava) -- configs: use common CONFIG_ARM64_SME for ark and fedora (Mark Salter) -- redhat/configs: Add a warning message to priority.common (Prarit Bhargava) -- redhat/configs: Enable INIT_STACK_ALL_ZERO for Fedora (Miko Larsson) -- redhat: Set CONFIG_MAXLINEAR_GPHY to =m (Petr Oros) -- redhat/configs enable CONFIG_INTEL_IFS (David Arcari) -- redhat: Remove filter-i686.sh.rhel (Prarit Bhargava) -- redhat/Makefile: Set PATCHLIST_URL to none for RHEL/cs9 (Prarit Bhargava) -- redhat: remove GL_DISTGIT_USER, RHDISTGIT and unify dist-git cloning (Prarit Bhargava) -- redhat/Makefile.variables: Add ADD_COMMITID_TO_VERSION (Prarit Bhargava) -- kernel.spec: disable vmlinux.h generation for s390 zfcpdump config (Prarit Bhargava) -- perf: Require libbpf 0.6.0 or newer (Prarit Bhargava) -- kabi: add stablelist helpers (Prarit Bhargava) -- Makefile: add kabi targets (Prarit Bhargava) -- kabi: add support for symbol namespaces into check-kabi (Prarit Bhargava) -- kabi: ignore new stablelist metadata in show-kabi (Prarit Bhargava) -- redhat/Makefile: add dist-assert-tree-clean target (Prarit Bhargava) -- redhat/kernel.spec.template: Specify vmlinux.h path when building samples/bpf (Prarit Bhargava) [2041365] -- spec: Fix separate tools build (Prarit Bhargava) [2054579] -- redhat/scripts: Update merge-subtrees.sh with new subtree location (Prarit Bhargava) -- redhat/kernel.spec.template: enable dependencies generation (Prarit Bhargava) -- redhat: build and include memfd to kernel-selftests-internal (Prarit Bhargava) [2027506] -- redhat/kernel.spec.template: Link perf with --export-dynamic (Prarit Bhargava) -- redhat: kernel.spec: selftests: abort on build failure (Prarit Bhargava) -- redhat: configs: move CONFIG_SERIAL_MULTI_INSTANTIATE=m settings to common/x86 (Jaroslav Kysela) -- configs: enable CONFIG_HP_ILO for aarch64 (Mark Salter) -- all: cleanup dell config options (Peter Robinson) -- redhat: Include more kunit tests (Nico Pache) -- common: some minor cleanups/de-dupe (Peter Robinson) -- common: enable INTEGRITY_MACHINE_KEYRING on all configuraitons (Peter Robinson) -- Fedora 6.0 configs update (Justin M. Forbes) -- redhat/self-test: Ignore .rhpkg.mk files (Prarit Bhargava) -- redhat/configs: Enable CONFIG_PRINTK_INDEX on Fedora (Prarit Bhargava) -- redhat/configs: Cleanup CONFIG_X86_KERNEL_IBT (Prarit Bhargava) -- Fix up SND_CTL debug options (Justin M. Forbes) -- redhat: create /boot symvers link if it doesn't exist (Jan Stancek) -- redhat: remove duplicate kunit tests in mod-internal.list (Nico Pache) -- configs/fedora: Make Fedora work with HNS3 network adapter (Zamir SUN) -- redhat/configs/fedora/generic: Enable CONFIG_BLK_DEV_UBLK on Fedora (Richard W.M. Jones) [2122595] -- fedora: disable IWLMEI (Peter Robinson) -- redhat/configs: enable UINPUT on aarch64 (Benjamin Tissoires) -- Fedora 6.0 configs part 1 (Justin M. Forbes) -- redhat/Makefile: Always set UPSTREAM (Prarit Bhargava) -- redhat/configs: aarch64: Turn on Apple Silicon configs for Fedora (Eric Curtin) -- Add cpumask_kunit to mod-internal.list (Justin M. Forbes) -- config - consolidate disabled MARCH options on s390x (Dan Horák) -- move the baseline arch to z13 for s390x in F-37+ (Dan Horák) -- redhat/scripts/rh-dist-git.sh: Fix outdated cvs reference (Prarit Bhargava) -- redhat/scripts/expand_srpm.sh: Use Makefile variables (Prarit Bhargava) -- redhat/scripts/clone_tree.sh: Use Makefile variables (Prarit Bhargava) -- Fedora: arm changes for 6.0, part 1, with some ACPI (Peter Robinson) -- redhat/self-test: Fix shellcheck errors (Prarit Bhargava) -- redhat/docs: Add dist-brew BUILD_FLAGS information (Prarit Bhargava) -- redhat: change the changelog item for upstream merges (Herton R. Krzesinski) -- redhat: fix dist-release build number test (Herton R. Krzesinski) -- redhat: fix release number bump when dist-release-changed runs (Herton R. Krzesinski) -- redhat: use new genlog.sh script to detect changes for dist-release (Herton R. Krzesinski) -- redhat: move changelog addition to the spec file back into genspec.sh (Herton R. Krzesinski) -- redhat: always add a rebase entry when ark merges from upstream (Herton R. Krzesinski) -- redhat: drop merge ark patches hack (Herton R. Krzesinski) -- redhat: don't hardcode temporary changelog file (Herton R. Krzesinski) -- redhat: split changelog generation from genspec.sh (Herton R. Krzesinski) -- redhat: configs: Disable FIE on arm (Jeremy Linton) [2012226] -- redhat/Makefile: Clean linux tarballs (Prarit Bhargava) -- redhat/configs: Cleanup CONFIG_ACPI_AGDI (Prarit Bhargava) -- spec: add cpupower daemon reload on install/upgrade (Jarod Wilson) -- redhat: properly handle binary files in patches (Ondrej Mosnacek) -- Add python3-setuptools buildreq for perf (Justin M. Forbes) -- Add cros_kunit to mod-internal.list (Justin M. Forbes) -- Add new tests to mod-internal.list (Justin M. Forbes) -- Turn off some Kunit tests in pending (Justin M. Forbes) -- Clean up a mismatch in Fedora configs (Justin M. Forbes) -- redhat/configs: Sync up Retbleed configs with centos-stream (Waiman Long) -- Change CRYPTO_BLAKE2S_X86 from m to y (Justin M. Forbes) -- Leave CONFIG_ACPI_VIDEO on for x86 only (Justin M. Forbes) -- Fix BLAKE2S_ARM and BLAKE2S_X86 configs in pending (Justin M. Forbes) -- Fix pending for ACPI_VIDEO (Justin M. Forbes) -- redhat/configs: Fix rm warning on config warnings (Eric Chanudet) -- redhat/Makefile: Deprecate PREBUILD_GIT_ONLY variable (Prarit Bhargava) -- redhat/Makefile: Deprecate SINGLE_TARBALL variable (Prarit Bhargava) -- redhat/Makefile: Deprecate GIT variable (Prarit Bhargava) -- Update CONFIG_LOCKDEP_CHAINS_BITS to 18 (cmurf) -- Add new FIPS module name and version configs (Vladis Dronov) -- redhat/configs/fedora: Make PowerPC's nx-gzip buildin (Jakub Čajka) -- omit unused Provides (Dan Horák) -- self-test: Add test for DIST=".eln" (Prarit Bhargava) -- redhat: Enable CONFIG_LZ4_COMPRESS on Fedora (Prarit Bhargava) -- fedora: armv7: enable MMC_STM32_SDMMC (Peter Robinson) -- .gitlab-ci.yaml: Add test for dist-get-buildreqs target (Prarit Bhargava) -- redhat/docs: Add information on build dependencies (Prarit Bhargava) -- redhat/Makefile: Add better pass message for dist-get-buildreqs (Prarit Bhargava) -- redhat/Makefile: Provide a better message for system-sb-certs (Prarit Bhargava) -- redhat/Makefile: Change dist-buildreq-check to a non-blocking target (Prarit Bhargava) -- create-data: Parallelize spec file data (Prarit Bhargava) -- create-data.sh: Store SOURCES Makefile variable (Prarit Bhargava) -- redhat/Makefile: Split up setup-source target (Prarit Bhargava) -- create-data.sh: Redefine varfilename (Prarit Bhargava) -- create-data.sh: Parallelize variable file creation (Prarit Bhargava) -- redhat/configs: Enable CONFIG_LZ4_COMPRESS (Prarit Bhargava) -- redhat/docs: Update brew information (Prarit Bhargava) -- redhat/Makefile: Fix eln BUILD_TARGET (Prarit Bhargava) -- redhat/Makefile: Set BUILD_TARGET for dist-brew (Prarit Bhargava) -- kernel.spec.template: update (s390x) expoline.o path (Joe Lawrence) -- fedora: enable BCM_NET_PHYPTP (Peter Robinson) -- Fedora 5.19 configs update part 2 (Justin M. Forbes) -- redhat/Makefile: Change fedora BUILD_TARGET (Prarit Bhargava) -- New configs in security/keys (Fedora Kernel Team) -- Fedora: arm: enable a pair of drivers (Peter Robinson) -- redhat: make kernel-zfcpdump-core to not provide kernel-core/kernel (Herton R. Krzesinski) -- redhat/configs: Enable QAT devices for arches other than x86 (Vladis Dronov) -- Fedora 5.19 configs pt 1 (Justin M. Forbes) -- redhat: Exclude cpufreq.h from kernel-headers (Patrick Talbert) -- Add rtla subpackage for kernel-tools (Justin M. Forbes) -- fedora: arm: enable a couple of QCom drivers (Peter Robinson) -- redhat/Makefile: Deprecate BUILD_SCRATCH_TARGET (Prarit Bhargava) -- redhat: enable CONFIG_DEVTMPFS_SAFE (Mark Langsdorf) -- redhat/Makefile: Remove deprecated variables and targets (Prarit Bhargava) -- Split partner modules into a sub-package (Alice Mitchell) -- Enable kAFS and it's dependancies in RHEL (Alice Mitchell) -- Enable Marvell OcteonTX2 crypto device in ARK (Vladis Dronov) -- redhat/Makefile: Remove --scratch from BUILD_TARGET (Prarit Bhargava) -- redhat/Makefile: Fix dist-brew and distg-brew targets (Prarit Bhargava) -- fedora: arm64: Initial support for TI Keystone 3 (ARCH_K3) (Peter Robinson) -- fedora: arm: enable Hardware Timestamping Engine support (Peter Robinson) -- fedora: wireless: disable SiLabs and PureLiFi (Peter Robinson) -- fedora: updates for 5.19 (Peter Robinson) -- fedora: minor updates for Fedora configs (Peter Robinson) -- configs/fedora: Enable the pinctrl SC7180 driver built-in (Enric Balletbo i Serra) -- redhat/configs: enable CONFIG_DEBUG_NET for debug kernel (Hangbin Liu) -- redhat/Makefile: Add SPECKABIVERSION variable (Prarit Bhargava) -- redhat/self-test: Provide better failure output (Prarit Bhargava) -- redhat/self-test: Reformat tests to kernel standard (Prarit Bhargava) -- redhat/self-test: Add purpose and header to each test (Prarit Bhargava) -- Drop outdated CRYPTO_ECDH configs (Vladis Dronov) -- Brush up crypto SHA512 and USER configs (Vladis Dronov) -- Brush up crypto ECDH and ECDSA configs (Vladis Dronov) -- redhat/self-test: Update data set (Prarit Bhargava) -- create-data.sh: Reduce specfile data output (Prarit Bhargava) -- redhat/configs: restore/fix core INTEL_LPSS configs to be builtin again (Hans de Goede) -- Enable CKI on os-build MRs only (Don Zickus) -- self-test: Fixup Makefile contents test (Prarit Bhargava) -- redhat/self-test: self-test data update (Prarit Bhargava) -- redhat/self-test: Fix up create-data.sh to not report local variables (Prarit Bhargava) -- redhat/configs/fedora: Enable a set of modules used on some x86 tablets (Hans de Goede) -- redhat/configs: Make INTEL_SOC_PMIC_CHTDC_TI builtin (Hans de Goede) -- redhat/configs/fedora: enable missing modules modules for Intel IPU3 camera support (Hans de Goede) -- Common: minor cleanups (Peter Robinson) -- fedora: some minor Fedora cleanups (Peter Robinson) -- fedora: drop X86_PLATFORM_DRIVERS_DELL dupe (Peter Robinson) -- redhat: change tools_make macro to avoid full override of variables in Makefile (Herton R. Krzesinski) -- Fix typo in Makefile for Fedora Stable Versioning (Justin M. Forbes) -- Remove duplicates from ark/generic/s390x/zfcpdump/ (Vladis Dronov) -- Move common/debug/s390x/zfcpdump/ configs to ark/debug/s390x/zfcpdump/ (Vladis Dronov) -- Move common/generic/s390x/zfcpdump/ configs to ark/generic/s390x/zfcpdump/ (Vladis Dronov) -- Drop RCU_EXP_CPU_STALL_TIMEOUT to 0, we are not really android (Justin M. Forbes) -- redhat/configs/README: Update the README (Prarit Bhargava) -- redhat/docs: fix hyperlink typo (Patrick Talbert) -- all: net: remove old NIC/ATM drivers that use virt_to_bus() (Peter Robinson) -- Explicitly turn off CONFIG_KASAN_INLINE for ppc (Justin M. Forbes) -- redhat/docs: Add a description of kernel naming (Prarit Bhargava) -- Change CRYPTO_CHACHA_S390 from m to y (Justin M. Forbes) -- enable CONFIG_NET_ACT_CTINFO in ark (Davide Caratti) -- redhat/configs: enable CONFIG_SP5100_TCO (David Arcari) -- redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64 (Eric Auger) [2089765] -- Turn off KASAN_INLINE for RHEL ppc in pending (Justin M. Forbes) -- redhat/kernel.spec.template: update selftest data via "make dist-self-test-data" (Denys Vlasenko) -- redhat/kernel.spec.template: remove stray *.hardlink-temporary files, if any (Denys Vlasenko) -- Fix up ZSMALLOC config for s390 (Justin M. Forbes) -- Turn on KASAN_OUTLINE for ppc debug (Justin M. Forbes) -- Turn on KASAN_OUTLINE for PPC debug to avoid mismatch (Justin M. Forbes) -- Fix up crypto config mistmatches (Justin M. Forbes) -- Fix up config mismatches (Justin M. Forbes) -- generic/fedora: cleanup and disable Lightning Moutain SoC (Peter Robinson) -- redhat: Set SND_SOC_SOF_HDA_PROBES to =m (Patrick Talbert) -- Fix versioning on stable Fedora (Justin M. Forbes) -- Enable PAGE_POOL_STATS for arm only (Justin M. Forbes) -- Revert "Merge branch 'fix-ci-20220523' into 'os-build'" (Patrick Talbert) -- Flip CONFIG_RADIO_ADAPTERS to module for Fedora (Justin M. Forbes) -- redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) -- Fedora: arm: Updates for QCom devices (Peter Robinson) -- Fedora arm and generic updates for 5.17 (Peter Robinson) -- enable COMMON_CLK_SI5341 for Xilinx ZYNQ-MP (Peter Robinson) -- Turn on CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING for Fedora (Justin M. Forbes) -- redhat/self-test/data: Update data set (Prarit Bhargava) -- Revert variable switch for lasttag (Justin M. Forbes) -- redhat: Add self-tests to .gitlab-ci.yml (Prarit Bhargava) -- redhat/self-test: Update data (Prarit Bhargava) -- redhat/self-test: Unset Makefile variables (Prarit Bhargava) -- redhat/self-test: Omit SHELL variable from test data (Prarit Bhargava) -- Add CONFIG_EFI_DXE_MEM_ATTRIBUTES (Justin M. Forbes) -- Update filter-modules for mlx5-vfio-pci (Justin M. Forbes) -- Fedora configs for 5.18 (Justin M. Forbes) -- self-test/data/create-data.sh: Avoid SINGLE_TARBALL warning (Prarit Bhargava) -- redhat/Makefile: Rename PREBUILD to UPSTREAMBUILD (Prarit Bhargava) -- redhat/Makefile: Rename BUILDID to LOCALVERSION (Prarit Bhargava) -- redhat/Makefile: Fix dist-brew & distg-brew targets (Prarit Bhargava) -- redhat/Makefile: Reorganize MARKER code (Prarit Bhargava) -- redhat/scripts/new_release.sh: Use Makefile variables (Prarit Bhargava) -- redhat/Makefile: Rename __YSTREAM and __ZSTREAM (Prarit Bhargava) -- redhat/genspec.sh: Add comment about SPECBUILDID variable (Prarit Bhargava) -- redhat/kernel.spec.template: Move genspec variables into one section (Prarit Bhargava) -- redhat/kernel.spec.template: Remove kversion (Prarit Bhargava) -- redhat/Makefile: Add SPECTARFILE_RELEASE comment (Prarit Bhargava) -- redhat/Makefile: Rename RPMVERSION to BASEVERSION (Prarit Bhargava) -- redhat/Makefile: Target whitespace cleanup (Prarit Bhargava) -- redhat/Makefile: Move SPECRELEASE to genspec.sh (Prarit Bhargava) -- redhat/Makefile: Add kernel-NVR comment (Prarit Bhargava) -- redhat/Makefile: Use SPECFILE variable (Prarit Bhargava) -- redhat/Makefile: Remove KEXTRAVERSION (Prarit Bhargava) -- redhat: Enable VM kselftests (Nico Pache) [1978539] -- redhat: enable CONFIG_TEST_VMALLOC for vm selftests (Nico Pache) -- redhat: Enable HMM test to be used by the kselftest test suite (Nico Pache) -- redhat/Makefile.variables: Change git hash length to default (Prarit Bhargava) -- redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) -- Turn on INTEGRITY_MACHINE_KEYRING for Fedora (Justin M. Forbes) -- redhat/configs: fix CONFIG_INTEL_ISHTP_ECLITE (David Arcari) -- redhat/configs: Fix rm warning on error (Prarit Bhargava) -- Fix nightly merge CI (Don Zickus) -- redhat/kernel.spec.template: fix standalone tools build (Jan Stancek) -- Add system-sb-certs for RHEL-9 (Don Zickus) -- Fix dist-buildcheck-reqs (Don Zickus) -- move DAMON configs to correct directory (Chris von Recklinghausen) -- redhat: indicate HEAD state in tarball/rpm name (Jarod Wilson) -- Fedora 5.18 config set part 1 (Justin M. Forbes) -- fedora: arm: Enable new Rockchip 356x series drivers (Peter Robinson) -- fedora: arm: enable DRM_I2C_NXP_TDA998X on aarch64 (Peter Robinson) -- redhat/self-test: Add test to verify Makefile declarations. (Prarit Bhargava) -- redhat/Makefile: Add RHTEST (Prarit Bhargava) -- redhat: shellcheck cleanup (Prarit Bhargava) -- redhat/self-test/data: Cleanup data (Prarit Bhargava) -- redhat/self-test: Add test to verify SPEC variables (Prarit Bhargava) -- redhat/Makefile: Add 'duplicate' SPEC entries for user set variables (Prarit Bhargava) -- redhat/Makefile: Rename TARFILE_RELEASE to SPECTARFILE_RELEASE (Prarit Bhargava) -- redhat/genspec: Rename PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG (Prarit Bhargava) -- redhat/genspec: Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED (Prarit Bhargava) -- redhat/Makefile: Rename PKGRELEASE to SPECBUILD (Prarit Bhargava) -- redhat/genspec: Rename BUILDID_DEFINE to SPECBUILDID (Prarit Bhargava) -- redhat/Makefile: Rename CHANGELOG to SPECCHANGELOG (Prarit Bhargava) -- redhat/Makefile: Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION (Prarit Bhargava) -- redhat/Makefile: Rename RPMKSUBLEVEL to SPECKSUBLEVEL (Prarit Bhargava) -- redhat/Makefile: Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL (Prarit Bhargava) -- redhat/Makefile: Rename RPMKVERSION to SPECKVERSION (Prarit Bhargava) -- redhat/Makefile: Rename KVERSION to SPECVERSION (Prarit Bhargava) -- redhat/Makefile: Deprecate some simple targets (Prarit Bhargava) -- redhat/Makefile: Use KVERSION (Prarit Bhargava) -- redhat/configs: Set GUP_TEST in debug kernel (Joel Savitz) -- enable DAMON configs (Chris von Recklinghausen) [2004233] -- redhat: add zstream switch for zstream release numbering (Herton R. Krzesinski) -- redhat: change kabi tarballs to use the package release (Herton R. Krzesinski) -- redhat: generate distgit changelog in genspec.sh as well (Herton R. Krzesinski) -- redhat: make genspec prefer metadata from git notes (Herton R. Krzesinski) -- redhat: use tags from git notes for zstream to generate changelog (Herton R. Krzesinski) -- ARK: Remove code marking devices unmaintained (Peter Georg) -- rh_message: Fix function name (Peter Georg) [2019377] -- Turn on CONFIG_RANDOM_TRUST_BOOTLOADER (Justin M. Forbes) -- redhat/configs: aarch64: enable CPU_FREQ_GOV_SCHEDUTIL (Mark Salter) -- Move CONFIG_HW_RANDOM_CN10K to a proper place (Vladis Dronov) -- redhat/self-test: Clean up data set (Prarit Bhargava) -- redhat/Makefile.rhpkg: Remove quotes for RHDISTGIT (Prarit Bhargava) -- redhat/scripts/create-tarball.sh: Use Makefile variables (Prarit Bhargava) -- redhat/Makefile: Deprecate SINGLE_TARBALL (Prarit Bhargava) -- redhat/Makefile: Move SINGLE_TARBALL to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Use RPMVERSION (Prarit Bhargava) -- redhat/scripts/rh-dist-git.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs/build_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs/process_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/kernel.spec.template: Use RPM_BUILD_NCPUS (Prarit Bhargava) -- redhat/configs/generate_all_configs.sh: Use Makefile variables (Prarit Bhargava) -- redhat/configs: enable nf_tables SYNPROXY extension on ark (Davide Caratti) -- fedora: Disable fbdev drivers missed before (Javier Martinez Canillas) -- Redhat: enable Kfence on production servers (Nico Pache) -- redhat: ignore known empty patches on the patches rpminspect test (Herton R. Krzesinski) -- kernel-ark: arch_hw Update CONFIG_MOUSE_VSXXXAA=m (Tony Camuso) [2062909] -- spec: keep .BTF section in modules for s390 (Yauheni Kaliuta) [2071969] -- kernel.spec.template: Ship arch/s390/lib/expoline.o in kernel-devel (Ondrej Mosnacek) -- redhat: disable tv/radio media device infrastructure (Jarod Wilson) -- redhat/configs: clean up INTEL_LPSS configuration (David Arcari) -- Have to rename the actual contents too (Justin M. Forbes) -- The CONFIG_SATA_MOBILE_LPM_POLICY rebane was reverted (Justin M. Forbes) -- redhat: Enable KASAN on all ELN debug kernels (Nico Pache) -- redhat: configs: Enable INTEL_IOMMU_DEBUGFS for debug builds (Jerry Snitselaar) -- generic: can: disable CAN_SOFTING everywhere (Peter Robinson) -- redhat/configs: Enable CONFIG_DM_ERA=m for all (Yanko Kaneti) -- redhat/configs: enable CONFIG_SAMPLE_VFIO_MDEV_MTTY (Patrick Talbert) -- Build intel_sdsi with %%{tools_make} (Justin M. Forbes) -- configs: remove redundant Fedora config for INTEL_IDXD_COMPAT (Jerry Snitselaar) -- redhat/configs: enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT (Joel Savitz) [2026319] -- configs: enable CONFIG_RMI4_F3A (Benjamin Tissoires) -- redhat: configs: Disable TPM 1.2 specific drivers (Jerry Snitselaar) -- redhat/configs: Enable cr50 I2C TPM interface (Akihiko Odaki) -- spec: make HMAC file encode relative path (Jonathan Lebon) -- redhat/kernel.spec.template: Add intel_sdsi utility (Prarit Bhargava) -- Spec fixes for intel-speed-select (Justin M. Forbes) -- Add Partner Supported taint flag to kAFS (Alice Mitchell) [2038999] -- Add Partner Supported taint flag (Alice Mitchell) [2038999] -- Enabled INTEGRITY_MACHINE_KEYRING for all configs. (Peter Robinson) -- redhat/configs: Enable CONFIG_RCU_SCALE_TEST & CONFIG_RCU_REF_SCALE_TEST (Waiman Long) -- Add clk_test and clk-gate_test to mod-internal.list (Justin M. Forbes) -- redhat/self-tests: Ignore UPSTREAM (Prarit Bhargava) -- redhat/self-tests: Ignore RHGITURL (Prarit Bhargava) -- redhat/Makefile.variables: Extend git hash length to 15 (Prarit Bhargava) -- redhat/self-test: Remove changelog from spec files (Prarit Bhargava) -- redhat/genspec.sh: Rearrange genspec.sh (Prarit Bhargava) -- redhat/self-test: Add spec file data (Prarit Bhargava) -- redhat/self-test: Add better dist-dump-variables test (Prarit Bhargava) -- redhat/self-test: Add variable test data (Prarit Bhargava) -- redhat/config: Remove obsolete CONFIG_MFD_INTEL_PMT (David Arcari) -- redhat/configs: enable CONFIG_INTEL_ISHTP_ECLITE (David Arcari) -- Avoid creating files in $RPM_SOURCE_DIR (Nicolas Chauvet) -- Flip CRC64 from off to y (Justin M. Forbes) -- New configs in lib/Kconfig (Fedora Kernel Team) -- disable redundant assignment of CONFIG_BQL on ARK (Davide Caratti) -- redhat/configs: remove unnecessary GPIO options for aarch64 (Brian Masney) -- redhat/configs: remove viperboard related Kconfig options (Brian Masney) -- redhat/configs/process_configs.sh: Avoid race with find (Prarit Bhargava) -- redhat/configs/process_configs.sh: Remove CONTINUEONERROR (Prarit Bhargava) -- Remove i686 configs and filters (Justin M. Forbes) -- redhat/configs: Set CONFIG_X86_AMD_PSTATE built-in on Fedora (Prarit Bhargava) -- Fix up mismatch with CRC64 (Justin M. Forbes) -- Fedora config updates to fix process_configs (Justin M. Forbes) -- redhat: Fix release tagging (Prarit Bhargava) -- redhat/self-test: Fix version tag test (Prarit Bhargava) -- redhat/self-test: Fix BUILD verification test (Prarit Bhargava) -- redhat/self-test: Cleanup SRPM related self-tests (Prarit Bhargava) -- redhat/self-test: Fix shellcheck test (Prarit Bhargava) -- redhat/configs: Disable watchdog components (Prarit Bhargava) -- redhat/README.Makefile: Add a Makefile README file (Prarit Bhargava) -- redhat/Makefile: Remove duplicated code (Prarit Bhargava) -- Add BuildRequires libnl3-devel for intel-speed-select (Justin M. Forbes) -- Add new kunit tests for 5.18 to mod-internal.list (Justin M. Forbes) -- Fix RHDISTGIT for Fedora (Justin M. Forbes) -- redhat/configs/process_configs.sh: Fix race with tools generation (Prarit Bhargava) -- New configs in drivers/dax (Fedora Kernel Team) -- Fix up CONFIG_SND_AMD_ACP_CONFIG files (Patrick Talbert) -- Remove CONFIG_SND_SOC_SOF_DEBUG_PROBES files (Patrick Talbert) -- SATA_MOBILE_LPM_POLICY is now SATA_LPM_POLICY (Justin M. Forbes) -- Define SNAPSHOT correctly when VERSION_ON_UPSTREAM is 0 (Justin M. Forbes) -- redhat/Makefile: Fix dist-git (Prarit Bhargava) -- Change the pending-ark CONFIG_DAX to y due to mismatch (Justin M. Forbes) -- Enable net reference count trackers in all debug kernels (Jiri Benc) -- redhat/Makefile: Reorganize variables (Prarit Bhargava) -- redhat/Makefile: Add some descriptions (Prarit Bhargava) -- redhat/Makefile: Move SNAPSHOT check (Prarit Bhargava) -- redhat/Makefile: Deprecate BREW_FLAGS, KOJI_FLAGS, and TEST_FLAGS (Prarit Bhargava) -- redhat/genspec.sh: Rework RPMVERSION variable (Prarit Bhargava) -- redhat/Makefile: Remove dead comment (Prarit Bhargava) -- redhat/Makefile: Cleanup KABI* variables. (Prarit Bhargava) -- redhat/Makefile.variables: Default RHGITCOMMIT to HEAD (Prarit Bhargava) -- redhat/scripts/create-tarball.sh: Use Makefile TARBALL variable (Prarit Bhargava) -- redhat/Makefile: Remove extra DIST_BRANCH (Prarit Bhargava) -- redhat/Makefile: Remove STAMP_VERSION (Prarit Bhargava) -- redhat/Makefile: Move NO_CONFIGCHECKS to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move RHJOBS to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move RHGIT* variables to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move PREBUILD_GIT_ONLY to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD_FLAGS to Makefile.variables. (Prarit Bhargava) -- redhat/Makefile: Move BUILD_PROFILE to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Move BUILD_TARGET and BUILD_SCRATCH_TARGET to Makefile.variables (Prarit Bhargava) -- redhat/Makefile: Remove RHPRODUCT variable (Prarit Bhargava) -- redhat/Makefile: Cleanup DISTRO variable (Prarit Bhargava) -- redhat/Makefile: Move HEAD to Makefile.variables. (Prarit Bhargava) -- redhat: Combine Makefile and Makefile.common (Prarit Bhargava) -- redhat/koji/Makefile: Decouple koji Makefile from Makefile.common (Prarit Bhargava) -- Set CONFIG_SND_SOC_SOF_MT8195 for Fedora and turn on VDPA_SIM_BLOCK (Justin M. Forbes) -- Add asus_wmi_sensors modules to filters for Fedora (Justin M. Forbes) -- redhat: spec: trigger dracut when modules are installed separately (Jan Stancek) -- Last of the Fedora 5.17 configs initial pass (Justin M. Forbes) -- redhat/Makefile: Silence dist-clean-configs output (Prarit Bhargava) -- Fedora 5.17 config updates (Justin M. Forbes) -- Setting CONFIG_I2C_SMBUS to "m" for ark (Gopal Tiwari) -- Print arch with process_configs errors (Justin M. Forbes) -- Pass RHJOBS to process_configs for dist-configs-check as well (Justin M. Forbes) -- redhat/configs/process_configs.sh: Fix issue with old error files (Prarit Bhargava) -- redhat/configs/build_configs.sh: Parallelize execution (Prarit Bhargava) -- redhat/configs/build_configs.sh: Provide better messages (Prarit Bhargava) -- redhat/configs/build_configs.sh: Create unique output files (Prarit Bhargava) -- redhat/configs/build_configs.sh: Add local variables (Prarit Bhargava) -- redhat/configs/process_configs.sh: Parallelize execution (Prarit Bhargava) -- redhat/configs/process_configs.sh: Provide better messages (Prarit Bhargava) -- redhat/configs/process_configs.sh: Create unique output files (Prarit Bhargava) -- redhat/configs/process_configs.sh: Add processing config function (Prarit Bhargava) -- redhat: Unify genspec.sh and kernel.spec variable names (Prarit Bhargava) -- redhat/genspec.sh: Remove options and use Makefile variables (Prarit Bhargava) -- Add rebase note for 5.17 on Fedora stable (Justin M. Forbes) -- More Fedora config updates for 5.17 (Justin M. Forbes) -- redhat/configs: Disable CONFIG_MACINTOSH_DRIVERS in RHEL. (Prarit Bhargava) -- redhat: Fix "make dist-release-finish" to use the correct NVR variables (Neal Gompa) [2053836] -- Build CROS_EC Modules (Jason Montleon) -- redhat: configs: change aarch64 default dma domain to lazy (Jerry Snitselaar) -- redhat: configs: disable ATM protocols (Davide Caratti) -- configs/fedora: Enable the interconnect SC7180 driver built-in (Enric Balletbo i Serra) -- configs: clean up CONFIG_PAGE_TABLE_ISOLATION files (Ondrej Mosnacek) -- redhat: configs: enable CONFIG_INTEL_PCH_THERMAL for RHEL x86 (David Arcari) -- redhat/Makefile: Fix dist-dump-variables target (Prarit Bhargava) -- redhat/configs: Enable DEV_DAX and DEV_DAX_PMEM modules on aarch64 for fedora (D Scott Phillips) -- redhat/configs: Enable CONFIG_TRANSPARENT_HUGEPAGE on aarch64 for fedora (D Scott Phillips) -- configs/process_configs.sh: Remove orig files (Prarit Bhargava) -- redhat: configs: Disable CONFIG_MPLS for s390x/zfcpdump (Guillaume Nault) -- Fedora 5.17 configs round 1 (Justin M. Forbes) -- redhat: configs: disable the surface platform (David Arcari) -- redhat: configs: Disable team driver (Hangbin Liu) [1945477] -- configs: enable LOGITECH_FF for RHEL/CentOS too (Benjamin Tissoires) -- redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64 (Dean Nelson) [2041186] -- redhat: fix make {distg-brew,distg-koji} (Andrea Claudi) -- [fedora] Turn on CONFIG_VIDEO_OV5693 for sensor support (Dave Olsthoorn) -- Cleanup 'disabled' config options for RHEL (Prarit Bhargava) -- redhat: move CONFIG_ARM64_MTE to aarch64 config directory (Herton R. Krzesinski) -- Change CONFIG_TEST_BPF to a module (Justin M. Forbes) -- Change CONFIG_TEST_BPF to module in pending MR coming for proper review (Justin M. Forbes) -- redhat/configs: Enable CONFIG_TEST_BPF (Viktor Malik) -- Enable KUNIT tests for testing (Nico Pache) -- Makefile: Check PKGRELEASE size on dist-brew targets (Prarit Bhargava) -- kernel.spec: Add glibc-static build requirement (Prarit Bhargava) -- Enable iSER on s390x (Stefan Schulze Frielinghaus) -- redhat/configs: Enable CONFIG_ACER_WIRELESS (Peter Georg) [2025985] -- kabi: Add kABI macros for enum type (Čestmír Kalina) [2024595] -- kabi: expand and clarify documentation of aux structs (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_USE_AUX_PTR (Čestmír Kalina) [2024595] -- kabi: rename RH_KABI_SIZE_AND_EXTEND to AUX (Čestmír Kalina) [2024595] -- kabi: more consistent _RH_KABI_SIZE_AND_EXTEND (Čestmír Kalina) [2024595] -- kabi: use fixed field name for extended part (Čestmír Kalina) [2024595] -- kabi: fix dereference in RH_KABI_CHECK_EXT (Čestmír Kalina) [2024595] -- kabi: fix RH_KABI_SET_SIZE macro (Čestmír Kalina) [2024595] -- kabi: expand and clarify documentation (Čestmír Kalina) [2024595] -- kabi: make RH_KABI_USE replace any number of reserved fields (Čestmír Kalina) [2024595] -- kabi: rename RH_KABI_USE2 to RH_KABI_USE_SPLIT (Čestmír Kalina) [2024595] -- kabi: change RH_KABI_REPLACE2 to RH_KABI_REPLACE_SPLIT (Čestmír Kalina) [2024595] -- kabi: change RH_KABI_REPLACE_UNSAFE to RH_KABI_BROKEN_REPLACE (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_ADD_MODIFIER (Čestmír Kalina) [2024595] -- kabi: Include kconfig.h (Čestmír Kalina) [2024595] -- kabi: macros for intentional kABI breakage (Čestmír Kalina) [2024595] -- kabi: fix the note about terminating semicolon (Čestmír Kalina) [2024595] -- kabi: introduce RH_KABI_HIDE_INCLUDE and RH_KABI_FAKE_INCLUDE (Čestmír Kalina) [2024595] -- spec: don't overwrite auto.conf with .config (Ondrej Mosnacek) -- New configs in drivers/crypto (Fedora Kernel Team) -- Add test_hash to the mod-internal.list (Justin M. Forbes) -- configs: disable CONFIG_CRAMFS (Abhi Das) [2041184] -- spec: speed up "cp -r" when it overwrites existing files. (Denys Vlasenko) -- redhat: use centos x509.genkey file if building under centos (Herton R. Krzesinski) -- Revert "[redhat] Generate a crashkernel.default for each kernel build" (Coiby Xu) -- spec: make linux-firmware weak(er) dependency (Jan Stancek) -- rtw89: enable new driver rtw89 and device RTK8852AE (Íñigo Huguet) -- Config consolidation into common (Justin M. Forbes) -- Add packaged but empty /lib/modules//systemtap/ (Justin M. Forbes) -- filter-modules.sh.rhel: Add ntc_thermistor to singlemods (Prarit Bhargava) -- Move CONFIG_SND_SOC_TLV320AIC31XX as it is now selected by CONFIG_SND_SOC_FSL_ASOC_CARD (Justin M. Forbes) -- Add dev_addr_lists_test to mod-internal.list (Justin M. Forbes) -- configs/fedora: Enable CONFIG_NFC_PN532_UART for use PN532 NFC module (Ziqian SUN (Zamir)) -- redhat: ignore ksamples and kselftests on the badfuncs rpminspect test (Herton R. Krzesinski) -- redhat: disable upstream check for rpminspect (Herton R. Krzesinski) -- redhat: switch the vsyscall config to CONFIG_LEGACY_VSYSCALL_XONLY=y (Herton R. Krzesinski) [1876977] -- redhat: configs: increase CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE (Rafael Aquini) -- move CONFIG_STRICT_SIGALTSTACK_SIZE to the appropriate directory (David Arcari) -- redhat/configs: Enable CONFIG_DM_MULTIPATH_IOA for fedora (Benjamin Marzinski) -- redhat/configs: Enable CONFIG_DM_MULTIPATH_HST (Benjamin Marzinski) [2000835] -- redhat: Pull in openssl-devel as a build dependency correctly (Neal Gompa) [2034670] -- redhat/configs: Migrate ZRAM_DEF_* configs to common/ (Neal Gompa) -- redhat/configs: Enable CONFIG_CRYPTO_ZSTD (Neal Gompa) [2032758] -- Turn CONFIG_DEVMEM back off for aarch64 (Justin M. Forbes) -- Clean up excess text in Fedora config files (Justin M. Forbes) -- Fedora config updates for 5.16 (Justin M. Forbes) -- redhat/configs: enable CONFIG_INPUT_KEYBOARD for AARCH64 (Vitaly Kuznetsov) -- Fedora configs for 5.16 pt 1 (Justin M. Forbes) -- redhat/configs: NFS: disable UDP, insecure enctypes (Benjamin Coddington) [1952863] -- Update rebase-notes with dracut 5.17 information (Justin M. Forbes) -- redhat/configs: Enable CONFIG_CRYPTO_BLAKE2B (Neal Gompa) [2031547] -- Enable CONFIG_BPF_SYSCALL for zfcpdump (Jiri Olsa) -- Enable CONFIG_CIFS_SMB_DIRECT for ARK (Ronnie Sahlberg) -- mt76: enable new device MT7921E in CentOs/RHEL (Íñigo Huguet) [2004821] -- Disable CONFIG_DEBUG_PREEMPT on normal builds (Phil Auld) -- redhat/configs: Enable CONFIG_PCI_P2PDMA for ark (Myron Stowe) -- pci.h: Fix static include (Prarit Bhargava) -- Enable CONFIG_VFIO_NOIOMMU for Fedora (Justin M. Forbes) -- redhat/configs: enable CONFIG_NTB_NETDEV for ark (John W. Linville) -- drivers/pci/pci-driver.c: Fix if/ifdef typo (Prarit Bhargava) -- common: arm64: ensure all the required arm64 errata are enabled (Peter Robinson) -- kernel/rh_taint.c: Update to new messaging (Prarit Bhargava) [2019377] -- redhat/configs: enable CONFIG_AMD_PTDMA for ark (John W. Linville) -- redhat/configs: enable CONFIG_RD_ZSTD for rhel (Tao Liu) [2020132] -- fedora: build TEE as a module for all arches (Peter Robinson) -- common: build TRUSTED_KEYS in everywhere (Peter Robinson) -- redhat: make Patchlist.changelog generation conditional (Herton R. Krzesinski) -- redhat/configs: Add two new CONFIGs (Prarit Bhargava) -- redhat/configs: Remove dead CONFIG files (Prarit Bhargava) -- redhat/configs/evaluate_configs: Add find dead configs option (Prarit Bhargava) -- Add more rebase notes for Fedora 5.16 (Justin M. Forbes) -- Fedora: Feature: Retire wireless Extensions (Peter Robinson) -- fedora: arm: some SoC enablement pieces (Peter Robinson) -- fedora: arm: enable PCIE_ROCKCHIP_DW for rk35xx series (Peter Robinson) -- fedora: enable RTW89 802.11 WiFi driver (Peter Robinson) -- fedora: arm: Enable DRM_PANEL_EDP (Peter Robinson) -- fedora: sound: enable new sound drivers (Peter Robinson) -- redhat/configs: unset KEXEC_SIG for s390x zfcpdump (Coiby Xu) -- spec: Keep .BTF section in modules (Jiri Olsa) -- Fix up PREEMPT configs (Justin M. Forbes) -- New configs in drivers/media (Fedora Kernel Team) -- New configs in drivers/net/ethernet/litex (Fedora Kernel Team) -- spec: add bpf_testmod.ko to kselftests/bpf (Viktor Malik) -- New configs in drivers/net/wwan (Fedora Kernel Team) -- New configs in drivers/i2c (Fedora Kernel Team) -- redhat/docs/index.rst: Add local build information. (Prarit Bhargava) -- Fix up preempt configs (Justin M. Forbes) -- Turn on CONFIG_HID_NINTENDO for controller support (Dave Olsthoorn) -- Fedora: Enable MediaTek bluetooth pieces (Peter Robinson) -- Add rebase notes to check for PCI patches (Justin M. Forbes) -- redhat: configs: move CONFIG_ACCESSIBILITY from fedora to common (John W. Linville) -- Filter updates for hid-playstation on Fedora (Justin M. Forbes) -- Enable CONFIG_VIRT_DRIVERS for ARK (Vitaly Kuznetsov) -- redhat/configs: Enable Nitro Enclaves on aarch64 (Vitaly Kuznetsov) -- Enable e1000 in rhel9 as unsupported (Ken Cox) [2002344] -- Turn on COMMON_CLK_AXG_AUDIO for Fedora rhbz 2020481 (Justin M. Forbes) -- Fix up fedora config options from mismatch (Justin M. Forbes) -- Add nct6775 to filter-modules.sh.rhel (Justin M. Forbes) -- Enable PREEMPT_DYNAMIC for all but s390x (Justin M. Forbes) -- Add memcpy_kunit to mod-internal.list (Justin M. Forbes) -- New configs in fs/ksmbd (Fedora Kernel Team) -- Add nct6775 to Fedora filter-modules.sh (Justin M. Forbes) -- New configs in fs/ntfs3 (Fedora Kernel Team) -- Make CONFIG_IOMMU_DEFAULT_DMA_STRICT default for all but x86 (Justin M. Forbes) -- redhat/configs: enable KEXEC_IMAGE_VERIFY_SIG for RHEL (Coiby Xu) -- redhat/configs: enable KEXEC_SIG for aarch64 RHEL (Coiby Xu) [1994858] -- Fix up fedora and pending configs for PREEMPT to end mismatch (Justin M. Forbes) -- Enable binder for fedora (Justin M. Forbes) -- redhat: configs: Update configs for vmware (Kamal Heib) -- Fedora configs for 5.15 (Justin M. Forbes) -- redhat/kernel.spec.template: don't hardcode gcov arches (Jan Stancek) -- redhat/configs: create a separate config for gcov options (Jan Stancek) -- Update documentation with FAQ and update frequency (Don Zickus) -- Document force pull option for mirroring (Don Zickus) -- Ignore the rhel9 kabi files (Don Zickus) -- Remove legacy elrdy cruft (Don Zickus) -- redhat/configs/evaluate_configs: walk cfgvariants line by line (Jan Stancek) -- redhat/configs/evaluate_configs: insert EMPTY tags at correct place (Jan Stancek) -- redhat: make dist-srpm-gcov add to BUILDOPTS (Jan Stancek) -- Build CONFIG_SPI_PXA2XX as a module on x86 (Justin M. Forbes) -- redhat/configs: enable CONFIG_BCMGENET as module (Joel Savitz) -- Fedora config updates (Justin M. Forbes) -- Enable CONFIG_FAIL_SUNRPC for debug builds (Justin M. Forbes) -- fedora: Disable fbdev drivers and use simpledrm instead (Javier Martinez Canillas) -- spec: Don't fail spec build if ksamples fails (Jiri Olsa) -- Enable CONFIG_QCOM_SCM for arm (Justin M. Forbes) -- redhat: Disable clang's integrated assembler on ppc64le and s390x (Tom Stellard) -- redhat/configs: enable CONFIG_IMA_WRITE_POLICY (Bruno Meneguele) -- Fix dist-srpm-gcov (Don Zickus) -- redhat: configs: add CONFIG_NTB and related items (John W. Linville) -- Add kfence_test to mod-internal.list (Justin M. Forbes) -- Enable KUNIT tests for redhat kernel-modules-internal (Nico Pache) -- redhat: add *-matched meta packages to rpminspect emptyrpm config (Herton R. Krzesinski) -- Use common config for NODES_SHIFT (Mark Salter) -- redhat: fix typo and make the output more silent for dist-git sync (Herton R. Krzesinski) -- Fedora NTFS config updates (Justin M. Forbes) -- Fedora 5.15 configs part 1 (Justin M. Forbes) -- Fix ordering in genspec args (Justin M. Forbes) -- redhat/configs: Enable Hyper-V guests on ARM64 (Vitaly Kuznetsov) [2007430] -- redhat: configs: Enable CONFIG_THINKPAD_LMI (Hans de Goede) -- redhat/docs: update Koji link to avoid redirect (Joel Savitz) -- redhat: add support for different profiles with dist*-brew (Herton R. Krzesinski) -- redhat: configs: Disable xtables and ipset (Phil Sutter) [1945179] -- redhat: Add mark_driver_deprecated() (Phil Sutter) [1945179] -- Change s390x CONFIG_NODES_SHIFT from 4 to 1 (Justin M. Forbes) -- Build CRYPTO_SHA3_*_S390 inline for s390 zfcpdump (Justin M. Forbes) -- redhat: move the DIST variable setting to Makefile.variables (Herton R. Krzesinski) -- redhat/kernel.spec.template: Cleanup source numbering (Prarit Bhargava) -- redhat/kernel.spec.template: Reorganize RHEL and Fedora specific files (Prarit Bhargava) -- redhat/kernel.spec.template: Add include_fedora and include_rhel variables (Prarit Bhargava) -- redhat/Makefile: Make kernel-local global (Prarit Bhargava) -- redhat/Makefile: Use flavors file (Prarit Bhargava) -- Turn on CONFIG_CPU_FREQ_GOV_SCHEDUTIL for x86 (Justin M. Forbes) -- redhat/configs: Remove CONFIG_INFINIBAND_I40IW (Kamal Heib) -- cleanup CONFIG_X86_PLATFORM_DRIVERS_INTEL (David Arcari) -- redhat: rename usage of .rhel8git.mk to .rhpkg.mk (Herton R. Krzesinski) -- Manually add pending items that need to be set due to mismatch (Justin M. Forbes) -- Clean up pending common (Justin M. Forbes) -- redhat/configs: Enable CONFIG_BLK_CGROUP_IOLATENCY & CONFIG_BLK_CGROUP_FC_APPID (Waiman Long) [2006813] -- redhat: remove kernel.changelog-8.99 file (Herton R. Krzesinski) -- redhat/configs: enable CONFIG_SQUASHFS_ZSTD which is already enabled in Fedora 34 (Tao Liu) [1998953] -- redhat: bump RHEL_MAJOR and add the changelog file for it (Herton R. Krzesinski) -- redhat: add documentation about the os-build rebase process (Herton R. Krzesinski) -- redhat/configs: enable SYSTEM_BLACKLIST_KEYRING which is already enabled in rhel8 and Fedora 34 (Coiby Xu) -- Build kernel-doc for Fedora (Justin M. Forbes) -- x86_64: Enable Elkhart Lake Quadrature Encoder Peripheral support (Prarit Bhargava) -- Update CONFIG_WERROR to disabled as it can cause issue with out of tree modules. (Justin M. Forbes) -- Fixup IOMMU configs in pending so that configs are sane again (Justin M. Forbes) -- Some initial Fedora config items for 5.15 (Justin M. Forbes) -- arm64: use common CONFIG_MAX_ZONEORDER for arm kernel (Mark Salter) -- Create Makefile.variables for a single point of configuration change (Justin M. Forbes) -- rpmspec: drop traceevent files instead of just excluding them from files list (Herton R. Krzesinski) [1967640] -- redhat/config: Enablement of CONFIG_PAPR_SCM for PowerPC (Gustavo Walbon) [1962936] -- Attempt to fix Intel PMT code (David Arcari) -- CI: Enable realtime branch testing (Veronika Kabatova) -- CI: Enable realtime checks for c9s and RHEL9 (Veronika Kabatova) -- ark: wireless: enable all rtw88 pcie wirless variants (Peter Robinson) -- wireless: rtw88: move debug options to common/debug (Peter Robinson) -- fedora: minor PTP clock driver cleanups (Peter Robinson) -- common: x86: enable VMware PTP support on ark (Peter Robinson) -- Disable liquidio driver on ark/rhel (Herton R. Krzesinski) [1993393] -- More Fedora config updates (Justin M. Forbes) -- Fedora config updates for 5.14 (Justin M. Forbes) -- CI: Rename ARK CI pipeline type (Veronika Kabatova) -- CI: Finish up c9s config (Veronika Kabatova) -- CI: Update ppc64le config (Veronika Kabatova) -- CI: use more templates (Veronika Kabatova) -- Filter updates for aarch64 (Justin M. Forbes) -- increase CONFIG_NODES_SHIFT for aarch64 (Chris von Recklinghausen) [1890304] -- redhat: configs: Enable CONFIG_WIRELESS_HOTKEY (Hans de Goede) -- redhat/configs: Update CONFIG_NVRAM (Desnes A. Nunes do Rosario) [1988254] -- common: serial: build in SERIAL_8250_LPSS for x86 (Peter Robinson) -- powerpc: enable CONFIG_FUNCTION_PROFILER (Diego Domingos) [1831065] -- redhat/configs: Disable Soft-RoCE driver (Kamal Heib) -- redhat/configs/evaluate_configs: Update help output (Prarit Bhargava) -- redhat/configs: Double MAX_LOCKDEP_CHAINS (Justin M. Forbes) -- fedora: configs: Fix WM5102 Kconfig (Hans de Goede) -- powerpc: enable CONFIG_POWER9_CPU (Diego Domingos) [1876436] -- redhat/configs: Fix CONFIG_VIRTIO_IOMMU to 'y' on aarch64 (Eric Auger) [1972795] -- filter-modules.sh: add more sound modules to filter (Jaroslav Kysela) -- redhat/configs: sound configuration cleanups and updates (Jaroslav Kysela) -- common: Update for CXL (Compute Express Link) configs (Peter Robinson) -- redhat: configs: disable CRYPTO_SM modules (Herton R. Krzesinski) [1990040] -- Remove fedora version of the LOCKDEP_BITS, we should use common (Justin M. Forbes) -- Re-enable sermouse for x86 (rhbz 1974002) (Justin M. Forbes) -- Fedora 5.14 configs round 1 (Justin M. Forbes) -- redhat: add gating configuration for centos stream/rhel9 (Herton R. Krzesinski) -- x86: configs: Enable CONFIG_TEST_FPU for debug kernels (Vitaly Kuznetsov) [1988384] -- redhat/configs: Move CHACHA and POLY1305 to core kernel to allow BIG_KEYS=y (root) [1983298] -- kernel.spec: fix build of samples/bpf (Jiri Benc) -- Enable OSNOISE_TRACER and TIMERLAT_TRACER (Jerome Marchand) [1979379] -- rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] -- configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) -- fedora: sound config updates for 5.14 (Peter Robinson) -- fedora: Only enable FSI drivers on POWER platform (Peter Robinson) -- The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson) -- fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson) -- fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson) -- fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson) -- Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson) -- fedora: arm: disabled unused FB drivers (Peter Robinson) -- fedora: don't enable FB_VIRTUAL (Peter Robinson) -- redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075] -- rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406] -- Build Fedora x86s kernels with bytcr-wm5102 (Marius Hoch) -- Deleted redhat/configs/fedora/generic/x86/CONFIG_FB_HYPERV (Patrick Lang) -- rpmspec: correct the ghost initramfs attributes (Herton R. Krzesinski) [1977056] -- rpmspec: amend removal of depmod created files to include modules.builtin.alias.bin (Herton R. Krzesinski) [1977056] -- configs: remove duplicate CONFIG_DRM_HYPERV file (Patrick Talbert) -- CI: use common code for merge and release (Don Zickus) -- rpmspec: add release string to kernel doc directory name (Jan Stancek) -- redhat/configs: Add CONFIG_INTEL_PMT_CRASHLOG (Michael Petlan) [1880486] -- redhat/configs: Add CONFIG_INTEL_PMT_TELEMETRY (Michael Petlan) [1880486] -- redhat/configs: Add CONFIG_MFD_INTEL_PMT (Michael Petlan) [1880486] -- redhat/configs: enable CONFIG_BLK_DEV_ZONED (Ming Lei) [1638087] -- Add --with clang_lto option to build the kernel with Link Time Optimizations (Tom Stellard) -- common: disable DVB_AV7110 and associated pieces (Peter Robinson) -- Fix fedora-only config updates (Don Zickus) -- Fedor config update for new option (Justin M. Forbes) -- redhat/configs: Enable stmmac NIC for x86_64 (Mark Salter) -- all: hyperv: use the DRM driver rather than FB (Peter Robinson) -- all: hyperv: unify the Microsoft HyperV configs (Peter Robinson) -- all: VMWare: clean up VMWare configs (Peter Robinson) -- Update CONFIG_ARM_FFA_TRANSPORT (Patrick Talbert) -- CI: Handle all mirrors (Veronika Kabatova) -- Turn on CONFIG_STACKTRACE for s390x zfpcdump kernels (Justin M. Forbes) -- arm64: switch ark kernel to 4K pagesize (Mark Salter) -- Disable AMIGA_PARTITION and KARMA_PARTITION (Prarit Bhargava) [1802694] -- all: unify and cleanup i2c TPM2 modules (Peter Robinson) -- redhat/configs: Set CONFIG_VIRTIO_IOMMU on aarch64 (Eric Auger) [1972795] -- redhat/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config (Phil Auld) -- redhat/configs: enable KEXEC_SIG which is already enabled in RHEL8 for s390x and x86_64 (Coiby Xu) [1976835] -- rpmspec: do not BuildRequires bpftool on noarch (Herton R. Krzesinski) -- redhat/configs: disable {IMA,EVM}_LOAD_X509 (Bruno Meneguele) [1977529] -- redhat: add secureboot CA certificate to trusted kernel keyring (Bruno Meneguele) -- redhat/configs: enable IMA_ARCH_POLICY for aarch64 and s390x (Bruno Meneguele) -- redhat/configs: Enable CONFIG_MLXBF_GIGE on aarch64 (Alaa Hleihel) [1858599] -- common: enable STRICT_MODULE_RWX everywhere (Peter Robinson) -- COMMON_CLK_STM32MP157_SCMI is bool and selects COMMON_CLK_SCMI (Justin M. Forbes) -- kernel.spec: Add kernel{,-debug}-devel-matched meta packages (Timothée Ravier) -- Turn off with_selftests for Fedora (Justin M. Forbes) -- Don't build bpftool on Fedora (Justin M. Forbes) -- Fix location of syscall scripts for kernel-devel (Justin M. Forbes) -- fedora: arm: Enable some i.MX8 options (Peter Robinson) -- Enable Landlock for Fedora (Justin M. Forbes) -- Filter update for Fedora aarch64 (Justin M. Forbes) -- rpmspec: only build debug meta packages where we build debug ones (Herton R. Krzesinski) -- rpmspec: do not BuildRequires bpftool on nobuildarches (Herton R. Krzesinski) -- redhat/configs: Consolidate CONFIG_HMC_DRV in the common s390x folder (Thomas Huth) [1976270] -- redhat/configs: Consolidate CONFIG_EXPOLINE_OFF in the common folder (Thomas Huth) [1976270] -- redhat/configs: Move CONFIG_HW_RANDOM_S390 into the s390x/ subfolder (Thomas Huth) [1976270] -- redhat/configs: Disable CONFIG_HOTPLUG_PCI_SHPC in the Fedora settings (Thomas Huth) [1976270] -- redhat/configs: Remove the non-existent CONFIG_NO_BOOTMEM switch (Thomas Huth) [1976270] -- redhat/configs: Compile the virtio-console as a module on s390x (Thomas Huth) [1976270] -- redhat/configs: Enable CONFIG_S390_CCW_IOMMU and CONFIG_VFIO_CCW for ARK, too (Thomas Huth) [1976270] -- Revert "Merge branch 'ec_fips' into 'os-build'" (Vladis Dronov) [1947240] -- Fix typos in fedora filters (Justin M. Forbes) -- More filtering for Fedora (Justin M. Forbes) -- Fix Fedora module filtering for spi-altera-dfl (Justin M. Forbes) -- Fedora 5.13 config updates (Justin M. Forbes) -- fedora: cleanup TCG_TIS_I2C_CR50 (Peter Robinson) -- fedora: drop duplicate configs (Peter Robinson) -- More Fedora config updates for 5.13 (Justin M. Forbes) -- redhat/configs: Enable needed drivers for BlueField SoC on aarch64 (Alaa Hleihel) [1858592 1858594 1858596] -- redhat: Rename mod-blacklist.sh to mod-denylist.sh (Prarit Bhargava) -- redhat/configs: enable CONFIG_NET_ACT_MPLS (Marcelo Ricardo Leitner) -- configs: Enable CONFIG_DEBUG_KERNEL for zfcpdump (Jiri Olsa) -- kernel.spec: Add support to use vmlinux.h (Don Zickus) -- spec: Add vmlinux.h to kernel-devel package (Jiri Olsa) -- Turn off DRM_XEN_FRONTEND for Fedora as we had DRM_XEN off already (Justin M. Forbes) -- Fedora 5.13 config updates pt 3 (Justin M. Forbes) -- all: enable ath11k wireless modules (Peter Robinson) -- all: Enable WWAN and associated MHI bus pieces (Peter Robinson) -- spec: Enable sefltests rpm build (Jiri Olsa) -- spec: Allow bpf selftest/samples to fail (Jiri Olsa) -- kvm: Add kvm_stat.service file and kvm_stat logrotate config to the tools (Jiri Benc) -- kernel.spec: Add missing source files to kernel-selftests-internal (Jiri Benc) -- kernel.spec: selftests: add net/forwarding to TARGETS list (Jiri Benc) -- kernel.spec: selftests: add build requirement on libmnl-devel (Jiri Benc) -- kernel.spec: add action.o to kernel-selftests-internal (Jiri Benc) -- kernel.spec: avoid building bpftool repeatedly (Jiri Benc) -- kernel.spec: selftests require python3 (Jiri Benc) -- kernel.spec: skip selftests that failed to build (Jiri Benc) -- kernel.spec: fix installation of bpf selftests (Jiri Benc) -- redhat: fix samples and selftests make options (Jiri Benc) -- kernel.spec: enable mptcp selftests for kernel-selftests-internal (Jiri Benc) -- kernel.spec: Do not export shared objects from libexecdir to RPM Provides (Jiri Benc) -- kernel.spec: add missing dependency for the which package (Jiri Benc) -- kernel.spec: add netfilter selftests to kernel-selftests-internal (Jiri Benc) -- kernel.spec: move slabinfo and page_owner_sort debuginfo to tools-debuginfo (Jiri Benc) -- kernel.spec: package and ship VM tools (Jiri Benc) -- configs: enable CONFIG_PAGE_OWNER (Jiri Benc) -- kernel.spec: add coreutils (Jiri Benc) -- kernel.spec: add netdevsim driver selftests to kernel-selftests-internal (Jiri Benc) -- redhat/Makefile: Clean out the --without flags from the baseonly rule (Jiri Benc) -- kernel.spec: Stop building unnecessary rpms for baseonly builds (Jiri Benc) -- kernel.spec: disable more kabi switches for gcov build (Jiri Benc) -- kernel.spec: Rename kabi-dw base (Jiri Benc) -- kernel.spec: Fix error messages during build of zfcpdump kernel (Jiri Benc) -- kernel.spec: perf: remove bpf examples (Jiri Benc) -- kernel.spec: selftests should not depend on modules-internal (Jiri Benc) -- kernel.spec: build samples (Jiri Benc) -- kernel.spec: tools: sync missing options with RHEL 8 (Jiri Benc) -- redhat/configs: nftables: Enable extra flowtable symbols (Phil Sutter) -- redhat/configs: Sync netfilter options with RHEL8 (Phil Sutter) -- Fedora 5.13 config updates pt 2 (Justin M. Forbes) -- Move CONFIG_ARCH_INTEL_SOCFPGA up a level for Fedora (Justin M. Forbes) -- fedora: enable the Rockchip rk3399 pcie drivers (Peter Robinson) -- Fedora 5.13 config updates pt 1 (Justin M. Forbes) -- Fix version requirement from opencsd-devel buildreq (Justin M. Forbes) -- configs/ark/s390: set CONFIG_MARCH_Z14 and CONFIG_TUNE_Z15 (Philipp Rudo) [1876435] -- configs/common/s390: Clean up CONFIG_{MARCH,TUNE}_Z* (Philipp Rudo) -- configs/process_configs.sh: make use of dummy-tools (Philipp Rudo) -- configs/common: disable CONFIG_INIT_STACK_ALL_{PATTERN,ZERO} (Philipp Rudo) -- configs/common/aarch64: disable CONFIG_RELR (Philipp Rudo) -- redhat/config: enable STMICRO nic for RHEL (Mark Salter) -- redhat/configs: Enable ARCH_TEGRA on RHEL (Mark Salter) -- redhat/configs: enable IMA_KEXEC for supported arches (Bruno Meneguele) -- redhat/configs: enable INTEGRITY_SIGNATURE to all arches (Bruno Meneguele) -- configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED (Benjamin Tissoires) -- RHEL: disable io_uring support (Jeff Moyer) [1964537] -- all: Changing CONFIG_UV_SYSFS to build uv_sysfs.ko as a loadable module. (Frank Ramsay) -- Enable NITRO_ENCLAVES on RHEL (Vitaly Kuznetsov) -- Update the Quick Start documentation (David Ward) -- redhat/configs: Set PVPANIC_MMIO for x86 and PVPANIC_PCI for aarch64 (Eric Auger) [1961178] -- bpf: Fix unprivileged_bpf_disabled setup (Jiri Olsa) -- Enable CONFIG_BPF_UNPRIV_DEFAULT_OFF (Jiri Olsa) -- configs/common/s390: disable CONFIG_QETH_{OSN,OSX} (Philipp Rudo) [1903201] -- nvme: nvme_mpath_init remove multipath check (Mike Snitzer) -- Make CRYPTO_EC also builtin (Simo Sorce) [1947240] -- Do not hard-code a default value for DIST (David Ward) -- Override %%{debugbuildsenabled} if the --with-release option is used (David Ward) -- Improve comments in SPEC file, and move some option tests and macros (David Ward) -- configs: enable CONFIG_EXFAT_FS (Pavel Reichl) [1943423] -- Revert s390x/zfcpdump part of a9d179c40281 and ecbfddd98621 (Vladis Dronov) -- Embed crypto algos, modes and templates needed in the FIPS mode (Vladis Dronov) [1947240] -- configs: Add and enable CONFIG_HYPERV_TESTING for debug kernels (Mohammed Gamal) -- configs: enable CONFIG_CMA on x86_64 in ARK (David Hildenbrand) [1945002] -- rpmspec: build debug-* meta-packages if debug builds are disabled (Herton R. Krzesinski) -- UIO: disable unused config options (Aristeu Rozanski) [1957819] -- ARK-config: Make amd_pinctrl module builtin (Hans de Goede) -- rpmspec: revert/drop content hash for kernel-headers (Herton R. Krzesinski) -- rpmspec: fix check that calls InitBuildVars (Herton R. Krzesinski) -- fedora: enable zonefs (Damien Le Moal) -- redhat: load specific ARCH keys to INTEGRITY_PLATFORM_KEYRING (Bruno Meneguele) -- redhat: enable INTEGRITY_TRUSTED_KEYRING across all variants (Bruno Meneguele) -- redhat: enable SYSTEM_BLACKLIST_KEYRING across all variants (Bruno Meneguele) -- redhat: enable INTEGRITY_ASYMMETRIC_KEYS across all variants (Bruno Meneguele) -- Remove unused boot loader specification files (David Ward) -- redhat/configs: Enable mlx5 IPsec and TLS offloads (Alaa Hleihel) [1869674 1957636] -- common: disable Apple Silicon generally (Peter Robinson) -- cleanup Intel's FPGA configs (Peter Robinson) -- common: move PTP KVM support from ark to common (Peter Robinson) -- Enable CONFIG_DRM_AMDGPU_USERPTR for everyone (Justin M. Forbes) -- redhat: add initial rpminspect configuration (Herton R. Krzesinski) -- fedora: arm updates for 5.13 (Peter Robinson) -- fedora: Enable WWAN and associated MHI bits (Peter Robinson) -- Update CONFIG_MODPROBE_PATH to /usr/sbin (Justin Forbes) -- Fedora set modprobe path (Justin M. Forbes) -- Keep sctp and l2tp modules in modules-extra (Don Zickus) -- Fix ppc64le cross build packaging (Don Zickus) -- Fedora: Make amd_pinctrl module builtin (Hans de Goede) -- Keep CONFIG_KASAN_HW_TAGS off for aarch64 debug configs (Justin M. Forbes) -- New configs in drivers/bus (Fedora Kernel Team) -- RHEL: Don't build KVM PR module on ppc64 (David Gibson) [1930649] -- Flip CONFIG_USB_ROLE_SWITCH from m to y (Justin M. Forbes) -- Set valid options for CONFIG_FW_LOADER_USER_HELPER (Justin M. Forbes) -- Clean up CONFIG_FB_MODE_HELPERS (Justin M. Forbes) -- Turn off CONFIG_VFIO for the s390x zfcpdump kernel (Justin M. Forbes) -- Delete unused CONFIG_SND_SOC_MAX98390 pending-common (Justin M. Forbes) -- Update pending-common configs, preparing to set correctly (Justin M. Forbes) -- Update fedora filters for surface (Justin M. Forbes) -- Build CONFIG_CRYPTO_ECDSA inline for s390x zfcpdump (Justin M. Forbes) -- Replace "flavour" where "variant" is meant instead (David Ward) -- Drop the %%{variant} macro and fix --with-vanilla (David Ward) -- Fix syntax of %%kernel_variant_files (David Ward) -- Change description of --without-vdso-install to fix typo (David Ward) -- Config updates to work around mismatches (Justin M. Forbes) -- CONFIG_SND_SOC_FSL_ASOC_CARD selects CONFIG_MFD_WM8994 now (Justin M. Forbes) -- wireguard: disable in FIPS mode (Hangbin Liu) [1940794] -- Enable mtdram for fedora (rhbz 1955916) (Justin M. Forbes) -- Remove reference to bpf-helpers man page (Justin M. Forbes) -- Fedora: enable more modules for surface devices (Dave Olsthoorn) -- Fix Fedora config mismatch for CONFIG_FSL_ENETC_IERB (Justin M. Forbes) -- hardlink is in /usr/bin/ now (Justin M. Forbes) -- Ensure CONFIG_KVM_BOOK3S_64_PR stays on in Fedora, even if it is turned off in RHEL (Justin M. Forbes) -- Set date in package release from repository commit, not system clock (David Ward) -- Use a better upstream tarball filename for snapshots (David Ward) -- Don't create empty pending-common files on pending-fedora commits (Don Zickus) -- nvme: decouple basic ANA log page re-read support from native multipathing (Mike Snitzer) -- nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT (Mike Snitzer) -- nvme: Return BLK_STS_TARGET if the DNR bit is set (Mike Snitzer) -- Add redhat/configs/pending-common/generic/s390x/zfcpdump/CONFIG_NETFS_SUPPORT (Justin M. Forbes) -- Create ark-latest branch last for CI scripts (Don Zickus) -- Replace /usr/libexec/platform-python with /usr/bin/python3 (David Ward) -- Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes) -- Export ark infrastructure files (Don Zickus) -- docs: Update docs to reflect newer workflow. (Don Zickus) -- Use upstream/master for merge-base with fallback to master (Don Zickus) -- Fedora: Turn off the SND_INTEL_BYT_PREFER_SOF option (Hans de Goede) -- filter-modules.sh.fedora: clean up "netprots" (Paul Bolle) -- filter-modules.sh.fedora: clean up "scsidrvs" (Paul Bolle) -- filter-*.sh.fedora: clean up "ethdrvs" (Paul Bolle) -- filter-*.sh.fedora: clean up "driverdirs" (Paul Bolle) -- filter-*.sh.fedora: remove incorrect entries (Paul Bolle) -- filter-*.sh.fedora: clean up "singlemods" (Paul Bolle) -- filter-modules.sh.fedora: drop unused list "iiodrvs" (Paul Bolle) -- Update mod-internal to fix depmod issue (Nico Pache) -- Turn on CONFIG_VDPA_SIM_NET (rhbz 1942343) (Justin M. Forbes) -- New configs in drivers/power (Fedora Kernel Team) -- Turn on CONFIG_NOUVEAU_DEBUG_PUSH for debug configs (Justin M. Forbes) -- Turn off KFENCE sampling by default for Fedora (Justin M. Forbes) -- Fedora config updates round 2 (Justin M. Forbes) -- New configs in drivers/soc (Jeremy Cline) -- filter-modules.sh: Fix copy/paste error 'input' (Paul Bolle) -- Update module filtering for 5.12 kernels (Justin M. Forbes) -- Fix genlog.py to ensure that comments retain "%%" characters. (Mark Mielke) -- New configs in drivers/leds (Fedora Kernel Team) -- Limit CONFIG_USB_CDNS_SUPPORT to x86_64 and arm in Fedora (David Ward) -- Fedora: Enable CHARGER_GPIO on aarch64 too (Peter Robinson) -- Fedora config updates (Justin M. Forbes) -- configs: enable CONFIG_WIREGUARD in ARK (Hangbin Liu) [1613522] -- Remove duplicate configs acroos fedora, ark and common (Don Zickus) -- Combine duplicate configs across ark and fedora into common (Don Zickus) -- common/ark: cleanup and unify the parport configs (Peter Robinson) -- iommu/vt-d: enable INTEL_IDXD_SVM for both fedora and rhel (Jerry Snitselaar) -- REDHAT: coresight: etm4x: Disable coresight on HPE Apollo 70 (Jeremy Linton) -- configs/common/generic: disable CONFIG_SLAB_MERGE_DEFAULT (Rafael Aquini) -- Remove _legacy_common_support (Justin M. Forbes) -- redhat/mod-blacklist.sh: Fix floppy blacklisting (Hans de Goede) -- New configs in fs/pstore (CKI@GitLab) -- New configs in arch/powerpc (Fedora Kernel Team) -- configs: enable BPF LSM on Fedora and ARK (Ondrej Mosnacek) -- configs: clean up LSM configs (Ondrej Mosnacek) -- New configs in drivers/platform (CKI@GitLab) -- New configs in drivers/firmware (CKI@GitLab) -- New configs in drivers/mailbox (Fedora Kernel Team) -- New configs in drivers/net/phy (Justin M. Forbes) -- Update CONFIG_DM_MULTIPATH_IOA (Augusto Caringi) -- New configs in mm/Kconfig (CKI@GitLab) -- New configs in arch/powerpc (Jeremy Cline) -- New configs in arch/powerpc (Jeremy Cline) -- New configs in drivers/input (Fedora Kernel Team) -- New configs in net/bluetooth (Justin M. Forbes) -- New configs in drivers/clk (Fedora Kernel Team) -- New configs in init/Kconfig (Jeremy Cline) -- redhat: allow running fedora-configs and rh-configs targets outside of redhat/ (Herton R. Krzesinski) -- all: unify the disable of goldfish (android emulation platform) (Peter Robinson) -- common: minor cleanup/de-dupe of dma/dmabuf debug configs (Peter Robinson) -- common/ark: these drivers/arches were removed in 5.12 (Peter Robinson) -- Correct kernel-devel make prepare build for 5.12. (Paulo E. Castro) -- redhat: add initial support for centos stream dist-git sync on Makefiles (Herton R. Krzesinski) -- redhat/configs: Enable CONFIG_SCHED_STACK_END_CHECK for Fedora and ARK (Josh Poimboeuf) [1856174] -- CONFIG_VFIO now selects IOMMU_API instead of depending on it, causing several config mismatches for the zfcpdump kernel (Justin M. Forbes) -- Turn off weak-modules for Fedora (Justin M. Forbes) -- redhat: enable CONFIG_FW_LOADER_COMPRESS for ARK (Herton R. Krzesinski) [1939095] -- Fedora: filters: update to move dfl-emif to modules (Peter Robinson) -- drop duplicate DEVFREQ_GOV_SIMPLE_ONDEMAND config (Peter Robinson) -- efi: The EFI_VARS is legacy and now x86 only (Peter Robinson) -- common: enable RTC_SYSTOHC to supplement update_persistent_clock64 (Peter Robinson) -- generic: arm: enable SCMI for all options (Peter Robinson) -- fedora: the PCH_CAN driver is x86-32 only (Peter Robinson) -- common: disable legacy CAN device support (Peter Robinson) -- common: Enable Microchip MCP251x/MCP251xFD CAN controllers (Peter Robinson) -- common: Bosch MCAN support for Intel Elkhart Lake (Peter Robinson) -- common: enable CAN_PEAK_PCIEFD PCI-E driver (Peter Robinson) -- common: disable CAN_PEAK_PCIEC PCAN-ExpressCard (Peter Robinson) -- common: enable common CAN layer 2 protocols (Peter Robinson) -- ark: disable CAN_LEDS option (Peter Robinson) -- Fedora: Turn on SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC option (Hans de Goede) -- Fedora: enable modules for surface devices (Dave Olsthoorn) -- Turn on SND_SOC_INTEL_SOUNDWIRE_SOF_MACH for Fedora again (Justin M. Forbes) -- common: fix WM8804 codec dependencies (Peter Robinson) -- Build SERIO_SERPORT as a module (Peter Robinson) -- input: touchscreen: move ELO and Wacom serial touchscreens to x86 (Peter Robinson) -- Sync serio touchscreens for non x86 architectures to the same as ARK (Peter Robinson) -- Only enable SERIO_LIBPS2 on x86 (Peter Robinson) -- Only enable PC keyboard controller and associated keyboard on x86 (Peter Robinson) -- Generic: Mouse: Tweak generic serial mouse options (Peter Robinson) -- Only enable PS2 Mouse options on x86 (Peter Robinson) -- Disable bluetooth highspeed by default (Peter Robinson) -- Fedora: A few more general updates for 5.12 window (Peter Robinson) -- Fedora: Updates for 5.12 merge window (Peter Robinson) -- Fedora: remove dead options that were removed upstream (Peter Robinson) -- redhat: remove CONFIG_DRM_PANEL_XINGBANGDA_XBD599 (Herton R. Krzesinski) -- New configs in arch/powerpc (Fedora Kernel Team) -- Turn on CONFIG_PPC_QUEUED_SPINLOCKS as it is default upstream now (Justin M. Forbes) -- Update pending-common configs to address new upstream config deps (Justin M. Forbes) -- rpmspec: ship gpio-watch.debug in the proper debuginfo package (Herton R. Krzesinski) -- Removed description text as a comment confuses the config generation (Justin M. Forbes) -- New configs in drivers/dma-buf (Jeremy Cline) -- Fedora: ARMv7: build for 16 CPUs. (Peter Robinson) -- Fedora: only enable DEBUG_HIGHMEM on debug kernels (Peter Robinson) -- process_configs.sh: fix find/xargs data flow (Ondrej Mosnacek) -- Fedora config update (Justin M. Forbes) -- fedora: minor arm sound config updates (Peter Robinson) -- Fix trailing white space in redhat/configs/fedora/generic/CONFIG_SND_INTEL_BYT_PREFER_SOF (Justin M. Forbes) -- Add a redhat/rebase-notes.txt file (Hans de Goede) -- Turn on SND_INTEL_BYT_PREFER_SOF for Fedora (Hans de Goede) -- CI: Drop MR ID from the name variable (Veronika Kabatova) -- redhat: add DUP and kpatch certificates to system trusted keys for RHEL build (Herton R. Krzesinski) -- The comments in CONFIG_USB_RTL8153_ECM actually turn off CONFIG_USB_RTL8152 (Justin M. Forbes) -- Update CKI pipeline project (Veronika Kabatova) -- Turn off additional KASAN options for Fedora (Justin M. Forbes) -- Rename the master branch to rawhide for Fedora (Justin M. Forbes) -- Makefile targets for packit integration (Ben Crocker) -- Turn off KASAN for rawhide debug builds (Justin M. Forbes) -- New configs in arch/arm64 (Justin Forbes) -- Remove deprecated Intel MIC config options (Peter Robinson) -- redhat: replace inline awk script with genlog.py call (Herton R. Krzesinski) -- redhat: add genlog.py script (Herton R. Krzesinski) -- kernel.spec.template - fix use_vdso usage (Ben Crocker) -- redhat: remove remaining references of CONFIG_RH_DISABLE_DEPRECATED (Herton R. Krzesinski) -- Turn off vdso_install for ppc (Justin M. Forbes) -- Remove bpf-helpers.7 from bpftool package (Jiri Olsa) -- New configs in lib/Kconfig.debug (Fedora Kernel Team) -- Turn off CONFIG_VIRTIO_CONSOLE for s390x zfcpdump (Justin M. Forbes) -- New configs in drivers/clk (Justin M. Forbes) -- Keep VIRTIO_CONSOLE on s390x available. (Jakub Čajka) -- New configs in lib/Kconfig.debug (Jeremy Cline) -- Fedora 5.11 config updates part 4 (Justin M. Forbes) -- Fedora 5.11 config updates part 3 (Justin M. Forbes) -- Fedora 5.11 config updates part 2 (Justin M. Forbes) -- Update internal (test) module list from RHEL-8 (Joe Lawrence) [1915073] -- Fix USB_XHCI_PCI regression (Justin M. Forbes) -- fedora: fixes for ARMv7 build issue by disabling HIGHPTE (Peter Robinson) -- all: s390x: Increase CONFIG_PCI_NR_FUNCTIONS to 512 (#1888735) (Dan Horák) -- Fedora 5.11 configs pt 1 (Justin M. Forbes) -- redhat: avoid conflict with mod-blacklist.sh and released_kernel defined (Herton R. Krzesinski) -- redhat: handle certificate files conditionally as done for src.rpm (Herton R. Krzesinski) -- specfile: add %%{?_smp_mflags} to "make headers_install" in tools/testing/selftests (Denys Vlasenko) -- specfile: add %%{?_smp_mflags} to "make samples/bpf/" (Denys Vlasenko) -- Run MR testing in CKI pipeline (Veronika Kabatova) -- Reword comment (Nicolas Chauvet) -- Add with_cross_arm conditional (Nicolas Chauvet) -- Redefines __strip if with_cross (Nicolas Chauvet) -- fedora: only enable ACPI_CONFIGFS, ACPI_CUSTOM_METHOD in debug kernels (Peter Robinson) -- fedora: User the same EFI_CUSTOM_SSDT_OVERLAYS as ARK (Peter Robinson) -- all: all arches/kernels enable the same DMI options (Peter Robinson) -- all: move SENSORS_ACPI_POWER to common/generic (Peter Robinson) -- fedora: PCIE_HISI_ERR is already in common (Peter Robinson) -- all: all ACPI platforms enable ATA_ACPI so move it to common (Peter Robinson) -- all: x86: move shared x86 acpi config options to generic (Peter Robinson) -- All: x86: Move ACPI_VIDEO to common/x86 (Peter Robinson) -- All: x86: Enable ACPI_DPTF (Intel DPTF) (Peter Robinson) -- All: enable ACPI_BGRT for all ACPI platforms. (Peter Robinson) -- All: Only build ACPI_EC_DEBUGFS for debug kernels (Peter Robinson) -- All: Disable Intel Classmate PC ACPI_CMPC option (Peter Robinson) -- cleanup: ACPI_PROCFS_POWER was removed upstream (Peter Robinson) -- All: ACPI: De-dupe the ACPI options that are the same across ark/fedora on x86/arm (Peter Robinson) -- Enable the vkms module in Fedora (Jeremy Cline) -- Fedora: arm updates for 5.11 and general cross Fedora cleanups (Peter Robinson) -- Add gcc-c++ to BuildRequires (Justin M. Forbes) -- Update CONFIG_KASAN_HW_TAGS (Justin M. Forbes) -- fedora: arm: move generic power off/reset to all arm (Peter Robinson) -- fedora: ARMv7: build in DEVFREQ_GOV_SIMPLE_ONDEMAND until I work out why it's changed (Peter Robinson) -- fedora: cleanup joystick_adc (Peter Robinson) -- fedora: update some display options (Peter Robinson) -- fedora: arm: enable TI PRU options (Peter Robinson) -- fedora: arm: minor exynos plaform updates (Peter Robinson) -- arm: SoC: disable Toshiba Visconti SoC (Peter Robinson) -- common: disable ARCH_BCM4908 (NFC) (Peter Robinson) -- fedora: minor arm config updates (Peter Robinson) -- fedora: enable Tegra 234 SoC (Peter Robinson) -- fedora: arm: enable new Hikey 3xx options (Peter Robinson) -- Fedora: USB updates (Peter Robinson) -- fedora: enable the GNSS receiver subsystem (Peter Robinson) -- Remove POWER_AVS as no longer upstream (Peter Robinson) -- Cleanup RESET_RASPBERRYPI (Peter Robinson) -- Cleanup GPIO_CDEV_V1 options. (Peter Robinson) -- fedora: arm crypto updates (Peter Robinson) -- CONFIG_KASAN_HW_TAGS for aarch64 (Justin M. Forbes) -- Fedora: cleanup PCMCIA configs, move to x86 (Peter Robinson) -- New configs in drivers/rtc (Fedora Kernel Team) -- redhat/configs: Enable CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL (Josh Poimboeuf) [1856176] -- redhat/configs: Enable CONFIG_GCC_PLUGIN_STRUCTLEAK (Josh Poimboeuf) [1856176] -- redhat/configs: Enable CONFIG_GCC_PLUGINS on ARK (Josh Poimboeuf) [1856176] -- redhat/configs: Enable CONFIG_KASAN on Fedora (Josh Poimboeuf) [1856176] -- New configs in init/Kconfig (Fedora Kernel Team) -- build_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- genspec.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- mod-blacklist.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- Enable Speakup accessibility driver (Justin M. Forbes) -- New configs in init/Kconfig (Fedora Kernel Team) -- Fix fedora config mismatch due to dep changes (Justin M. Forbes) -- New configs in drivers/crypto (Jeremy Cline) -- Remove duplicate ENERGY_MODEL configs (Peter Robinson) -- This is selected by PCIE_QCOM so must match (Justin M. Forbes) -- drop unused BACKLIGHT_GENERIC (Peter Robinson) -- Remove cp instruction already handled in instruction below. (Paulo E. Castro) -- Add all the dependencies gleaned from running `make prepare` on a bloated devel kernel. (Paulo E. Castro) -- Add tools to path mangling script. (Paulo E. Castro) -- Remove duplicate cp statement which is also not specific to x86. (Paulo E. Castro) -- Correct orc_types failure whilst running `make prepare` https://bugzilla.redhat.com/show_bug.cgi?id=1882854 (Paulo E. Castro) -- redhat: ark: enable CONFIG_IKHEADERS (Jiri Olsa) -- Add missing '$' sign to (GIT) in redhat/Makefile (Augusto Caringi) -- Remove filterdiff and use native git instead (Don Zickus) -- New configs in net/sched (Justin M. Forbes) -- New configs in drivers/mfd (CKI@GitLab) -- New configs in drivers/mfd (Fedora Kernel Team) -- New configs in drivers/firmware (Fedora Kernel Team) -- Temporarily backout parallel xz script (Justin M. Forbes) -- redhat: explicitly disable CONFIG_IMA_APPRAISE_SIGNED_INIT (Bruno Meneguele) -- redhat: enable CONFIG_EVM_LOAD_X509 on ARK (Bruno Meneguele) -- redhat: enable CONFIG_EVM_ATTR_FSUUID on ARK (Bruno Meneguele) -- redhat: enable CONFIG_EVM in all arches and flavors (Bruno Meneguele) -- redhat: enable CONFIG_IMA_LOAD_X509 on ARK (Bruno Meneguele) -- redhat: set CONFIG_IMA_DEFAULT_HASH to SHA256 (Bruno Meneguele) -- redhat: enable CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT (Bruno Meneguele) -- redhat: enable CONFIG_IMA_READ_POLICY on ARK (Bruno Meneguele) -- redhat: set default IMA template for all ARK arches (Bruno Meneguele) -- redhat: enable CONFIG_IMA_DEFAULT_HASH_SHA256 for all flavors (Bruno Meneguele) -- redhat: disable CONFIG_IMA_DEFAULT_HASH_SHA1 (Bruno Meneguele) -- redhat: enable CONFIG_IMA_ARCH_POLICY for ppc and x86 (Bruno Meneguele) -- redhat: enable CONFIG_IMA_APPRAISE_MODSIG (Bruno Meneguele) -- redhat: enable CONFIG_IMA_APPRAISE_BOOTPARAM (Bruno Meneguele) -- redhat: enable CONFIG_IMA_APPRAISE (Bruno Meneguele) -- redhat: enable CONFIG_INTEGRITY for aarch64 (Bruno Meneguele) -- kernel: Update some missing KASAN/KCSAN options (Jeremy Linton) -- kernel: Enable coresight on aarch64 (Jeremy Linton) -- Update CONFIG_INET6_ESPINTCP (Justin Forbes) -- New configs in net/ipv6 (Justin M. Forbes) -- fedora: move CONFIG_RTC_NVMEM options from ark to common (Peter Robinson) -- configs: Enable CONFIG_DEBUG_INFO_BTF (Don Zickus) -- fedora: some minor arm audio config tweaks (Peter Robinson) -- Ship xpad with default modules on Fedora and RHEL (Bastien Nocera) -- Fedora: Only enable legacy serial/game port joysticks on x86 (Peter Robinson) -- Fedora: Enable the options required for the Librem 5 Phone (Peter Robinson) -- Fedora config update (Justin M. Forbes) -- Fedora config change because CONFIG_FSL_DPAA2_ETH now selects CONFIG_FSL_XGMAC_MDIO (Justin M. Forbes) -- redhat: generic enable CONFIG_INET_MPTCP_DIAG (Davide Caratti) -- Fedora config update (Justin M. Forbes) -- Enable NANDSIM for Fedora (Justin M. Forbes) -- Re-enable CONFIG_ACPI_TABLE_UPGRADE for Fedora since upstream disables this if secureboot is active (Justin M. Forbes) -- Ath11k related config updates (Justin M. Forbes) -- Fedora config updates for ath11k (Justin M. Forbes) -- Turn on ATH11K for Fedora (Justin M. Forbes) -- redhat: enable CONFIG_INTEL_IOMMU_SVM (Jerry Snitselaar) -- More Fedora config fixes (Justin M. Forbes) -- Fedora 5.10 config updates (Justin M. Forbes) -- Fedora 5.10 configs round 1 (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Allow kernel-tools to build without selftests (Don Zickus) -- Allow building of kernel-tools standalone (Don Zickus) -- redhat: ark: disable CONFIG_NET_ACT_CTINFO (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_TEQL (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_SFB (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_QFQ (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_PLUG (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_PIE (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_HHF (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_DSMARK (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_DRR (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_CODEL (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_CHOKE (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_CBQ (Davide Caratti) -- redhat: ark: disable CONFIG_NET_SCH_ATM (Davide Caratti) -- redhat: ark: disable CONFIG_NET_EMATCH and sub-targets (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_TCINDEX (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_RSVP6 (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_RSVP (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_ROUTE4 (Davide Caratti) -- redhat: ark: disable CONFIG_NET_CLS_BASIC (Davide Caratti) -- redhat: ark: disable CONFIG_NET_ACT_SKBMOD (Davide Caratti) -- redhat: ark: disable CONFIG_NET_ACT_SIMP (Davide Caratti) -- redhat: ark: disable CONFIG_NET_ACT_NAT (Davide Caratti) -- arm64/defconfig: Enable CONFIG_KEXEC_FILE (Bhupesh Sharma) [1821565] -- redhat/configs: Cleanup CONFIG_CRYPTO_SHA512 (Prarit Bhargava) -- New configs in drivers/mfd (Fedora Kernel Team) -- Fix LTO issues with kernel-tools (Don Zickus) -- Point pathfix to the new location for gen_compile_commands.py (Justin M. Forbes) -- configs: Disable CONFIG_SECURITY_SELINUX_DISABLE (Ondrej Mosnacek) -- [Automatic] Handle config dependency changes (Don Zickus) -- configs/iommu: Add config comment to empty CONFIG_SUN50I_IOMMU file (Jerry Snitselaar) -- New configs in kernel/trace (Fedora Kernel Team) -- Fix Fedora config locations (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- configs: enable CONFIG_CRYPTO_CTS=y so cts(cbc(aes)) is available in FIPS mode (Vladis Dronov) [1855161] -- Partial revert: Add master merge check (Don Zickus) -- Update Maintainers doc to reflect workflow changes (Don Zickus) -- WIP: redhat/docs: Update documentation for single branch workflow (Prarit Bhargava) -- Add CONFIG_ARM64_MTE which is not picked up by the config scripts for some reason (Justin M. Forbes) -- Disable Speakup synth DECEXT (Justin M. Forbes) -- Enable Speakup for Fedora since it is out of staging (Justin M. Forbes) -- Modify patchlist changelog output (Don Zickus) -- process_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- generate_all_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- redhat/self-test: Initial commit (Ben Crocker) -- arch/x86: Remove vendor specific CPU ID checks (Prarit Bhargava) -- redhat: Replace hardware.redhat.com link in Unsupported message (Prarit Bhargava) [1810301] -- x86: Fix compile issues with rh_check_supported() (Don Zickus) -- KEYS: Make use of platform keyring for module signature verify (Robert Holmes) -- Input: rmi4 - remove the need for artificial IRQ in case of HID (Benjamin Tissoires) -- ARM: tegra: usb no reset (Peter Robinson) -- arm: make CONFIG_HIGHPTE optional without CONFIG_EXPERT (Jon Masters) -- redhat: rh_kabi: deduplication friendly structs (Jiri Benc) -- redhat: rh_kabi add a comment with warning about RH_KABI_EXCLUDE usage (Jiri Benc) -- redhat: rh_kabi: introduce RH_KABI_EXTEND_WITH_SIZE (Jiri Benc) -- redhat: rh_kabi: Indirect EXTEND macros so nesting of other macros will resolve. (Don Dutile) -- redhat: rh_kabi: Fix RH_KABI_SET_SIZE to use dereference operator (Tony Camuso) -- redhat: rh_kabi: Add macros to size and extend structs (Prarit Bhargava) -- Removing Obsolete hba pci-ids from rhel8 (Dick Kennedy) [1572321] -- mptsas: pci-id table changes (Laura Abbott) -- mptspi: pci-id table changes (Laura Abbott) -- qla2xxx: Remove PCI IDs of deprecated adapter (Jeremy Cline) -- hpsa: remove old cciss-based smartarray pci ids (Joseph Szczypek) [1471185] -- kernel: add SUPPORT_REMOVED kernel taint (Tomas Henzl) [1602033] -- Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES (Don Zickus) -- s390: Lock down the kernel when the IPL secure flag is set (Jeremy Cline) -- efi: Lock down the kernel if booted in secure boot mode (David Howells) -- efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode (David Howells) -- security: lockdown: expose a hook to lock the kernel down (Jeremy Cline) -- Make get_cert_list() use efi_status_to_str() to print error messages. (Peter Jones) -- Add efi_status_to_str() and rework efi_status_to_err(). (Peter Jones) -- Add support for deprecating processors (Laura Abbott) [1565717 1595918 1609604 1610493] -- arm: aarch64: Drop the EXPERT setting from ARM64_FORCE_52BIT (Jeremy Cline) -- iommu/arm-smmu: workaround DMA mode issues (Laura Abbott) -- rh_kabi: introduce RH_KABI_EXCLUDE (Jakub Racek) [1652256] -- ipmi: do not configure ipmi for HPE m400 (Laura Abbott) [1670017] -- kABI: Add generic kABI macros to use for kABI workarounds (Myron Stowe) [1546831] -- add pci_hw_vendor_status() (Maurizio Lombardi) [1590829] -- ahci: thunderx2: Fix for errata that affects stop engine (Robert Richter) [1563590] -- Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon (Robert Richter) [1563590] -- bpf: set unprivileged_bpf_disabled to 1 by default, add a boot parameter (Eugene Syromiatnikov) [1561171] -- add Red Hat-specific taint flags (Eugene Syromiatnikov) [1559877] -- tags.sh: Ignore redhat/rpm (Jeremy Cline) -- put RHEL info into generated headers (Laura Abbott) [1663728] -- aarch64: acpi scan: Fix regression related to X-Gene UARTs (Mark Salter) [1519554] -- ACPI / irq: Workaround firmware issue on X-Gene based m400 (Mark Salter) [1519554] -- modules: add rhelversion MODULE_INFO tag (Laura Abbott) -- ACPI: APEI: arm64: Ignore broken HPE moonshot APEI support (Al Stone) [1518076] -- Add Red Hat tainting (Laura Abbott) [1565704 1652266] -- Introduce CONFIG_RH_DISABLE_DEPRECATED (Laura Abbott) -- Stop merging ark-patches for release (Don Zickus) -- Fix path location for ark-update-configs.sh (Don Zickus) -- Combine Red Hat patches into single patch (Don Zickus) -- New configs in drivers/misc (Jeremy Cline) -- New configs in drivers/net/wireless (Justin M. Forbes) -- New configs in drivers/phy (Fedora Kernel Team) -- New configs in drivers/tty (Fedora Kernel Team) -- Set SquashFS decompression options for all flavors to match RHEL (Bohdan Khomutskyi) -- configs: Enable CONFIG_ENERGY_MODEL (Phil Auld) -- New configs in drivers/pinctrl (Fedora Kernel Team) -- Update CONFIG_THERMAL_NETLINK (Justin Forbes) -- Separate merge-upstream and release stages (Don Zickus) -- Re-enable CONFIG_IR_SERIAL on Fedora (Prarit Bhargava) -- Create Patchlist.changelog file (Don Zickus) -- Filter out upstream commits from changelog (Don Zickus) -- Merge Upstream script fixes (Don Zickus) -- kernel.spec: Remove kernel-keys directory on rpm erase (Prarit Bhargava) -- Add mlx5_vdpa to module filter for Fedora (Justin M. Forbes) -- Add python3-sphinx_rtd_theme buildreq for docs (Justin M. Forbes) -- redhat/configs/process_configs.sh: Remove *.config.orig files (Prarit Bhargava) -- redhat/configs/process_configs.sh: Add process_configs_known_broken flag (Prarit Bhargava) -- redhat/Makefile: Fix '*-configs' targets (Prarit Bhargava) -- dist-merge-upstream: Checkout known branch for ci scripts (Don Zickus) -- kernel.spec: don't override upstream compiler flags for ppc64le (Dan Horák) -- Fedora config updates (Justin M. Forbes) -- Fedora confi gupdate (Justin M. Forbes) -- mod-sign.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- Swap how ark-latest is built (Don Zickus) -- Add extra version bump to os-build branch (Don Zickus) -- dist-release: Avoid needless version bump. (Don Zickus) -- Add dist-fedora-release target (Don Zickus) -- Remove redundant code in dist-release (Don Zickus) -- Makefile.common rename TAG to _TAG (Don Zickus) -- Fedora config change (Justin M. Forbes) -- Fedora filter update (Justin M. Forbes) -- Config update for Fedora (Justin M. Forbes) -- enable PROTECTED_VIRTUALIZATION_GUEST for all s390x kernels (Dan Horák) -- redhat: ark: enable CONFIG_NET_SCH_TAPRIO (Davide Caratti) -- redhat: ark: enable CONFIG_NET_SCH_ETF (Davide Caratti) -- More Fedora config updates (Justin M. Forbes) -- New config deps (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- First half of config updates for Fedora (Justin M. Forbes) -- Updates for Fedora arm architectures for the 5.9 window (Peter Robinson) -- Merge 5.9 config changes from Peter Robinson (Justin M. Forbes) -- Add config options that only show up when we prep on arm (Justin M. Forbes) -- Config updates for Fedora (Justin M. Forbes) -- fedora: enable enery model (Peter Robinson) -- Use the configs/generic config for SND_HDA_INTEL everywhere (Peter Robinson) -- Enable ZSTD compression algorithm on all kernels (Peter Robinson) -- Enable ARM_SMCCC_SOC_ID on all aarch64 kernels (Peter Robinson) -- iio: enable LTR-559 light and proximity sensor (Peter Robinson) -- iio: chemical: enable some popular chemical and partical sensors (Peter Robinson) -- More mismatches (Justin M. Forbes) -- Fedora config change due to deps (Justin M. Forbes) -- CONFIG_SND_SOC_MAX98390 is now selected by SND_SOC_INTEL_DA7219_MAX98357A_GENERIC (Justin M. Forbes) -- Config change required for build part 2 (Justin M. Forbes) -- Config change required for build (Justin M. Forbes) -- Fedora config update (Justin M. Forbes) -- Add ability to sync upstream through Makefile (Don Zickus) -- Add master merge check (Don Zickus) -- Replace hardcoded values 'os-build' and project id with variables (Don Zickus) -- redhat/Makefile.common: Fix MARKER (Prarit Bhargava) -- gitattributes: Remove unnecesary export restrictions (Prarit Bhargava) -- Add new certs for dual signing with boothole (Justin M. Forbes) -- Update secureboot signing for dual keys (Justin M. Forbes) -- fedora: enable LEDS_SGM3140 for arm configs (Peter Robinson) -- Enable CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG (Justin M. Forbes) -- redhat/configs: Fix common CONFIGs (Prarit Bhargava) -- redhat/configs: General CONFIG cleanups (Prarit Bhargava) -- redhat/configs: Update & generalize evaluate_configs (Prarit Bhargava) -- fedora: arm: Update some meson config options (Peter Robinson) -- redhat/docs: Add Fedora RPM tagging date (Prarit Bhargava) -- Update config for renamed panel driver. (Peter Robinson) -- Enable SERIAL_SC16IS7XX for SPI interfaces (Peter Robinson) -- s390x-zfcpdump: Handle missing Module.symvers file (Don Zickus) -- Fedora config updates (Justin M. Forbes) -- redhat/configs: Add .tmp files to .gitignore (Prarit Bhargava) -- disable uncommon TCP congestion control algorithms (Davide Caratti) -- Add new bpf man pages (Justin M. Forbes) -- Add default option for CONFIG_ARM64_BTI_KERNEL to pending-common so that eln kernels build (Justin M. Forbes) -- redhat/Makefile: Add fedora-configs and rh-configs make targets (Prarit Bhargava) -- redhat/configs: Use SHA512 for module signing (Prarit Bhargava) -- genspec.sh: 'touch' empty Patchlist file for single tarball (Don Zickus) -- Fedora config update for rc1 (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- redhat/Makefile.common: fix RPMKSUBLEVEL condition (Ondrej Mosnacek) -- redhat/Makefile: silence KABI tar output (Ondrej Mosnacek) -- One more Fedora config update (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fix PATCHLEVEL for merge window (Justin M. Forbes) -- Change ark CONFIG_COMMON_CLK to yes, it is selected already by other options (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- More module filtering for Fedora (Justin M. Forbes) -- Update filters for rnbd in Fedora (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fix up module filtering for 5.8 (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- More Fedora config work (Justin M. Forbes) -- RTW88BE and CE have been extracted to their own modules (Justin M. Forbes) -- Set CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK for Fedora (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Arm64 Use Branch Target Identification for kernel (Justin M. Forbes) -- Change value of CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE (Justin M. Forbes) -- Fedora config updates (Justin M. Forbes) -- Fix configs for Fedora (Justin M. Forbes) -- Add zero-commit to format-patch options (Justin M. Forbes) -- Copy Makefile.rhelver as a source file rather than a patch (Jeremy Cline) -- Move the sed to clear the patch templating outside of conditionals (Justin M. Forbes) -- Match template format in kernel.spec.template (Justin M. Forbes) -- Break out the Patches into individual files for dist-git (Justin M. Forbes) -- Break the Red Hat patch into individual commits (Jeremy Cline) -- Fix update_scripts.sh unselective pattern sub (David Howells) -- Add cec to the filter overrides (Justin M. Forbes) -- Add overrides to filter-modules.sh (Justin M. Forbes) -- redhat/configs: Enable CONFIG_SMC91X and disable CONFIG_SMC911X (Prarit Bhargava) [1722136] -- Include bpftool-struct_ops man page in the bpftool package (Jeremy Cline) -- Add sharedbuffer_configuration.py to the pathfix.py script (Jeremy Cline) -- Use __make macro instead of make (Tom Stellard) -- Sign off generated configuration patches (Jeremy Cline) -- Drop the static path configuration for the Sphinx docs (Jeremy Cline) -- redhat: Add dummy-module kernel module (Prarit Bhargava) -- redhat: enable CONFIG_LWTUNNEL_BPF (Jiri Benc) -- Remove typoed config file aarch64CONFIG_SM_GCC_8150 (Justin M. Forbes) -- Add Documentation back to kernel-devel as it has Kconfig now (Justin M. Forbes) -- Copy distro files rather than moving them (Jeremy Cline) -- kernel.spec: fix 'make scripts' for kernel-devel package (Brian Masney) -- Makefile: correct help text for dist-cross--rpms (Brian Masney) -- redhat/Makefile: Fix RHEL8 python warning (Prarit Bhargava) -- redhat: Change Makefile target names to dist- (Prarit Bhargava) -- configs: Disable Serial IR driver (Prarit Bhargava) -- Fix "multiple %%files for package kernel-tools" (Pablo Greco) -- Introduce a Sphinx documentation project (Jeremy Cline) -- Build ARK against ELN (Don Zickus) -- Drop the requirement to have a remote called linus (Jeremy Cline) -- Rename 'internal' branch to 'os-build' (Don Zickus) -- Only include open merge requests with "Include in Releases" label (Jeremy Cline) -- Package gpio-watch in kernel-tools (Jeremy Cline) -- Exit non-zero if the tag already exists for a release (Jeremy Cline) -- Adjust the changelog update script to not push anything (Jeremy Cline) -- Drop --target noarch from the rh-rpms make target (Jeremy Cline) -- Add a script to generate release tags and branches (Jeremy Cline) -- Set CONFIG_VDPA for fedora (Justin M. Forbes) -- Add a README to the dist-git repository (Jeremy Cline) -- Provide defaults in ark-rebase-patches.sh (Jeremy Cline) -- Default ark-rebase-patches.sh to not report issues (Jeremy Cline) -- Drop DIST from release commits and tags (Jeremy Cline) -- Place the buildid before the dist in the release (Jeremy Cline) -- Sync up with Fedora arm configuration prior to merging (Jeremy Cline) -- Disable CONFIG_PROTECTED_VIRTUALIZATION_GUEST for zfcpdump (Jeremy Cline) -- Add RHMAINTAINERS file and supporting conf (Don Zickus) -- Add a script to test if all commits are signed off (Jeremy Cline) -- Fix make rh-configs-arch (Don Zickus) -- Drop RH_FEDORA in favor of the now-merged RHEL_DIFFERENCES (Jeremy Cline) -- Sync up Fedora configs from the first week of the merge window (Jeremy Cline) -- Migrate blacklisting floppy.ko to mod-blacklist.sh (Don Zickus) -- kernel packaging: Combine mod-blacklist.sh and mod-extra-blacklist.sh (Don Zickus) -- kernel packaging: Fix extra namespace collision (Don Zickus) -- mod-extra.sh: Rename to mod-blacklist.sh (Don Zickus) -- mod-extra.sh: Make file generic (Don Zickus) -- Fix a painfully obvious YAML syntax error in .gitlab-ci.yml (Jeremy Cline) -- Add in armv7hl kernel header support (Don Zickus) -- Disable all BuildKernel commands when only building headers (Don Zickus) -- Drop any gitlab-ci patches from ark-patches (Jeremy Cline) -- Build the srpm for internal branch CI using the vanilla tree (Jeremy Cline) -- Pull in the latest ARM configurations for Fedora (Jeremy Cline) -- Fix xz memory usage issue (Neil Horman) -- Use ark-latest instead of master for update script (Jeremy Cline) -- Move the CI jobs back into the ARK repository (Jeremy Cline) -- Sync up ARK's Fedora config with the dist-git repository (Jeremy Cline) -- Pull in the latest configuration changes from Fedora (Jeremy Cline) -- configs: enable CONFIG_NET_SCH_CBS (Marcelo Ricardo Leitner) -- Drop configuration options in fedora/ that no longer exist (Jeremy Cline) -- Set RH_FEDORA for ARK and Fedora (Jeremy Cline) -- redhat/kernel.spec: Include the release in the kernel COPYING file (Jeremy Cline) -- redhat/kernel.spec: add scripts/jobserver-exec to py3_shbang_opts list (Jeremy Cline) -- redhat/kernel.spec: package bpftool-gen man page (Jeremy Cline) -- distgit-changelog: handle multiple y-stream BZ numbers (Bruno Meneguele) -- redhat/kernel.spec: remove all inline comments (Bruno Meneguele) -- redhat/genspec: awk unknown whitespace regex pattern (Bruno Meneguele) -- Improve the readability of gen_config_patches.sh (Jeremy Cline) -- Fix some awkward edge cases in gen_config_patches.sh (Jeremy Cline) -- Update the CI environment to use Fedora 31 (Jeremy Cline) -- redhat: drop whitespace from with_gcov macro (Jan Stancek) -- configs: Enable CONFIG_KEY_DH_OPERATIONS on ARK (Ondrej Mosnacek) -- configs: Adjust CONFIG_MPLS_ROUTING and CONFIG_MPLS_IPTUNNEL (Laura Abbott) -- New configs in lib/crypto (Jeremy Cline) -- New configs in drivers/char (Jeremy Cline) -- Turn on BLAKE2B for Fedora (Jeremy Cline) -- kernel.spec.template: Clean up stray *.h.s files (Laura Abbott) -- Build the SRPM in the CI job (Jeremy Cline) -- New configs in net/tls (Jeremy Cline) -- New configs in net/tipc (Jeremy Cline) -- New configs in lib/kunit (Jeremy Cline) -- Fix up released_kernel case (Laura Abbott) -- New configs in lib/Kconfig.debug (Jeremy Cline) -- New configs in drivers/ptp (Jeremy Cline) -- New configs in drivers/nvme (Jeremy Cline) -- New configs in drivers/net/phy (Jeremy Cline) -- New configs in arch/arm64 (Jeremy Cline) -- New configs in drivers/crypto (Jeremy Cline) -- New configs in crypto/Kconfig (Jeremy Cline) -- Add label so the Gitlab to email bridge ignores the changelog (Jeremy Cline) -- Temporarily switch TUNE_DEFAULT to y (Jeremy Cline) -- Run config test for merge requests and internal (Jeremy Cline) -- Add missing licensedir line (Laura Abbott) -- redhat/scripts: Remove redhat/scripts/rh_get_maintainer.pl (Prarit Bhargava) -- configs: Take CONFIG_DEFAULT_MMAP_MIN_ADDR from Fedra (Laura Abbott) -- configs: Turn off ISDN (Laura Abbott) -- Add a script to generate configuration patches (Laura Abbott) -- Introduce rh-configs-commit (Laura Abbott) -- kernel-packaging: Remove kernel files from kernel-modules-extra package (Prarit Bhargava) -- configs: Enable CONFIG_DEBUG_WX (Laura Abbott) -- configs: Disable wireless USB (Laura Abbott) -- Clean up some temporary config files (Laura Abbott) -- configs: New config in drivers/gpu for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/powerpc for v5.4-rc1 (Jeremy Cline) -- configs: New config in crypto for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/usb for v5.4-rc1 (Jeremy Cline) -- AUTOMATIC: New configs (Jeremy Cline) -- Skip ksamples for bpf, they are broken (Jeremy Cline) -- configs: New config in fs/erofs for v5.4-rc1 (Jeremy Cline) -- configs: New config in mm for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/md for v5.4-rc1 (Jeremy Cline) -- configs: New config in init for v5.4-rc1 (Jeremy Cline) -- configs: New config in fs/fuse for v5.4-rc1 (Jeremy Cline) -- merge.pl: Avoid comments but do not skip them (Don Zickus) -- configs: New config in drivers/net/ethernet/pensando for v5.4-rc1 (Jeremy Cline) -- Update a comment about what released kernel means (Laura Abbott) -- Provide both Fedora and RHEL files in the SRPM (Laura Abbott) -- kernel.spec.template: Trim EXTRAVERSION in the Makefile (Laura Abbott) -- kernel.spec.template: Add macros for building with nopatches (Laura Abbott) -- kernel.spec.template: Add some macros for Fedora differences (Laura Abbott) -- kernel.spec.template: Consolodate the options (Laura Abbott) -- configs: Add pending direcory to Fedora (Laura Abbott) -- kernel.spec.template: Don't run hardlink if rpm-ostree is in use (Laura Abbott) -- configs: New config in net/can for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/phy for v5.4-rc1 (Jeremy Cline) -- configs: Increase x86_64 NR_UARTS to 64 (Prarit Bhargava) [1730649] -- configs: turn on ARM64_FORCE_52BIT for debug builds (Jeremy Cline) -- kernel.spec.template: Tweak the python3 mangling (Laura Abbott) -- kernel.spec.template: Add --with verbose option (Laura Abbott) -- kernel.spec.template: Switch to using %%install instead of %%__install (Laura Abbott) -- kernel.spec.template: Make the kernel.org URL https (Laura Abbott) -- kernel.spec.template: Update message about secure boot signing (Laura Abbott) -- kernel.spec.template: Move some with flags definitions up (Laura Abbott) -- kernel.spec.template: Update some BuildRequires (Laura Abbott) -- kernel.spec.template: Get rid of %%clean (Laura Abbott) -- configs: New config in drivers/char for v5.4-rc1 (Jeremy Cline) -- configs: New config in net/sched for v5.4-rc1 (Jeremy Cline) -- configs: New config in lib for v5.4-rc1 (Jeremy Cline) -- configs: New config in fs/verity for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/aarch64 for v5.4-rc4 (Jeremy Cline) -- configs: New config in arch/arm64 for v5.4-rc1 (Jeremy Cline) -- Flip off CONFIG_ARM64_VA_BITS_52 so the bundle that turns it on applies (Jeremy Cline) -- New configuration options for v5.4-rc4 (Jeremy Cline) -- Correctly name tarball for single tarball builds (Laura Abbott) -- configs: New config in drivers/pci for v5.4-rc1 (Jeremy Cline) -- Allow overriding the dist tag on the command line (Laura Abbott) -- Allow scratch branch target to be overridden (Laura Abbott) -- Remove long dead BUILD_DEFAULT_TARGET (Laura Abbott) -- Amend the changelog when rebasing (Laura Abbott) -- configs: New config in drivers/platform for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/pinctrl for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/wireless for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/ethernet/mellanox for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/net/can for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/hid for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/dma-buf for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/crypto for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/s390 for v5.4-rc1 (Jeremy Cline) -- configs: New config in block for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/cpuidle for v5.4-rc1 (Jeremy Cline) -- redhat: configs: Split CONFIG_CRYPTO_SHA512 (Laura Abbott) -- redhat: Set Fedora options (Laura Abbott) -- Set CRYPTO_SHA3_*_S390 to builtin on zfcpdump (Jeremy Cline) -- configs: New config in drivers/edac for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/firmware for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/hwmon for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/iio for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/mmc for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/tty for v5.4-rc1 (Jeremy Cline) -- configs: New config in arch/s390 for v5.4-rc1 (Jeremy Cline) -- configs: New config in drivers/bus for v5.4-rc1 (Jeremy Cline) -- Add option to allow mismatched configs on the command line (Laura Abbott) -- configs: New config in drivers/crypto for v5.4-rc1 (Jeremy Cline) -- configs: New config in sound/pci for v5.4-rc1 (Jeremy Cline) -- configs: New config in sound/soc for v5.4-rc1 (Jeremy Cline) -- gitlab: Add CI job for packaging scripts (Major Hayden) -- Speed up CI with CKI image (Major Hayden) -- Disable e1000 driver in ARK (Neil Horman) -- configs: Fix the pending default for CONFIG_ARM64_VA_BITS_52 (Jeremy Cline) -- configs: Turn on OPTIMIZE_INLINING for everything (Jeremy Cline) -- configs: Set valid pending defaults for CRYPTO_ESSIV (Jeremy Cline) -- Add an initial CI configuration for the internal branch (Jeremy Cline) -- New drop of configuration options for v5.4-rc1 (Jeremy Cline) -- New drop of configuration options for v5.4-rc1 (Jeremy Cline) -- Pull the RHEL version defines out of the Makefile (Jeremy Cline) -- Sync up the ARK build scripts (Jeremy Cline) -- Sync up the Fedora Rawhide configs (Jeremy Cline) -- Sync up the ARK config files (Jeremy Cline) -- configs: Adjust CONFIG_FORCE_MAX_ZONEORDER for Fedora (Laura Abbott) -- configs: Add README for some other arches (Laura Abbott) -- configs: Sync up Fedora configs (Laura Abbott) -- [initial commit] Add structure for building with git (Laura Abbott) -- [initial commit] Add Red Hat variables in the top level makefile (Laura Abbott) -- [initial commit] Red Hat gitignore and attributes (Laura Abbott) -- [initial commit] Add changelog (Laura Abbott) -- [initial commit] Add makefile (Laura Abbott) -- [initial commit] Add files for generating the kernel.spec (Laura Abbott) -- [initial commit] Add rpm directory (Laura Abbott) -- [initial commit] Add files for packaging (Laura Abbott) -- [initial commit] Add kabi files (Laura Abbott) -- [initial commit] Add scripts (Laura Abbott) -- [initial commit] Add configs (Laura Abbott) -- [initial commit] Add Makefiles (Laura Abbott) -- Linux v6.18.0-0.rc0.755fa5b4fb36 +# The following bit is important for automation so please do not remove +# END OF CHANGELOG ### # The following Emacs magic makes C-c C-e use UTC dates. diff --git a/kvm_stat.logrotate b/kvm_stat.logrotate deleted file mode 100644 index 105e15e65..000000000 --- a/kvm_stat.logrotate +++ /dev/null @@ -1,11 +0,0 @@ -/var/log/kvm_stat.csv { - size 10M - missingok - compress - maxage 30 - rotate 5 - nodateext - postrotate - /usr/bin/systemctl try-restart kvm_stat.service - endscript -} diff --git a/merge.pl b/merge.pl new file mode 100755 index 000000000..dbaf5927b --- /dev/null +++ b/merge.pl @@ -0,0 +1,72 @@ +#! /usr/bin/perl + +my @args=@ARGV; +my %configvalues; +my @configoptions; +my $configcounter = 0; + +# optionally print out the architecture as the first line of our output +my $arch = $args[2]; +if (defined $arch) { + print "# $arch\n"; +} + +# first, read the override file + +open (FILE,"$args[0]") || die "Could not open $args[0]"; +while () { + my $str = $_; + my $configname; + + if (/\# ([\w]+) is not set/) { + $configname = $1; + } elsif (/^\#/) { + # fall through on comments like 'avoid CONFIG_FOO=y' + ; + } elsif (/([\w]+)=/) { + $configname = $1; + } + + if (defined($configname) && !exists($configvalues{$configname})) { + $configvalues{$configname} = $str; + $configoptions[$configcounter] = $configname; + $configcounter ++; + } +}; + +# now, read and output the entire configfile, except for the overridden +# parts... for those the new value is printed. + +open (FILE2,"$args[1]") || die "Could not open $args[1]"; +while () { + my $configname; + + if (/\# ([\w]+) is not set/) { + $configname = $1; + } elsif (/^\#/) { + # fall through on comments like 'avoid CONFIG_FOO=y' + ; + } elsif (/([\w]+)=/) { + $configname = $1; + } + + if (defined($configname) && exists($configvalues{$configname})) { + print "$configvalues{$configname}"; + delete($configvalues{$configname}); + } else { + print "$_"; + } +} + +# now print the new values from the overridden configfile +my $counter = 0; + +while ($counter < $configcounter) { + my $configname = $configoptions[$counter]; + if (exists($configvalues{$configname})) { + print "$configvalues{$configname}"; + } + $counter++; +} + +1; diff --git a/merge.py b/merge.py deleted file mode 100755 index 8fdfb53ff..000000000 --- a/merge.py +++ /dev/null @@ -1,88 +0,0 @@ -#!/usr/bin/python3 -# SPDX-License-Identifier: GPL-2.0 -# Author: Clark Williams -# Copyright (C) 2022 Red Hat, Inc. -# -# merge.py - a direct replacement for merge.pl in the redhat/configs directory -# -# invocation: python merge.py overrides baseconfig [arch] -# -# This script merges two kernel configuration files, an override file and a -# base config file and writes the results to stdout. -# -# The script reads the overrides into a dictionary, then reads the baseconfig -# file, looking for overrides and replacing any found, then printing the result -# to stdout. Finally any remaining (new) configs in the override are appended to the -# end of the output - -import sys -import re -import os.path - -def usage(msg): - '''print a usage message and exit''' - sys.stderr.write(msg + "\n") - sys.stderr.write("usage: merge.py overrides baseconfig [arch]\n") - sys.exit(1) - -isset = re.compile(r'^(CONFIG_\w+)=') -notset = re.compile(r'^#\s+(CONFIG_\w+)\s+is not set') - -# search an input line for a config (set or notset) pattern -# if we get a match return the config that is being changed -def find_config(line): - '''find a configuration line in the input and return the config name''' - m = isset.match(line) - if (m is not None): - return m.group(1) - - m = notset.match(line) - if (m is not None): - return m.group(1) - - return None - -######################################################### - -if len(sys.argv) < 3: - usage("must have two input files") - -override_file = sys.argv[1] -baseconfig_file = sys.argv[2] - -if not os.path.exists(override_file): - usage(f"overrides config file {override_file:s} does not exist!") - -if not os.path.exists(baseconfig_file): - usage(f"base configs file {baseconfig_file:s} does not exist") - -if len(sys.argv) == 4: - print(f"# {sys.argv[3]:s}") - -# read each line of the override file and store any configuration values -# in the overrides dictionary, keyed by the configuration name. -overrides = {} -with open(override_file, "rt", encoding="utf-8") as f: - for line in [l.strip() for l in f.readlines()]: - c = find_config(line) - if c and c not in overrides: - overrides[c] = line - -# now read and print the base config, checking each line -# that defines a config value and printing the override if -# it exists -with open(baseconfig_file, "rt", encoding="utf-8") as f: - for line in [ l.strip() for l in f.readlines() ]: - c = find_config(line) - if c and c in overrides: - print(overrides[c]) - del overrides[c] - else: - print(line) - -# print out the remaining configs (new values) -# from the overrides file -for v in overrides.values(): - print (v) - -sys.exit(0) diff --git a/mod-blacklist.sh b/mod-blacklist.sh new file mode 100755 index 000000000..6127d145f --- /dev/null +++ b/mod-blacklist.sh @@ -0,0 +1,164 @@ +#! /bin/bash +# shellcheck disable=SC2164 + +RpmDir=$1 +ModDir=$2 +Dir="$1/$2" +# Note the list filename must have the format mod-[PACKAGE].list, for example, +# mod-internal.list or mod-extra.list. The PACKAGE is used to create a +# override directory for the modules. +List=$3 +Dest="$4" + +blacklist() +{ + cat > "$RpmDir/etc/modprobe.d/$1-blacklist.conf" <<-__EOF__ + # This kernel module can be automatically loaded by non-root users. To + # enhance system security, the module is blacklisted by default to ensure + # system administrators make the module available for use as needed. + # See https://access.redhat.com/articles/3760101 for more details. + # + # Remove the blacklist by adding a comment # at the start of the line. + blacklist $1 +__EOF__ +} + +check_blacklist() +{ + mod=$(find "$RpmDir/$ModDir" -name "$1") + [ ! "$mod" ] && return 0 + if modinfo "$mod" | grep -q '^alias:\s\+net-'; then + mod="${1##*/}" + mod="${mod%.ko*}" + echo "$mod has an alias that allows auto-loading. Blacklisting." + blacklist "$mod" + fi +} + +find_depends() +{ + dep=$1 + depends=$(modinfo "$dep" | sed -n -e "/^depends/ s/^depends:[ \t]*//p") + [ -z "$depends" ] && exit + for mod in ${depends//,/ } + do + match=$(grep "^$mod.ko" "$ListName") + [ -z "$match" ] && continue + # check if the module we are looking at is in mod-* too. + # if so we do not need to mark the dep as required. + mod2=${dep##*/} # same as $(basename $dep), but faster + match2=$(grep "^$mod2" "$ListName") + if [ -n "$match2" ] + then + #echo $mod2 >> notreq.list + continue + fi + echo "$mod".ko >> req.list + done +} + +foreachp() +{ + P=$(nproc) + bgcount=0 + while read -r mod; do + $1 "$mod" & + + bgcount=$((bgcount + 1)) + if [ $bgcount -eq "$P" ]; then + wait -n + bgcount=$((bgcount - 1)) + fi + done + + wait +} + +# Destination was specified on the command line +test -n "$4" && echo "$0: Override Destination $Dest has been specified." + +pushd "$Dir" + +OverrideDir=$(basename "$List") +OverrideDir=${OverrideDir%.*} +OverrideDir=${OverrideDir#*-} +mkdir -p "$OverrideDir" + +rm -rf modnames +find . -name "*.ko" -type f > modnames +# Look through all of the modules, and throw any that have a dependency in +# our list into the list as well. +rm -rf dep.list dep2.list +rm -rf req.list req2.list +touch dep.list req.list +cp "$List" . + +# This variable needs to be exported because it is used in sub-script +# executed by xargs +ListName=$(basename "$List") +export ListName + +foreachp find_depends < modnames + +sort -u req.list > req2.list +sort -u "$ListName" > modules2.list +join -v 1 modules2.list req2.list > modules3.list + +while IFS= read -r mod +do + # get the path for the module + modpath=$(grep /"$mod" modnames) + [ -z "$modpath" ] && continue + echo "$modpath" >> dep.list +done < modules3.list + +sort -u dep.list > dep2.list + +if [ -n "$Dest" ]; then + # now move the modules into the $Dest directory + while IFS= read -r mod + do + newpath=$(dirname "$mod" | sed -e "s/kernel\\//$Dest\//") + mkdir -p "$newpath" + mv "$mod" "$newpath" + echo "$mod" | sed -e "s/kernel\\//$Dest\//" | sed -e "s|^.|${ModDir}|g" >> "$RpmDir"/"$ListName" + done < dep2.list +fi + +popd + +# If we're signing modules, we can't leave the .mod files for the .ko files +# we've moved in .tmp_versions/. Remove them so the Kbuild 'modules_sign' +# target doesn't try to sign a non-existent file. This is kinda ugly, but +# so are the modules-* packages. + +while IFS= read -r mod +do + modfile=$(basename "$mod" | sed -e 's/.ko/.mod/') + rm .tmp_versions/"$modfile" +done < "$Dir"/dep2.list + +if [ -z "$Dest" ]; then + sed -e "s|^.|${ModDir}|g" "$Dir"/dep2.list > "$RpmDir/$ListName" + echo "./$RpmDir/$ListName created." + [ -d "$RpmDir/etc/modprobe.d/" ] || mkdir -p "$RpmDir/etc/modprobe.d/" + foreachp check_blacklist < "$List" +fi + +# Many BIOS-es export a PNP-id which causes the floppy driver to autoload +# even though most modern systems don't have a 3.5" floppy driver anymore +# this replaces the old die_floppy_die.patch which removed the PNP-id from +# the module + +floppylist=("$RpmDir"/"$ModDir"/kernel/drivers/block/floppy.ko*) +if [[ -n ${floppylist[0]} && -f ${floppylist[0]} ]]; then + blacklist "floppy" +fi + +# avoid an empty kernel-extra package +echo "$ModDir/$OverrideDir" >> "$RpmDir/$ListName" + +pushd "$Dir" +rm modnames dep.list dep2.list req.list req2.list +rm "$ListName" modules2.list modules3.list +popd diff --git a/mod-denylist.sh b/mod-denylist.sh deleted file mode 100755 index e5e65a236..000000000 --- a/mod-denylist.sh +++ /dev/null @@ -1,67 +0,0 @@ -#! /bin/bash -# shellcheck disable=SC2164 - -rpm_buildroot="$1" -module_dir="$2" -module_list="$3" - -blacklist_conf_files="$(mktemp)" - -blacklist() -{ - mkdir -p "$rpm_buildroot/etc/modprobe.d/" - cat > "$rpm_buildroot/etc/modprobe.d/$1-blacklist.conf" <<-__EOF__ - # This kernel module can be automatically loaded by non-root users. To - # enhance system security, the module is blacklisted by default to ensure - # system administrators make the module available for use as needed. - # See https://access.redhat.com/articles/3760101 for more details. - # - # Remove the blacklist by adding a comment # at the start of the line. - blacklist $1 -__EOF__ - echo "%config(noreplace) /etc/modprobe.d/$1-blacklist.conf" >> "$blacklist_conf_files" -} - -check_blacklist() -{ - mod="$rpm_buildroot/$1" - [ ! "$mod" ] && return 0 - if modinfo "$mod" | grep -q '^alias:\s\+net-'; then - mod="${1##*/}" - mod="${mod%.ko*}" - echo "$mod has an alias that allows auto-loading. Blacklisting." - blacklist "$mod" - fi -} - -foreachp() -{ - P=$(nproc) - bgcount=0 - while read -r mod; do - $1 "$mod" & - - bgcount=$((bgcount + 1)) - if [ $bgcount -eq "$P" ]; then - wait -n - bgcount=$((bgcount - 1)) - fi - done - - wait -} - -# Many BIOS-es export a PNP-id which causes the floppy driver to autoload -# even though most modern systems don't have a 3.5" floppy driver anymore -# this replaces the old die_floppy_die.patch which removed the PNP-id from -# the module - -floppylist=("$rpm_buildroot"/"$module_dir"/kernel/drivers/block/floppy.ko*) -if [[ -n ${floppylist[0]} && -f ${floppylist[0]} ]]; then - blacklist "floppy" -fi - -foreachp check_blacklist < "$module_list" - -cat "$blacklist_conf_files" >> "$module_list" -rm -f "$blacklist_conf_files" diff --git a/mod-extra.list.fedora b/mod-extra.list.fedora new file mode 100644 index 000000000..c83fc33a9 --- /dev/null +++ b/mod-extra.list.fedora @@ -0,0 +1,195 @@ +6pack.ko +a3d.ko +act200l-sir.ko +actisys-sir.ko +adi.ko +aer_inject.ko +af_802154.ko +affs.ko +ali-ircc.ko +analog.ko +appletalk.ko +atm.ko +avma1_cs.ko +avm_cs.ko +avmfritz.ko +ax25.ko +b1.ko +bas_gigaset.ko +batman-adv.ko +baycom_par.ko +baycom_ser_fdx.ko +baycom_ser_hdx.ko +befs.ko +bpqether.ko +br2684.ko +capi.ko +c_can.ko +c_can_platform.ko +clip.ko +cobra.ko +coda.ko +cuse.ko +db9.ko +dccp_diag.ko +dccp_ipv4.ko +dccp_ipv6.ko +dccp.ko +dccp_probe.ko +diva_idi.ko +divas.ko +dlm.ko +ds1wm.ko +ds2482.ko +ds2490.ko +dss1_divert.ko +elsa_cs.ko +ems_pci.ko +ems_usb.ko +esd_usb2.ko +esi-sir.ko +floppy.ko +gamecon.ko +gf2k.ko +gfs2.ko +gigaset.ko +girbil-sir.ko +grip.ko +grip_mp.ko +guillemot.ko +hdlcdrv.ko +hfc4s8s_l1.ko +hfcmulti.ko +hfcpci.ko +hisax.ko +hwa-rc.ko +hysdn.ko +i2400m.ko +i2400m-sdio.ko +i2400m-usb.ko +ieee802154.ko +iforce.ko +interact.ko +ipddp.ko +ipx.ko +isdn.ko +joydump.ko +kingsun-sir.ko +ks959-sir.ko +ksdazzle-sir.ko +kvaser_pci.ko +l2tp_core.ko +l2tp_debugfs.ko +l2tp_eth.ko +l2tp_ip.ko +l2tp_netlink.ko +l2tp_ppp.ko +lec.ko +ma600-sir.ko +magellan.ko +mcp2120-sir.ko +mISDN_core.ko +mISDN_dsp.ko +mkiss.ko +mptbase.ko +mptctl.ko +mptfc.ko +nci.ko +ncpfs.ko +netjet.ko +netrom.ko +nfc.ko +nilfs2.ko +ocfs2_dlmfs.ko +ocfs2_dlm.ko +ocfs2.ko +ocfs2_nodemanager.ko +ocfs2_stackglue.ko +ocfs2_stack_o2cb.ko +ocfs2_stack_user.ko +old_belkin-sir.ko +orinoco_cs.ko +orinoco.ko +orinoco_nortel.ko +orinoco_pci.ko +orinoco_plx.ko +orinoco_usb.ko +pcspkr.ko +plx_pci.ko +pn_pep.ko +pppoatm.ko +rds.ko +rds_rdma.ko +rds_tcp.ko +rose.ko +sch_atm.ko +sch_cbq.ko +sch_choke.ko +sch_drr.ko +sch_dsmark.ko +sch_etf.ko +sch_gred.ko +sch_mqprio.ko +sch_multiq.ko +sch_netem.ko +sch_qfq.ko +sch_red.ko +sch_sfb.ko +sch_teql.ko +sctp.ko +sctp_probe.ko +sidewinder.ko +sja1000.ko +sja1000_platform.ko +slcan.ko +slip.ko +softing_cs.ko +softing.ko +spaceball.ko +spaceorb.ko +stinger.ko +sysv.ko +tcp_bic.ko +tcp_highspeed.ko +tcp_htcp.ko +tcp_hybla.ko +tcp_illinois.ko +tcp_lp.ko +tcp_scalable.ko +tcp_vegas.ko +tcp_veno.ko +tcp_westwood.ko +tcp_yeah.ko +tekram-sir.ko +tmdc.ko +toim3232-sir.ko +trancevibrator.ko +turbografx.ko +twidjoy.ko +ubifs.ko +ufs.ko +umc.ko +usbip-core.ko +usbip-host.ko +uwb.ko +vcan.ko +vhci-hcd.ko +w1_bq27000.ko +w1_ds2408.ko +w1_ds2423.ko +w1_ds2431.ko +w1_ds2433.ko +w1_ds2760.ko +w1_ds2780.ko +w1_ds2781.ko +w1_ds28e04.ko +w1_smem.ko +w1_therm.ko +w6692.ko +walkera0701.ko +wanrouter.ko +warrior.ko +whci.ko +wire.ko +yam.ko +zhenhua.ko diff --git a/mod-extra.list.rhel b/mod-extra.list.rhel new file mode 100644 index 000000000..ce8f88942 --- /dev/null +++ b/mod-extra.list.rhel @@ -0,0 +1,190 @@ +6pack.ko +a3d.ko +act200l-sir.ko +actisys-sir.ko +adi.ko +aer_inject.ko +af_802154.ko +affs.ko +ali-ircc.ko +analog.ko +appletalk.ko +atm.ko +avma1_cs.ko +avm_cs.ko +avmfritz.ko +ax25.ko +b1.ko +bas_gigaset.ko +batman-adv.ko +baycom_par.ko +baycom_ser_fdx.ko +baycom_ser_hdx.ko +befs.ko +bpqether.ko +br2684.ko +capi.ko +c_can.ko +c_can_platform.ko +clip.ko +cobra.ko +coda.ko +cuse.ko +db9.ko +dccp_diag.ko +dccp_ipv4.ko +dccp_ipv6.ko +dccp.ko +dccp_probe.ko +diva_idi.ko +divas.ko +ds1wm.ko +ds2482.ko +ds2490.ko +dss1_divert.ko +elsa_cs.ko +ems_pci.ko +ems_usb.ko +esd_usb2.ko +esi-sir.ko +gamecon.ko +gf2k.ko +gigaset.ko +girbil-sir.ko +grip.ko +grip_mp.ko +guillemot.ko +hdlcdrv.ko +hfc4s8s_l1.ko +hfcmulti.ko +hfcpci.ko +hisax.ko +hwa-rc.ko +hysdn.ko +i2400m.ko +i2400m-sdio.ko +i2400m-usb.ko +ieee802154.ko +iforce.ko +interact.ko +ipddp.ko +ipx.ko +isdn.ko +joydump.ko +kingsun-sir.ko +ks959-sir.ko +ksdazzle-sir.ko +kvaser_pci.ko +l2tp_core.ko +l2tp_debugfs.ko +l2tp_eth.ko +l2tp_ip.ko +l2tp_netlink.ko +l2tp_ppp.ko +lec.ko +ma600-sir.ko +magellan.ko +mcp2120-sir.ko +mISDN_core.ko +mISDN_dsp.ko +mkiss.ko +mptbase.ko +mptctl.ko +mptfc.ko +nci.ko +ncpfs.ko +netjet.ko +netrom.ko +nfc.ko +nilfs2.ko +ocfs2_dlmfs.ko +ocfs2_dlm.ko +ocfs2.ko +ocfs2_nodemanager.ko +ocfs2_stackglue.ko +ocfs2_stack_o2cb.ko +ocfs2_stack_user.ko +old_belkin-sir.ko +orinoco_cs.ko +orinoco.ko +orinoco_nortel.ko +orinoco_pci.ko +orinoco_plx.ko +orinoco_usb.ko +plx_pci.ko +pn_pep.ko +pppoatm.ko +rds.ko +rds_rdma.ko +rds_tcp.ko +rose.ko +sch_atm.ko +sch_cbq.ko +sch_choke.ko +sch_drr.ko +sch_dsmark.ko +sch_gred.ko +sch_mqprio.ko +sch_multiq.ko +sch_netem.ko +sch_qfq.ko +sch_red.ko +sch_sfb.ko +sch_teql.ko +sctp.ko +sctp_probe.ko +sidewinder.ko +sja1000.ko +sja1000_platform.ko +slcan.ko +slip.ko +softing_cs.ko +softing.ko +spaceball.ko +spaceorb.ko +stinger.ko +sysv.ko +tcp_bic.ko +tcp_highspeed.ko +tcp_htcp.ko +tcp_hybla.ko +tcp_illinois.ko +tcp_lp.ko +tcp_scalable.ko +tcp_vegas.ko +tcp_veno.ko +tcp_westwood.ko +tcp_yeah.ko +tekram-sir.ko +tmdc.ko +toim3232-sir.ko +trancevibrator.ko +turbografx.ko +twidjoy.ko +ubifs.ko +ufs.ko +umc.ko +usbip-core.ko +usbip-host.ko +uwb.ko +vcan.ko +vhci-hcd.ko +w1_bq27000.ko +w1_ds2408.ko +w1_ds2423.ko +w1_ds2431.ko +w1_ds2433.ko +w1_ds2760.ko +w1_ds2780.ko +w1_ds2781.ko +w1_ds28e04.ko +w1_smem.ko +w1_therm.ko +w6692.ko +walkera0701.ko +wanrouter.ko +warrior.ko +whci.ko +wire.ko +yam.ko +zhenhua.ko diff --git a/mod-internal.list b/mod-internal.list new file mode 100644 index 000000000..258091f8d --- /dev/null +++ b/mod-internal.list @@ -0,0 +1,20 @@ +dmatest +locktorture +mac80211_hwsim +netdevsim +pktgen +rcutorture +rocker +scftorture +test_klp_atomic_replace +test_klp_callbacks_demo +test_klp_callbacks_demo2 +test_klp_callbacks_busy +test_klp_callbacks_mod +test_klp_livepatch +test_klp_shadow_vars +test_klp_state +test_klp_state2 +test_klp_state3 +torture +refscale diff --git a/mod-sign.sh b/mod-sign.sh index 535bd59a3..1afe136e2 100755 --- a/mod-sign.sh +++ b/mod-sign.sh @@ -2,7 +2,7 @@ # The modules_sign target checks for corresponding .o files for every .ko that # is signed. This doesn't work for package builds which re-use the same build -# directory for every variant, and the .config may change between variants. +# directory for every flavour, and the .config may change between flavours. # So instead of using this script to just sign lib/modules/$KernelVer/extra, # sign all .ko in the buildroot. @@ -19,7 +19,7 @@ NPROC=$(nproc) [ -z "$NPROC" ] && NPROC=1 # NB: this loop runs 2000+ iterations. Try to be fast. -echo "$modules" | xargs -r -n16 -P "$NPROC" sh -c " +echo "$modules" | xargs -r -n16 -P $NPROC sh -c " for mod; do ./scripts/sign-file sha256 $MODSECKEY $MODPUBKEY \$mod rm -f \$mod.sig \$mod.dig diff --git a/nvidiagpuoot001.x509 b/nvidiagpuoot001.x509 deleted file mode 100644 index de1b6016b..000000000 Binary files a/nvidiagpuoot001.x509 and /dev/null differ diff --git a/parallel_xz.sh b/parallel_xz.sh new file mode 100755 index 000000000..f1b6cdd15 --- /dev/null +++ b/parallel_xz.sh @@ -0,0 +1,26 @@ +#!/bin/sh +# Reads filenames on stdin, xz-compresses each in place. +# Not optimal for "compress relatively few, large files" scenario! + +# How many xz's to run in parallel: +procgroup="" +while test "$#" != 0; do + # Get it from -jNUM + N="${1#-j}" + if test "$N" = "$1"; then + # Not -j - warn and ignore + echo "parallel_xz: warning: unrecognized argument: '$1'" + else + procgroup="$N" + fi + shift +done + +# If told to use only one cpu: +test "$procgroup" || exec xargs -r xz +test "$procgroup" = 1 && exec xargs -r xz + +# xz has some startup cost. If files are really small, +# this cost might be significant. To combat this, +# process several files (in sequence) by each xz process via -n 16: +exec xargs -r -n 16 -P "$procgroup" xz diff --git a/partial-clang-debug-snip.config b/partial-clang-debug-snip.config deleted file mode 100644 index 16523eb4c..000000000 --- a/partial-clang-debug-snip.config +++ /dev/null @@ -1,4 +0,0 @@ -# clang -# CONFIG_DRM_WERROR is not set -CONFIG_KASAN_STACK=y -# CONFIG_KMSAN is not set diff --git a/partial-clang-snip.config b/partial-clang-snip.config deleted file mode 100644 index 5a90de8e9..000000000 --- a/partial-clang-snip.config +++ /dev/null @@ -1,4 +0,0 @@ -# clang -# CONFIG_DRM_WERROR is not set -# CONFIG_KASAN_STACK is not set -# CONFIG_KMSAN is not set diff --git a/partial-clang_lto-aarch64-debug-snip.config b/partial-clang_lto-aarch64-debug-snip.config deleted file mode 100644 index 5983d58b6..000000000 --- a/partial-clang_lto-aarch64-debug-snip.config +++ /dev/null @@ -1,6 +0,0 @@ -# clang_lto -# CONFIG_AUTOFDO_CLANG is not set -# CONFIG_DRM_WERROR is not set -CONFIG_KASAN_STACK=y -# CONFIG_KMSAN is not set -# CONFIG_PROPELLER_CLANG is not set diff --git a/partial-clang_lto-aarch64-snip.config b/partial-clang_lto-aarch64-snip.config deleted file mode 100644 index ebab7f73c..000000000 --- a/partial-clang_lto-aarch64-snip.config +++ /dev/null @@ -1,6 +0,0 @@ -# clang_lto -# CONFIG_DRM_WERROR is not set -# CONFIG_KASAN_STACK is not set -# CONFIG_KMSAN is not set -CONFIG_LTO_CLANG_THIN=y -# CONFIG_LTO_NONE is not set diff --git a/partial-clang_lto-x86_64-debug-snip.config b/partial-clang_lto-x86_64-debug-snip.config deleted file mode 100644 index 5983d58b6..000000000 --- a/partial-clang_lto-x86_64-debug-snip.config +++ /dev/null @@ -1,6 +0,0 @@ -# clang_lto -# CONFIG_AUTOFDO_CLANG is not set -# CONFIG_DRM_WERROR is not set -CONFIG_KASAN_STACK=y -# CONFIG_KMSAN is not set -# CONFIG_PROPELLER_CLANG is not set diff --git a/partial-clang_lto-x86_64-snip.config b/partial-clang_lto-x86_64-snip.config deleted file mode 100644 index 768d20ca3..000000000 --- a/partial-clang_lto-x86_64-snip.config +++ /dev/null @@ -1,8 +0,0 @@ -# clang_lto -# CONFIG_AUTOFDO_CLANG is not set -# CONFIG_DRM_WERROR is not set -# CONFIG_KASAN_STACK is not set -# CONFIG_KMSAN is not set -CONFIG_LTO_CLANG_THIN=y -# CONFIG_LTO_NONE is not set -# CONFIG_PROPELLER_CLANG is not set diff --git a/partial-kgcov-debug-snip.config b/partial-kgcov-debug-snip.config deleted file mode 100644 index 6a3497827..000000000 --- a/partial-kgcov-debug-snip.config +++ /dev/null @@ -1,6 +0,0 @@ -# kgcov -CONFIG_GCOV_KERNEL=y -CONFIG_GCOV_PROFILE_ALL=y -# CONFIG_GCOV_PROFILE_FTRACE is not set -CONFIG_GCOV_PROFILE_RDS=y -CONFIG_GCOV_PROFILE_URING=y diff --git a/partial-kgcov-snip.config b/partial-kgcov-snip.config deleted file mode 100644 index 6a3497827..000000000 --- a/partial-kgcov-snip.config +++ /dev/null @@ -1,6 +0,0 @@ -# kgcov -CONFIG_GCOV_KERNEL=y -CONFIG_GCOV_PROFILE_ALL=y -# CONFIG_GCOV_PROFILE_FTRACE is not set -CONFIG_GCOV_PROFILE_RDS=y -CONFIG_GCOV_PROFILE_URING=y diff --git a/patch-5.12-redhat.patch b/patch-5.12-redhat.patch new file mode 100644 index 000000000..5998f7897 --- /dev/null +++ b/patch-5.12-redhat.patch @@ -0,0 +1,1666 @@ + Documentation/admin-guide/kdump/kdump.rst | 11 ++ + Makefile | 1 + + arch/arm/Kconfig | 4 +- + arch/arm64/Kconfig | 1 + + .../boot/dts/rockchip/rk3399-pinebook-pro.dts | 2 +- + arch/s390/include/asm/ipl.h | 1 + + arch/s390/kernel/ipl.c | 5 + + arch/s390/kernel/setup.c | 4 + + arch/x86/kernel/setup.c | 22 ++-- + drivers/acpi/apei/hest.c | 8 ++ + drivers/acpi/irq.c | 17 ++- + drivers/acpi/pci_mcfg.c | 7 ++ + drivers/acpi/scan.c | 9 ++ + drivers/ata/libahci.c | 18 +++ + drivers/char/ipmi/ipmi_dmi.c | 15 +++ + drivers/char/ipmi/ipmi_msghandler.c | 16 ++- + drivers/firmware/efi/Makefile | 1 + + drivers/firmware/efi/efi.c | 124 +++++++++++++++------ + drivers/firmware/efi/secureboot.c | 38 +++++++ + drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 11 ++ + drivers/hid/hid-rmi.c | 64 ----------- + drivers/hwtracing/coresight/coresight-etm4x-core.c | 19 ++++ + drivers/input/rmi4/rmi_driver.c | 124 ++++++++++++--------- + drivers/iommu/iommu.c | 22 ++++ + drivers/pci/controller/dwc/Makefile | 2 +- + drivers/pci/controller/dwc/pcie-tegra194.c | 103 +++++++++++++++++ + drivers/pci/quirks.c | 24 ++++ + drivers/scsi/smartpqi/smartpqi_init.c | 16 +++ + drivers/usb/core/hub.c | 7 ++ + drivers/usb/host/xhci-pci-renesas.c | 16 +-- + include/linux/efi.h | 22 ++-- + include/linux/lsm_hook_defs.h | 2 + + include/linux/lsm_hooks.h | 6 + + include/linux/pci-ecam.h | 1 + + include/linux/rmi.h | 1 + + include/linux/security.h | 5 + + kernel/crash_core.c | 28 ++++- + kernel/module_signing.c | 9 +- + net/tipc/crypto.c | 32 ++++-- + security/integrity/platform_certs/load_uefi.c | 6 +- + security/lockdown/Kconfig | 13 +++ + security/lockdown/lockdown.c | 1 + + security/security.c | 6 + + security/selinux/hooks.c | 3 +- + 44 files changed, 650 insertions(+), 197 deletions(-) + +diff --git a/Documentation/admin-guide/kdump/kdump.rst b/Documentation/admin-guide/kdump/kdump.rst +index 75a9dd98e76e..3ff3291551f9 100644 +--- a/Documentation/admin-guide/kdump/kdump.rst ++++ b/Documentation/admin-guide/kdump/kdump.rst +@@ -285,6 +285,17 @@ This would mean: + 2) if the RAM size is between 512M and 2G (exclusive), then reserve 64M + 3) if the RAM size is larger than 2G, then reserve 128M + ++Or you can use crashkernel=auto if you have enough memory. The threshold ++is 2G on x86_64, arm64, ppc64 and ppc64le. The threshold is 4G for s390x. ++If your system memory is less than the threshold crashkernel=auto will not ++reserve memory. ++ ++The automatically reserved memory size varies based on architecture. ++The size changes according to system memory size like below: ++ x86_64: 1G-64G:160M,64G-1T:256M,1T-:512M ++ s390x: 4G-64G:160M,64G-1T:256M,1T-:512M ++ arm64: 2G-:512M ++ ppc64: 2G-4G:384M,4G-16G:512M,16G-64G:1G,64G-128G:2G,128G-:4G + + + Boot into System Kernel +diff --git a/Makefile b/Makefile +index 9658bc0ba389..1575934b8b04 100644 +--- a/Makefile ++++ b/Makefile +@@ -495,6 +495,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE + KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \ + -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \ + -Werror=implicit-function-declaration -Werror=implicit-int \ ++ -Wno-address-of-packed-member \ + -Werror=return-type -Wno-format-security \ + -std=gnu89 + KBUILD_CPPFLAGS := -D__KERNEL__ +diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig +index 2fae14857dcf..ce5c2eb4b5ff 100644 +--- a/arch/arm/Kconfig ++++ b/arch/arm/Kconfig +@@ -1481,9 +1481,9 @@ config HIGHMEM + If unsure, say n. + + config HIGHPTE +- bool "Allocate 2nd-level pagetables from highmem" if EXPERT ++ bool "Allocate 2nd-level pagetables from highmem" + depends on HIGHMEM +- default y ++ default n + help + The VM uses one page of physical memory for each page table. + For systems with a lot of processes, this can use a lot of +diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig +index dfdc3e0af5e1..7fa43824431b 100644 +--- a/arch/arm64/Kconfig ++++ b/arch/arm64/Kconfig +@@ -1166,6 +1166,7 @@ config XEN + config FORCE_MAX_ZONEORDER + int + default "14" if ARM64_64K_PAGES ++ default "13" if (ARCH_THUNDER && !ARM64_64K_PAGES && !RHEL_DIFFERENCES) + default "12" if ARM64_16K_PAGES + default "11" + help +diff --git a/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts b/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts +index 219b7507a10f..45769764425d 100644 +--- a/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts ++++ b/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts +@@ -380,7 +380,7 @@ mains_charger: dc-charger { + }; + + &cdn_dp { +- status = "okay"; ++ status = "disabled"; + }; + + &cpu_b0 { +diff --git a/arch/s390/include/asm/ipl.h b/arch/s390/include/asm/ipl.h +index a9e2c7295b35..6ff11f3a2d47 100644 +--- a/arch/s390/include/asm/ipl.h ++++ b/arch/s390/include/asm/ipl.h +@@ -127,6 +127,7 @@ int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf, + unsigned char flags, unsigned short cert); + int ipl_report_add_certificate(struct ipl_report *report, void *key, + unsigned long addr, unsigned long len); ++bool ipl_get_secureboot(void); + + /* + * DIAG 308 support +diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c +index 7a21eca498aa..565f143c9858 100644 +--- a/arch/s390/kernel/ipl.c ++++ b/arch/s390/kernel/ipl.c +@@ -2215,3 +2215,8 @@ int ipl_report_free(struct ipl_report *report) + } + + #endif ++ ++bool ipl_get_secureboot(void) ++{ ++ return !!ipl_secure_flag; ++} +diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c +index 93538e63fa03..60e4b4275dc4 100644 +--- a/arch/s390/kernel/setup.c ++++ b/arch/s390/kernel/setup.c +@@ -49,6 +49,7 @@ + #include + #include + #include ++#include + #include + + #include +@@ -1114,6 +1115,9 @@ void __init setup_arch(char **cmdline_p) + + log_component_list(); + ++ if (ipl_get_secureboot()) ++ security_lock_kernel_down("Secure IPL mode", LOCKDOWN_INTEGRITY_MAX); ++ + /* Have one command line that is parsed and saved in /proc/cmdline */ + /* boot_command_line has been already set up in early.c */ + *cmdline_p = boot_command_line; +diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c +index e79f21d13a0d..7f0b86161e13 100644 +--- a/arch/x86/kernel/setup.c ++++ b/arch/x86/kernel/setup.c +@@ -18,6 +18,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -955,6 +956,13 @@ void __init setup_arch(char **cmdline_p) + if (efi_enabled(EFI_BOOT)) + efi_init(); + ++ efi_set_secure_boot(boot_params.secure_boot); ++ ++#ifdef CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT ++ if (efi_enabled(EFI_SECURE_BOOT)) ++ security_lock_kernel_down("EFI Secure Boot mode", LOCKDOWN_INTEGRITY_MAX); ++#endif ++ + dmi_setup(); + + /* +@@ -1113,19 +1121,7 @@ void __init setup_arch(char **cmdline_p) + /* Allocate bigger log buffer */ + setup_log_buf(1); + +- if (efi_enabled(EFI_BOOT)) { +- switch (boot_params.secure_boot) { +- case efi_secureboot_mode_disabled: +- pr_info("Secure boot disabled\n"); +- break; +- case efi_secureboot_mode_enabled: +- pr_info("Secure boot enabled\n"); +- break; +- default: +- pr_info("Secure boot could not be determined\n"); +- break; +- } +- } ++ efi_set_secure_boot(boot_params.secure_boot); + + reserve_initrd(); + +diff --git a/drivers/acpi/apei/hest.c b/drivers/acpi/apei/hest.c +index f220bb00e91b..bccd2193e7ce 100644 +--- a/drivers/acpi/apei/hest.c ++++ b/drivers/acpi/apei/hest.c +@@ -94,6 +94,14 @@ int apei_hest_parse(apei_hest_func_t func, void *data) + if (hest_disable || !hest_tab) + return -EINVAL; + ++#ifdef CONFIG_ARM64 ++ /* Ignore broken firmware */ ++ if (!strncmp(hest_tab->header.oem_id, "HPE ", 6) && ++ !strncmp(hest_tab->header.oem_table_id, "ProLiant", 8) && ++ MIDR_IMPLEMENTOR(read_cpuid_id()) == ARM_CPU_IMP_APM) ++ return -EINVAL; ++#endif ++ + hest_hdr = (struct acpi_hest_header *)(hest_tab + 1); + for (i = 0; i < hest_tab->error_source_count; i++) { + len = hest_esrc_len(hest_hdr); +diff --git a/drivers/acpi/irq.c b/drivers/acpi/irq.c +index e209081d644b..7484bcf59a1b 100644 +--- a/drivers/acpi/irq.c ++++ b/drivers/acpi/irq.c +@@ -126,6 +126,7 @@ struct acpi_irq_parse_one_ctx { + unsigned int index; + unsigned long *res_flags; + struct irq_fwspec *fwspec; ++ bool skip_producer_check; + }; + + /** +@@ -197,7 +198,8 @@ static acpi_status acpi_irq_parse_one_cb(struct acpi_resource *ares, + return AE_CTRL_TERMINATE; + case ACPI_RESOURCE_TYPE_EXTENDED_IRQ: + eirq = &ares->data.extended_irq; +- if (eirq->producer_consumer == ACPI_PRODUCER) ++ if (!ctx->skip_producer_check && ++ eirq->producer_consumer == ACPI_PRODUCER) + return AE_OK; + if (ctx->index >= eirq->interrupt_count) { + ctx->index -= eirq->interrupt_count; +@@ -232,8 +234,19 @@ static acpi_status acpi_irq_parse_one_cb(struct acpi_resource *ares, + static int acpi_irq_parse_one(acpi_handle handle, unsigned int index, + struct irq_fwspec *fwspec, unsigned long *flags) + { +- struct acpi_irq_parse_one_ctx ctx = { -EINVAL, index, flags, fwspec }; ++ struct acpi_irq_parse_one_ctx ctx = { -EINVAL, index, flags, fwspec, false }; + ++ /* ++ * Firmware on arm64-based HPE m400 platform incorrectly marks ++ * its UART interrupt as ACPI_PRODUCER rather than ACPI_CONSUMER. ++ * Don't do the producer/consumer check for that device. ++ */ ++ if (IS_ENABLED(CONFIG_ARM64)) { ++ struct acpi_device *adev = acpi_bus_get_acpi_device(handle); ++ ++ if (adev && !strcmp(acpi_device_hid(adev), "APMC0D08")) ++ ctx.skip_producer_check = true; ++ } + acpi_walk_resources(handle, METHOD_NAME__CRS, acpi_irq_parse_one_cb, &ctx); + return ctx.rc; + } +diff --git a/drivers/acpi/pci_mcfg.c b/drivers/acpi/pci_mcfg.c +index 95f23acd5b80..53cab975f612 100644 +--- a/drivers/acpi/pci_mcfg.c ++++ b/drivers/acpi/pci_mcfg.c +@@ -116,6 +116,13 @@ static struct mcfg_fixup mcfg_quirks[] = { + THUNDER_ECAM_QUIRK(2, 12), + THUNDER_ECAM_QUIRK(2, 13), + ++ { "NVIDIA", "TEGRA194", 1, 0, MCFG_BUS_ANY, &tegra194_pcie_ops}, ++ { "NVIDIA", "TEGRA194", 1, 1, MCFG_BUS_ANY, &tegra194_pcie_ops}, ++ { "NVIDIA", "TEGRA194", 1, 2, MCFG_BUS_ANY, &tegra194_pcie_ops}, ++ { "NVIDIA", "TEGRA194", 1, 3, MCFG_BUS_ANY, &tegra194_pcie_ops}, ++ { "NVIDIA", "TEGRA194", 1, 4, MCFG_BUS_ANY, &tegra194_pcie_ops}, ++ { "NVIDIA", "TEGRA194", 1, 5, MCFG_BUS_ANY, &tegra194_pcie_ops}, ++ + #define XGENE_V1_ECAM_MCFG(rev, seg) \ + {"APM ", "XGENE ", rev, seg, MCFG_BUS_ANY, \ + &xgene_v1_pcie_ecam_ops } +diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c +index 345777bf7af9..6cc384797f5c 100644 +--- a/drivers/acpi/scan.c ++++ b/drivers/acpi/scan.c +@@ -1640,6 +1640,15 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device) + if (!acpi_match_device_ids(device, i2c_multi_instantiate_ids)) + return false; + ++ /* ++ * Firmware on some arm64 X-Gene platforms will make the UART ++ * device appear as both a UART and a slave of that UART. Just ++ * bail out here for X-Gene UARTs. ++ */ ++ if (IS_ENABLED(CONFIG_ARM64) && ++ !strcmp(acpi_device_hid(device), "APMC0D08")) ++ return false; ++ + INIT_LIST_HEAD(&resource_list); + acpi_dev_get_resources(device, &resource_list, + acpi_check_serial_bus_slave, +diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c +index fec2e9754aed..bea4e2973259 100644 +--- a/drivers/ata/libahci.c ++++ b/drivers/ata/libahci.c +@@ -671,6 +671,24 @@ int ahci_stop_engine(struct ata_port *ap) + tmp &= ~PORT_CMD_START; + writel(tmp, port_mmio + PORT_CMD); + ++#ifdef CONFIG_ARM64 ++ /* Rev Ax of Cavium CN99XX needs a hack for port stop */ ++ if (dev_is_pci(ap->host->dev) && ++ to_pci_dev(ap->host->dev)->vendor == 0x14e4 && ++ to_pci_dev(ap->host->dev)->device == 0x9027 && ++ midr_is_cpu_model_range(read_cpuid_id(), ++ MIDR_CPU_MODEL(ARM_CPU_IMP_BRCM, BRCM_CPU_PART_VULCAN), ++ MIDR_CPU_VAR_REV(0, 0), ++ MIDR_CPU_VAR_REV(0, MIDR_REVISION_MASK))) { ++ tmp = readl(hpriv->mmio + 0x8000); ++ udelay(100); ++ writel(tmp | (1 << 26), hpriv->mmio + 0x8000); ++ udelay(100); ++ writel(tmp & ~(1 << 26), hpriv->mmio + 0x8000); ++ dev_warn(ap->host->dev, "CN99XX SATA reset workaround applied\n"); ++ } ++#endif ++ + /* wait for engine to stop. This could be as long as 500 msec */ + tmp = ata_wait_register(ap, port_mmio + PORT_CMD, + PORT_CMD_LIST_ON, PORT_CMD_LIST_ON, 1, 500); +diff --git a/drivers/char/ipmi/ipmi_dmi.c b/drivers/char/ipmi/ipmi_dmi.c +index bbf7029e224b..cf7faa970dd6 100644 +--- a/drivers/char/ipmi/ipmi_dmi.c ++++ b/drivers/char/ipmi/ipmi_dmi.c +@@ -215,6 +215,21 @@ static int __init scan_for_dmi_ipmi(void) + { + const struct dmi_device *dev = NULL; + ++#ifdef CONFIG_ARM64 ++ /* RHEL-only ++ * If this is ARM-based HPE m400, return now, because that platform ++ * reports the host-side ipmi address as intel port-io space, which ++ * does not exist in the ARM architecture. ++ */ ++ const char *dmistr = dmi_get_system_info(DMI_PRODUCT_NAME); ++ ++ if (dmistr && (strcmp("ProLiant m400 Server", dmistr) == 0)) { ++ pr_debug("%s does not support host ipmi\n", dmistr); ++ return 0; ++ } ++ /* END RHEL-only */ ++#endif ++ + while ((dev = dmi_find_device(DMI_DEV_TYPE_IPMI, NULL, dev))) + dmi_decode_ipmi((const struct dmi_header *) dev->device_data); + +diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c +index c44ad18464f1..3ec1db4cbbc3 100644 +--- a/drivers/char/ipmi/ipmi_msghandler.c ++++ b/drivers/char/ipmi/ipmi_msghandler.c +@@ -34,6 +34,7 @@ + #include + #include + #include ++#include + #include + + #define IPMI_DRIVER_VERSION "39.2" +@@ -5174,8 +5175,21 @@ static int __init ipmi_init_msghandler_mod(void) + { + int rv; + +- pr_info("version " IPMI_DRIVER_VERSION "\n"); ++#ifdef CONFIG_ARM64 ++ /* RHEL-only ++ * If this is ARM-based HPE m400, return now, because that platform ++ * reports the host-side ipmi address as intel port-io space, which ++ * does not exist in the ARM architecture. ++ */ ++ const char *dmistr = dmi_get_system_info(DMI_PRODUCT_NAME); + ++ if (dmistr && (strcmp("ProLiant m400 Server", dmistr) == 0)) { ++ pr_debug("%s does not support host ipmi\n", dmistr); ++ return -ENOSYS; ++ } ++ /* END RHEL-only */ ++#endif ++ pr_info("version " IPMI_DRIVER_VERSION "\n"); + mutex_lock(&ipmi_interfaces_mutex); + rv = ipmi_register_driver(); + mutex_unlock(&ipmi_interfaces_mutex); +diff --git a/drivers/firmware/efi/Makefile b/drivers/firmware/efi/Makefile +index 467e94259679..9b6f5b8e5397 100644 +--- a/drivers/firmware/efi/Makefile ++++ b/drivers/firmware/efi/Makefile +@@ -28,6 +28,7 @@ obj-$(CONFIG_EFI_FAKE_MEMMAP) += fake_map.o + obj-$(CONFIG_EFI_BOOTLOADER_CONTROL) += efibc.o + obj-$(CONFIG_EFI_TEST) += test/ + obj-$(CONFIG_EFI_DEV_PATH_PARSER) += dev-path-parser.o ++obj-$(CONFIG_EFI) += secureboot.o + obj-$(CONFIG_APPLE_PROPERTIES) += apple-properties.o + obj-$(CONFIG_EFI_RCI2_TABLE) += rci2-table.o + obj-$(CONFIG_EFI_EMBEDDED_FIRMWARE) += embedded-firmware.o +diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c +index 4b7ee3fa9224..64b31d852d20 100644 +--- a/drivers/firmware/efi/efi.c ++++ b/drivers/firmware/efi/efi.c +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + + #include + +@@ -841,40 +842,101 @@ int efi_mem_type(unsigned long phys_addr) + } + #endif + ++struct efi_error_code { ++ efi_status_t status; ++ int errno; ++ const char *description; ++}; ++ ++static const struct efi_error_code efi_error_codes[] = { ++ { EFI_SUCCESS, 0, "Success"}, ++#if 0 ++ { EFI_LOAD_ERROR, -EPICK_AN_ERRNO, "Load Error"}, ++#endif ++ { EFI_INVALID_PARAMETER, -EINVAL, "Invalid Parameter"}, ++ { EFI_UNSUPPORTED, -ENOSYS, "Unsupported"}, ++ { EFI_BAD_BUFFER_SIZE, -ENOSPC, "Bad Buffer Size"}, ++ { EFI_BUFFER_TOO_SMALL, -ENOSPC, "Buffer Too Small"}, ++ { EFI_NOT_READY, -EAGAIN, "Not Ready"}, ++ { EFI_DEVICE_ERROR, -EIO, "Device Error"}, ++ { EFI_WRITE_PROTECTED, -EROFS, "Write Protected"}, ++ { EFI_OUT_OF_RESOURCES, -ENOMEM, "Out of Resources"}, ++#if 0 ++ { EFI_VOLUME_CORRUPTED, -EPICK_AN_ERRNO, "Volume Corrupt"}, ++ { EFI_VOLUME_FULL, -EPICK_AN_ERRNO, "Volume Full"}, ++ { EFI_NO_MEDIA, -EPICK_AN_ERRNO, "No Media"}, ++ { EFI_MEDIA_CHANGED, -EPICK_AN_ERRNO, "Media changed"}, ++#endif ++ { EFI_NOT_FOUND, -ENOENT, "Not Found"}, ++#if 0 ++ { EFI_ACCESS_DENIED, -EPICK_AN_ERRNO, "Access Denied"}, ++ { EFI_NO_RESPONSE, -EPICK_AN_ERRNO, "No Response"}, ++ { EFI_NO_MAPPING, -EPICK_AN_ERRNO, "No mapping"}, ++ { EFI_TIMEOUT, -EPICK_AN_ERRNO, "Time out"}, ++ { EFI_NOT_STARTED, -EPICK_AN_ERRNO, "Not started"}, ++ { EFI_ALREADY_STARTED, -EPICK_AN_ERRNO, "Already started"}, ++#endif ++ { EFI_ABORTED, -EINTR, "Aborted"}, ++#if 0 ++ { EFI_ICMP_ERROR, -EPICK_AN_ERRNO, "ICMP Error"}, ++ { EFI_TFTP_ERROR, -EPICK_AN_ERRNO, "TFTP Error"}, ++ { EFI_PROTOCOL_ERROR, -EPICK_AN_ERRNO, "Protocol Error"}, ++ { EFI_INCOMPATIBLE_VERSION, -EPICK_AN_ERRNO, "Incompatible Version"}, ++#endif ++ { EFI_SECURITY_VIOLATION, -EACCES, "Security Policy Violation"}, ++#if 0 ++ { EFI_CRC_ERROR, -EPICK_AN_ERRNO, "CRC Error"}, ++ { EFI_END_OF_MEDIA, -EPICK_AN_ERRNO, "End of Media"}, ++ { EFI_END_OF_FILE, -EPICK_AN_ERRNO, "End of File"}, ++ { EFI_INVALID_LANGUAGE, -EPICK_AN_ERRNO, "Invalid Languages"}, ++ { EFI_COMPROMISED_DATA, -EPICK_AN_ERRNO, "Compromised Data"}, ++ ++ // warnings ++ { EFI_WARN_UNKOWN_GLYPH, -EPICK_AN_ERRNO, "Warning Unknown Glyph"}, ++ { EFI_WARN_DELETE_FAILURE, -EPICK_AN_ERRNO, "Warning Delete Failure"}, ++ { EFI_WARN_WRITE_FAILURE, -EPICK_AN_ERRNO, "Warning Write Failure"}, ++ { EFI_WARN_BUFFER_TOO_SMALL, -EPICK_AN_ERRNO, "Warning Buffer Too Small"}, ++#endif ++}; ++ ++static int ++efi_status_cmp_bsearch(const void *key, const void *item) ++{ ++ u64 status = (u64)(uintptr_t)key; ++ struct efi_error_code *code = (struct efi_error_code *)item; ++ ++ if (status < code->status) ++ return -1; ++ if (status > code->status) ++ return 1; ++ return 0; ++} ++ + int efi_status_to_err(efi_status_t status) + { +- int err; +- +- switch (status) { +- case EFI_SUCCESS: +- err = 0; +- break; +- case EFI_INVALID_PARAMETER: +- err = -EINVAL; +- break; +- case EFI_OUT_OF_RESOURCES: +- err = -ENOSPC; +- break; +- case EFI_DEVICE_ERROR: +- err = -EIO; +- break; +- case EFI_WRITE_PROTECTED: +- err = -EROFS; +- break; +- case EFI_SECURITY_VIOLATION: +- err = -EACCES; +- break; +- case EFI_NOT_FOUND: +- err = -ENOENT; +- break; +- case EFI_ABORTED: +- err = -EINTR; +- break; +- default: +- err = -EINVAL; +- } ++ struct efi_error_code *found; ++ size_t num = sizeof(efi_error_codes) / sizeof(struct efi_error_code); + +- return err; ++ found = bsearch((void *)(uintptr_t)status, efi_error_codes, ++ sizeof(struct efi_error_code), num, ++ efi_status_cmp_bsearch); ++ if (!found) ++ return -EINVAL; ++ return found->errno; ++} ++ ++const char * ++efi_status_to_str(efi_status_t status) ++{ ++ struct efi_error_code *found; ++ size_t num = sizeof(efi_error_codes) / sizeof(struct efi_error_code); ++ ++ found = bsearch((void *)(uintptr_t)status, efi_error_codes, ++ sizeof(struct efi_error_code), num, ++ efi_status_cmp_bsearch); ++ if (!found) ++ return "Unknown error code"; ++ return found->description; + } + + static DEFINE_SPINLOCK(efi_mem_reserve_persistent_lock); +diff --git a/drivers/firmware/efi/secureboot.c b/drivers/firmware/efi/secureboot.c +new file mode 100644 +index 000000000000..de0a3714a5d4 +--- /dev/null ++++ b/drivers/firmware/efi/secureboot.c +@@ -0,0 +1,38 @@ ++/* Core kernel secure boot support. ++ * ++ * Copyright (C) 2017 Red Hat, Inc. All Rights Reserved. ++ * Written by David Howells (dhowells@redhat.com) ++ * ++ * This program is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public Licence ++ * as published by the Free Software Foundation; either version ++ * 2 of the Licence, or (at your option) any later version. ++ */ ++ ++#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt ++ ++#include ++#include ++#include ++ ++/* ++ * Decide what to do when UEFI secure boot mode is enabled. ++ */ ++void __init efi_set_secure_boot(enum efi_secureboot_mode mode) ++{ ++ if (efi_enabled(EFI_BOOT)) { ++ switch (mode) { ++ case efi_secureboot_mode_disabled: ++ pr_info("Secure boot disabled\n"); ++ break; ++ case efi_secureboot_mode_enabled: ++ set_bit(EFI_SECURE_BOOT, &efi.flags); ++ pr_info("Secure boot enabled\n"); ++ break; ++ default: ++ pr_warn("Secure boot could not be determined (mode %u)\n", ++ mode); ++ break; ++ } ++ } ++} +diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_drv.c b/drivers/gpu/drm/rockchip/rockchip_drm_drv.c +index 212bd87c0c4a..b8b066938e48 100644 +--- a/drivers/gpu/drm/rockchip/rockchip_drm_drv.c ++++ b/drivers/gpu/drm/rockchip/rockchip_drm_drv.c +@@ -114,6 +114,17 @@ static int rockchip_drm_bind(struct device *dev) + struct rockchip_drm_private *private; + int ret; + ++ /* Remove existing drivers that may own the framebuffer memory. */ ++ ret = drm_fb_helper_remove_conflicting_framebuffers(NULL, ++ "rockchip-drm-fb", ++ false); ++ if (ret) { ++ DRM_DEV_ERROR(dev, ++ "Failed to remove existing framebuffers - %d.\n", ++ ret); ++ return ret; ++ } ++ + drm_dev = drm_dev_alloc(&rockchip_drm_driver, dev); + if (IS_ERR(drm_dev)) + return PTR_ERR(drm_dev); +diff --git a/drivers/hid/hid-rmi.c b/drivers/hid/hid-rmi.c +index 311eee599ce9..2460c6bd46f8 100644 +--- a/drivers/hid/hid-rmi.c ++++ b/drivers/hid/hid-rmi.c +@@ -322,19 +322,12 @@ static int rmi_input_event(struct hid_device *hdev, u8 *data, int size) + { + struct rmi_data *hdata = hid_get_drvdata(hdev); + struct rmi_device *rmi_dev = hdata->xport.rmi_dev; +- unsigned long flags; + + if (!(test_bit(RMI_STARTED, &hdata->flags))) + return 0; + +- local_irq_save(flags); +- + rmi_set_attn_data(rmi_dev, data[1], &data[2], size - 2); + +- generic_handle_irq(hdata->rmi_irq); +- +- local_irq_restore(flags); +- + return 1; + } + +@@ -591,56 +584,6 @@ static const struct rmi_transport_ops hid_rmi_ops = { + .reset = rmi_hid_reset, + }; + +-static void rmi_irq_teardown(void *data) +-{ +- struct rmi_data *hdata = data; +- struct irq_domain *domain = hdata->domain; +- +- if (!domain) +- return; +- +- irq_dispose_mapping(irq_find_mapping(domain, 0)); +- +- irq_domain_remove(domain); +- hdata->domain = NULL; +- hdata->rmi_irq = 0; +-} +- +-static int rmi_irq_map(struct irq_domain *h, unsigned int virq, +- irq_hw_number_t hw_irq_num) +-{ +- irq_set_chip_and_handler(virq, &dummy_irq_chip, handle_simple_irq); +- +- return 0; +-} +- +-static const struct irq_domain_ops rmi_irq_ops = { +- .map = rmi_irq_map, +-}; +- +-static int rmi_setup_irq_domain(struct hid_device *hdev) +-{ +- struct rmi_data *hdata = hid_get_drvdata(hdev); +- int ret; +- +- hdata->domain = irq_domain_create_linear(hdev->dev.fwnode, 1, +- &rmi_irq_ops, hdata); +- if (!hdata->domain) +- return -ENOMEM; +- +- ret = devm_add_action_or_reset(&hdev->dev, &rmi_irq_teardown, hdata); +- if (ret) +- return ret; +- +- hdata->rmi_irq = irq_create_mapping(hdata->domain, 0); +- if (hdata->rmi_irq <= 0) { +- hid_err(hdev, "Can't allocate an IRQ\n"); +- return hdata->rmi_irq < 0 ? hdata->rmi_irq : -ENXIO; +- } +- +- return 0; +-} +- + static int rmi_probe(struct hid_device *hdev, const struct hid_device_id *id) + { + struct rmi_data *data = NULL; +@@ -713,18 +656,11 @@ static int rmi_probe(struct hid_device *hdev, const struct hid_device_id *id) + + mutex_init(&data->page_mutex); + +- ret = rmi_setup_irq_domain(hdev); +- if (ret) { +- hid_err(hdev, "failed to allocate IRQ domain\n"); +- return ret; +- } +- + if (data->device_flags & RMI_DEVICE_HAS_PHYS_BUTTONS) + rmi_hid_pdata.gpio_data.disable = true; + + data->xport.dev = hdev->dev.parent; + data->xport.pdata = rmi_hid_pdata; +- data->xport.pdata.irq = data->rmi_irq; + data->xport.proto_name = "hid"; + data->xport.ops = &hid_rmi_ops; + +diff --git a/drivers/hwtracing/coresight/coresight-etm4x-core.c b/drivers/hwtracing/coresight/coresight-etm4x-core.c +index 15016f757828..59326b940b3a 100644 +--- a/drivers/hwtracing/coresight/coresight-etm4x-core.c ++++ b/drivers/hwtracing/coresight/coresight-etm4x-core.c +@@ -9,6 +9,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -1963,6 +1964,16 @@ static const struct amba_id etm4_ids[] = { + {}, + }; + ++static const struct dmi_system_id broken_coresight[] = { ++ { ++ .matches = { ++ DMI_MATCH(DMI_SYS_VENDOR, "HPE"), ++ DMI_MATCH(DMI_PRODUCT_NAME, "Apollo 70"), ++ }, ++ }, ++ { } /* terminating entry */ ++}; ++ + MODULE_DEVICE_TABLE(amba, etm4_ids); + + static struct amba_driver etm4x_amba_driver = { +@@ -1995,6 +2006,11 @@ static int __init etm4x_init(void) + { + int ret; + ++ if (dmi_check_system(broken_coresight)) { ++ pr_info("ETM4 disabled due to firmware bug\n"); ++ return 0; ++ } ++ + ret = etm4_pm_setup(); + + /* etm4_pm_setup() does its own cleanup - exit on error */ +@@ -2021,6 +2037,9 @@ static int __init etm4x_init(void) + + static void __exit etm4x_exit(void) + { ++ if (dmi_check_system(broken_coresight)) ++ return; ++ + amba_driver_unregister(&etm4x_amba_driver); + platform_driver_unregister(&etm4_platform_driver); + etm4_pm_clear(); +diff --git a/drivers/input/rmi4/rmi_driver.c b/drivers/input/rmi4/rmi_driver.c +index 258d5fe3d395..f7298e3dc8f3 100644 +--- a/drivers/input/rmi4/rmi_driver.c ++++ b/drivers/input/rmi4/rmi_driver.c +@@ -182,34 +182,47 @@ void rmi_set_attn_data(struct rmi_device *rmi_dev, unsigned long irq_status, + attn_data.data = fifo_data; + + kfifo_put(&drvdata->attn_fifo, attn_data); ++ ++ schedule_work(&drvdata->attn_work); + } + EXPORT_SYMBOL_GPL(rmi_set_attn_data); + +-static irqreturn_t rmi_irq_fn(int irq, void *dev_id) ++static void attn_callback(struct work_struct *work) + { +- struct rmi_device *rmi_dev = dev_id; +- struct rmi_driver_data *drvdata = dev_get_drvdata(&rmi_dev->dev); ++ struct rmi_driver_data *drvdata = container_of(work, ++ struct rmi_driver_data, ++ attn_work); + struct rmi4_attn_data attn_data = {0}; + int ret, count; + + count = kfifo_get(&drvdata->attn_fifo, &attn_data); +- if (count) { +- *(drvdata->irq_status) = attn_data.irq_status; +- drvdata->attn_data = attn_data; +- } ++ if (!count) ++ return; + +- ret = rmi_process_interrupt_requests(rmi_dev); ++ *(drvdata->irq_status) = attn_data.irq_status; ++ drvdata->attn_data = attn_data; ++ ++ ret = rmi_process_interrupt_requests(drvdata->rmi_dev); + if (ret) +- rmi_dbg(RMI_DEBUG_CORE, &rmi_dev->dev, ++ rmi_dbg(RMI_DEBUG_CORE, &drvdata->rmi_dev->dev, + "Failed to process interrupt request: %d\n", ret); + +- if (count) { +- kfree(attn_data.data); +- drvdata->attn_data.data = NULL; +- } ++ kfree(attn_data.data); ++ drvdata->attn_data.data = NULL; + + if (!kfifo_is_empty(&drvdata->attn_fifo)) +- return rmi_irq_fn(irq, dev_id); ++ schedule_work(&drvdata->attn_work); ++} ++ ++static irqreturn_t rmi_irq_fn(int irq, void *dev_id) ++{ ++ struct rmi_device *rmi_dev = dev_id; ++ int ret; ++ ++ ret = rmi_process_interrupt_requests(rmi_dev); ++ if (ret) ++ rmi_dbg(RMI_DEBUG_CORE, &rmi_dev->dev, ++ "Failed to process interrupt request: %d\n", ret); + + return IRQ_HANDLED; + } +@@ -217,7 +230,6 @@ static irqreturn_t rmi_irq_fn(int irq, void *dev_id) + static int rmi_irq_init(struct rmi_device *rmi_dev) + { + struct rmi_device_platform_data *pdata = rmi_get_platform_data(rmi_dev); +- struct rmi_driver_data *data = dev_get_drvdata(&rmi_dev->dev); + int irq_flags = irq_get_trigger_type(pdata->irq); + int ret; + +@@ -235,8 +247,6 @@ static int rmi_irq_init(struct rmi_device *rmi_dev) + return ret; + } + +- data->enabled = true; +- + return 0; + } + +@@ -886,23 +896,27 @@ void rmi_enable_irq(struct rmi_device *rmi_dev, bool clear_wake) + if (data->enabled) + goto out; + +- enable_irq(irq); +- data->enabled = true; +- if (clear_wake && device_may_wakeup(rmi_dev->xport->dev)) { +- retval = disable_irq_wake(irq); +- if (retval) +- dev_warn(&rmi_dev->dev, +- "Failed to disable irq for wake: %d\n", +- retval); +- } ++ if (irq) { ++ enable_irq(irq); ++ data->enabled = true; ++ if (clear_wake && device_may_wakeup(rmi_dev->xport->dev)) { ++ retval = disable_irq_wake(irq); ++ if (retval) ++ dev_warn(&rmi_dev->dev, ++ "Failed to disable irq for wake: %d\n", ++ retval); ++ } + +- /* +- * Call rmi_process_interrupt_requests() after enabling irq, +- * otherwise we may lose interrupt on edge-triggered systems. +- */ +- irq_flags = irq_get_trigger_type(pdata->irq); +- if (irq_flags & IRQ_TYPE_EDGE_BOTH) +- rmi_process_interrupt_requests(rmi_dev); ++ /* ++ * Call rmi_process_interrupt_requests() after enabling irq, ++ * otherwise we may lose interrupt on edge-triggered systems. ++ */ ++ irq_flags = irq_get_trigger_type(pdata->irq); ++ if (irq_flags & IRQ_TYPE_EDGE_BOTH) ++ rmi_process_interrupt_requests(rmi_dev); ++ } else { ++ data->enabled = true; ++ } + + out: + mutex_unlock(&data->enabled_mutex); +@@ -922,20 +936,22 @@ void rmi_disable_irq(struct rmi_device *rmi_dev, bool enable_wake) + goto out; + + data->enabled = false; +- disable_irq(irq); +- if (enable_wake && device_may_wakeup(rmi_dev->xport->dev)) { +- retval = enable_irq_wake(irq); +- if (retval) +- dev_warn(&rmi_dev->dev, +- "Failed to enable irq for wake: %d\n", +- retval); +- } +- +- /* make sure the fifo is clean */ +- while (!kfifo_is_empty(&data->attn_fifo)) { +- count = kfifo_get(&data->attn_fifo, &attn_data); +- if (count) +- kfree(attn_data.data); ++ if (irq) { ++ disable_irq(irq); ++ if (enable_wake && device_may_wakeup(rmi_dev->xport->dev)) { ++ retval = enable_irq_wake(irq); ++ if (retval) ++ dev_warn(&rmi_dev->dev, ++ "Failed to enable irq for wake: %d\n", ++ retval); ++ } ++ } else { ++ /* make sure the fifo is clean */ ++ while (!kfifo_is_empty(&data->attn_fifo)) { ++ count = kfifo_get(&data->attn_fifo, &attn_data); ++ if (count) ++ kfree(attn_data.data); ++ } + } + + out: +@@ -981,6 +997,8 @@ static int rmi_driver_remove(struct device *dev) + irq_domain_remove(data->irqdomain); + data->irqdomain = NULL; + ++ cancel_work_sync(&data->attn_work); ++ + rmi_f34_remove_sysfs(rmi_dev); + rmi_free_function_list(rmi_dev); + +@@ -1219,9 +1237,15 @@ static int rmi_driver_probe(struct device *dev) + } + } + +- retval = rmi_irq_init(rmi_dev); +- if (retval < 0) +- goto err_destroy_functions; ++ if (pdata->irq) { ++ retval = rmi_irq_init(rmi_dev); ++ if (retval < 0) ++ goto err_destroy_functions; ++ } ++ ++ data->enabled = true; ++ ++ INIT_WORK(&data->attn_work, attn_callback); + + if (data->f01_container->dev.driver) { + /* Driver already bound, so enable ATTN now. */ +diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c +index e10cfa99057c..8970806f7b61 100644 +--- a/drivers/iommu/iommu.c ++++ b/drivers/iommu/iommu.c +@@ -7,6 +7,7 @@ + #define pr_fmt(fmt) "iommu: " fmt + + #include ++#include + #include + #include + #include +@@ -3055,6 +3056,27 @@ u32 iommu_sva_get_pasid(struct iommu_sva *handle) + } + EXPORT_SYMBOL_GPL(iommu_sva_get_pasid); + ++#ifdef CONFIG_ARM64 ++static int __init iommu_quirks(void) ++{ ++ const char *vendor, *name; ++ ++ vendor = dmi_get_system_info(DMI_SYS_VENDOR); ++ name = dmi_get_system_info(DMI_PRODUCT_NAME); ++ ++ if (vendor && ++ (strncmp(vendor, "GIGABYTE", 8) == 0 && name && ++ (strncmp(name, "R120", 4) == 0 || ++ strncmp(name, "R270", 4) == 0))) { ++ pr_warn("Gigabyte %s detected, force iommu passthrough mode", name); ++ iommu_def_domain_type = IOMMU_DOMAIN_IDENTITY; ++ } ++ ++ return 0; ++} ++arch_initcall(iommu_quirks); ++#endif ++ + /* + * Changes the default domain of an iommu group that has *only* one device + * +diff --git a/drivers/pci/controller/dwc/Makefile b/drivers/pci/controller/dwc/Makefile +index a751553fa0db..dbb981876556 100644 +--- a/drivers/pci/controller/dwc/Makefile ++++ b/drivers/pci/controller/dwc/Makefile +@@ -17,7 +17,6 @@ obj-$(CONFIG_PCIE_INTEL_GW) += pcie-intel-gw.o + obj-$(CONFIG_PCIE_KIRIN) += pcie-kirin.o + obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o + obj-$(CONFIG_PCI_MESON) += pci-meson.o +-obj-$(CONFIG_PCIE_TEGRA194) += pcie-tegra194.o + obj-$(CONFIG_PCIE_UNIPHIER) += pcie-uniphier.o + obj-$(CONFIG_PCIE_UNIPHIER_EP) += pcie-uniphier-ep.o + +@@ -34,4 +33,5 @@ obj-$(CONFIG_PCIE_UNIPHIER_EP) += pcie-uniphier-ep.o + ifdef CONFIG_PCI + obj-$(CONFIG_ARM64) += pcie-al.o + obj-$(CONFIG_ARM64) += pcie-hisi.o ++obj-$(CONFIG_ARM64) += pcie-tegra194.o + endif +diff --git a/drivers/pci/controller/dwc/pcie-tegra194.c b/drivers/pci/controller/dwc/pcie-tegra194.c +index fb1df066a236..10807662d980 100644 +--- a/drivers/pci/controller/dwc/pcie-tegra194.c ++++ b/drivers/pci/controller/dwc/pcie-tegra194.c +@@ -22,6 +22,8 @@ + #include + #include + #include ++#include ++#include + #include + #include + #include +@@ -311,6 +313,104 @@ struct tegra_pcie_dw_of_data { + enum dw_pcie_device_mode mode; + }; + ++#if defined(CONFIG_ACPI) && defined(CONFIG_PCI_QUIRKS) ++struct tegra194_pcie_ecam { ++ void __iomem *config_base; ++ void __iomem *iatu_base; ++ void __iomem *dbi_base; ++}; ++ ++static int tegra194_acpi_init(struct pci_config_window *cfg) ++{ ++ struct device *dev = cfg->parent; ++ struct tegra194_pcie_ecam *pcie_ecam; ++ ++ pcie_ecam = devm_kzalloc(dev, sizeof(*pcie_ecam), GFP_KERNEL); ++ if (!pcie_ecam) ++ return -ENOMEM; ++ ++ pcie_ecam->config_base = cfg->win; ++ pcie_ecam->iatu_base = cfg->win + SZ_256K; ++ pcie_ecam->dbi_base = cfg->win + SZ_512K; ++ cfg->priv = pcie_ecam; ++ ++ return 0; ++} ++ ++static void atu_reg_write(struct tegra194_pcie_ecam *pcie_ecam, int index, ++ u32 val, u32 reg) ++{ ++ u32 offset = PCIE_GET_ATU_OUTB_UNR_REG_OFFSET(index); ++ ++ writel(val, pcie_ecam->iatu_base + offset + reg); ++} ++ ++static void program_outbound_atu(struct tegra194_pcie_ecam *pcie_ecam, ++ int index, int type, u64 cpu_addr, ++ u64 pci_addr, u64 size) ++{ ++ atu_reg_write(pcie_ecam, index, lower_32_bits(cpu_addr), ++ PCIE_ATU_LOWER_BASE); ++ atu_reg_write(pcie_ecam, index, upper_32_bits(cpu_addr), ++ PCIE_ATU_UPPER_BASE); ++ atu_reg_write(pcie_ecam, index, lower_32_bits(pci_addr), ++ PCIE_ATU_LOWER_TARGET); ++ atu_reg_write(pcie_ecam, index, lower_32_bits(cpu_addr + size - 1), ++ PCIE_ATU_LIMIT); ++ atu_reg_write(pcie_ecam, index, upper_32_bits(pci_addr), ++ PCIE_ATU_UPPER_TARGET); ++ atu_reg_write(pcie_ecam, index, type, PCIE_ATU_CR1); ++ atu_reg_write(pcie_ecam, index, PCIE_ATU_ENABLE, PCIE_ATU_CR2); ++} ++ ++static void __iomem *tegra194_map_bus(struct pci_bus *bus, ++ unsigned int devfn, int where) ++{ ++ struct pci_config_window *cfg = bus->sysdata; ++ struct tegra194_pcie_ecam *pcie_ecam = cfg->priv; ++ u32 busdev; ++ int type; ++ ++ if (bus->number < cfg->busr.start || bus->number > cfg->busr.end) ++ return NULL; ++ ++ if (bus->number == cfg->busr.start) { ++ if (PCI_SLOT(devfn) == 0) ++ return pcie_ecam->dbi_base + where; ++ else ++ return NULL; ++ } ++ ++ busdev = PCIE_ATU_BUS(bus->number) | PCIE_ATU_DEV(PCI_SLOT(devfn)) | ++ PCIE_ATU_FUNC(PCI_FUNC(devfn)); ++ ++ if (bus->parent->number == cfg->busr.start) { ++ if (PCI_SLOT(devfn) == 0) ++ type = PCIE_ATU_TYPE_CFG0; ++ else ++ return NULL; ++ } else { ++ type = PCIE_ATU_TYPE_CFG1; ++ } ++ ++ program_outbound_atu(pcie_ecam, 0, type, cfg->res.start, busdev, ++ SZ_256K); ++ ++ return pcie_ecam->config_base + where; ++} ++ ++const struct pci_ecam_ops tegra194_pcie_ops = { ++ .init = tegra194_acpi_init, ++ .pci_ops = { ++ .map_bus = tegra194_map_bus, ++ .read = pci_generic_config_read, ++ .write = pci_generic_config_write, ++ } ++}; ++#endif /* defined(CONFIG_ACPI) && defined(CONFIG_PCI_QUIRKS) */ ++ ++#ifdef CONFIG_PCIE_TEGRA194 ++ + static inline struct tegra_pcie_dw *to_tegra_pcie(struct dw_pcie *pci) + { + return container_of(pci, struct tegra_pcie_dw, pci); +@@ -2313,3 +2413,6 @@ MODULE_DEVICE_TABLE(of, tegra_pcie_dw_of_match); + MODULE_AUTHOR("Vidya Sagar "); + MODULE_DESCRIPTION("NVIDIA PCIe host controller driver"); + MODULE_LICENSE("GPL v2"); ++ ++#endif /* CONFIG_PCIE_TEGRA194 */ ++ +diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c +index 909343ee7e0a..ffda4be3bd39 100644 +--- a/drivers/pci/quirks.c ++++ b/drivers/pci/quirks.c +@@ -4241,6 +4241,30 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9000, + DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9084, + quirk_bridge_cavm_thrx2_pcie_root); + ++/* ++ * PCI BAR 5 is not setup correctly for the on-board AHCI controller ++ * on Broadcom's Vulcan processor. Added a quirk to fix BAR 5 by ++ * using BAR 4's resources which are populated correctly and NOT ++ * actually used by the AHCI controller. ++ */ ++static void quirk_fix_vulcan_ahci_bars(struct pci_dev *dev) ++{ ++ struct resource *r = &dev->resource[4]; ++ ++ if (!(r->flags & IORESOURCE_MEM) || (r->start == 0)) ++ return; ++ ++ /* Set BAR5 resource to BAR4 */ ++ dev->resource[5] = *r; ++ ++ /* Update BAR5 in pci config space */ ++ pci_write_config_dword(dev, PCI_BASE_ADDRESS_5, r->start); ++ ++ /* Clear BAR4's resource */ ++ memset(r, 0, sizeof(*r)); ++} ++DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9027, quirk_fix_vulcan_ahci_bars); ++ + /* + * Intersil/Techwell TW686[4589]-based video capture cards have an empty (zero) + * class code. Fix it. +diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c +index c30f6047410f..3d4c311bf87c 100644 +--- a/drivers/scsi/smartpqi/smartpqi_init.c ++++ b/drivers/scsi/smartpqi/smartpqi_init.c +@@ -8337,6 +8337,18 @@ static const struct pci_device_id pqi_pci_id_table[] = { + PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, + 0x19e5, 0xd22c) + }, ++ { ++ PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, ++ 0x1bd4, 0x004a) ++ }, ++ { ++ PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, ++ 0x1bd4, 0x004b) ++ }, ++ { ++ PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, ++ 0x1bd4, 0x004c) ++ }, + { + PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, + PCI_VENDOR_ID_ADAPTEC2, 0x0110) +@@ -8593,6 +8605,10 @@ static const struct pci_device_id pqi_pci_id_table[] = { + PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, + PCI_VENDOR_ID_ADVANTECH, 0x8312) + }, ++ { ++ PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, ++ PCI_VENDOR_ID_ADVANTECH, 0x8312) ++ }, + { + PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, + PCI_VENDOR_ID_DELL, 0x1fe0) +diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c +index 6ebb8bd92e9d..bf06d4a8b2ec 100644 +--- a/drivers/usb/core/hub.c ++++ b/drivers/usb/core/hub.c +@@ -5534,6 +5534,13 @@ static void hub_event(struct work_struct *work) + (u16) hub->change_bits[0], + (u16) hub->event_bits[0]); + ++ /* Don't disconnect USB-SATA on TrimSlice */ ++ if (strcmp(dev_name(hdev->bus->controller), "tegra-ehci.0") == 0) { ++ if ((hdev->state == 7) && (hub->change_bits[0] == 0) && ++ (hub->event_bits[0] == 0x2)) ++ hub->event_bits[0] = 0; ++ } ++ + /* Lock the device, then check to see if we were + * disconnected while waiting for the lock to succeed. */ + usb_lock_device(hdev); +diff --git a/drivers/usb/host/xhci-pci-renesas.c b/drivers/usb/host/xhci-pci-renesas.c +index 431213cdf9e0..f97ac9f52bf4 100644 +--- a/drivers/usb/host/xhci-pci-renesas.c ++++ b/drivers/usb/host/xhci-pci-renesas.c +@@ -207,8 +207,7 @@ static int renesas_check_rom_state(struct pci_dev *pdev) + return 0; + + case RENESAS_ROM_STATUS_NO_RESULT: /* No result yet */ +- dev_dbg(&pdev->dev, "Unknown ROM status ...\n"); +- break; ++ return 0; + + case RENESAS_ROM_STATUS_ERROR: /* Error State */ + default: /* All other states are marked as "Reserved states" */ +@@ -225,12 +224,13 @@ static int renesas_fw_check_running(struct pci_dev *pdev) + u8 fw_state; + int err; + +- /* +- * Only if device has ROM and loaded FW we can skip loading and +- * return success. Otherwise (even unknown state), attempt to load FW. +- */ +- if (renesas_check_rom(pdev) && !renesas_check_rom_state(pdev)) +- return 0; ++ /* Check if device has ROM and loaded, if so skip everything */ ++ err = renesas_check_rom(pdev); ++ if (err) { /* we have rom */ ++ err = renesas_check_rom_state(pdev); ++ if (!err) ++ return err; ++ } + + /* + * Test if the device is actually needing the firmware. As most +diff --git a/include/linux/efi.h b/include/linux/efi.h +index 6b5d36babfcc..fd4a5d66a9d0 100644 +--- a/include/linux/efi.h ++++ b/include/linux/efi.h +@@ -43,6 +43,8 @@ + #define EFI_ABORTED (21 | (1UL << (BITS_PER_LONG-1))) + #define EFI_SECURITY_VIOLATION (26 | (1UL << (BITS_PER_LONG-1))) + ++#define EFI_IS_ERROR(x) ((x) & (1UL << (BITS_PER_LONG-1))) ++ + typedef unsigned long efi_status_t; + typedef u8 efi_bool_t; + typedef u16 efi_char16_t; /* UNICODE character */ +@@ -782,6 +784,14 @@ extern int __init efi_setup_pcdp_console(char *); + #define EFI_MEM_ATTR 10 /* Did firmware publish an EFI_MEMORY_ATTRIBUTES table? */ + #define EFI_MEM_NO_SOFT_RESERVE 11 /* Is the kernel configured to ignore soft reservations? */ + #define EFI_PRESERVE_BS_REGIONS 12 /* Are EFI boot-services memory segments available? */ ++#define EFI_SECURE_BOOT 13 /* Are we in Secure Boot mode? */ ++ ++enum efi_secureboot_mode { ++ efi_secureboot_mode_unset, ++ efi_secureboot_mode_unknown, ++ efi_secureboot_mode_disabled, ++ efi_secureboot_mode_enabled, ++}; + + #ifdef CONFIG_EFI + /* +@@ -793,6 +803,8 @@ static inline bool efi_enabled(int feature) + } + extern void efi_reboot(enum reboot_mode reboot_mode, const char *__unused); + ++extern void __init efi_set_secure_boot(enum efi_secureboot_mode mode); ++ + bool __pure __efi_soft_reserve_enabled(void); + + static inline bool __pure efi_soft_reserve_enabled(void) +@@ -813,6 +825,8 @@ static inline bool efi_enabled(int feature) + static inline void + efi_reboot(enum reboot_mode reboot_mode, const char *__unused) {} + ++static inline void efi_set_secure_boot(enum efi_secureboot_mode mode) {} ++ + static inline bool efi_soft_reserve_enabled(void) + { + return false; +@@ -825,6 +839,7 @@ static inline bool efi_rt_services_supported(unsigned int mask) + #endif + + extern int efi_status_to_err(efi_status_t status); ++extern const char *efi_status_to_str(efi_status_t status); + + /* + * Variable Attributes +@@ -1077,13 +1092,6 @@ static inline bool efi_runtime_disabled(void) { return true; } + extern void efi_call_virt_check_flags(unsigned long flags, const char *call); + extern unsigned long efi_call_virt_save_flags(void); + +-enum efi_secureboot_mode { +- efi_secureboot_mode_unset, +- efi_secureboot_mode_unknown, +- efi_secureboot_mode_disabled, +- efi_secureboot_mode_enabled, +-}; +- + static inline + enum efi_secureboot_mode efi_get_secureboot_mode(efi_get_variable_t *get_var) + { +diff --git a/include/linux/lsm_hook_defs.h b/include/linux/lsm_hook_defs.h +index 477a597db013..1719a0020891 100644 +--- a/include/linux/lsm_hook_defs.h ++++ b/include/linux/lsm_hook_defs.h +@@ -390,6 +390,8 @@ LSM_HOOK(void, LSM_RET_VOID, bpf_prog_free_security, struct bpf_prog_aux *aux) + #endif /* CONFIG_BPF_SYSCALL */ + + LSM_HOOK(int, 0, locked_down, enum lockdown_reason what) ++LSM_HOOK(int, 0, lock_kernel_down, const char *where, enum lockdown_reason level) ++ + + #ifdef CONFIG_PERF_EVENTS + LSM_HOOK(int, 0, perf_event_open, struct perf_event_attr *attr, int type) +diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h +index fb7f3193753d..0f91ae3361e6 100644 +--- a/include/linux/lsm_hooks.h ++++ b/include/linux/lsm_hooks.h +@@ -1530,6 +1530,12 @@ + * + * @what: kernel feature being accessed + * ++ * @lock_kernel_down ++ * Put the kernel into lock-down mode. ++ * ++ * @where: Where the lock-down is originating from (e.g. command line option) ++ * @level: The lock-down level (can only increase) ++ * + * Security hooks for perf events + * + * @perf_event_open: +diff --git a/include/linux/pci-ecam.h b/include/linux/pci-ecam.h +index 944da75ff25c..adea5a4771cf 100644 +--- a/include/linux/pci-ecam.h ++++ b/include/linux/pci-ecam.h +@@ -86,6 +86,7 @@ extern const struct pci_ecam_ops pci_thunder_ecam_ops; /* Cavium ThunderX 1.x */ + extern const struct pci_ecam_ops xgene_v1_pcie_ecam_ops; /* APM X-Gene PCIe v1 */ + extern const struct pci_ecam_ops xgene_v2_pcie_ecam_ops; /* APM X-Gene PCIe v2.x */ + extern const struct pci_ecam_ops al_pcie_ops; /* Amazon Annapurna Labs PCIe */ ++extern const struct pci_ecam_ops tegra194_pcie_ops; /* Tegra194 PCIe */ + #endif + + #if IS_ENABLED(CONFIG_PCI_HOST_COMMON) +diff --git a/include/linux/rmi.h b/include/linux/rmi.h +index ab7eea01ab42..fff7c5f737fc 100644 +--- a/include/linux/rmi.h ++++ b/include/linux/rmi.h +@@ -364,6 +364,7 @@ struct rmi_driver_data { + + struct rmi4_attn_data attn_data; + DECLARE_KFIFO(attn_fifo, struct rmi4_attn_data, 16); ++ struct work_struct attn_work; + }; + + int rmi_register_transport_device(struct rmi_transport_dev *xport); +diff --git a/include/linux/security.h b/include/linux/security.h +index 8aeebd6646dc..7737a5d71168 100644 +--- a/include/linux/security.h ++++ b/include/linux/security.h +@@ -468,6 +468,7 @@ int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen); + int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen); + int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen); + int security_locked_down(enum lockdown_reason what); ++int security_lock_kernel_down(const char *where, enum lockdown_reason level); + #else /* CONFIG_SECURITY */ + + static inline int call_blocking_lsm_notifier(enum lsm_event event, void *data) +@@ -1329,6 +1330,10 @@ static inline int security_locked_down(enum lockdown_reason what) + { + return 0; + } ++static inline int security_lock_kernel_down(const char *where, enum lockdown_reason level) ++{ ++ return 0; ++} + #endif /* CONFIG_SECURITY */ + + #if defined(CONFIG_SECURITY) && defined(CONFIG_WATCH_QUEUE) +diff --git a/kernel/crash_core.c b/kernel/crash_core.c +index 684a6061a13a..220579c0e963 100644 +--- a/kernel/crash_core.c ++++ b/kernel/crash_core.c +@@ -7,6 +7,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -41,6 +42,15 @@ static int __init parse_crashkernel_mem(char *cmdline, + unsigned long long *crash_base) + { + char *cur = cmdline, *tmp; ++ unsigned long long total_mem = system_ram; ++ ++ /* ++ * Firmware sometimes reserves some memory regions for it's own use. ++ * so we get less than actual system memory size. ++ * Workaround this by round up the total size to 128M which is ++ * enough for most test cases. ++ */ ++ total_mem = roundup(total_mem, SZ_128M); + + /* for each entry of the comma-separated list */ + do { +@@ -85,13 +95,13 @@ static int __init parse_crashkernel_mem(char *cmdline, + return -EINVAL; + } + cur = tmp; +- if (size >= system_ram) { ++ if (size >= total_mem) { + pr_warn("crashkernel: invalid size\n"); + return -EINVAL; + } + + /* match ? */ +- if (system_ram >= start && system_ram < end) { ++ if (total_mem >= start && total_mem < end) { + *crash_size = size; + break; + } +@@ -250,6 +260,20 @@ static int __init __parse_crashkernel(char *cmdline, + if (suffix) + return parse_crashkernel_suffix(ck_cmdline, crash_size, + suffix); ++ ++ if (strncmp(ck_cmdline, "auto", 4) == 0) { ++#ifdef CONFIG_X86_64 ++ ck_cmdline = "1G-64G:160M,64G-1T:256M,1T-:512M"; ++#elif defined(CONFIG_S390) ++ ck_cmdline = "4G-64G:160M,64G-1T:256M,1T-:512M"; ++#elif defined(CONFIG_ARM64) ++ ck_cmdline = "2G-:512M"; ++#elif defined(CONFIG_PPC64) ++ ck_cmdline = "2G-4G:384M,4G-16G:512M,16G-64G:1G,64G-128G:2G,128G-:4G"; ++#endif ++ pr_info("Using crashkernel=auto, the size chosen is a best effort estimation.\n"); ++ } ++ + /* + * if the commandline contains a ':', then that's the extended + * syntax -- if not, it must be the classic syntax +diff --git a/kernel/module_signing.c b/kernel/module_signing.c +index 8723ae70ea1f..fb2d773498c2 100644 +--- a/kernel/module_signing.c ++++ b/kernel/module_signing.c +@@ -38,8 +38,15 @@ int mod_verify_sig(const void *mod, struct load_info *info) + modlen -= sig_len + sizeof(ms); + info->len = modlen; + +- return verify_pkcs7_signature(mod, modlen, mod + modlen, sig_len, ++ ret = verify_pkcs7_signature(mod, modlen, mod + modlen, sig_len, + VERIFY_USE_SECONDARY_KEYRING, + VERIFYING_MODULE_SIGNATURE, + NULL, NULL); ++ if (ret == -ENOKEY && IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING)) { ++ ret = verify_pkcs7_signature(mod, modlen, mod + modlen, sig_len, ++ VERIFY_USE_PLATFORM_KEYRING, ++ VERIFYING_MODULE_SIGNATURE, ++ NULL, NULL); ++ } ++ return ret; + } +diff --git a/net/tipc/crypto.c b/net/tipc/crypto.c +index c89ce47c56cf..886d456193fd 100644 +--- a/net/tipc/crypto.c ++++ b/net/tipc/crypto.c +@@ -2291,43 +2291,53 @@ static bool tipc_crypto_key_rcv(struct tipc_crypto *rx, struct tipc_msg *hdr) + u16 key_gen = msg_key_gen(hdr); + u16 size = msg_data_sz(hdr); + u8 *data = msg_data(hdr); ++ unsigned int keylen; ++ ++ /* Verify whether the size can exist in the packet */ ++ if (unlikely(size < sizeof(struct tipc_aead_key) + TIPC_AEAD_KEYLEN_MIN)) { ++ pr_debug("%s: message data size is too small\n", rx->name); ++ goto exit; ++ } ++ ++ keylen = ntohl(*((__be32 *)(data + TIPC_AEAD_ALG_NAME))); ++ ++ /* Verify the supplied size values */ ++ if (unlikely(size != keylen + sizeof(struct tipc_aead_key) || ++ keylen > TIPC_AEAD_KEY_SIZE_MAX)) { ++ pr_debug("%s: invalid MSG_CRYPTO key size\n", rx->name); ++ goto exit; ++ } + + spin_lock(&rx->lock); + if (unlikely(rx->skey || (key_gen == rx->key_gen && rx->key.keys))) { + pr_err("%s: key existed <%p>, gen %d vs %d\n", rx->name, + rx->skey, key_gen, rx->key_gen); +- goto exit; ++ goto exit_unlock; + } + + /* Allocate memory for the key */ + skey = kmalloc(size, GFP_ATOMIC); + if (unlikely(!skey)) { + pr_err("%s: unable to allocate memory for skey\n", rx->name); +- goto exit; ++ goto exit_unlock; + } + + /* Copy key from msg data */ +- skey->keylen = ntohl(*((__be32 *)(data + TIPC_AEAD_ALG_NAME))); ++ skey->keylen = keylen; + memcpy(skey->alg_name, data, TIPC_AEAD_ALG_NAME); + memcpy(skey->key, data + TIPC_AEAD_ALG_NAME + sizeof(__be32), + skey->keylen); + +- /* Sanity check */ +- if (unlikely(size != tipc_aead_key_size(skey))) { +- kfree(skey); +- skey = NULL; +- goto exit; +- } +- + rx->key_gen = key_gen; + rx->skey_mode = msg_key_mode(hdr); + rx->skey = skey; + rx->nokey = 0; + mb(); /* for nokey flag */ + +-exit: ++exit_unlock: + spin_unlock(&rx->lock); + ++exit: + /* Schedule the key attaching on this crypto */ + if (likely(skey && queue_delayed_work(tx->wq, &rx->work, 0))) + return true; +diff --git a/security/integrity/platform_certs/load_uefi.c b/security/integrity/platform_certs/load_uefi.c +index f290f78c3f30..d3e7ae04f5be 100644 +--- a/security/integrity/platform_certs/load_uefi.c ++++ b/security/integrity/platform_certs/load_uefi.c +@@ -46,7 +46,8 @@ static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, + return NULL; + + if (*status != EFI_BUFFER_TOO_SMALL) { +- pr_err("Couldn't get size: 0x%lx\n", *status); ++ pr_err("Couldn't get size: %s (0x%lx)\n", ++ efi_status_to_str(*status), *status); + return NULL; + } + +@@ -57,7 +58,8 @@ static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, + *status = efi.get_variable(name, guid, NULL, &lsize, db); + if (*status != EFI_SUCCESS) { + kfree(db); +- pr_err("Error reading db var: 0x%lx\n", *status); ++ pr_err("Error reading db var: %s (0x%lx)\n", ++ efi_status_to_str(*status), *status); + return NULL; + } + +diff --git a/security/lockdown/Kconfig b/security/lockdown/Kconfig +index e84ddf484010..d0501353a4b9 100644 +--- a/security/lockdown/Kconfig ++++ b/security/lockdown/Kconfig +@@ -16,6 +16,19 @@ config SECURITY_LOCKDOWN_LSM_EARLY + subsystem is fully initialised. If enabled, lockdown will + unconditionally be called before any other LSMs. + ++config LOCK_DOWN_IN_EFI_SECURE_BOOT ++ bool "Lock down the kernel in EFI Secure Boot mode" ++ default n ++ depends on EFI && SECURITY_LOCKDOWN_LSM_EARLY ++ help ++ UEFI Secure Boot provides a mechanism for ensuring that the firmware ++ will only load signed bootloaders and kernels. Secure boot mode may ++ be determined from EFI variables provided by the system firmware if ++ not indicated by the boot parameters. ++ ++ Enabling this option results in kernel lockdown being triggered if ++ EFI Secure Boot is set. ++ + choice + prompt "Kernel default lockdown mode" + default LOCK_DOWN_KERNEL_FORCE_NONE +diff --git a/security/lockdown/lockdown.c b/security/lockdown/lockdown.c +index 87cbdc64d272..18555cf18da7 100644 +--- a/security/lockdown/lockdown.c ++++ b/security/lockdown/lockdown.c +@@ -73,6 +73,7 @@ static int lockdown_is_locked_down(enum lockdown_reason what) + + static struct security_hook_list lockdown_hooks[] __lsm_ro_after_init = { + LSM_HOOK_INIT(locked_down, lockdown_is_locked_down), ++ LSM_HOOK_INIT(lock_kernel_down, lock_kernel_down), + }; + + static int __init lockdown_lsm_init(void) +diff --git a/security/security.c b/security/security.c +index 5ac96b16f8fa..fc47d6de57ee 100644 +--- a/security/security.c ++++ b/security/security.c +@@ -2547,6 +2547,12 @@ int security_locked_down(enum lockdown_reason what) + } + EXPORT_SYMBOL(security_locked_down); + ++int security_lock_kernel_down(const char *where, enum lockdown_reason level) ++{ ++ return call_int_hook(lock_kernel_down, 0, where, level); ++} ++EXPORT_SYMBOL(security_lock_kernel_down); ++ + #ifdef CONFIG_PERF_EVENTS + int security_perf_event_open(struct perf_event_attr *attr, int type) + { +diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c +index ddd097790d47..eca9fc0ba764 100644 +--- a/security/selinux/hooks.c ++++ b/security/selinux/hooks.c +@@ -760,7 +760,8 @@ static int selinux_set_mnt_opts(struct super_block *sb, + if (sb->s_user_ns != &init_user_ns && + strcmp(sb->s_type->name, "tmpfs") && + strcmp(sb->s_type->name, "ramfs") && +- strcmp(sb->s_type->name, "devpts")) { ++ strcmp(sb->s_type->name, "devpts") && ++ strcmp(sb->s_type->name, "overlay")) { + if (context_sid || fscontext_sid || rootcontext_sid || + defcontext_sid) { + rc = -EACCES; diff --git a/patch-6.19-redhat.patch b/patch-6.19-redhat.patch deleted file mode 100644 index 481d13812..000000000 --- a/patch-6.19-redhat.patch +++ /dev/null @@ -1,4615 +0,0 @@ - Documentation/admin-guide/kernel-parameters.txt | 23 + - Documentation/admin-guide/rh-waived-items.rst | 29 ++ - Kconfig | 2 + - Kconfig.redhat | 31 ++ - Makefile | 38 +- - arch/arm/Kconfig | 4 +- - arch/arm64/Kconfig | 2 +- - arch/arm64/kernel/setup.c | 27 + - arch/s390/include/asm/ipl.h | 1 + - arch/s390/kernel/ipl.c | 5 + - arch/s390/kernel/setup.c | 4 + - arch/x86/kernel/cpu/common.c | 1 + - arch/x86/kernel/setup.c | 101 +++- - crypto/akcipher.c | 3 +- - crypto/dh.c | 25 + - crypto/drbg.c | 18 +- - crypto/rng.c | 155 +++++- - crypto/seqiv.c | 15 +- - crypto/sig.c | 3 +- - crypto/testmgr.c | 6 +- - drivers/acpi/apei/hest.c | 8 + - drivers/acpi/irq.c | 17 +- - drivers/acpi/scan.c | 9 + - drivers/ata/libahci.c | 18 + - drivers/char/ipmi/ipmi_dmi.c | 15 + - drivers/char/ipmi/ipmi_msghandler.c | 16 +- - drivers/char/random.c | 126 ++++- - drivers/firmware/efi/Makefile | 1 + - drivers/firmware/efi/efi.c | 124 +++-- - drivers/firmware/efi/libstub/fdt.c | 5 + - drivers/firmware/efi/libstub/secureboot.c | 14 +- - drivers/firmware/efi/secureboot.c | 38 ++ - drivers/hid/hid-rmi.c | 66 --- - drivers/hwtracing/coresight/coresight-etm4x-core.c | 19 + - drivers/input/rmi4/rmi_driver.c | 124 +++-- - drivers/iommu/iommu.c | 22 + - drivers/message/fusion/mptsas.c | 5 + - drivers/message/fusion/mptspi.c | 5 + - drivers/net/wireguard/main.c | 6 + - drivers/pci/pci-driver.c | 9 + - drivers/pci/quirks.c | 24 + - drivers/scsi/hpsa.c | 4 + - drivers/scsi/qla2xxx/qla_os.c | 6 + - drivers/scsi/sd.c | 13 + - drivers/usb/core/hub.c | 7 + - fs/afs/main.c | 3 + - fs/erofs/super.c | 9 + - fs/ext4/super.c | 11 + - include/linux/crypto.h | 3 + - include/linux/efi.h | 22 +- - include/linux/kernel.h | 16 + - include/linux/lsm_hook_defs.h | 1 + - include/linux/module.h | 5 + - include/linux/panic.h | 17 +- - include/linux/pci.h | 5 + - include/linux/random.h | 10 + - include/linux/rh_flags.h | 34 ++ - include/linux/rh_kabi.h | 541 +++++++++++++++++++++ - include/linux/rh_waived.h | 19 + - include/linux/rmi.h | 1 + - include/linux/security.h | 9 + - init/main.c | 5 + - kernel/Makefile | 2 + - kernel/bpf/core.c | 5 + - kernel/bpf/syscall.c | 23 + - kernel/module/main.c | 13 + - kernel/module/signing.c | 9 +- - kernel/panic.c | 12 + - kernel/rh_flags.c | 115 +++++ - kernel/rh_messages.c | 414 ++++++++++++++++ - kernel/rh_messages.h | 335 +++++++++++++ - kernel/rh_waived.c | 147 ++++++ - rust/Makefile | 1 + - scripts/Makefile.lib | 3 + - scripts/mod/modpost.c | 8 + - scripts/tags.sh | 2 + - security/integrity/platform_certs/load_uefi.c | 6 +- - security/lockdown/Kconfig | 13 + - security/lockdown/lockdown.c | 11 + - tools/testing/selftests/bpf/Makefile | 2 +- - tools/testing/selftests/bpf/prog_tests/ksyms_btf.c | 31 -- - 81 files changed, 2814 insertions(+), 243 deletions(-) - -diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt -index a8d0afde7f85a..aa9ec10c59e55 100644 ---- a/Documentation/admin-guide/kernel-parameters.txt -+++ b/Documentation/admin-guide/kernel-parameters.txt -@@ -6560,6 +6560,20 @@ Kernel parameters - 2 The "airplane mode" button toggles between everything - blocked and everything unblocked. - -+ rh_waived= -+ Enable waived items in RHEL. -+ -+ Some specific features, or security mitigations, can be -+ waived (toggled on/off) on demand in RHEL. However, -+ waiving any of these items should be used judiciously, -+ as it generally means the system might end up being -+ considered insecure or even out-of-scope for support. -+ -+ Format: ,... -+ -+ Use 'rh_waived' to enable all waived features listed at -+ Documentation/admin-guide/rh-waived-features.rst -+ - ring3mwait=disable - [KNL] Disable ring 3 MONITOR/MWAIT feature on supported - CPUs. -@@ -7941,6 +7955,15 @@ Kernel parameters - unknown_nmi_panic - [X86] Cause panic on unknown NMI. - -+ unprivileged_bpf_disabled= -+ Format: { "0" | "1" | "2" } -+ Sets the initial value of -+ kernel.unprivileged_bpf_disabled sysctl knob. -+ 0 - unprivileged bpf() syscall access is enabled. -+ 1 - unprivileged bpf() syscall access is disabled permanently. -+ 2 - unprivileged bpf() syscall access is disabled. -+ Default value is 2. -+ - unwind_debug [X86-64,EARLY] - Enable unwinder debug output. This can be - useful for debugging certain unwinder error -diff --git a/Documentation/admin-guide/rh-waived-items.rst b/Documentation/admin-guide/rh-waived-items.rst -new file mode 100644 -index 0000000000000..7471c891419c2 ---- /dev/null -+++ b/Documentation/admin-guide/rh-waived-items.rst -@@ -0,0 +1,29 @@ -+.. _rh_waived_items: -+ -+==================== -+Red Hat Waived Items -+==================== -+ -+Waived Items is a mechanism offered by Red Hat which allows customers to "waive" -+and utilize features that are not enabled by default as these are considered as -+unmaintained, insecure, rudimentary, or deprecated, but are shipped with the -+RHEL kernel for customer's convinience only. -+Waived Items can range from features that can be enabled on demand to specific -+security mitigations that can be disabled on demand. -+ -+To explicitly "waive" any of these items, RHEL offers the ``rh_waived`` -+kernel boot parameter. To allow set of waived items, append -+``rh_waived=,...,`` to the kernel -+cmdline. -+Appending ``rh_waived=features`` will waive all features listed below, -+and appending ``rh_waived=cves`` will waive all security mitigations -+listed below. -+ -+The waived items listed in the next session follow the pattern below: -+ -+- item name -+ item description -+ -+List of Red Hat Waived Items -+============================ -+ -diff --git a/Kconfig b/Kconfig -index 307e581144de3..11e93e479ce4f 100644 ---- a/Kconfig -+++ b/Kconfig -@@ -32,3 +32,5 @@ source "lib/Kconfig.debug" - source "Documentation/Kconfig" - - source "io_uring/Kconfig" -+ -+source "Kconfig.redhat" -diff --git a/Kconfig.redhat b/Kconfig.redhat -new file mode 100644 -index 0000000000000..85771d74c34f9 ---- /dev/null -+++ b/Kconfig.redhat -@@ -0,0 +1,31 @@ -+# SPDX-License-Identifier: GPL-2.0-only -+# -+# Red Hat specific options -+# -+ -+menu "Red Hat options" -+ -+config RHEL_DIFFERENCES -+ bool "Enable RHEL-only code" -+ help -+ This option controls whether rhel-only changes are enabled during -+ the build. Unless you want to enable rhel-only changes, say N here. -+ -+config RH_KABI_SIZE_ALIGN_CHECKS -+ bool "Enables more stringent kabi checks in the macros" -+ depends on RHEL_DIFFERENCES -+ default y -+ help -+ This option enables more stringent kabi checks. Those must -+ be disabled in case of a debug build, because debug builds -+ allow to change struct sizes. -+ -+config RH_AUTOMOTIVE -+ bool "Enable automotive only code" -+ depends on RHEL_DIFFERENCES -+ default n -+ help -+ This option controls whether code is included in the automotive -+ kernel build. If you are building an automotive kernel, say Y. -+ -+endmenu -diff --git a/Makefile b/Makefile -index 9d38125263fb0..1b08e56161671 100644 ---- a/Makefile -+++ b/Makefile -@@ -355,6 +355,17 @@ ifneq ($(filter install,$(MAKECMDGOALS)),) - endif - endif - -+# CKI/cross compilation hack -+# Do we need to rebuild scripts after cross compilation? -+# If kernel was cross-compiled, these scripts have arch of build host. -+REBUILD_SCRIPTS_FOR_CROSS:=0 -+ -+# Regenerating config with incomplete source tree will produce different -+# config options. Disable it. -+ifeq ($(REBUILD_SCRIPTS_FOR_CROSS),1) -+may-sync-config:= -+endif -+ - ifdef mixed-build - # =========================================================================== - # We're called with mixed targets (*config and build targets). -@@ -1338,6 +1349,8 @@ uapi-asm-generic: - # Generate some files - # --------------------------------------------------------------------------- - -+include $(srctree)/Makefile.rhelver -+ - # KERNELRELEASE can change from a few different places, meaning version.h - # needs to be updated, so this check is forced on all builds - -@@ -1362,7 +1375,13 @@ define filechk_version.h - ((c) > 255 ? 255 : (c)))'; \ - echo \#define LINUX_VERSION_MAJOR $(VERSION); \ - echo \#define LINUX_VERSION_PATCHLEVEL $(PATCHLEVEL); \ -- echo \#define LINUX_VERSION_SUBLEVEL $(SUBLEVEL) -+ echo \#define LINUX_VERSION_SUBLEVEL $(SUBLEVEL); \ -+ echo '#define RHEL_MAJOR $(RHEL_MAJOR)'; \ -+ echo '#define RHEL_MINOR $(RHEL_MINOR)'; \ -+ echo '#define RHEL_RELEASE_VERSION(a,b) (((a) << 8) + (b))'; \ -+ echo '#define RHEL_RELEASE_CODE \ -+ $(shell expr $(RHEL_MAJOR) \* 256 + $(RHEL_MINOR))'; \ -+ echo '#define RHEL_RELEASE "$(RHEL_RELEASE)"' - endef - - $(version_h): private PATCHLEVEL := $(or $(PATCHLEVEL), 0) -@@ -1975,6 +1994,23 @@ endif - - ifdef CONFIG_MODULES - -+scripts_build: -+ $(MAKE) $(build)=scripts/basic -+ $(MAKE) $(build)=scripts/mod -+ $(MAKE) $(build)=scripts scripts/module.lds -+ $(MAKE) $(build)=scripts scripts/unifdef -+ $(MAKE) $(build)=scripts -+ -+prepare_after_cross: -+ # disable STACK_VALIDATION to avoid building objtool -+ sed -i '/^CONFIG_STACK_VALIDATION/d' ./include/config/auto.conf || true -+ # build minimum set of scripts and resolve_btfids to allow building -+ # external modules -+ $(MAKE) KBUILD_EXTMOD="" M="" scripts_build V=1 -+ $(MAKE) -C tools/bpf/resolve_btfids -+ -+PHONY += prepare_after_cross scripts_build -+ - modules.order: $(build-dir) - @: - -diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig -index fa83c040ee2d4..96c9bcf9e7b17 100644 ---- a/arch/arm/Kconfig -+++ b/arch/arm/Kconfig -@@ -1212,9 +1212,9 @@ config HIGHMEM - If unsure, say n. - - config HIGHPTE -- bool "Allocate 2nd-level pagetables from highmem" if EXPERT -+ bool "Allocate 2nd-level pagetables from highmem" - depends on HIGHMEM && !PREEMPT_RT -- default y -+ default n - help - The VM uses one page of physical memory for each page table. - For systems with a lot of processes, this can use a lot of -diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig -index 93173f0a09c7d..8f992962ccd35 100644 ---- a/arch/arm64/Kconfig -+++ b/arch/arm64/Kconfig -@@ -1433,7 +1433,7 @@ endchoice - - config ARM64_FORCE_52BIT - bool "Force 52-bit virtual addresses for userspace" -- depends on ARM64_VA_BITS_52 && EXPERT -+ depends on ARM64_VA_BITS_52 - help - For systems with 52-bit userspace VAs enabled, the kernel will attempt - to maintain compatibility with older software by providing 48-bit VAs -diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c -index 23c05dc7a8f2a..d7b7b2f39e169 100644 ---- a/arch/arm64/kernel/setup.c -+++ b/arch/arm64/kernel/setup.c -@@ -32,6 +32,8 @@ - #include - #include - #include -+#include -+#include - - #include - #include -@@ -207,6 +209,24 @@ static void __init setup_machine_fdt(phys_addr_t dt_phys) - dump_stack_set_arch_desc("%s (DT)", name); - } - -+static void __init init_secureboot_mode(void) -+{ -+ void *fdt = initial_boot_params; -+ u64 chosen; -+ const __be32 *prop; -+ int len; -+ -+ chosen = fdt_path_offset(fdt, "/chosen"); -+ if (chosen < 0) -+ return; -+ -+ prop = fdt_getprop(fdt, chosen, "secure-boot-mode", &len); -+ if (!prop || len != sizeof(u32)) -+ return; -+ -+ efi_set_secure_boot((enum efi_secureboot_mode)fdt32_to_cpu(*prop)); -+} -+ - static void __init request_standard_resources(void) - { - struct memblock_region *region; -@@ -327,6 +347,13 @@ void __init __no_sanitize_address setup_arch(char **cmdline_p) - pr_warn(FW_BUG "Kernel image misaligned at boot, please fix your bootloader!"); - WARN_TAINT(mmu_enabled_at_boot, TAINT_FIRMWARE_WORKAROUND, - FW_BUG "Booted with MMU enabled!"); -+ } else { -+ init_secureboot_mode(); -+ -+#ifdef CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT -+ if (efi_enabled(EFI_SECURE_BOOT)) -+ security_lock_kernel_down("EFI Secure Boot mode", LOCKDOWN_INTEGRITY_MAX); -+#endif - } - - arm64_memblock_init(); -diff --git a/arch/s390/include/asm/ipl.h b/arch/s390/include/asm/ipl.h -index b0d00032479d6..afb9544fb0074 100644 ---- a/arch/s390/include/asm/ipl.h -+++ b/arch/s390/include/asm/ipl.h -@@ -139,6 +139,7 @@ int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf, - unsigned char flags, unsigned short cert); - int ipl_report_add_certificate(struct ipl_report *report, void *key, - unsigned long addr, unsigned long len); -+bool ipl_get_secureboot(void); - - /* - * DIAG 308 support -diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c -index dcdc7e2748486..6b2fc225fa184 100644 ---- a/arch/s390/kernel/ipl.c -+++ b/arch/s390/kernel/ipl.c -@@ -2521,3 +2521,8 @@ int ipl_report_free(struct ipl_report *report) - } - - #endif -+ -+bool ipl_get_secureboot(void) -+{ -+ return !!ipl_secure_flag; -+} -diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c -index c1fe0b53c5ac5..8e17bfe788cb9 100644 ---- a/arch/s390/kernel/setup.c -+++ b/arch/s390/kernel/setup.c -@@ -47,6 +47,7 @@ - #include - #include - #include -+#include - #include - #include - -@@ -917,6 +918,9 @@ void __init setup_arch(char **cmdline_p) - - log_component_list(); - -+ if (ipl_get_secureboot()) -+ security_lock_kernel_down("Secure IPL mode", LOCKDOWN_INTEGRITY_MAX); -+ - /* Have one command line that is parsed and saved in /proc/cmdline */ - /* boot_command_line has been already set up in early.c */ - *cmdline_p = boot_command_line; -diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c -index e7ab22fce3b57..0860d1eb51c7c 100644 ---- a/arch/x86/kernel/cpu/common.c -+++ b/arch/x86/kernel/cpu/common.c -@@ -1780,6 +1780,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c) - get_cpu_vendor(c); - intel_unlock_cpuid_leafs(c); - get_cpu_cap(c); -+ get_model_name(c); /* RHEL: get model name for unsupported check */ - setup_force_cpu_cap(X86_FEATURE_CPUID); - get_cpu_address_sizes(c); - cpu_parse_early_param(); -diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c -index 1b2edd07a3e17..201705bc317a3 100644 ---- a/arch/x86/kernel/setup.c -+++ b/arch/x86/kernel/setup.c -@@ -21,6 +21,7 @@ - #include - #include - #include -+#include - #include - #include - #include -@@ -56,6 +57,10 @@ - #include - #include - #include -+#include -+#if defined(CONFIG_X86_LOCAL_APIC) -+#include -+#endif - - /* - * max_low_pfn_mapped: highest directly mapped pfn < 4 GB -@@ -821,6 +826,79 @@ static void __init early_reserve_memory(void) - trim_snb_memory(); - } - -+#ifdef CONFIG_RHEL_DIFFERENCES -+ -+static void rh_check_supported(void) -+{ -+ bool guest; -+ -+ guest = (x86_hyper_type != X86_HYPER_NATIVE || boot_cpu_has(X86_FEATURE_HYPERVISOR)); -+ -+ /* RHEL supports single cpu on guests only */ -+ if (((topology_num_threads_per_package() * __max_threads_per_core) == 1) && -+ !guest && !is_kdump_kernel()) { -+ pr_crit("Detected single cpu native boot.\n"); -+ pr_crit("Important: In this kernel, single threaded, single CPU 64-bit physical systems are unsupported."); -+ } -+ -+ /* -+ * If the RHEL kernel does not support this hardware, the kernel will -+ * attempt to boot, but no support is provided for this hardware -+ */ -+ switch (boot_cpu_data.x86_vendor) { -+ case X86_VENDOR_AMD: -+ case X86_VENDOR_INTEL: -+ break; -+ default: -+ pr_crit("Detected processor %s %s\n", -+ boot_cpu_data.x86_vendor_id, -+ boot_cpu_data.x86_model_id); -+ break; -+ } -+ -+ /* -+ * Due to the complexity of x86 lapic & ioapic enumeration, and PCI IRQ -+ * routing, ACPI is required for x86. acpi=off is a valid debug kernel -+ * parameter, so just print out a loud warning in case something -+ * goes wrong (which is most of the time). -+ */ -+ if (acpi_disabled && !guest) -+ pr_crit("ACPI has been disabled or is not available on this hardware. This may result in a single cpu boot, incorrect PCI IRQ routing, or boot failure.\n"); -+ -+ /* -+ * x86_64 microarchitecture levels: -+ * https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels -+ * -+ * RHEL9 has a minimum of the x86_64-v2 microarchitecture -+ * RHEL10 has a minimum of the x86_64-v3 microarchitecture -+ */ -+ -+ if (!boot_cpu_has(X86_FEATURE_CX16) || /* CMPXCHG16B */ -+ !boot_cpu_has(X86_FEATURE_LAHF_LM) || /* LAHF-SAHF */ -+ !boot_cpu_has(X86_FEATURE_POPCNT) || -+ !boot_cpu_has(X86_FEATURE_XMM3) || /* SSE-3 */ -+ !boot_cpu_has(X86_FEATURE_XMM4_1) || /* SSE4_1 */ -+ !boot_cpu_has(X86_FEATURE_XMM4_2) || /* SSE4_2 */ -+ !boot_cpu_has(X86_FEATURE_SSSE3)) { -+ mark_hardware_deprecated("x86_64-v1", "%s:%s", -+ boot_cpu_data.x86_vendor_id, boot_cpu_data.x86_model_id); -+ } else if (!boot_cpu_has(X86_FEATURE_AVX) || -+ !boot_cpu_has(X86_FEATURE_AVX2) || -+ !boot_cpu_has(X86_FEATURE_BMI1) || -+ !boot_cpu_has(X86_FEATURE_BMI2) || -+ !boot_cpu_has(X86_FEATURE_F16C) || -+ !boot_cpu_has(X86_FEATURE_FMA) || -+ /* LZCNT is not explicitly listed, but appears to be paired with BMI2 */ -+ !boot_cpu_has(X86_FEATURE_MOVBE) || -+ !boot_cpu_has(X86_FEATURE_XSAVE)) { -+ mark_hardware_deprecated("x86_64-v2", "%s:%s", -+ boot_cpu_data.x86_vendor_id, boot_cpu_data.x86_model_id); -+ } -+} -+#else -+#define rh_check_supported() -+#endif -+ - /* - * Dump out kernel offset information on panic. - */ -@@ -991,6 +1069,13 @@ void __init setup_arch(char **cmdline_p) - if (efi_enabled(EFI_BOOT)) - efi_init(); - -+ efi_set_secure_boot(boot_params.secure_boot); -+ -+#ifdef CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT -+ if (efi_enabled(EFI_SECURE_BOOT)) -+ security_lock_kernel_down("EFI Secure Boot mode", LOCKDOWN_INTEGRITY_MAX); -+#endif -+ - reserve_ibft_region(); - x86_init.resources.dmi_setup(); - -@@ -1154,19 +1239,7 @@ void __init setup_arch(char **cmdline_p) - /* Allocate bigger log buffer */ - setup_log_buf(1); - -- if (efi_enabled(EFI_BOOT)) { -- switch (boot_params.secure_boot) { -- case efi_secureboot_mode_disabled: -- pr_info("Secure boot disabled\n"); -- break; -- case efi_secureboot_mode_enabled: -- pr_info("Secure boot enabled\n"); -- break; -- default: -- pr_info("Secure boot could not be determined\n"); -- break; -- } -- } -+ efi_set_secure_boot(boot_params.secure_boot); - - reserve_initrd(); - -@@ -1278,6 +1351,8 @@ void __init setup_arch(char **cmdline_p) - efi_apply_memmap_quirks(); - #endif - -+ rh_check_supported(); -+ - unwind_init(); - } - -diff --git a/crypto/akcipher.c b/crypto/akcipher.c -index a36f50c838278..f4f421e6cff20 100644 ---- a/crypto/akcipher.c -+++ b/crypto/akcipher.c -@@ -142,8 +142,7 @@ int crypto_register_akcipher(struct akcipher_alg *alg) - - if (!alg->encrypt) - alg->encrypt = akcipher_default_op; -- if (!alg->decrypt) -- alg->decrypt = akcipher_default_op; -+ alg->decrypt = akcipher_default_op; - if (!alg->set_priv_key) - alg->set_priv_key = akcipher_default_set_key; - -diff --git a/crypto/dh.c b/crypto/dh.c -index 8250eeeebd0fe..01f0f3963a740 100644 ---- a/crypto/dh.c -+++ b/crypto/dh.c -@@ -227,10 +227,35 @@ static int dh_compute_value(struct kpp_request *req) - - /* SP800-56A rev 3 5.6.2.1.3 key check */ - } else { -+ MPI val_pct; -+ - if (dh_is_pubkey_valid(ctx, val)) { - ret = -EAGAIN; - goto err_free_val; - } -+ -+ /* -+ * SP800-56Arev3, 5.6.2.1.4: ("Owner Assurance -+ * of Pair-wise Consistency"): recompute the -+ * public key and check if the results match. -+ */ -+ val_pct = mpi_alloc(0); -+ if (!val_pct) { -+ ret = -ENOMEM; -+ goto err_free_val; -+ } -+ -+ ret = _compute_val(ctx, base, val_pct); -+ if (ret) { -+ mpi_free(val_pct); -+ goto err_free_val; -+ } -+ -+ if (mpi_cmp(val, val_pct) != 0) { -+ fips_fail_notify(); -+ panic("dh: pair-wise consistency test failed\n"); -+ } -+ mpi_free(val_pct); - } - } - -diff --git a/crypto/drbg.c b/crypto/drbg.c -index 1d433dae99557..c9899547752c6 100644 ---- a/crypto/drbg.c -+++ b/crypto/drbg.c -@@ -1280,13 +1280,14 @@ static int drbg_generate(struct drbg_state *drbg, - * Wrapper around drbg_generate which can pull arbitrary long strings - * from the DRBG without hitting the maximum request limitation. - * -- * Parameters: see drbg_generate -+ * Parameters: see drbg_generate, except @reseed, which triggers reseeding - * Return codes: see drbg_generate -- if one drbg_generate request fails, - * the entire drbg_generate_long request fails - */ - static int drbg_generate_long(struct drbg_state *drbg, - unsigned char *buf, unsigned int buflen, -- struct drbg_string *addtl) -+ struct drbg_string *addtl, -+ bool reseed) - { - unsigned int len = 0; - unsigned int slice = 0; -@@ -1296,6 +1297,8 @@ static int drbg_generate_long(struct drbg_state *drbg, - slice = ((buflen - len) / drbg_max_request_bytes(drbg)); - chunk = slice ? drbg_max_request_bytes(drbg) : (buflen - len); - mutex_lock(&drbg->drbg_mutex); -+ if (reseed) -+ drbg->seeded = DRBG_SEED_STATE_UNSEEDED; - err = drbg_generate(drbg, buf + len, chunk, addtl); - mutex_unlock(&drbg->drbg_mutex); - if (0 > err) -@@ -1697,6 +1700,7 @@ static int drbg_kcapi_random(struct crypto_rng *tfm, - struct drbg_state *drbg = crypto_rng_ctx(tfm); - struct drbg_string *addtl = NULL; - struct drbg_string string; -+ int err; - - if (slen) { - /* linked list variable is now local to allow modification */ -@@ -1704,7 +1708,15 @@ static int drbg_kcapi_random(struct crypto_rng *tfm, - addtl = &string; - } - -- return drbg_generate_long(drbg, dst, dlen, addtl); -+ err = drbg_generate_long(drbg, dst, dlen, addtl, -+ (crypto_tfm_get_flags(crypto_rng_tfm(tfm)) & -+ CRYPTO_TFM_REQ_NEED_RESEED) == -+ CRYPTO_TFM_REQ_NEED_RESEED); -+ -+ crypto_tfm_clear_flags(crypto_rng_tfm(tfm), -+ CRYPTO_TFM_REQ_NEED_RESEED); -+ -+ return err; - } - - /* -diff --git a/crypto/rng.c b/crypto/rng.c -index ee1768c5a4005..05ec1f0fca476 100644 ---- a/crypto/rng.c -+++ b/crypto/rng.c -@@ -12,10 +12,13 @@ - #include - #include - #include -+#include - #include - #include - #include - #include -+#include -+#include - #include - #include - #include -@@ -23,7 +26,9 @@ - - #include "internal.h" - --static DEFINE_MUTEX(crypto_default_rng_lock); -+static ____cacheline_aligned_in_smp DEFINE_MUTEX(crypto_reseed_rng_lock); -+static struct crypto_rng *crypto_reseed_rng; -+static ____cacheline_aligned_in_smp DEFINE_MUTEX(crypto_default_rng_lock); - struct crypto_rng *crypto_default_rng; - EXPORT_SYMBOL_GPL(crypto_default_rng); - static int crypto_default_rng_refcnt; -@@ -107,31 +112,37 @@ struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) - } - EXPORT_SYMBOL_GPL(crypto_alloc_rng); - --int crypto_get_default_rng(void) -+static int crypto_get_rng(struct crypto_rng **rngp) - { - struct crypto_rng *rng; - int err; - -- mutex_lock(&crypto_default_rng_lock); -- if (!crypto_default_rng) { -+ if (!*rngp) { - rng = crypto_alloc_rng("stdrng", 0, 0); - err = PTR_ERR(rng); - if (IS_ERR(rng)) -- goto unlock; -+ return err; - - err = crypto_rng_reset(rng, NULL, crypto_rng_seedsize(rng)); - if (err) { - crypto_free_rng(rng); -- goto unlock; -+ return err; - } - -- crypto_default_rng = rng; -+ *rngp = rng; - } - -- crypto_default_rng_refcnt++; -- err = 0; -+ return 0; -+} -+ -+int crypto_get_default_rng(void) -+{ -+ int err; - --unlock: -+ mutex_lock(&crypto_default_rng_lock); -+ err = crypto_get_rng(&crypto_default_rng); -+ if (!err) -+ crypto_default_rng_refcnt++; - mutex_unlock(&crypto_default_rng_lock); - - return err; -@@ -147,24 +158,33 @@ void crypto_put_default_rng(void) - EXPORT_SYMBOL_GPL(crypto_put_default_rng); - - #if defined(CONFIG_CRYPTO_RNG) || defined(CONFIG_CRYPTO_RNG_MODULE) --int crypto_del_default_rng(void) -+static int crypto_del_rng(struct crypto_rng **rngp, int *refcntp, -+ struct mutex *lock) - { - int err = -EBUSY; - -- mutex_lock(&crypto_default_rng_lock); -- if (crypto_default_rng_refcnt) -+ mutex_lock(lock); -+ if (refcntp && *refcntp) - goto out; - -- crypto_free_rng(crypto_default_rng); -- crypto_default_rng = NULL; -+ crypto_free_rng(*rngp); -+ *rngp = NULL; - - err = 0; - - out: -- mutex_unlock(&crypto_default_rng_lock); -+ mutex_unlock(lock); - - return err; - } -+ -+int crypto_del_default_rng(void) -+{ -+ return crypto_del_rng(&crypto_default_rng, &crypto_default_rng_refcnt, -+ &crypto_default_rng_lock) ?: -+ crypto_del_rng(&crypto_reseed_rng, NULL, -+ &crypto_reseed_rng_lock); -+} - EXPORT_SYMBOL_GPL(crypto_del_default_rng); - #endif - -@@ -226,5 +246,108 @@ void crypto_unregister_rngs(struct rng_alg *algs, int count) - } - EXPORT_SYMBOL_GPL(crypto_unregister_rngs); - -+static ssize_t crypto_devrandom_read_iter(struct iov_iter *iter, bool reseed) -+{ -+ struct crypto_rng *rng; -+ u8 tmp[256]; -+ ssize_t ret; -+ -+ if (unlikely(!iov_iter_count(iter))) -+ return 0; -+ -+ if (reseed) { -+ u32 flags = 0; -+ -+ /* If reseeding is requested, acquire a lock on -+ * crypto_reseed_rng so it is not swapped out until -+ * the initial random bytes are generated. -+ * -+ * The algorithm implementation is also protected with -+ * a separate mutex (drbg->drbg_mutex) around the -+ * reseed-and-generate operation. -+ */ -+ mutex_lock(&crypto_reseed_rng_lock); -+ -+ /* If crypto_default_rng is not set, it will be seeded -+ * at creation in __crypto_get_default_rng and thus no -+ * reseeding is needed. -+ */ -+ if (crypto_reseed_rng) -+ flags |= CRYPTO_TFM_REQ_NEED_RESEED; -+ -+ ret = crypto_get_rng(&crypto_reseed_rng); -+ if (ret) { -+ mutex_unlock(&crypto_reseed_rng_lock); -+ return ret; -+ } -+ -+ rng = crypto_reseed_rng; -+ crypto_tfm_set_flags(crypto_rng_tfm(rng), flags); -+ } else { -+ ret = crypto_get_default_rng(); -+ if (ret) -+ return ret; -+ rng = crypto_default_rng; -+ } -+ -+ for (;;) { -+ size_t i, copied; -+ int err; -+ -+ i = min_t(size_t, iov_iter_count(iter), sizeof(tmp)); -+ err = crypto_rng_get_bytes(rng, tmp, i); -+ if (err) { -+ ret = ret ?: err; -+ break; -+ } -+ -+ copied = copy_to_iter(tmp, i, iter); -+ ret += copied; -+ if (!iov_iter_count(iter) || copied != i) -+ break; -+ -+ BUILD_BUG_ON(PAGE_SIZE % sizeof(tmp) != 0); -+ if (ret % PAGE_SIZE == 0) { -+ if (signal_pending(current)) -+ break; -+ cond_resched(); -+ } -+ } -+ -+ if (reseed) -+ mutex_unlock(&crypto_reseed_rng_lock); -+ else -+ crypto_put_default_rng(); -+ memzero_explicit(tmp, sizeof(tmp)); -+ return ret ? ret : -EFAULT; -+} -+ -+static const struct random_extrng crypto_devrandom_rng = { -+ .extrng_read_iter = crypto_devrandom_read_iter, -+ .owner = THIS_MODULE, -+}; -+ -+static int __init crypto_rng_init(void) -+{ -+ int err; -+ -+ if (fips_enabled) { -+ err = crypto_get_default_rng(); -+ if (err) -+ return err; -+ crypto_put_default_rng(); -+ random_register_extrng(&crypto_devrandom_rng); -+ } -+ return 0; -+} -+ -+static void __exit crypto_rng_exit(void) -+{ -+ random_unregister_extrng(); -+} -+ -+late_initcall(crypto_rng_init); -+module_exit(crypto_rng_exit); -+ - MODULE_LICENSE("GPL"); - MODULE_DESCRIPTION("Random Number Generator"); -diff --git a/crypto/seqiv.c b/crypto/seqiv.c -index 678bb4145d783..fcc059e7d3db5 100644 ---- a/crypto/seqiv.c -+++ b/crypto/seqiv.c -@@ -123,6 +123,19 @@ static int seqiv_aead_decrypt(struct aead_request *req) - return crypto_aead_decrypt(subreq); - } - -+static int aead_init_seqiv(struct crypto_aead *aead) -+{ -+ int err; -+ -+ err = aead_init_geniv(aead); -+ if (err) -+ return err; -+ -+ crypto_aead_set_flags(aead, CRYPTO_TFM_FIPS_COMPLIANCE); -+ -+ return 0; -+} -+ - static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) - { - struct aead_instance *inst; -@@ -140,7 +153,7 @@ static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) - inst->alg.encrypt = seqiv_aead_encrypt; - inst->alg.decrypt = seqiv_aead_decrypt; - -- inst->alg.init = aead_init_geniv; -+ inst->alg.init = aead_init_seqiv; - inst->alg.exit = aead_exit_geniv; - - inst->alg.base.cra_ctxsize = sizeof(struct aead_geniv_ctx); -diff --git a/crypto/sig.c b/crypto/sig.c -index beba745b64057..fd41f6d3abf9a 100644 ---- a/crypto/sig.c -+++ b/crypto/sig.c -@@ -112,8 +112,7 @@ static int sig_prepare_alg(struct sig_alg *alg) - { - struct crypto_alg *base = &alg->base; - -- if (!alg->sign) -- alg->sign = sig_default_sign; -+ alg->sign = sig_default_sign; - if (!alg->verify) - alg->verify = sig_default_verify; - if (!alg->set_priv_key) -diff --git a/crypto/testmgr.c b/crypto/testmgr.c -index a302be53896d3..ade6307dbf899 100644 ---- a/crypto/testmgr.c -+++ b/crypto/testmgr.c -@@ -3843,7 +3843,7 @@ static int test_akcipher_one(struct crypto_akcipher *tfm, - * Don't invoke decrypt test which requires a private key - * for vectors with only a public key. - */ -- if (vecs->public_key_vec) { -+ if (1 || vecs->public_key_vec) { - err = 0; - goto free_all; - } -@@ -3979,7 +3979,7 @@ static int test_sig_one(struct crypto_sig *tfm, const struct sig_testvec *vecs) - * Don't invoke sign test (which requires a private key) - * for vectors with only a public key. - */ -- if (vecs->public_key_vec) -+ if (1 || vecs->public_key_vec) - return 0; - - sig_size = crypto_sig_maxsize(tfm); -@@ -4835,14 +4835,12 @@ static const struct alg_test_desc alg_test_descs[] = { - }, { - .alg = "ecdh-nist-p256", - .test = alg_test_kpp, -- .fips_allowed = 1, - .suite = { - .kpp = __VECS(ecdh_p256_tv_template) - } - }, { - .alg = "ecdh-nist-p384", - .test = alg_test_kpp, -- .fips_allowed = 1, - .suite = { - .kpp = __VECS(ecdh_p384_tv_template) - } -diff --git a/drivers/acpi/apei/hest.c b/drivers/acpi/apei/hest.c -index 20d757687e3d9..90a13f20f052b 100644 ---- a/drivers/acpi/apei/hest.c -+++ b/drivers/acpi/apei/hest.c -@@ -142,6 +142,14 @@ static int apei_hest_parse(apei_hest_func_t func, void *data) - if (hest_disable || !hest_tab) - return -EINVAL; - -+#ifdef CONFIG_ARM64 -+ /* Ignore broken firmware */ -+ if (!strncmp(hest_tab->header.oem_id, "HPE ", 6) && -+ !strncmp(hest_tab->header.oem_table_id, "ProLiant", 8) && -+ MIDR_IMPLEMENTOR(read_cpuid_id()) == ARM_CPU_IMP_APM) -+ return -EINVAL; -+#endif -+ - hest_hdr = (struct acpi_hest_header *)(hest_tab + 1); - for (i = 0; i < hest_tab->error_source_count; i++) { - len = hest_esrc_len(hest_hdr); -diff --git a/drivers/acpi/irq.c b/drivers/acpi/irq.c -index d1595156c86a4..9485212f1a6d6 100644 ---- a/drivers/acpi/irq.c -+++ b/drivers/acpi/irq.c -@@ -143,6 +143,7 @@ struct acpi_irq_parse_one_ctx { - unsigned int index; - unsigned long *res_flags; - struct irq_fwspec *fwspec; -+ bool skip_producer_check; - }; - - /** -@@ -216,7 +217,8 @@ static acpi_status acpi_irq_parse_one_cb(struct acpi_resource *ares, - return AE_CTRL_TERMINATE; - case ACPI_RESOURCE_TYPE_EXTENDED_IRQ: - eirq = &ares->data.extended_irq; -- if (eirq->producer_consumer == ACPI_PRODUCER) -+ if (!ctx->skip_producer_check && -+ eirq->producer_consumer == ACPI_PRODUCER) - return AE_OK; - if (ctx->index >= eirq->interrupt_count) { - ctx->index -= eirq->interrupt_count; -@@ -252,8 +254,19 @@ static acpi_status acpi_irq_parse_one_cb(struct acpi_resource *ares, - static int acpi_irq_parse_one(acpi_handle handle, unsigned int index, - struct irq_fwspec *fwspec, unsigned long *flags) - { -- struct acpi_irq_parse_one_ctx ctx = { -EINVAL, index, flags, fwspec }; -+ struct acpi_irq_parse_one_ctx ctx = { -EINVAL, index, flags, fwspec, false }; - -+ /* -+ * Firmware on arm64-based HPE m400 platform incorrectly marks -+ * its UART interrupt as ACPI_PRODUCER rather than ACPI_CONSUMER. -+ * Don't do the producer/consumer check for that device. -+ */ -+ if (IS_ENABLED(CONFIG_ARM64)) { -+ struct acpi_device *adev = acpi_get_acpi_dev(handle); -+ -+ if (adev && !strcmp(acpi_device_hid(adev), "APMC0D08")) -+ ctx.skip_producer_check = true; -+ } - acpi_walk_resources(handle, METHOD_NAME__CRS, acpi_irq_parse_one_cb, &ctx); - return ctx.rc; - } -diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c -index 416d87f9bd107..cb563be2b69c1 100644 ---- a/drivers/acpi/scan.c -+++ b/drivers/acpi/scan.c -@@ -1802,6 +1802,15 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device) - if (!acpi_match_device_ids(device, ignore_serial_bus_ids)) - return false; - -+ /* -+ * Firmware on some arm64 X-Gene platforms will make the UART -+ * device appear as both a UART and a slave of that UART. Just -+ * bail out here for X-Gene UARTs. -+ */ -+ if (IS_ENABLED(CONFIG_ARM64) && -+ !strcmp(acpi_device_hid(device), "APMC0D08")) -+ return false; -+ - INIT_LIST_HEAD(&resource_list); - acpi_dev_get_resources(device, &resource_list, - acpi_check_serial_bus_slave, -diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c -index c79abdfcd7a9b..e23bfb7f94c72 100644 ---- a/drivers/ata/libahci.c -+++ b/drivers/ata/libahci.c -@@ -731,6 +731,24 @@ int ahci_stop_engine(struct ata_port *ap) - tmp &= ~PORT_CMD_START; - writel(tmp, port_mmio + PORT_CMD); - -+#ifdef CONFIG_ARM64 -+ /* Rev Ax of Cavium CN99XX needs a hack for port stop */ -+ if (dev_is_pci(ap->host->dev) && -+ to_pci_dev(ap->host->dev)->vendor == 0x14e4 && -+ to_pci_dev(ap->host->dev)->device == 0x9027 && -+ midr_is_cpu_model_range(read_cpuid_id(), -+ MIDR_CPU_MODEL(ARM_CPU_IMP_BRCM, BRCM_CPU_PART_VULCAN), -+ MIDR_CPU_VAR_REV(0, 0), -+ MIDR_CPU_VAR_REV(0, MIDR_REVISION_MASK))) { -+ tmp = readl(hpriv->mmio + 0x8000); -+ udelay(100); -+ writel(tmp | (1 << 26), hpriv->mmio + 0x8000); -+ udelay(100); -+ writel(tmp & ~(1 << 26), hpriv->mmio + 0x8000); -+ dev_warn(ap->host->dev, "CN99XX SATA reset workaround applied\n"); -+ } -+#endif -+ - /* wait for engine to stop. This could be as long as 500 msec */ - tmp = ata_wait_register(ap, port_mmio + PORT_CMD, - PORT_CMD_LIST_ON, PORT_CMD_LIST_ON, 1, 500); -diff --git a/drivers/char/ipmi/ipmi_dmi.c b/drivers/char/ipmi/ipmi_dmi.c -index bbf7029e224be..cf7faa970dd65 100644 ---- a/drivers/char/ipmi/ipmi_dmi.c -+++ b/drivers/char/ipmi/ipmi_dmi.c -@@ -215,6 +215,21 @@ static int __init scan_for_dmi_ipmi(void) - { - const struct dmi_device *dev = NULL; - -+#ifdef CONFIG_ARM64 -+ /* RHEL-only -+ * If this is ARM-based HPE m400, return now, because that platform -+ * reports the host-side ipmi address as intel port-io space, which -+ * does not exist in the ARM architecture. -+ */ -+ const char *dmistr = dmi_get_system_info(DMI_PRODUCT_NAME); -+ -+ if (dmistr && (strcmp("ProLiant m400 Server", dmistr) == 0)) { -+ pr_debug("%s does not support host ipmi\n", dmistr); -+ return 0; -+ } -+ /* END RHEL-only */ -+#endif -+ - while ((dev = dmi_find_device(DMI_DEV_TYPE_IPMI, NULL, dev))) - dmi_decode_ipmi((const struct dmi_header *) dev->device_data); - -diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c -index 3f48fc6ab596d..7b7b1abe02ec4 100644 ---- a/drivers/char/ipmi/ipmi_msghandler.c -+++ b/drivers/char/ipmi/ipmi_msghandler.c -@@ -34,6 +34,7 @@ - #include - #include - #include -+#include - #include - - #define IPMI_DRIVER_VERSION "39.2" -@@ -5596,8 +5597,21 @@ static int __init ipmi_init_msghandler_mod(void) - { - int rv; - -- pr_info("version " IPMI_DRIVER_VERSION "\n"); -+#ifdef CONFIG_ARM64 -+ /* RHEL-only -+ * If this is ARM-based HPE m400, return now, because that platform -+ * reports the host-side ipmi address as intel port-io space, which -+ * does not exist in the ARM architecture. -+ */ -+ const char *dmistr = dmi_get_system_info(DMI_PRODUCT_NAME); - -+ if (dmistr && (strcmp("ProLiant m400 Server", dmistr) == 0)) { -+ pr_debug("%s does not support host ipmi\n", dmistr); -+ return -ENOSYS; -+ } -+ /* END RHEL-only */ -+#endif -+ pr_info("version " IPMI_DRIVER_VERSION "\n"); - mutex_lock(&ipmi_interfaces_mutex); - rv = ipmi_register_driver(); - mutex_unlock(&ipmi_interfaces_mutex); -diff --git a/drivers/char/random.c b/drivers/char/random.c -index bab03c7c4194a..1eb70c54d122b 100644 ---- a/drivers/char/random.c -+++ b/drivers/char/random.c -@@ -51,9 +51,11 @@ - #include - #include - #include -+#include - #include - #include - #include -+#include - #include - #include - #ifdef CONFIG_VDSO_GETRANDOM -@@ -330,6 +332,11 @@ static void crng_fast_key_erasure(u8 key[CHACHA_KEY_SIZE], - memzero_explicit(first_block, sizeof(first_block)); - } - -+/* -+ * Hook for external RNG. -+ */ -+static const struct random_extrng __rcu *extrng; -+ - /* - * This function returns a ChaCha state that you may use for generating - * random data. It also returns up to 32 bytes on its own of random data -@@ -745,7 +752,8 @@ static void __cold _credit_init_bits(size_t bits) - queue_work(system_dfl_wq, &set_ready); - atomic_notifier_call_chain(&random_ready_notifier, 0, NULL); - #ifdef CONFIG_VDSO_GETRANDOM -- WRITE_ONCE(vdso_k_rng_data->is_ready, true); -+ if (!fips_enabled) -+ WRITE_ONCE(vdso_k_rng_data->is_ready, true); - #endif - wake_up_interruptible(&crng_init_wait); - kill_fasync(&fasync, SIGIO, POLL_IN); -@@ -765,6 +773,9 @@ static void __cold _credit_init_bits(size_t bits) - } - - -+static const struct file_operations extrng_random_fops; -+static const struct file_operations extrng_urandom_fops; -+ - /********************************************************************** - * - * Entropy collection routines. -@@ -981,6 +992,19 @@ void __init add_bootloader_randomness(const void *buf, size_t len) - credit_init_bits(len * 8); - } - -+void random_register_extrng(const struct random_extrng *rng) -+{ -+ rcu_assign_pointer(extrng, rng); -+} -+EXPORT_SYMBOL_GPL(random_register_extrng); -+ -+void random_unregister_extrng(void) -+{ -+ RCU_INIT_POINTER(extrng, NULL); -+ synchronize_rcu(); -+} -+EXPORT_SYMBOL_GPL(random_unregister_extrng); -+ - #if IS_ENABLED(CONFIG_VMGENID) - static BLOCKING_NOTIFIER_HEAD(vmfork_chain); - -@@ -1395,6 +1419,7 @@ SYSCALL_DEFINE3(getrandom, char __user *, ubuf, size_t, len, unsigned int, flags - { - struct iov_iter iter; - int ret; -+ const struct random_extrng *rng; - - if (flags & ~(GRND_NONBLOCK | GRND_RANDOM | GRND_INSECURE)) - return -EINVAL; -@@ -1406,6 +1431,21 @@ SYSCALL_DEFINE3(getrandom, char __user *, ubuf, size_t, len, unsigned int, flags - if ((flags & (GRND_INSECURE | GRND_RANDOM)) == (GRND_INSECURE | GRND_RANDOM)) - return -EINVAL; - -+ rcu_read_lock(); -+ rng = rcu_dereference(extrng); -+ if (rng && !try_module_get(rng->owner)) -+ rng = NULL; -+ rcu_read_unlock(); -+ -+ if (rng) { -+ ret = import_ubuf(ITER_DEST, ubuf, len, &iter); -+ if (unlikely(ret)) -+ return ret; -+ ret = rng->extrng_read_iter(&iter, !!(flags & GRND_RANDOM)); -+ module_put(rng->owner); -+ return ret; -+ } -+ - if (!crng_ready() && !(flags & GRND_INSECURE)) { - if (flags & GRND_NONBLOCK) - return -EAGAIN; -@@ -1426,6 +1466,12 @@ static __poll_t random_poll(struct file *file, poll_table *wait) - return crng_ready() ? EPOLLIN | EPOLLRDNORM : EPOLLOUT | EPOLLWRNORM; - } - -+static __poll_t extrng_poll(struct file *file, poll_table * wait) -+{ -+ /* extrng pool is always full, always read, no writes */ -+ return EPOLLIN | EPOLLRDNORM; -+} -+ - static ssize_t write_pool_user(struct iov_iter *iter) - { - u8 block[BLAKE2S_BLOCK_SIZE]; -@@ -1566,7 +1612,58 @@ static int random_fasync(int fd, struct file *filp, int on) - return fasync_helper(fd, filp, on, &fasync); - } - -+static int random_open(struct inode *inode, struct file *filp) -+{ -+ const struct random_extrng *rng; -+ -+ rcu_read_lock(); -+ rng = rcu_dereference(extrng); -+ if (rng && !try_module_get(rng->owner)) -+ rng = NULL; -+ rcu_read_unlock(); -+ -+ if (!rng) -+ return 0; -+ -+ filp->f_op = &extrng_random_fops; -+ filp->private_data = rng->owner; -+ -+ return 0; -+} -+ -+static int urandom_open(struct inode *inode, struct file *filp) -+{ -+ const struct random_extrng *rng; -+ -+ rcu_read_lock(); -+ rng = rcu_dereference(extrng); -+ if (rng && !try_module_get(rng->owner)) -+ rng = NULL; -+ rcu_read_unlock(); -+ -+ if (!rng) -+ return 0; -+ -+ filp->f_op = &extrng_urandom_fops; -+ filp->private_data = rng->owner; -+ -+ return 0; -+} -+ -+static int extrng_release(struct inode *inode, struct file *filp) -+{ -+ module_put(filp->private_data); -+ return 0; -+} -+ -+static ssize_t -+extrng_read_iter(struct kiocb *kiocb, struct iov_iter *iter) -+{ -+ return rcu_dereference_raw(extrng)->extrng_read_iter(iter, false); -+} -+ - const struct file_operations random_fops = { -+ .open = random_open, - .read_iter = random_read_iter, - .write_iter = random_write_iter, - .poll = random_poll, -@@ -1579,6 +1676,7 @@ const struct file_operations random_fops = { - }; - - const struct file_operations urandom_fops = { -+ .open = urandom_open, - .read_iter = urandom_read_iter, - .write_iter = random_write_iter, - .unlocked_ioctl = random_ioctl, -@@ -1589,6 +1687,32 @@ const struct file_operations urandom_fops = { - .splice_write = iter_file_splice_write, - }; - -+static const struct file_operations extrng_random_fops = { -+ .open = random_open, -+ .read_iter = extrng_read_iter, -+ .write_iter = random_write_iter, -+ .poll = extrng_poll, -+ .unlocked_ioctl = random_ioctl, -+ .compat_ioctl = compat_ptr_ioctl, -+ .fasync = random_fasync, -+ .llseek = noop_llseek, -+ .release = extrng_release, -+ .splice_read = copy_splice_read, -+ .splice_write = iter_file_splice_write, -+}; -+ -+static const struct file_operations extrng_urandom_fops = { -+ .open = urandom_open, -+ .read_iter = extrng_read_iter, -+ .write_iter = random_write_iter, -+ .unlocked_ioctl = random_ioctl, -+ .compat_ioctl = compat_ptr_ioctl, -+ .fasync = random_fasync, -+ .llseek = noop_llseek, -+ .release = extrng_release, -+ .splice_read = copy_splice_read, -+ .splice_write = iter_file_splice_write, -+}; - - /******************************************************************** - * -diff --git a/drivers/firmware/efi/Makefile b/drivers/firmware/efi/Makefile -index 8efbcf699e4ff..96d5a1ca981df 100644 ---- a/drivers/firmware/efi/Makefile -+++ b/drivers/firmware/efi/Makefile -@@ -25,6 +25,7 @@ subdir-$(CONFIG_EFI_STUB) += libstub - obj-$(CONFIG_EFI_BOOTLOADER_CONTROL) += efibc.o - obj-$(CONFIG_EFI_TEST) += test/ - obj-$(CONFIG_EFI_DEV_PATH_PARSER) += dev-path-parser.o -+obj-$(CONFIG_EFI) += secureboot.o - obj-$(CONFIG_APPLE_PROPERTIES) += apple-properties.o - obj-$(CONFIG_EFI_RCI2_TABLE) += rci2-table.o - obj-$(CONFIG_EFI_EMBEDDED_FIRMWARE) += embedded-firmware.o -diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c -index 55452e61af31d..425a8fcf13d7c 100644 ---- a/drivers/firmware/efi/efi.c -+++ b/drivers/firmware/efi/efi.c -@@ -33,6 +33,7 @@ - #include - #include - #include -+#include - - #include - -@@ -1020,40 +1021,101 @@ int efi_mem_type(unsigned long phys_addr) - return -EINVAL; - } - -+struct efi_error_code { -+ efi_status_t status; -+ int errno; -+ const char *description; -+}; -+ -+static const struct efi_error_code efi_error_codes[] = { -+ { EFI_SUCCESS, 0, "Success"}, -+#if 0 -+ { EFI_LOAD_ERROR, -EPICK_AN_ERRNO, "Load Error"}, -+#endif -+ { EFI_INVALID_PARAMETER, -EINVAL, "Invalid Parameter"}, -+ { EFI_UNSUPPORTED, -ENOSYS, "Unsupported"}, -+ { EFI_BAD_BUFFER_SIZE, -ENOSPC, "Bad Buffer Size"}, -+ { EFI_BUFFER_TOO_SMALL, -ENOSPC, "Buffer Too Small"}, -+ { EFI_NOT_READY, -EAGAIN, "Not Ready"}, -+ { EFI_DEVICE_ERROR, -EIO, "Device Error"}, -+ { EFI_WRITE_PROTECTED, -EROFS, "Write Protected"}, -+ { EFI_OUT_OF_RESOURCES, -ENOMEM, "Out of Resources"}, -+#if 0 -+ { EFI_VOLUME_CORRUPTED, -EPICK_AN_ERRNO, "Volume Corrupt"}, -+ { EFI_VOLUME_FULL, -EPICK_AN_ERRNO, "Volume Full"}, -+ { EFI_NO_MEDIA, -EPICK_AN_ERRNO, "No Media"}, -+ { EFI_MEDIA_CHANGED, -EPICK_AN_ERRNO, "Media changed"}, -+#endif -+ { EFI_NOT_FOUND, -ENOENT, "Not Found"}, -+#if 0 -+ { EFI_ACCESS_DENIED, -EPICK_AN_ERRNO, "Access Denied"}, -+ { EFI_NO_RESPONSE, -EPICK_AN_ERRNO, "No Response"}, -+ { EFI_NO_MAPPING, -EPICK_AN_ERRNO, "No mapping"}, -+ { EFI_TIMEOUT, -EPICK_AN_ERRNO, "Time out"}, -+ { EFI_NOT_STARTED, -EPICK_AN_ERRNO, "Not started"}, -+ { EFI_ALREADY_STARTED, -EPICK_AN_ERRNO, "Already started"}, -+#endif -+ { EFI_ABORTED, -EINTR, "Aborted"}, -+#if 0 -+ { EFI_ICMP_ERROR, -EPICK_AN_ERRNO, "ICMP Error"}, -+ { EFI_TFTP_ERROR, -EPICK_AN_ERRNO, "TFTP Error"}, -+ { EFI_PROTOCOL_ERROR, -EPICK_AN_ERRNO, "Protocol Error"}, -+ { EFI_INCOMPATIBLE_VERSION, -EPICK_AN_ERRNO, "Incompatible Version"}, -+#endif -+ { EFI_SECURITY_VIOLATION, -EACCES, "Security Policy Violation"}, -+#if 0 -+ { EFI_CRC_ERROR, -EPICK_AN_ERRNO, "CRC Error"}, -+ { EFI_END_OF_MEDIA, -EPICK_AN_ERRNO, "End of Media"}, -+ { EFI_END_OF_FILE, -EPICK_AN_ERRNO, "End of File"}, -+ { EFI_INVALID_LANGUAGE, -EPICK_AN_ERRNO, "Invalid Languages"}, -+ { EFI_COMPROMISED_DATA, -EPICK_AN_ERRNO, "Compromised Data"}, -+ -+ // warnings -+ { EFI_WARN_UNKOWN_GLYPH, -EPICK_AN_ERRNO, "Warning Unknown Glyph"}, -+ { EFI_WARN_DELETE_FAILURE, -EPICK_AN_ERRNO, "Warning Delete Failure"}, -+ { EFI_WARN_WRITE_FAILURE, -EPICK_AN_ERRNO, "Warning Write Failure"}, -+ { EFI_WARN_BUFFER_TOO_SMALL, -EPICK_AN_ERRNO, "Warning Buffer Too Small"}, -+#endif -+}; -+ -+static int -+efi_status_cmp_bsearch(const void *key, const void *item) -+{ -+ u64 status = (u64)(uintptr_t)key; -+ struct efi_error_code *code = (struct efi_error_code *)item; -+ -+ if (status < code->status) -+ return -1; -+ if (status > code->status) -+ return 1; -+ return 0; -+} -+ - int efi_status_to_err(efi_status_t status) - { -- int err; -- -- switch (status) { -- case EFI_SUCCESS: -- err = 0; -- break; -- case EFI_INVALID_PARAMETER: -- err = -EINVAL; -- break; -- case EFI_OUT_OF_RESOURCES: -- err = -ENOSPC; -- break; -- case EFI_DEVICE_ERROR: -- err = -EIO; -- break; -- case EFI_WRITE_PROTECTED: -- err = -EROFS; -- break; -- case EFI_SECURITY_VIOLATION: -- err = -EACCES; -- break; -- case EFI_NOT_FOUND: -- err = -ENOENT; -- break; -- case EFI_ABORTED: -- err = -EINTR; -- break; -- default: -- err = -EINVAL; -- } -+ struct efi_error_code *found; -+ size_t num = sizeof(efi_error_codes) / sizeof(struct efi_error_code); - -- return err; -+ found = bsearch((void *)(uintptr_t)status, efi_error_codes, -+ sizeof(struct efi_error_code), num, -+ efi_status_cmp_bsearch); -+ if (!found) -+ return -EINVAL; -+ return found->errno; -+} -+ -+const char * -+efi_status_to_str(efi_status_t status) -+{ -+ struct efi_error_code *found; -+ size_t num = sizeof(efi_error_codes) / sizeof(struct efi_error_code); -+ -+ found = bsearch((void *)(uintptr_t)status, efi_error_codes, -+ sizeof(struct efi_error_code), num, -+ efi_status_cmp_bsearch); -+ if (!found) -+ return "Unknown error code"; -+ return found->description; - } - EXPORT_SYMBOL_GPL(efi_status_to_err); - -diff --git a/drivers/firmware/efi/libstub/fdt.c b/drivers/firmware/efi/libstub/fdt.c -index 6a337f1f8787b..89244e0d9fa86 100644 ---- a/drivers/firmware/efi/libstub/fdt.c -+++ b/drivers/firmware/efi/libstub/fdt.c -@@ -132,6 +132,11 @@ static efi_status_t update_fdt(void *orig_fdt, unsigned long orig_fdt_size, - } - } - -+ fdt_val32 = cpu_to_fdt32((u32)efi_get_secureboot()); -+ status = fdt_setprop_var(fdt, node, "secure-boot-mode", fdt_val32); -+ if (status) -+ goto fdt_set_fail; -+ - /* Shrink the FDT back to its minimum size: */ - fdt_pack(fdt); - -diff --git a/drivers/firmware/efi/libstub/secureboot.c b/drivers/firmware/efi/libstub/secureboot.c -index 516f4f0069bd2..380354755108b 100644 ---- a/drivers/firmware/efi/libstub/secureboot.c -+++ b/drivers/firmware/efi/libstub/secureboot.c -@@ -29,10 +29,13 @@ enum efi_secureboot_mode efi_get_secureboot(void) - { - u32 attr; - unsigned long size; -- enum efi_secureboot_mode mode; -+ static enum efi_secureboot_mode mode; - efi_status_t status; - u8 moksbstate; - -+ if (mode != efi_secureboot_mode_unset) -+ return mode; -+ - mode = efi_get_secureboot_mode(get_var); - if (mode == efi_secureboot_mode_unknown) { - efi_err("Could not determine UEFI Secure Boot status.\n"); -@@ -53,10 +56,13 @@ enum efi_secureboot_mode efi_get_secureboot(void) - /* If it fails, we don't care why. Default to secure */ - if (status != EFI_SUCCESS) - goto secure_boot_enabled; -- if (!(attr & EFI_VARIABLE_NON_VOLATILE) && moksbstate == 1) -- return efi_secureboot_mode_disabled; -+ if (!(attr & EFI_VARIABLE_NON_VOLATILE) && moksbstate == 1) { -+ mode = efi_secureboot_mode_disabled; -+ return mode; -+ } - - secure_boot_enabled: - efi_info("UEFI Secure Boot is enabled.\n"); -- return efi_secureboot_mode_enabled; -+ mode = efi_secureboot_mode_enabled; -+ return mode; - } -diff --git a/drivers/firmware/efi/secureboot.c b/drivers/firmware/efi/secureboot.c -new file mode 100644 -index 0000000000000..de0a3714a5d44 ---- /dev/null -+++ b/drivers/firmware/efi/secureboot.c -@@ -0,0 +1,38 @@ -+/* Core kernel secure boot support. -+ * -+ * Copyright (C) 2017 Red Hat, Inc. All Rights Reserved. -+ * Written by David Howells (dhowells@redhat.com) -+ * -+ * This program is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public Licence -+ * as published by the Free Software Foundation; either version -+ * 2 of the Licence, or (at your option) any later version. -+ */ -+ -+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -+ -+#include -+#include -+#include -+ -+/* -+ * Decide what to do when UEFI secure boot mode is enabled. -+ */ -+void __init efi_set_secure_boot(enum efi_secureboot_mode mode) -+{ -+ if (efi_enabled(EFI_BOOT)) { -+ switch (mode) { -+ case efi_secureboot_mode_disabled: -+ pr_info("Secure boot disabled\n"); -+ break; -+ case efi_secureboot_mode_enabled: -+ set_bit(EFI_SECURE_BOOT, &efi.flags); -+ pr_info("Secure boot enabled\n"); -+ break; -+ default: -+ pr_warn("Secure boot could not be determined (mode %u)\n", -+ mode); -+ break; -+ } -+ } -+} -diff --git a/drivers/hid/hid-rmi.c b/drivers/hid/hid-rmi.c -index d4af17fdba467..154f0403cbf4c 100644 ---- a/drivers/hid/hid-rmi.c -+++ b/drivers/hid/hid-rmi.c -@@ -321,21 +321,12 @@ static int rmi_input_event(struct hid_device *hdev, u8 *data, int size) - { - struct rmi_data *hdata = hid_get_drvdata(hdev); - struct rmi_device *rmi_dev = hdata->xport.rmi_dev; -- unsigned long flags; - - if (!(test_bit(RMI_STARTED, &hdata->flags))) - return 0; - -- pm_wakeup_event(hdev->dev.parent, 0); -- -- local_irq_save(flags); -- - rmi_set_attn_data(rmi_dev, data[1], &data[2], size - 2); - -- generic_handle_irq(hdata->rmi_irq); -- -- local_irq_restore(flags); -- - return 1; - } - -@@ -589,56 +580,6 @@ static const struct rmi_transport_ops hid_rmi_ops = { - .reset = rmi_hid_reset, - }; - --static void rmi_irq_teardown(void *data) --{ -- struct rmi_data *hdata = data; -- struct irq_domain *domain = hdata->domain; -- -- if (!domain) -- return; -- -- irq_dispose_mapping(irq_find_mapping(domain, 0)); -- -- irq_domain_remove(domain); -- hdata->domain = NULL; -- hdata->rmi_irq = 0; --} -- --static int rmi_irq_map(struct irq_domain *h, unsigned int virq, -- irq_hw_number_t hw_irq_num) --{ -- irq_set_chip_and_handler(virq, &dummy_irq_chip, handle_simple_irq); -- -- return 0; --} -- --static const struct irq_domain_ops rmi_irq_ops = { -- .map = rmi_irq_map, --}; -- --static int rmi_setup_irq_domain(struct hid_device *hdev) --{ -- struct rmi_data *hdata = hid_get_drvdata(hdev); -- int ret; -- -- hdata->domain = irq_domain_create_linear(hdev->dev.fwnode, 1, -- &rmi_irq_ops, hdata); -- if (!hdata->domain) -- return -ENOMEM; -- -- ret = devm_add_action_or_reset(&hdev->dev, &rmi_irq_teardown, hdata); -- if (ret) -- return ret; -- -- hdata->rmi_irq = irq_create_mapping(hdata->domain, 0); -- if (hdata->rmi_irq <= 0) { -- hid_err(hdev, "Can't allocate an IRQ\n"); -- return hdata->rmi_irq < 0 ? hdata->rmi_irq : -ENXIO; -- } -- -- return 0; --} -- - static int rmi_probe(struct hid_device *hdev, const struct hid_device_id *id) - { - struct rmi_data *data = NULL; -@@ -711,18 +652,11 @@ static int rmi_probe(struct hid_device *hdev, const struct hid_device_id *id) - - mutex_init(&data->page_mutex); - -- ret = rmi_setup_irq_domain(hdev); -- if (ret) { -- hid_err(hdev, "failed to allocate IRQ domain\n"); -- return ret; -- } -- - if (data->device_flags & RMI_DEVICE_HAS_PHYS_BUTTONS) - rmi_hid_pdata.gpio_data.disable = true; - - data->xport.dev = hdev->dev.parent; - data->xport.pdata = rmi_hid_pdata; -- data->xport.pdata.irq = data->rmi_irq; - data->xport.proto_name = "hid"; - data->xport.ops = &hid_rmi_ops; - -diff --git a/drivers/hwtracing/coresight/coresight-etm4x-core.c b/drivers/hwtracing/coresight/coresight-etm4x-core.c -index 560975b70474c..995bf2da877ce 100644 ---- a/drivers/hwtracing/coresight/coresight-etm4x-core.c -+++ b/drivers/hwtracing/coresight/coresight-etm4x-core.c -@@ -12,6 +12,7 @@ - #include - #include - #include -+#include - #include - #include - #include -@@ -2498,6 +2499,16 @@ static const struct amba_id etm4_ids[] = { - {}, - }; - -+static const struct dmi_system_id broken_coresight[] = { -+ { -+ .matches = { -+ DMI_MATCH(DMI_SYS_VENDOR, "HPE"), -+ DMI_MATCH(DMI_PRODUCT_NAME, "Apollo 70"), -+ }, -+ }, -+ { } /* terminating entry */ -+}; -+ - MODULE_DEVICE_TABLE(amba, etm4_ids); - - static struct amba_driver etm4x_amba_driver = { -@@ -2572,6 +2583,11 @@ static int __init etm4x_init(void) - { - int ret; - -+ if (dmi_check_system(broken_coresight)) { -+ pr_info("ETM4 disabled due to firmware bug\n"); -+ return 0; -+ } -+ - ret = etm4_pm_setup(); - - /* etm4_pm_setup() does its own cleanup - exit on error */ -@@ -2598,6 +2614,9 @@ static int __init etm4x_init(void) - - static void __exit etm4x_exit(void) - { -+ if (dmi_check_system(broken_coresight)) -+ return; -+ - amba_driver_unregister(&etm4x_amba_driver); - platform_driver_unregister(&etm4_platform_driver); - etm4_pm_clear(); -diff --git a/drivers/input/rmi4/rmi_driver.c b/drivers/input/rmi4/rmi_driver.c -index ccd9338a44dbe..5c54e522e8a47 100644 ---- a/drivers/input/rmi4/rmi_driver.c -+++ b/drivers/input/rmi4/rmi_driver.c -@@ -183,34 +183,47 @@ void rmi_set_attn_data(struct rmi_device *rmi_dev, unsigned long irq_status, - attn_data.data = fifo_data; - - kfifo_put(&drvdata->attn_fifo, attn_data); -+ -+ schedule_work(&drvdata->attn_work); - } - EXPORT_SYMBOL_GPL(rmi_set_attn_data); - --static irqreturn_t rmi_irq_fn(int irq, void *dev_id) -+static void attn_callback(struct work_struct *work) - { -- struct rmi_device *rmi_dev = dev_id; -- struct rmi_driver_data *drvdata = dev_get_drvdata(&rmi_dev->dev); -+ struct rmi_driver_data *drvdata = container_of(work, -+ struct rmi_driver_data, -+ attn_work); - struct rmi4_attn_data attn_data = {0}; - int ret, count; - - count = kfifo_get(&drvdata->attn_fifo, &attn_data); -- if (count) { -- *(drvdata->irq_status) = attn_data.irq_status; -- drvdata->attn_data = attn_data; -- } -+ if (!count) -+ return; - -- ret = rmi_process_interrupt_requests(rmi_dev); -+ *(drvdata->irq_status) = attn_data.irq_status; -+ drvdata->attn_data = attn_data; -+ -+ ret = rmi_process_interrupt_requests(drvdata->rmi_dev); - if (ret) -- rmi_dbg(RMI_DEBUG_CORE, &rmi_dev->dev, -+ rmi_dbg(RMI_DEBUG_CORE, &drvdata->rmi_dev->dev, - "Failed to process interrupt request: %d\n", ret); - -- if (count) { -- kfree(attn_data.data); -- drvdata->attn_data.data = NULL; -- } -+ kfree(attn_data.data); -+ drvdata->attn_data.data = NULL; - - if (!kfifo_is_empty(&drvdata->attn_fifo)) -- return rmi_irq_fn(irq, dev_id); -+ schedule_work(&drvdata->attn_work); -+} -+ -+static irqreturn_t rmi_irq_fn(int irq, void *dev_id) -+{ -+ struct rmi_device *rmi_dev = dev_id; -+ int ret; -+ -+ ret = rmi_process_interrupt_requests(rmi_dev); -+ if (ret) -+ rmi_dbg(RMI_DEBUG_CORE, &rmi_dev->dev, -+ "Failed to process interrupt request: %d\n", ret); - - return IRQ_HANDLED; - } -@@ -218,7 +231,6 @@ static irqreturn_t rmi_irq_fn(int irq, void *dev_id) - static int rmi_irq_init(struct rmi_device *rmi_dev) - { - struct rmi_device_platform_data *pdata = rmi_get_platform_data(rmi_dev); -- struct rmi_driver_data *data = dev_get_drvdata(&rmi_dev->dev); - int irq_flags = irq_get_trigger_type(pdata->irq); - int ret; - -@@ -236,8 +248,6 @@ static int rmi_irq_init(struct rmi_device *rmi_dev) - return ret; - } - -- data->enabled = true; -- - return 0; - } - -@@ -887,23 +897,27 @@ void rmi_enable_irq(struct rmi_device *rmi_dev, bool clear_wake) - if (data->enabled) - goto out; - -- enable_irq(irq); -- data->enabled = true; -- if (clear_wake && device_may_wakeup(rmi_dev->xport->dev)) { -- retval = disable_irq_wake(irq); -- if (retval) -- dev_warn(&rmi_dev->dev, -- "Failed to disable irq for wake: %d\n", -- retval); -- } -+ if (irq) { -+ enable_irq(irq); -+ data->enabled = true; -+ if (clear_wake && device_may_wakeup(rmi_dev->xport->dev)) { -+ retval = disable_irq_wake(irq); -+ if (retval) -+ dev_warn(&rmi_dev->dev, -+ "Failed to disable irq for wake: %d\n", -+ retval); -+ } - -- /* -- * Call rmi_process_interrupt_requests() after enabling irq, -- * otherwise we may lose interrupt on edge-triggered systems. -- */ -- irq_flags = irq_get_trigger_type(pdata->irq); -- if (irq_flags & IRQ_TYPE_EDGE_BOTH) -- rmi_process_interrupt_requests(rmi_dev); -+ /* -+ * Call rmi_process_interrupt_requests() after enabling irq, -+ * otherwise we may lose interrupt on edge-triggered systems. -+ */ -+ irq_flags = irq_get_trigger_type(pdata->irq); -+ if (irq_flags & IRQ_TYPE_EDGE_BOTH) -+ rmi_process_interrupt_requests(rmi_dev); -+ } else { -+ data->enabled = true; -+ } - - out: - mutex_unlock(&data->enabled_mutex); -@@ -923,20 +937,22 @@ void rmi_disable_irq(struct rmi_device *rmi_dev, bool enable_wake) - goto out; - - data->enabled = false; -- disable_irq(irq); -- if (enable_wake && device_may_wakeup(rmi_dev->xport->dev)) { -- retval = enable_irq_wake(irq); -- if (retval) -- dev_warn(&rmi_dev->dev, -- "Failed to enable irq for wake: %d\n", -- retval); -- } -- -- /* make sure the fifo is clean */ -- while (!kfifo_is_empty(&data->attn_fifo)) { -- count = kfifo_get(&data->attn_fifo, &attn_data); -- if (count) -- kfree(attn_data.data); -+ if (irq) { -+ disable_irq(irq); -+ if (enable_wake && device_may_wakeup(rmi_dev->xport->dev)) { -+ retval = enable_irq_wake(irq); -+ if (retval) -+ dev_warn(&rmi_dev->dev, -+ "Failed to enable irq for wake: %d\n", -+ retval); -+ } -+ } else { -+ /* make sure the fifo is clean */ -+ while (!kfifo_is_empty(&data->attn_fifo)) { -+ count = kfifo_get(&data->attn_fifo, &attn_data); -+ if (count) -+ kfree(attn_data.data); -+ } - } - - out: -@@ -979,6 +995,8 @@ static int rmi_driver_remove(struct device *dev) - - rmi_disable_irq(rmi_dev, false); - -+ cancel_work_sync(&data->attn_work); -+ - rmi_f34_remove_sysfs(rmi_dev); - rmi_free_function_list(rmi_dev); - -@@ -1224,9 +1242,15 @@ static int rmi_driver_probe(struct device *dev) - } - } - -- retval = rmi_irq_init(rmi_dev); -- if (retval < 0) -- goto err_destroy_functions; -+ if (pdata->irq) { -+ retval = rmi_irq_init(rmi_dev); -+ if (retval < 0) -+ goto err_destroy_functions; -+ } -+ -+ data->enabled = true; -+ -+ INIT_WORK(&data->attn_work, attn_callback); - - if (data->f01_container->dev.driver) { - /* Driver already bound, so enable ATTN now. */ -diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c -index 2ca990dfbb884..b9175e0d497c9 100644 ---- a/drivers/iommu/iommu.c -+++ b/drivers/iommu/iommu.c -@@ -8,6 +8,7 @@ - - #include - #include -+#include - #include - #include - #include -@@ -2985,6 +2986,27 @@ int iommu_fwspec_add_ids(struct device *dev, const u32 *ids, int num_ids) - } - EXPORT_SYMBOL_GPL(iommu_fwspec_add_ids); - -+#ifdef CONFIG_ARM64 -+static int __init iommu_quirks(void) -+{ -+ const char *vendor, *name; -+ -+ vendor = dmi_get_system_info(DMI_SYS_VENDOR); -+ name = dmi_get_system_info(DMI_PRODUCT_NAME); -+ -+ if (vendor && -+ (strncmp(vendor, "GIGABYTE", 8) == 0 && name && -+ (strncmp(name, "R120", 4) == 0 || -+ strncmp(name, "R270", 4) == 0))) { -+ pr_warn("Gigabyte %s detected, force iommu passthrough mode", name); -+ iommu_def_domain_type = IOMMU_DOMAIN_IDENTITY; -+ } -+ -+ return 0; -+} -+arch_initcall(iommu_quirks); -+#endif -+ - /** - * iommu_setup_default_domain - Set the default_domain for the group - * @group: Group to change -diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c -index 185c08eab4ca1..215a68b1d863f 100644 ---- a/drivers/message/fusion/mptsas.c -+++ b/drivers/message/fusion/mptsas.c -@@ -5378,6 +5378,10 @@ static void mptsas_remove(struct pci_dev *pdev) - } - - static const struct pci_device_id mptsas_pci_table[] = { -+#ifdef CONFIG_RHEL_DIFFERENCES -+ { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1068, -+ PCI_VENDOR_ID_VMWARE, PCI_ANY_ID }, -+#else - { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1064, - PCI_ANY_ID, PCI_ANY_ID }, - { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1068, -@@ -5390,6 +5394,7 @@ static const struct pci_device_id mptsas_pci_table[] = { - PCI_ANY_ID, PCI_ANY_ID }, - { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1068_820XELP, - PCI_ANY_ID, PCI_ANY_ID }, -+#endif - {0} /* Terminating entry */ - }; - MODULE_DEVICE_TABLE(pci, mptsas_pci_table); -diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c -index a3901fbfac4f7..83add1994d2c2 100644 ---- a/drivers/message/fusion/mptspi.c -+++ b/drivers/message/fusion/mptspi.c -@@ -1240,12 +1240,17 @@ static struct spi_function_template mptspi_transport_functions = { - */ - - static const struct pci_device_id mptspi_pci_table[] = { -+#ifdef CONFIG_RHEL_DIFFERENCES -+ { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_53C1030, -+ PCI_VENDOR_ID_VMWARE, PCI_ANY_ID }, -+#else - { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_53C1030, - PCI_ANY_ID, PCI_ANY_ID }, - { PCI_VENDOR_ID_ATTO, MPI_MANUFACTPAGE_DEVID_53C1030, - PCI_ANY_ID, PCI_ANY_ID }, - { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_53C1035, - PCI_ANY_ID, PCI_ANY_ID }, -+#endif - {0} /* Terminating entry */ - }; - MODULE_DEVICE_TABLE(pci, mptspi_pci_table); -diff --git a/drivers/net/wireguard/main.c b/drivers/net/wireguard/main.c -index a00671b58701f..eeef2766b8b3d 100644 ---- a/drivers/net/wireguard/main.c -+++ b/drivers/net/wireguard/main.c -@@ -12,6 +12,7 @@ - - #include - -+#include - #include - #include - #include -@@ -21,6 +22,11 @@ static int __init wg_mod_init(void) - { - int ret; - -+#ifdef CONFIG_RHEL_DIFFERENCES -+ if (fips_enabled) -+ return -EOPNOTSUPP; -+#endif -+ - ret = wg_allowedips_slab_init(); - if (ret < 0) - goto err_allowedips; -diff --git a/drivers/pci/pci-driver.c b/drivers/pci/pci-driver.c -index 7c2d9d5962586..ee6ea4241bf36 100644 ---- a/drivers/pci/pci-driver.c -+++ b/drivers/pci/pci-driver.c -@@ -19,6 +19,7 @@ - #include - #include - #include -+#include - #include - #include - #include "pci.h" -@@ -321,7 +322,15 @@ static long local_pci_probe(void *_ddi) - */ - pm_runtime_get_sync(dev); - pci_dev->driver = pci_drv; -+ -+#ifdef CONFIG_RHEL_DIFFERENCES -+ rc = -EACCES; -+ if (!pci_rh_check_status(pci_dev)) -+ rc = pci_drv->probe(pci_dev, ddi->id); -+#else - rc = pci_drv->probe(pci_dev, ddi->id); -+#endif -+ - if (!rc) - return rc; - if (rc < 0) { -diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c -index 280cd50d693bd..9317f6903a050 100644 ---- a/drivers/pci/quirks.c -+++ b/drivers/pci/quirks.c -@@ -4453,6 +4453,30 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9000, - DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9084, - quirk_bridge_cavm_thrx2_pcie_root); - -+/* -+ * PCI BAR 5 is not setup correctly for the on-board AHCI controller -+ * on Broadcom's Vulcan processor. Added a quirk to fix BAR 5 by -+ * using BAR 4's resources which are populated correctly and NOT -+ * actually used by the AHCI controller. -+ */ -+static void quirk_fix_vulcan_ahci_bars(struct pci_dev *dev) -+{ -+ struct resource *r = &dev->resource[4]; -+ -+ if (!(r->flags & IORESOURCE_MEM) || (r->start == 0)) -+ return; -+ -+ /* Set BAR5 resource to BAR4 */ -+ dev->resource[5] = *r; -+ -+ /* Update BAR5 in pci config space */ -+ pci_write_config_dword(dev, PCI_BASE_ADDRESS_5, r->start); -+ -+ /* Clear BAR4's resource */ -+ memset(r, 0, sizeof(*r)); -+} -+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9027, quirk_fix_vulcan_ahci_bars); -+ - /* - * Intersil/Techwell TW686[4589]-based video capture cards have an empty (zero) - * class code. Fix it. -diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c -index 3654b12c5d5a7..9bc907e146a5d 100644 ---- a/drivers/scsi/hpsa.c -+++ b/drivers/scsi/hpsa.c -@@ -82,7 +82,9 @@ MODULE_DESCRIPTION("Driver for HP Smart Array Controller version " \ - HPSA_DRIVER_VERSION); - MODULE_VERSION(HPSA_DRIVER_VERSION); - MODULE_LICENSE("GPL"); -+#ifndef CONFIG_RHEL_DIFFERENCES - MODULE_ALIAS("cciss"); -+#endif - - static int hpsa_simple_mode; - module_param(hpsa_simple_mode, int, S_IRUGO|S_IWUSR); -@@ -144,10 +146,12 @@ static const struct pci_device_id hpsa_pci_device_id[] = { - {PCI_VENDOR_ID_HP_3PAR, 0x0075, 0x1590, 0x007D}, - {PCI_VENDOR_ID_HP_3PAR, 0x0075, 0x1590, 0x0088}, - {PCI_VENDOR_ID_HP, 0x333f, 0x103c, 0x333f}, -+#ifndef CONFIG_RHEL_DIFFERENCES - {PCI_VENDOR_ID_HP, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, - PCI_CLASS_STORAGE_RAID << 8, 0xffff << 8, 0}, - {PCI_VENDOR_ID_COMPAQ, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, - PCI_CLASS_STORAGE_RAID << 8, 0xffff << 8, 0}, -+#endif - {0,} - }; - -diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c -index 16a44c0917e18..bea8b29bc7be3 100644 ---- a/drivers/scsi/qla2xxx/qla_os.c -+++ b/drivers/scsi/qla2xxx/qla_os.c -@@ -8130,6 +8130,7 @@ static const struct pci_error_handlers qla2xxx_err_handler = { - }; - - static const struct pci_device_id qla2xxx_pci_tbl[] = { -+#ifndef CONFIG_RHEL_DIFFERENCES - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2100) }, - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2200) }, - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2300) }, -@@ -8142,13 +8143,18 @@ static const struct pci_device_id qla2xxx_pci_tbl[] = { - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8432) }, - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5422) }, - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5432) }, -+#endif - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2532) }, - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2031) }, -+#ifndef CONFIG_RHEL_DIFFERENCES - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8001) }, - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8021) }, -+#endif - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8031) }, -+#ifndef CONFIG_RHEL_DIFFERENCES - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISPF001) }, - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8044) }, -+#endif - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2071) }, - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2271) }, - { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2261) }, -diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c -index f50b92e632018..9dc483fe66870 100644 ---- a/drivers/scsi/sd.c -+++ b/drivers/scsi/sd.c -@@ -121,6 +121,14 @@ static const char *sd_cache_types[] = { - "write back, no read (daft)" - }; - -+#ifdef CONFIG_RHEL_DIFFERENCES -+static char sd_probe_type[6] = "async"; -+module_param_string(probe, sd_probe_type, sizeof(sd_probe_type), -+ S_IRUGO|S_IWUSR); -+MODULE_PARM_DESC(probe, "async or sync. Setting to 'sync' disables asynchronous " -+ "device number assignments (sda, sdb, ...)."); -+#endif -+ - static void sd_set_flush_flag(struct scsi_disk *sdkp, - struct queue_limits *lim) - { -@@ -4417,6 +4425,11 @@ static int __init init_sd(void) - goto err_out_class; - } - -+#ifdef CONFIG_RHEL_DIFFERENCES -+ if (!strcmp(sd_probe_type, "sync")) -+ sd_template.gendrv.probe_type = PROBE_FORCE_SYNCHRONOUS; -+#endif -+ - err = scsi_register_driver(&sd_template.gendrv); - if (err) - goto err_out_driver; -diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c -index be50d03034a96..9ce9b6518acd5 100644 ---- a/drivers/usb/core/hub.c -+++ b/drivers/usb/core/hub.c -@@ -5894,6 +5894,13 @@ static void hub_event(struct work_struct *work) - (u16) hub->change_bits[0], - (u16) hub->event_bits[0]); - -+ /* Don't disconnect USB-SATA on TrimSlice */ -+ if (strcmp(dev_name(hdev->bus->controller), "tegra-ehci.0") == 0) { -+ if ((hdev->state == 7) && (hub->change_bits[0] == 0) && -+ (hub->event_bits[0] == 0x2)) -+ hub->event_bits[0] = 0; -+ } -+ - /* Lock the device, then check to see if we were - * disconnected while waiting for the lock to succeed. */ - usb_lock_device(hdev); -diff --git a/fs/afs/main.c b/fs/afs/main.c -index e6bb8237db989..68fcbaf74e601 100644 ---- a/fs/afs/main.c -+++ b/fs/afs/main.c -@@ -194,6 +194,9 @@ static int __init afs_init(void) - goto error_proc; - } - -+#ifdef CONFIG_RHEL_DIFFERENCES -+ mark_partner_supported(KBUILD_MODNAME, THIS_MODULE); -+#endif - return ret; - - error_proc: -diff --git a/fs/erofs/super.c b/fs/erofs/super.c -index 5136cda5972a9..a2a74963a6a2a 100644 ---- a/fs/erofs/super.c -+++ b/fs/erofs/super.c -@@ -630,6 +630,9 @@ static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc) - { - struct inode *inode; - struct erofs_sb_info *sbi = EROFS_SB(sb); -+#ifdef CONFIG_RHEL_DIFFERENCES -+ static bool printed = false; -+#endif - int err; - - sb->s_magic = EROFS_SUPER_MAGIC; -@@ -767,6 +770,12 @@ static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc) - - sbi->dir_ra_bytes = EROFS_DIR_RA_BYTES; - erofs_info(sb, "mounted with root inode @ nid %llu.", sbi->root_nid); -+#ifdef CONFIG_RHEL_DIFFERENCES -+ if (!printed) { -+ mark_tech_preview("EROFS filesystem", NULL); -+ printed = true; -+ } -+#endif - return 0; - } - -diff --git a/fs/ext4/super.c b/fs/ext4/super.c -index 87205660c5d02..d4b8483a57228 100644 ---- a/fs/ext4/super.c -+++ b/fs/ext4/super.c -@@ -5688,6 +5688,17 @@ static int __ext4_fill_super(struct fs_context *fc, struct super_block *sb) - atomic_set(&sbi->s_warning_count, 0); - atomic_set(&sbi->s_msg_count, 0); - -+#ifdef CONFIG_RHEL_DIFFERENCES -+ if (ext4_has_feature_verity(sb)) { -+ static bool printed = false; -+ -+ if (!printed) { -+ mark_tech_preview("fs-verity on ext4", NULL); -+ printed = true; -+ } -+ } -+#endif -+ - /* Register sysfs after all initializations are complete. */ - err = ext4_register_sysfs(sb); - if (err) -diff --git a/include/linux/crypto.h b/include/linux/crypto.h -index a2137e19be7d8..df268ca70170e 100644 ---- a/include/linux/crypto.h -+++ b/include/linux/crypto.h -@@ -151,6 +151,9 @@ - #define CRYPTO_TFM_REQ_MAY_SLEEP 0x00000200 - #define CRYPTO_TFM_REQ_MAY_BACKLOG 0x00000400 - #define CRYPTO_TFM_REQ_ON_STACK 0x00000800 -+#define CRYPTO_TFM_REQ_NEED_RESEED 0x00001000 -+ -+#define CRYPTO_TFM_FIPS_COMPLIANCE 0x80000000 - - /* - * Miscellaneous stuff. -diff --git a/include/linux/efi.h b/include/linux/efi.h -index 2a43094e23f70..4fcf05f8232c6 100644 ---- a/include/linux/efi.h -+++ b/include/linux/efi.h -@@ -45,6 +45,8 @@ struct screen_info; - #define EFI_ABORTED (21 | (1UL << (BITS_PER_LONG-1))) - #define EFI_SECURITY_VIOLATION (26 | (1UL << (BITS_PER_LONG-1))) - -+#define EFI_IS_ERROR(x) ((x) & (1UL << (BITS_PER_LONG-1))) -+ - typedef unsigned long efi_status_t; - typedef u8 efi_bool_t; - typedef u16 efi_char16_t; /* UNICODE character */ -@@ -867,6 +869,14 @@ static inline int efi_range_is_wc(unsigned long start, unsigned long len) - #define EFI_MEM_ATTR 9 /* Did firmware publish an EFI_MEMORY_ATTRIBUTES table? */ - #define EFI_MEM_NO_SOFT_RESERVE 10 /* Is the kernel configured to ignore soft reservations? */ - #define EFI_PRESERVE_BS_REGIONS 11 /* Are EFI boot-services memory segments available? */ -+#define EFI_SECURE_BOOT 12 /* Are we in Secure Boot mode? */ -+ -+enum efi_secureboot_mode { -+ efi_secureboot_mode_unset, -+ efi_secureboot_mode_unknown, -+ efi_secureboot_mode_disabled, -+ efi_secureboot_mode_enabled, -+}; - - #ifdef CONFIG_EFI - /* -@@ -878,6 +888,8 @@ static inline bool efi_enabled(int feature) - } - extern void efi_reboot(enum reboot_mode reboot_mode, const char *__unused); - -+extern void __init efi_set_secure_boot(enum efi_secureboot_mode mode); -+ - bool __pure __efi_soft_reserve_enabled(void); - - static inline bool __pure efi_soft_reserve_enabled(void) -@@ -899,6 +911,8 @@ static inline bool efi_enabled(int feature) - static inline void - efi_reboot(enum reboot_mode reboot_mode, const char *__unused) {} - -+static inline void efi_set_secure_boot(enum efi_secureboot_mode mode) {} -+ - static inline bool efi_soft_reserve_enabled(void) - { - return false; -@@ -913,6 +927,7 @@ static inline void efi_find_mirror(void) {} - #endif - - extern int efi_status_to_err(efi_status_t status); -+extern const char *efi_status_to_str(efi_status_t status); - - /* - * Variable Attributes -@@ -1130,13 +1145,6 @@ extern unsigned long efi_call_virt_save_flags(void); - - void efi_runtime_assert_lock_held(void); - --enum efi_secureboot_mode { -- efi_secureboot_mode_unset, -- efi_secureboot_mode_unknown, -- efi_secureboot_mode_disabled, -- efi_secureboot_mode_enabled, --}; -- - static inline - enum efi_secureboot_mode efi_get_secureboot_mode(efi_get_variable_t *get_var) - { -diff --git a/include/linux/kernel.h b/include/linux/kernel.h -index 5b46924fdff52..ffd5e38d3cb78 100644 ---- a/include/linux/kernel.h -+++ b/include/linux/kernel.h -@@ -403,4 +403,20 @@ static inline void ftrace_dump(enum ftrace_dump_mode oops_dump_mode) { } - /* OTHER_WRITABLE? Generally considered a bad idea. */ \ - BUILD_BUG_ON_ZERO((perms) & 2) + \ - (perms)) -+ -+struct module; -+ -+#ifdef CONFIG_RHEL_DIFFERENCES -+void mark_hardware_unmaintained(const char *driver_name, char *fmt, ...); -+void mark_hardware_deprecated(const char *driver_name, char *fmt, ...); -+void mark_tech_preview(const char *msg, struct module *mod); -+void mark_partner_supported(const char *msg, struct module *mod); -+void init_rh_check_status(char *fn_name); -+#else -+static inline void mark_hardware_unmaintained(const char *driver_name, char *fmt, ...) { } -+static inline void mark_hardware_deprecated(const char *driver_name, char *fmt, ...) { } -+static inline void mark_tech_preview(const char *msg, struct module *mod) { } -+static inline void mark_partner_supported(const char *msg, struct module *mod) { } -+#endif -+ - #endif -diff --git a/include/linux/lsm_hook_defs.h b/include/linux/lsm_hook_defs.h -index 8c42b4bde09c0..694ce5c5bcd43 100644 ---- a/include/linux/lsm_hook_defs.h -+++ b/include/linux/lsm_hook_defs.h -@@ -446,6 +446,7 @@ LSM_HOOK(int, 0, bpf_token_capable, const struct bpf_token *token, int cap) - - LSM_HOOK(int, 0, locked_down, enum lockdown_reason what) - -+ - #ifdef CONFIG_PERF_EVENTS - LSM_HOOK(int, 0, perf_event_open, int type) - LSM_HOOK(int, 0, perf_event_alloc, struct perf_event *event) -diff --git a/include/linux/module.h b/include/linux/module.h -index d80c3ea574726..662dff7438d75 100644 ---- a/include/linux/module.h -+++ b/include/linux/module.h -@@ -419,6 +419,7 @@ struct module { - struct module_attribute *modinfo_attrs; - const char *version; - const char *srcversion; -+ const char *rhelversion; - struct kobject *holders_dir; - - /* Exported symbols */ -@@ -1018,6 +1019,10 @@ static inline unsigned long find_kallsyms_symbol_value(struct module *mod, - - #endif /* CONFIG_MODULES && CONFIG_KALLSYMS */ - -+#ifdef CONFIG_RHEL_DIFFERENCES -+void module_rh_check_status(const char * module_name); -+#endif -+ - /* Define __free(module_put) macro for struct module *. */ - DEFINE_FREE(module_put, struct module *, if (_T) module_put(_T)) - -diff --git a/include/linux/panic.h b/include/linux/panic.h -index a00bc0937698c..7cce62f1c50b5 100644 ---- a/include/linux/panic.h -+++ b/include/linux/panic.h -@@ -80,7 +80,22 @@ static inline void set_arch_panic_timeout(int timeout, int arch_default_timeout) - #define TAINT_RANDSTRUCT 17 - #define TAINT_TEST 18 - #define TAINT_FWCTL 19 --#define TAINT_FLAGS_COUNT 20 -+/* Start of Red Hat-specific taint flags */ -+#define TAINT_20 20 -+#define TAINT_21 21 -+#define TAINT_22 22 -+#define TAINT_23 23 -+#define TAINT_24 24 -+#define TAINT_25 25 -+#define TAINT_PARTNER_SUPPORTED 26 -+#define TAINT_SUPPORT_REMOVED 27 -+/* Bits 28 - 31 are reserved for Red Hat use only */ -+#define TAINT_RESERVED28 28 -+#define TAINT_RESERVED29 29 -+#define TAINT_RESERVED30 30 -+#define TAINT_UNPRIVILEGED_BPF 31 -+/* End of Red Hat-specific taint flags */ -+#define TAINT_FLAGS_COUNT 32 - #define TAINT_FLAGS_MAX ((1UL << TAINT_FLAGS_COUNT) - 1) - - struct taint_flag { -diff --git a/include/linux/pci.h b/include/linux/pci.h -index 864775651c6fa..4c2c19dbff840 100644 ---- a/include/linux/pci.h -+++ b/include/linux/pci.h -@@ -1682,6 +1682,7 @@ int pci_add_dynid(struct pci_driver *drv, - unsigned long driver_data); - const struct pci_device_id *pci_match_id(const struct pci_device_id *ids, - struct pci_dev *dev); -+ - int pci_scan_bridge(struct pci_bus *bus, struct pci_dev *dev, int max, - int pass); - -@@ -2812,6 +2813,10 @@ static inline bool pci_is_thunderbolt_attached(struct pci_dev *pdev) - return false; - } - -+#ifdef CONFIG_RHEL_DIFFERENCES -+bool pci_rh_check_status(struct pci_dev *pci_dev); -+#endif -+ - #if defined(CONFIG_PCIEPORTBUS) || defined(CONFIG_EEH) || defined(CONFIG_S390) - void pci_uevent_ers(struct pci_dev *pdev, enum pci_ers_result err_type); - #endif -diff --git a/include/linux/random.h b/include/linux/random.h -index 8a8064dc3970b..3238fab8f7498 100644 ---- a/include/linux/random.h -+++ b/include/linux/random.h -@@ -9,6 +9,13 @@ - - #include - -+struct iov_iter; -+ -+struct random_extrng { -+ ssize_t (*extrng_read_iter)(struct iov_iter *iter, bool reseed); -+ struct module *owner; -+}; -+ - struct notifier_block; - - void add_device_randomness(const void *buf, size_t len); -@@ -135,6 +142,9 @@ int random_prepare_cpu(unsigned int cpu); - int random_online_cpu(unsigned int cpu); - #endif - -+void random_register_extrng(const struct random_extrng *rng); -+void random_unregister_extrng(void); -+ - #ifndef MODULE - extern const struct file_operations random_fops, urandom_fops; - #endif -diff --git a/include/linux/rh_flags.h b/include/linux/rh_flags.h -new file mode 100644 -index 0000000000000..d498d319ace3a ---- /dev/null -+++ b/include/linux/rh_flags.h -@@ -0,0 +1,34 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * rh_flags.h -- Red Hat flags tracking -+ * -+ * Copyright (c) 2018 Red Hat, Inc. -- Jiri Benc -+ * -+ * The intent of the flag tracking is to provide better and more focused -+ * support. Only those flags that are of a special interest for customer -+ * support should be tracked. -+ * -+ * THE FLAGS DO NOT EXPRESS ANY SUPPORT POLICIES. -+ */ -+ -+#ifndef _LINUX_RH_FLAGS_H -+#define _LINUX_RH_FLAGS_H -+ -+#if defined CONFIG_RHEL_DIFFERENCES -+bool __rh_add_flag(const char *flag_name); -+void rh_print_flags(void); -+ -+#define rh_add_flag(flag_name) \ -+({ \ -+ static bool __mark_once __read_mostly; \ -+ bool __ret_mark_once = !__mark_once; \ -+ \ -+ if (!__mark_once) \ -+ __mark_once = __rh_add_flag(flag_name); \ -+ unlikely(__ret_mark_once); \ -+}) -+#else -+static void rh_print_flags(void) { } -+static void rh_add_flag(const char *flag_name) { } -+#endif -+#endif -diff --git a/include/linux/rh_kabi.h b/include/linux/rh_kabi.h -new file mode 100644 -index 0000000000000..5139cb2cabdc0 ---- /dev/null -+++ b/include/linux/rh_kabi.h -@@ -0,0 +1,541 @@ -+/* -+ * rh_kabi.h - Red Hat kABI abstraction header -+ * -+ * Copyright (c) 2014 Don Zickus -+ * Copyright (c) 2015-2020 Jiri Benc -+ * Copyright (c) 2015 Sabrina Dubroca, Hannes Frederic Sowa -+ * Copyright (c) 2016-2018 Prarit Bhargava -+ * Copyright (c) 2017 Paolo Abeni, Larry Woodman -+ * -+ * This file is released under the GPLv2. -+ * See the file COPYING for more details. -+ * -+ * These kabi macros hide the changes from the kabi checker and from the -+ * process that computes the exported symbols' checksums. -+ * They have 2 variants: one (defined under __GENKSYMS__) used when -+ * generating the checksums, and the other used when building the kernel's -+ * binaries. -+ * -+ * The use of these macros does not guarantee that the usage and modification -+ * of code is correct. As with all Red Hat only changes, an engineer must -+ * explain why the use of the macro is valid in the patch containing the -+ * changes. -+ * -+ */ -+ -+#ifndef _LINUX_RH_KABI_H -+#define _LINUX_RH_KABI_H -+ -+#include -+#include -+#include -+ -+/* -+ * NOTE -+ * Unless indicated otherwise, don't use ';' after these macros as it -+ * messes up the kABI checker by changing what the resulting token string -+ * looks like. Instead let the macros add the ';' so it can be properly -+ * hidden from the kABI checker (mainly for RH_KABI_EXTEND, but applied to -+ * most macros for uniformity). -+ * -+ * -+ * RH_KABI_CONST -+ * Adds a new const modifier to a function parameter preserving the old -+ * checksum. -+ * -+ * RH_KABI_ADD_MODIFIER -+ * Adds a new modifier to a function parameter or a typedef, preserving -+ * the old checksum. Useful e.g. for adding rcu annotations or changing -+ * int to unsigned. Beware that this may change the semantics; if you're -+ * sure this is safe, always explain why binary compatibility with 3rd -+ * party modules is retained. -+ * -+ * RH_KABI_DEPRECATE -+ * Marks the element as deprecated and make it unusable by modules while -+ * keeping a hole in its place to preserve binary compatibility. -+ * -+ * RH_KABI_DEPRECATE_FN -+ * Marks the function pointer as deprecated and make it unusable by modules -+ * while keeping a hole in its place to preserve binary compatibility. -+ * -+ * RH_KABI_EXTEND -+ * Adds a new field to a struct. This must always be added to the end of -+ * the struct. Before using this macro, make sure this is actually safe -+ * to do - there is a number of conditions under which it is *not* safe. -+ * In particular (but not limited to), this macro cannot be used: -+ * - if the struct in question is embedded in another struct, or -+ * - if the struct is allocated by drivers either statically or -+ * dynamically, or -+ * - if the struct is allocated together with driver data (an example of -+ * such behavior is struct net_device or struct request). -+ * -+ * RH_KABI_EXTEND_WITH_SIZE -+ * Adds a new element (usually a struct) to a struct and reserves extra -+ * space for the new element. The provided 'size' is the total space to -+ * be added in longs (i.e. it's 8 * 'size' bytes), including the size of -+ * the added element. It is automatically checked that the new element -+ * does not overflow the reserved space, now nor in the future. However, -+ * no attempt is done to check the content of the added element (struct) -+ * for kABI conformance - kABI checking inside the added element is -+ * effectively switched off. -+ * For any struct being added by RH_KABI_EXTEND_WITH_SIZE, it is -+ * recommended its content to be documented as not covered by kABI -+ * guarantee. -+ * -+ * RH_KABI_FILL_HOLE -+ * Fills a hole in a struct. -+ * -+ * Warning: only use if a hole exists for _all_ arches. Use pahole to verify. -+ * -+ * RH_KABI_RENAME -+ * Renames an element without changing its type. This macro can be used in -+ * bitfields, for example. -+ * -+ * NOTE: this macro does not add the final ';' -+ * -+ * RH_KABI_REPLACE -+ * Replaces the _orig field by the _new field. The size of the occupied -+ * space is preserved, it's fine if the _new field is smaller than the -+ * _orig field. If a _new field is larger or has a different alignment, -+ * compilation will abort. -+ * -+ * RH_KABI_REPLACE_SPLIT -+ * Works the same as RH_KABI_REPLACE but replaces a single _orig field by -+ * multiple new fields. The checks for size and alignment done by -+ * RH_KABI_REPLACE are still applied. -+ * -+ * RH_KABI_HIDE_INCLUDE -+ * Hides the given include file from kABI checksum computations. This is -+ * used when a newly added #include makes a previously opaque struct -+ * visible. -+ * -+ * Example usage: -+ * #include RH_KABI_HIDE_INCLUDE() -+ * -+ * RH_KABI_FAKE_INCLUDE -+ * Pretends inclusion of the given file for kABI checksum computations. -+ * This is used when upstream removed a particular #include but that made -+ * some structures opaque that were previously visible and is causing kABI -+ * checker failures. -+ * -+ * Example usage: -+ * #include RH_KABI_FAKE_INCLUDE() -+ * -+ * RH_KABI_RESERVE -+ * Adds a reserved field to a struct. This is done prior to kABI freeze -+ * for structs that cannot be expanded later using RH_KABI_EXTEND (for -+ * example because they are embedded in another struct or because they are -+ * allocated by drivers or because they use unusual memory layout). The -+ * size of the reserved field is 'unsigned long' and is assumed to be -+ * 8 bytes. -+ * -+ * The argument is a number unique for the given struct; usually, multiple -+ * RH_KABI_RESERVE macros are added to a struct with numbers starting from -+ * one. -+ * -+ * Example usage: -+ * struct foo { -+ * int a; -+ * RH_KABI_RESERVE(1) -+ * RH_KABI_RESERVE(2) -+ * RH_KABI_RESERVE(3) -+ * RH_KABI_RESERVE(4) -+ * }; -+ * -+ * RH_KABI_USE -+ * Uses a previously reserved field or multiple fields. The arguments are -+ * one or more numbers assigned to RH_KABI_RESERVE, followed by a field to -+ * be put in their place. The compiler ensures that the new field is not -+ * larger than the reserved area. -+ * -+ * Example usage: -+ * struct foo { -+ * int a; -+ * RH_KABI_USE(1, int b) -+ * RH_KABI_USE(2, 3, int c[3]) -+ * RH_KABI_RESERVE(4) -+ * }; -+ * -+ * RH_KABI_USE_SPLIT -+ * Works the same as RH_KABI_USE but replaces a single reserved field by -+ * multiple new fields. -+ * -+ * RH_KABI_AUX_EMBED -+ * RH_KABI_AUX_PTR -+ * Adds an extenstion of a struct in the form of "auxiliary structure". -+ * This is done prior to kABI freeze for structs that cannot be expanded -+ * later using RH_KABI_EXTEND. See also RH_KABI_RESERVED, these two -+ * approaches can (and often are) combined. -+ * -+ * To use this for 'struct foo' (the "base structure"), define a new -+ * structure called 'struct foo_rh'; this new struct is called "auxiliary -+ * structure". Then add RH_KABI_AUX_EMBED or RH_KABI_AUX_PTR to the end -+ * of the base structure. The argument is the name of the base structure, -+ * without the 'struct' keyword. -+ * -+ * RH_KABI_AUX_PTR stores a pointer to the aux structure in the base -+ * struct. The lifecycle of the aux struct needs to be properly taken -+ * care of. -+ * -+ * RH_KABI_AUX_EMBED embeds the aux struct into the base struct. This -+ * cannot be used when the base struct is itself embedded into another -+ * struct, allocated in an array, etc. -+ * -+ * Both approaches (ptr and embed) work correctly even when the aux struct -+ * is allocated by modules. To ensure this, the code responsible for -+ * allocation/assignment of the aux struct has to properly set the size of -+ * the aux struct; see the RH_KABI_AUX_SET_SIZE and RH_KABI_AUX_INIT_SIZE -+ * macros. -+ * -+ * New fields can be later added to the auxiliary structure, always to its -+ * end. Note the auxiliary structure cannot be shrunk in size later (i.e., -+ * fields cannot be removed, only deprecated). Any code accessing fields -+ * from the aux struct must guard the access using the RH_KABI_AUX macro. -+ * The access itself is then done via a '_rh' field in the base struct. -+ * -+ * The auxiliary structure is not guaranteed for access by modules unless -+ * explicitly commented as such in the declaration of the aux struct -+ * itself or some of its elements. -+ * -+ * Example: -+ * -+ * struct foo_rh { -+ * int newly_added; -+ * }; -+ * -+ * struct foo { -+ * bool big_hammer; -+ * RH_KABI_AUX_PTR(foo) -+ * }; -+ * -+ * void use(struct foo *f) -+ * { -+ * if (RH_KABI_AUX(f, foo, newly_added)) -+ * f->_rh->newly_added = 123; -+ * else -+ * // the field 'newly_added' is not present in the passed -+ * // struct, fall back to old behavior -+ * f->big_hammer = true; -+ * } -+ * -+ * static struct foo_rh my_foo_rh { -+ * .newly_added = 0; -+ * } -+ * -+ * static struct foo my_foo = { -+ * .big_hammer = false, -+ * ._rh = &my_foo_rh, -+ * RH_KABI_AUX_INIT_SIZE(foo) -+ * }; -+ * -+ * RH_KABI_USE_AUX_PTR -+ * Creates an auxiliary structure post kABI freeze. This works by using -+ * two reserved fields (thus there has to be two reserved fields still -+ * available) and converting them to RH_KABI_AUX_PTR. -+ * -+ * Example: -+ * -+ * struct foo_rh { -+ * }; -+ * -+ * struct foo { -+ * int a; -+ * RH_KABI_RESERVE(1) -+ * RH_KABI_USE_AUX_PTR(2, 3, foo) -+ * }; -+ * -+ * RH_KABI_AUX_SET_SIZE -+ * RH_KABI_AUX_INIT_SIZE -+ * Calculates and stores the size of the auxiliary structure. -+ * -+ * RH_KABI_AUX_SET_SIZE is for dynamically allocated base structs, -+ * RH_KABI_AUX_INIT_SIZE is for statically allocated case structs. -+ * -+ * These macros must be called from the allocation (RH_KABI_AUX_SET_SIZE) -+ * or declaration (RH_KABI_AUX_INIT_SIZE) site, regardless of whether -+ * that happens in the kernel or in a module. Without calling one of -+ * these macros, the aux struct will appear to have no fields to the -+ * kernel. -+ * -+ * Note: since RH_KABI_AUX_SET_SIZE is intended to be invoked outside of -+ * a struct definition, it does not add the semicolon and must be -+ * terminated by semicolon by the caller. -+ * -+ * RH_KABI_AUX -+ * Verifies that the given field exists in the given auxiliary structure. -+ * This MUST be called prior to accessing that field; failing to do that -+ * may lead to invalid memory access. -+ * -+ * The first argument is a pointer to the base struct, the second argument -+ * is the name of the base struct (without the 'struct' keyword), the -+ * third argument is the field name. -+ * -+ * This macro works for structs extended by either of RH_KABI_AUX_EMBED, -+ * RH_KABI_AUX_PTR and RH_KABI_USE_AUX_PTR. -+ * -+ * RH_KABI_FORCE_CHANGE -+ * Force change of the symbol checksum. The argument of the macro is a -+ * version for cases we need to do this more than once. -+ * -+ * This macro does the opposite: it changes the symbol checksum without -+ * actually changing anything about the exported symbol. It is useful for -+ * symbols that are not whitelisted, we're changing them in an -+ * incompatible way and want to prevent 3rd party modules to silently -+ * corrupt memory. Instead, by changing the symbol checksum, such modules -+ * won't be loaded by the kernel. This macro should only be used as a -+ * last resort when all other KABI workarounds have failed. -+ * -+ * RH_KABI_EXCLUDE -+ * !!! WARNING: DANGEROUS, DO NOT USE unless you are aware of all the !!! -+ * !!! implications. This should be used ONLY EXCEPTIONALLY and only !!! -+ * !!! under specific circumstances. Very likely, this macro does not !!! -+ * !!! do what you expect it to do. Note that any usage of this macro !!! -+ * !!! MUST be paired with a RH_KABI_FORCE_CHANGE annotation of !!! -+ * !!! a suitable symbol (or an equivalent safeguard) and the commit !!! -+ * !!! log MUST explain why the chosen solution is appropriate. !!! -+ * -+ * Exclude the element from checksum generation. Any such element is -+ * considered not to be part of the kABI whitelist and may be changed at -+ * will. Note however that it's the responsibility of the developer -+ * changing the element to ensure 3rd party drivers using this element -+ * won't panic, for example by not allowing them to be loaded. That can -+ * be achieved by changing another, non-whitelisted symbol they use, -+ * either by nature of the change or by using RH_KABI_FORCE_CHANGE. -+ * -+ * Also note that any change to the element must preserve its size. Change -+ * of the size is not allowed and would constitute a silent kABI breakage. -+ * Beware that the RH_KABI_EXCLUDE macro does not do any size checks. -+ * -+ * RH_KABI_EXCLUDE_WITH_SIZE -+ * Like RH_KABI_EXCLUDE, this macro excludes the element from -+ * checksum generation. The same warnings as for RH_KABI_EXCLUDE -+ * apply: use RH_KABI_FORCE_CHANGE. -+ * -+ * This macro is intended to be used for elements embedded inside -+ * kABI-protected structures (struct, array). In contrast with -+ * RH_KABI_EXCLUDE, this macro reserves extra space, so that the -+ * embedded element can grow without changing the offsets of the -+ * fields that follow. The provided 'size' is the total space to be -+ * added in longs (i.e. it's 8 * 'size' bytes), including the size -+ * of the added element. It is automatically checked that the new -+ * element does not overflow the reserved space, now nor in the -+ * future. The size is also included in the checksum via the -+ * reserved space, to ensure that we don't accidentally change it, -+ * which would change the offsets of the fields that follow. -+ * -+ * RH_KABI_BROKEN_INSERT -+ * RH_KABI_BROKEN_REMOVE -+ * Insert a field to the middle of a struct / delete a field from a struct. -+ * Note that this breaks kABI! It can be done only when it's certain that -+ * no 3rd party driver can validly reach into the struct. A typical -+ * example is a struct that is: both (a) referenced only through a long -+ * chain of pointers from another struct that is part of a whitelisted -+ * symbol and (b) kernel internal only, it should have never been visible -+ * to genksyms in the first place. -+ * -+ * Another example are structs that are explicitly exempt from kABI -+ * guarantee but we did not have enough foresight to use RH_KABI_EXCLUDE. -+ * In this case, the warning for RH_KABI_EXCLUDE applies. -+ * -+ * A detailed explanation of correctness of every RH_KABI_BROKEN_* macro -+ * use is especially important. -+ * -+ * RH_KABI_BROKEN_INSERT_BLOCK -+ * RH_KABI_BROKEN_REMOVE_BLOCK -+ * A version of RH_KABI_BROKEN_INSERT / REMOVE that allows multiple fields -+ * to be inserted or removed together. All fields need to be terminated -+ * by ';' inside(!) the macro parameter. The macro itself must not be -+ * terminated by ';'. -+ * -+ * RH_KABI_BROKEN_REPLACE -+ * Replace a field by a different one without doing any checking. This -+ * allows replacing a field by another with a different size. Similarly -+ * to other RH_KABI_BROKEN macros, use of this indicates a kABI breakage. -+ * -+ * RH_KABI_BROKEN_INSERT_ENUM -+ * RH_KABI_BROKEN_REMOVE_ENUM -+ * Insert a field to the middle of an enumaration type / delete a field from -+ * an enumaration type. Note that this can break kABI especially if the -+ * number of enum fields is used in an array within a structure. It can be -+ * done only when it is certain that no 3rd party driver will use the -+ * enumeration type or a structure that embeds an array with size determined -+ * by an enumeration type. -+ * -+ * RH_KABI_EXTEND_ENUM -+ * Adds a new field to an enumeration type. This must always be added to -+ * the end of the enum. Before using this macro, make sure this is actually -+ * safe to do. -+ */ -+ -+#undef linux -+#define linux linux -+ -+#ifdef __GENKSYMS__ -+ -+# define RH_KABI_CONST -+# define RH_KABI_ADD_MODIFIER(_new) -+# define RH_KABI_EXTEND(_new) -+# define RH_KABI_FILL_HOLE(_new) -+# define RH_KABI_FORCE_CHANGE(ver) __attribute__((rh_kabi_change ## ver)) -+# define RH_KABI_RENAME(_orig, _new) _orig -+# define RH_KABI_HIDE_INCLUDE(_file) -+# define RH_KABI_FAKE_INCLUDE(_file) _file -+# define RH_KABI_BROKEN_INSERT(_new) -+# define RH_KABI_BROKEN_REMOVE(_orig) _orig; -+# define RH_KABI_BROKEN_INSERT_BLOCK(_new) -+# define RH_KABI_BROKEN_REMOVE_BLOCK(_orig) _orig -+# define RH_KABI_BROKEN_REPLACE(_orig, _new) _orig; -+# define RH_KABI_BROKEN_INSERT_ENUM(_new) -+# define RH_KABI_BROKEN_REMOVE_ENUM(_orig) _orig, -+# define RH_KABI_EXTEND_ENUM(_new) -+ -+# define _RH_KABI_DEPRECATE(_type, _orig) _type _orig -+# define _RH_KABI_DEPRECATE_FN(_type, _orig, _args...) _type (*_orig)(_args) -+# define _RH_KABI_REPLACE(_orig, _new) _orig -+# define _RH_KABI_EXCLUDE(_elem) -+ -+# define __RH_KABI_CHECK_SIZE(_item, _size) -+ -+#else -+ -+# define RH_KABI_ALIGN_WARNING ". Disable CONFIG_RH_KABI_SIZE_ALIGN_CHECKS if debugging." -+ -+# define RH_KABI_CONST const -+# define RH_KABI_ADD_MODIFIER(_new) _new -+# define RH_KABI_EXTEND(_new) _new; -+# define RH_KABI_FILL_HOLE(_new) _new; -+# define RH_KABI_FORCE_CHANGE(ver) -+# define RH_KABI_RENAME(_orig, _new) _new -+# define RH_KABI_HIDE_INCLUDE(_file) _file -+# define RH_KABI_FAKE_INCLUDE(_file) -+# define RH_KABI_BROKEN_INSERT(_new) _new; -+# define RH_KABI_BROKEN_REMOVE(_orig) -+# define RH_KABI_BROKEN_INSERT_BLOCK(_new) _new -+# define RH_KABI_BROKEN_REMOVE_BLOCK(_orig) -+# define RH_KABI_BROKEN_REPLACE(_orig, _new) _new; -+# define RH_KABI_BROKEN_INSERT_ENUM(_new) _new, -+# define RH_KABI_BROKEN_REMOVE_ENUM(_orig) -+# define RH_KABI_EXTEND_ENUM(_new) _new, -+ -+#if IS_BUILTIN(CONFIG_RH_KABI_SIZE_ALIGN_CHECKS) -+# define __RH_KABI_CHECK_SIZE_ALIGN(_orig, _new) \ -+ union { \ -+ _Static_assert(sizeof(struct{_new;}) <= sizeof(struct{_orig;}), \ -+ __FILE__ ":" __stringify(__LINE__) ": " __stringify(_new) " is larger than " __stringify(_orig) RH_KABI_ALIGN_WARNING); \ -+ _Static_assert(__alignof__(struct{_new;}) <= __alignof__(struct{_orig;}), \ -+ __FILE__ ":" __stringify(__LINE__) ": " __stringify(_orig) " is not aligned the same as " __stringify(_new) RH_KABI_ALIGN_WARNING); \ -+ } -+# define __RH_KABI_CHECK_SIZE(_item, _size) \ -+ _Static_assert(sizeof(struct{_item;}) <= _size, \ -+ __FILE__ ":" __stringify(__LINE__) ": " __stringify(_item) " is larger than the reserved size (" __stringify(_size) " bytes)" RH_KABI_ALIGN_WARNING); -+#else -+# define __RH_KABI_CHECK_SIZE_ALIGN(_orig, _new) -+# define __RH_KABI_CHECK_SIZE(_item, _size) -+#endif -+ -+#define RH_KABI_UNIQUE_ID __PASTE(rh_kabi_hidden_, __LINE__) -+ -+# define _RH_KABI_DEPRECATE(_type, _orig) _type rh_reserved_##_orig -+# define _RH_KABI_DEPRECATE_FN(_type, _orig, _args...) \ -+ _type (* rh_reserved_##_orig)(_args) -+# define _RH_KABI_REPLACE(_orig, _new) \ -+ union { \ -+ _new; \ -+ struct { \ -+ _orig; \ -+ } RH_KABI_UNIQUE_ID; \ -+ __RH_KABI_CHECK_SIZE_ALIGN(_orig, _new); \ -+ } -+ -+# define _RH_KABI_EXCLUDE(_elem) _elem -+ -+#endif /* __GENKSYMS__ */ -+ -+# define RH_KABI_DEPRECATE(_type, _orig) _RH_KABI_DEPRECATE(_type, _orig); -+# define RH_KABI_DEPRECATE_FN(_type, _orig, _args...) \ -+ _RH_KABI_DEPRECATE_FN(_type, _orig, _args); -+# define RH_KABI_REPLACE(_orig, _new) _RH_KABI_REPLACE(_orig, _new); -+ -+#define _RH_KABI_REPLACE1(_new) _new; -+#define _RH_KABI_REPLACE2(_new, ...) _new; _RH_KABI_REPLACE1(__VA_ARGS__) -+#define _RH_KABI_REPLACE3(_new, ...) _new; _RH_KABI_REPLACE2(__VA_ARGS__) -+#define _RH_KABI_REPLACE4(_new, ...) _new; _RH_KABI_REPLACE3(__VA_ARGS__) -+#define _RH_KABI_REPLACE5(_new, ...) _new; _RH_KABI_REPLACE4(__VA_ARGS__) -+#define _RH_KABI_REPLACE6(_new, ...) _new; _RH_KABI_REPLACE5(__VA_ARGS__) -+#define _RH_KABI_REPLACE7(_new, ...) _new; _RH_KABI_REPLACE6(__VA_ARGS__) -+#define _RH_KABI_REPLACE8(_new, ...) _new; _RH_KABI_REPLACE7(__VA_ARGS__) -+#define _RH_KABI_REPLACE9(_new, ...) _new; _RH_KABI_REPLACE8(__VA_ARGS__) -+#define _RH_KABI_REPLACE10(_new, ...) _new; _RH_KABI_REPLACE9(__VA_ARGS__) -+#define _RH_KABI_REPLACE11(_new, ...) _new; _RH_KABI_REPLACE10(__VA_ARGS__) -+#define _RH_KABI_REPLACE12(_new, ...) _new; _RH_KABI_REPLACE11(__VA_ARGS__) -+ -+#define RH_KABI_REPLACE_SPLIT(_orig, ...) _RH_KABI_REPLACE(_orig, \ -+ struct { __PASTE(_RH_KABI_REPLACE, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) }); -+ -+# define RH_KABI_RESERVE(n) _RH_KABI_RESERVE(n); -+ -+#define _RH_KABI_USE1(n, _new) _RH_KABI_RESERVE(n), _new -+#define _RH_KABI_USE2(n, ...) _RH_KABI_RESERVE(n); _RH_KABI_USE1(__VA_ARGS__) -+#define _RH_KABI_USE3(n, ...) _RH_KABI_RESERVE(n); _RH_KABI_USE2(__VA_ARGS__) -+#define _RH_KABI_USE4(n, ...) _RH_KABI_RESERVE(n); _RH_KABI_USE3(__VA_ARGS__) -+#define _RH_KABI_USE5(n, ...) _RH_KABI_RESERVE(n); _RH_KABI_USE4(__VA_ARGS__) -+#define _RH_KABI_USE6(n, ...) _RH_KABI_RESERVE(n); _RH_KABI_USE5(__VA_ARGS__) -+#define _RH_KABI_USE7(n, ...) _RH_KABI_RESERVE(n); _RH_KABI_USE6(__VA_ARGS__) -+#define _RH_KABI_USE8(n, ...) _RH_KABI_RESERVE(n); _RH_KABI_USE7(__VA_ARGS__) -+#define _RH_KABI_USE9(n, ...) _RH_KABI_RESERVE(n); _RH_KABI_USE8(__VA_ARGS__) -+#define _RH_KABI_USE10(n, ...) _RH_KABI_RESERVE(n); _RH_KABI_USE9(__VA_ARGS__) -+#define _RH_KABI_USE11(n, ...) _RH_KABI_RESERVE(n); _RH_KABI_USE10(__VA_ARGS__) -+#define _RH_KABI_USE12(n, ...) _RH_KABI_RESERVE(n); _RH_KABI_USE11(__VA_ARGS__) -+ -+#define _RH_KABI_USE(...) _RH_KABI_REPLACE(__VA_ARGS__) -+#define RH_KABI_USE(n, ...) _RH_KABI_USE(__PASTE(_RH_KABI_USE, COUNT_ARGS(__VA_ARGS__))(n, __VA_ARGS__)); -+ -+# define RH_KABI_USE_SPLIT(n, ...) RH_KABI_REPLACE_SPLIT(_RH_KABI_RESERVE(n), __VA_ARGS__) -+ -+# define _RH_KABI_RESERVE(n) unsigned long rh_reserved##n -+ -+#define RH_KABI_EXCLUDE(_elem) _RH_KABI_EXCLUDE(_elem); -+ -+#define RH_KABI_EXCLUDE_WITH_SIZE(_new, _size) \ -+ union { \ -+ RH_KABI_EXCLUDE(_new) \ -+ unsigned long RH_KABI_UNIQUE_ID[_size]; \ -+ __RH_KABI_CHECK_SIZE(_new, 8 * (_size)) \ -+ }; -+ -+#define RH_KABI_EXTEND_WITH_SIZE(_new, _size) \ -+ RH_KABI_EXTEND(union { \ -+ _new; \ -+ unsigned long RH_KABI_UNIQUE_ID[_size]; \ -+ __RH_KABI_CHECK_SIZE(_new, 8 * (_size)) \ -+ }) -+ -+#define _RH_KABI_AUX_PTR(_struct) \ -+ size_t _struct##_size_rh; \ -+ _RH_KABI_EXCLUDE(struct _struct##_rh *_rh) -+#define RH_KABI_AUX_PTR(_struct) \ -+ _RH_KABI_AUX_PTR(_struct); -+ -+#define _RH_KABI_AUX_EMBED(_struct) \ -+ size_t _struct##_size_rh; \ -+ _RH_KABI_EXCLUDE(struct _struct##_rh _rh) -+#define RH_KABI_AUX_EMBED(_struct) \ -+ _RH_KABI_AUX_EMBED(_struct); -+ -+#define RH_KABI_USE_AUX_PTR(n1, n2, _struct) \ -+ RH_KABI_USE(n1, n2, \ -+ struct { RH_KABI_AUX_PTR(_struct) }) -+ -+#define RH_KABI_AUX_SET_SIZE(_name, _struct) ({ \ -+ (_name)->_struct##_size_rh = sizeof(struct _struct##_rh); \ -+}) -+ -+#define RH_KABI_AUX_INIT_SIZE(_struct) \ -+ ._struct##_size_rh = sizeof(struct _struct##_rh), -+ -+#define RH_KABI_AUX(_ptr, _struct, _field) ({ \ -+ size_t __off = offsetof(struct _struct##_rh, _field); \ -+ (_ptr)->_struct##_size_rh > __off ? true : false; \ -+}) -+ -+#endif /* _LINUX_RH_KABI_H */ -diff --git a/include/linux/rh_waived.h b/include/linux/rh_waived.h -new file mode 100644 -index 0000000000000..d62a9e896b5ee ---- /dev/null -+++ b/include/linux/rh_waived.h -@@ -0,0 +1,19 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * include/linux/rh_waived.h -+ * -+ * rh_waived cmdline parameter interface. -+ * -+ * Copyright (C) 2024, Red Hat, Inc. Ricardo Robaina -+ */ -+#ifndef _RH_WAIVED_H -+#define _RH_WAIVED_H -+ -+enum rh_waived_items { -+ /* RH_WAIVED_ITEMS must always be the last item in the enum */ -+ RH_WAIVED_ITEMS, -+}; -+ -+bool is_rh_waived(enum rh_waived_items feat); -+ -+#endif /* _RH_WAIVED_H */ -diff --git a/include/linux/rmi.h b/include/linux/rmi.h -index ab7eea01ab427..fff7c5f737fc8 100644 ---- a/include/linux/rmi.h -+++ b/include/linux/rmi.h -@@ -364,6 +364,7 @@ struct rmi_driver_data { - - struct rmi4_attn_data attn_data; - DECLARE_KFIFO(attn_fifo, struct rmi4_attn_data, 16); -+ struct work_struct attn_work; - }; - - int rmi_register_transport_device(struct rmi_transport_dev *xport); -diff --git a/include/linux/security.h b/include/linux/security.h -index 83a646d72f6f8..65b72854a0465 100644 ---- a/include/linux/security.h -+++ b/include/linux/security.h -@@ -2404,4 +2404,13 @@ static inline void security_initramfs_populated(void) - } - #endif /* CONFIG_SECURITY */ - -+#ifdef CONFIG_SECURITY_LOCKDOWN_LSM -+extern int security_lock_kernel_down(const char *where, enum lockdown_reason level); -+#else -+static inline int security_lock_kernel_down(const char *where, enum lockdown_reason level) -+{ -+ return 0; -+} -+#endif /* CONFIG_SECURITY_LOCKDOWN_LSM */ -+ - #endif /* ! __LINUX_SECURITY_H */ -diff --git a/init/main.c b/init/main.c -index b84818ad9685f..cfd0ae9a8b2bd 100644 ---- a/init/main.c -+++ b/init/main.c -@@ -1267,8 +1267,10 @@ static bool __init_or_module initcall_blacklisted(initcall_t fn) - char fn_name[KSYM_SYMBOL_LEN]; - unsigned long addr; - -+#ifndef CONFIG_RHEL_DIFFERENCES - if (list_empty(&blacklisted_initcalls)) - return false; -+#endif - - addr = (unsigned long) dereference_function_descriptor(fn); - sprint_symbol_no_offset(fn_name, addr); -@@ -1279,6 +1281,9 @@ static bool __init_or_module initcall_blacklisted(initcall_t fn) - */ - strreplace(fn_name, ' ', '\0'); - -+#ifdef CONFIG_RHEL_DIFFERENCES -+ init_rh_check_status(fn_name); -+#endif - list_for_each_entry(entry, &blacklisted_initcalls, next) { - if (!strcmp(fn_name, entry->buf)) { - pr_debug("initcall %s blacklisted\n", fn_name); -diff --git a/kernel/Makefile b/kernel/Makefile -index e83669841b8cc..8ae573420fdbb 100644 ---- a/kernel/Makefile -+++ b/kernel/Makefile -@@ -12,6 +12,8 @@ obj-y = fork.o exec_domain.o panic.o \ - notifier.o ksysfs.o cred.o reboot.o \ - async.o range.o smpboot.o ucount.o regset.o ksyms_common.o - -+obj-$(CONFIG_RHEL_DIFFERENCES) += rh_messages.o rh_flags.o rh_waived.o -+obj-$(CONFIG_USERMODE_DRIVER) += usermode_driver.o - obj-$(CONFIG_MULTIUSER) += groups.o - obj-$(CONFIG_VHOST_TASK) += vhost_task.o - -diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c -index 1b9b18e5b03cb..475b9cd8641df 100644 ---- a/kernel/bpf/core.c -+++ b/kernel/bpf/core.c -@@ -543,7 +543,12 @@ void bpf_prog_kallsyms_del_all(struct bpf_prog *fp) - /* All BPF JIT sysctl knobs here. */ - int bpf_jit_enable __read_mostly = IS_BUILTIN(CONFIG_BPF_JIT_DEFAULT_ON); - int bpf_jit_kallsyms __read_mostly = IS_BUILTIN(CONFIG_BPF_JIT_DEFAULT_ON); -+#ifdef CONFIG_RHEL_DIFFERENCES -+/* RHEL-only: set it to 1 by default */ -+int bpf_jit_harden __read_mostly = 1; -+#else - int bpf_jit_harden __read_mostly; -+#endif /* CONFIG_RHEL_DIFFERENCES */ - long bpf_jit_limit __read_mostly; - long bpf_jit_limit_max __read_mostly; - -diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c -index 4ff82144f8853..839c3ff15a5cd 100644 ---- a/kernel/bpf/syscall.c -+++ b/kernel/bpf/syscall.c -@@ -27,6 +27,7 @@ - #include - #include - #include -+#include - #include - #include - #include -@@ -64,6 +65,23 @@ static DEFINE_SPINLOCK(map_idr_lock); - static DEFINE_IDR(link_idr); - static DEFINE_SPINLOCK(link_idr_lock); - -+static int __init unprivileged_bpf_setup(char *str) -+{ -+ unsigned long disabled; -+ if (!kstrtoul(str, 0, &disabled)) -+ sysctl_unprivileged_bpf_disabled = !!disabled; -+ -+ if (!sysctl_unprivileged_bpf_disabled) { -+ pr_warn("Unprivileged BPF has been enabled " -+ "(unprivileged_bpf_disabled=0 has been supplied " -+ "in boot parameters), tainting the kernel"); -+ add_taint(TAINT_UNPRIVILEGED_BPF, LOCKDEP_STILL_OK); -+ } -+ -+ return 1; -+} -+__setup("unprivileged_bpf_disabled=", unprivileged_bpf_setup); -+ - int sysctl_unprivileged_bpf_disabled __read_mostly = - IS_BUILTIN(CONFIG_BPF_UNPRIV_DEFAULT_OFF) ? 2 : 0; - -@@ -6492,6 +6510,11 @@ static int bpf_unpriv_handler(const struct ctl_table *table, int write, - if (write && !ret) { - if (locked_state && unpriv_enable != 1) - return -EPERM; -+ if (!unpriv_enable) { -+ pr_warn("Unprivileged BPF has been enabled, " -+ "tainting the kernel"); -+ add_taint(TAINT_UNPRIVILEGED_BPF, LOCKDEP_STILL_OK); -+ } - *(int *)table->data = unpriv_enable; - } - -diff --git a/kernel/module/main.c b/kernel/module/main.c -index 710ee30b3beab..3a43d9d322e7d 100644 ---- a/kernel/module/main.c -+++ b/kernel/module/main.c -@@ -65,6 +65,8 @@ - #define CREATE_TRACE_POINTS - #include - -+#include -+ - /* - * Mutex protects: - * 1) List of modules (also safely readable within RCU read section), -@@ -606,6 +608,7 @@ static const struct module_attribute modinfo_##field = { \ - - MODINFO_ATTR(version); - MODINFO_ATTR(srcversion); -+MODINFO_ATTR(rhelversion); - - static struct { - char name[MODULE_NAME_LEN]; -@@ -1058,6 +1061,7 @@ const struct module_attribute *const modinfo_attrs[] = { - &module_uevent, - &modinfo_version, - &modinfo_srcversion, -+ &modinfo_rhelversion, - &modinfo_initstate, - &modinfo_coresize, - #ifdef CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC -@@ -3325,6 +3329,11 @@ static int early_mod_check(struct load_info *info, int flags) - return -EPERM; - } - -+#ifdef CONFIG_RHEL_DIFFERENCES -+ if (get_modinfo(info, "intree")) -+ module_rh_check_status(info->name); -+#endif -+ - err = rewrite_section_headers(info, flags); - if (err) - return err; -@@ -3909,6 +3918,10 @@ void print_modules(void) - pr_cont(" [last unloaded: %s%s]", last_unloaded_module.name, - last_unloaded_module.taints); - pr_cont("\n"); -+ -+#ifdef CONFIG_RHEL_DIFFERENCES -+ rh_print_flags(); -+#endif - } - - #ifdef CONFIG_MODULE_DEBUGFS -diff --git a/kernel/module/signing.c b/kernel/module/signing.c -index a2ff4242e623d..f0d2be1ee4f1c 100644 ---- a/kernel/module/signing.c -+++ b/kernel/module/signing.c -@@ -61,10 +61,17 @@ int mod_verify_sig(const void *mod, struct load_info *info) - modlen -= sig_len + sizeof(ms); - info->len = modlen; - -- return verify_pkcs7_signature(mod, modlen, mod + modlen, sig_len, -+ ret = verify_pkcs7_signature(mod, modlen, mod + modlen, sig_len, - VERIFY_USE_SECONDARY_KEYRING, - VERIFYING_MODULE_SIGNATURE, - NULL, NULL); -+ if (ret == -ENOKEY && IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING)) { -+ ret = verify_pkcs7_signature(mod, modlen, mod + modlen, sig_len, -+ VERIFY_USE_PLATFORM_KEYRING, -+ VERIFYING_MODULE_SIGNATURE, -+ NULL, NULL); -+ } -+ return ret; - } - - int module_sig_check(struct load_info *info, int flags) -diff --git a/kernel/panic.c b/kernel/panic.c -index 0d52210a9e2bc..4a4d3631b8c74 100644 ---- a/kernel/panic.c -+++ b/kernel/panic.c -@@ -662,6 +662,18 @@ const struct taint_flag taint_flags[TAINT_FLAGS_COUNT] = { - TAINT_FLAG(RANDSTRUCT, 'T', ' '), - TAINT_FLAG(TEST, 'N', ' '), - TAINT_FLAG(FWCTL, 'J', ' '), -+ TAINT_FLAG(20, '?', '-'), -+ TAINT_FLAG(21, '?', '-'), -+ TAINT_FLAG(22, '?', '-'), -+ TAINT_FLAG(23, '?', '-'), -+ TAINT_FLAG(24, '?', '-'), -+ TAINT_FLAG(25, '?', '-'), -+ TAINT_FLAG(PARTNER_SUPPORTED, 'p', ' '), -+ TAINT_FLAG(SUPPORT_REMOVED, 'h', ' '), -+ TAINT_FLAG(RESERVED28, '?', '-'), -+ TAINT_FLAG(RESERVED29, '?', '-'), -+ TAINT_FLAG(RESERVED30, '?', '-'), -+ TAINT_FLAG(UNPRIVILEGED_BPF, 'u', ' '), - }; - - #undef TAINT_FLAG -diff --git a/kernel/rh_flags.c b/kernel/rh_flags.c -new file mode 100644 -index 0000000000000..10d26958f840c ---- /dev/null -+++ b/kernel/rh_flags.c -@@ -0,0 +1,115 @@ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#define RH_FLAG_NAME_LEN 32 -+#define MAX_RH_FLAGS 128 -+#define MAX_RH_FLAG_NAME_LEN (MAX_RH_FLAGS * RH_FLAG_NAME_LEN) -+ -+struct rh_flag { -+ struct list_head list; -+ char name[RH_FLAG_NAME_LEN]; -+}; -+ -+static LIST_HEAD(rh_flag_list); -+static DEFINE_SPINLOCK(rh_flag_lock); -+ -+bool __rh_add_flag(const char *flag_name) -+{ -+ struct rh_flag *feat, *iter; -+ -+ BUG_ON(in_interrupt()); -+ feat = kzalloc(sizeof(*feat), GFP_ATOMIC); -+ if (WARN(!feat, "Adding Red Hat flag %s.\n", flag_name)) -+ return false; -+ strscpy(feat->name, flag_name, RH_FLAG_NAME_LEN); -+ -+ spin_lock(&rh_flag_lock); -+ list_for_each_entry_rcu(iter, &rh_flag_list, list) { -+ if (!strcmp(iter->name, flag_name)) { -+ kfree(feat); -+ feat = NULL; -+ break; -+ } -+ } -+ if (feat) -+ list_add_rcu(&feat->list, &rh_flag_list); -+ spin_unlock(&rh_flag_lock); -+ -+ if (feat) -+ pr_info("Adding Red Hat flag %s.\n", flag_name); -+ return true; -+} -+EXPORT_SYMBOL(__rh_add_flag); -+ -+void rh_print_flags(void) -+{ -+ struct rh_flag *feat; -+ -+ /* -+ * This function cannot do any locking, we're oopsing. Traversing -+ * rh_flag_list is okay, though, even without the rcu_read_lock -+ * taken: we never delete from that list and thus don't need the -+ * delayed free. All we need are the smp barriers invoked by the rcu -+ * list manipulation routines. -+ */ -+ if (list_empty(&rh_flag_list)) -+ return; -+ printk(KERN_DEFAULT "Red Hat flags:"); -+ list_for_each_entry_lockless(feat, &rh_flag_list, list) { -+ pr_cont(" %s", feat->name); -+ } -+ pr_cont("\n"); -+} -+EXPORT_SYMBOL(rh_print_flags); -+ -+#ifdef CONFIG_SYSCTL -+static int rh_flags_show(const struct ctl_table *ctl, int write, -+ void __user *buffer, size_t *lenp, -+ loff_t *ppos) -+{ -+ struct ctl_table tbl = { .maxlen = MAX_RH_FLAG_NAME_LEN, }; -+ struct rh_flag *feat; -+ size_t offs = 0; -+ int ret; -+ -+ tbl.data = kmalloc(tbl.maxlen, GFP_KERNEL); -+ if (!tbl.data) -+ return -ENOMEM; -+ ((char *)tbl.data)[0] = '\0'; -+ -+ rcu_read_lock(); -+ list_for_each_entry_rcu(feat, &rh_flag_list, list) { -+ offs += scnprintf(tbl.data + offs, tbl.maxlen - offs, "%s%s", -+ offs == 0 ? "" : " ", feat->name); -+ } -+ rcu_read_unlock(); -+ -+ ret = proc_dostring(&tbl, write, buffer, lenp, ppos); -+ kfree(tbl.data); -+ return ret; -+} -+ -+static struct ctl_table rh_flags_table[] = { -+ { -+ .procname = "rh_flags", -+ .data = &rh_flag_list, -+ .maxlen = MAX_RH_FLAG_NAME_LEN, -+ .mode = 0444, -+ .proc_handler = rh_flags_show, -+ }, -+}; -+#endif -+ -+static __init int rh_flags_init(void) -+{ -+#ifdef CONFIG_SYSCTL -+ register_sysctl_init("kernel", rh_flags_table); -+#endif -+ return 0; -+} -+subsys_initcall(rh_flags_init); -diff --git a/kernel/rh_messages.c b/kernel/rh_messages.c -new file mode 100644 -index 0000000000000..bb69e8965748b ---- /dev/null -+++ b/kernel/rh_messages.c -@@ -0,0 +1,414 @@ -+/* -+ * The following functions are used by Red Hat to indicate to users that -+ * hardware and drivers are unsupported, or have limited support in RHEL major -+ * and minor releases. These functions output loud warning messages to the end -+ * user and should be USED WITH CAUTION. -+ * -+ * Any use of these functions _MUST_ be documented in the RHEL Release Notes, -+ * and have approval of management. -+ * -+ * Generally, the process of disabling a driver or device in RHEL requires the -+ * driver or device to be marked as 'deprecated' in all existing releases, and -+ * then either 'unmaintained' or 'disabled' in a future release. -+ * -+ * In general, deprecated and unmaintained drivers continue to receive security -+ * related fixes until they are disabled. -+ */ -+ -+#include -+#include -+#include -+#include "rh_messages.h" -+ -+/** -+ * mark_hardware_unmaintained() - Mark hardware as unmaintained. -+ * @driver_name: driver name -+ * @fmt: format for device description -+ * @...: args for device description -+ * -+ * Called to notify users that the device will no longer be tested on a routine -+ * basis and driver code associated with this device is no longer being updated. -+ * Red Hat may, at their own discretion, fix security-related and critical -+ * issues. Support for this device will be disabled in a future major release -+ * and users deploying this device should plan to replace the device in -+ * production systems. -+ * -+ * This function should be used when the driver's usage can be tied to a -+ * specific hardware device. For example, a network device driver loading on a -+ * specific device that is no longer maintained by the manufacturer. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+void __maybe_unused mark_hardware_unmaintained(const char *driver_name, char *fmt, ...) -+{ -+ char device_description[DEV_DESC_LEN]; -+ va_list args; -+ -+ va_start(args, fmt); -+ vsnprintf(device_description, DEV_DESC_LEN, fmt, args); -+ pr_crit(RH_UNMAINT_HW, -+ driver_name, device_description); -+ va_end(args); -+} -+EXPORT_SYMBOL(mark_hardware_unmaintained); -+ -+/** -+ * mark_hardware_deprecated() - Mark hardware as deprecated. -+ * @driver_name: driver name -+ * @fmt: format for device description -+ * @...: args for device description -+ * -+ * Called to notify users that support for the device is planned to be -+ * unmaintained in a future major release, and will eventually be disabled in a -+ * future major release. This device should not be used in new production -+ * environments and users should replace the device in production systems. -+ * -+ * This function should be used when the driver's usage can be tied to a -+ * specific hardware device. For example, a network device driver loading on a -+ * specific device that is no longer maintained by the manufacturer. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+void __maybe_unused mark_hardware_deprecated(const char *driver_name, char *fmt, ...) -+{ -+ char device_description[DEV_DESC_LEN]; -+ va_list args; -+ -+ va_start(args, fmt); -+ vsnprintf(device_description, DEV_DESC_LEN, fmt, args); -+ pr_crit(RH_DEPRECATED_HW, -+ driver_name, device_description); -+ va_end(args); -+} -+ -+/** -+ * mark_hardware_disabled() - Mark a driver as removed. -+ * @driver_name: driver name -+ * @fmt: format for device description -+ * @...: args for device description -+ * -+ * Called to notify users that a device's support has been completely disabled -+ * and no future support updates will occur. This device cannot be used in new -+ * production environments, and users must replace the device in production -+ * systems. -+ * -+ * This function should be used when the driver's usage can be tied to a -+ * specific hardware device. For example, a network device driver loading on a -+ * specific device that is no longer maintained by the manufacturer. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+static void __maybe_unused mark_hardware_disabled(const char *driver_name, char *fmt, ...) -+{ -+ char device_description[DEV_DESC_LEN]; -+ va_list args; -+ -+ va_start(args, fmt); -+ vsnprintf(device_description, DEV_DESC_LEN, fmt, args); -+ pr_crit(RH_DISABLED_HW, -+ driver_name, device_description); -+ va_end(args); -+} -+ -+#ifdef CONFIG_PCI -+/** -+ * pci_hw_deprecated() - Mark a PCI device deprecated. -+ * @dev: the PCI device structure to match against -+ * -+ * Called to check if this @dev is in the list of deprecated devices. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+static void __maybe_unused pci_hw_deprecated(struct pci_dev *dev) -+{ -+ const struct pci_device_id *ret = pci_match_id(rh_deprecated_pci_devices, dev); -+ -+ if (!ret) -+ return; -+ -+ mark_hardware_deprecated(dev_driver_string(&dev->dev), "%04X:%04X @ %s", -+ dev->device, dev->vendor, pci_name(dev)); -+} -+ -+/** -+ * pci_hw_unmaintained() - Mark a PCI device unmaintained. -+ * @dev: the PCI device structure to match against -+ * -+ * Called to check if this @dev is in the list of unmaintained devices. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+static void pci_hw_unmaintained(struct pci_dev *dev) -+{ -+ const struct pci_device_id *ret = pci_match_id(rh_unmaintained_pci_devices, dev); -+ -+ if (!ret) -+ return; -+ -+ mark_hardware_unmaintained(dev_driver_string(&dev->dev), "%04X:%04X @ %s", -+ dev->device, dev->vendor, pci_name(dev)); -+} -+ -+/** -+ * pci_hw_disabled() - Mark a PCI device disabled. -+ * @dev: the PCI device structure to match against -+ * -+ * Called to check if this @dev is in the list of disabled devices. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+static bool __maybe_unused pci_hw_disabled(struct pci_dev *dev) -+{ -+ const struct pci_device_id *ret = pci_match_id(rh_disabled_pci_devices, dev); -+ -+ if (!ret) -+ return false; -+ -+ mark_hardware_disabled(dev_driver_string(&dev->dev), "%04X:%04X @ %s", -+ dev->device, dev->vendor, pci_name(dev)); -+ return true; -+} -+#endif -+ -+/** -+ * driver_unmaintained() - check to see if a driver is unmaintained -+ * @module_name: module name -+ * -+ * Called to notify users that a driver will no longer be tested on a routine -+ * basis and the driver code is no longer being updated. Red Hat may fix -+ * security-related and critical issues. Support for this driver will be -+ * disabled in a future major release, and users should replace any affected -+ * devices in production systems. -+ * -+ * This function should be used when a driver's usage cannot be tied to a -+ * specific hardware device. For example, a network bonding driver or a higher -+ * level storage layer driver that is no longer maintained upstream. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+static void __maybe_unused driver_unmaintained(const char* module_name) -+{ -+ int i = 0; -+ -+ while (rh_unmaintained_drivers[i]) { -+ if (strcmp(rh_unmaintained_drivers[i], module_name) == 0) { -+ pr_crit(RH_UNMAINT_DR, module_name); -+ return; -+ } -+ i++; -+ } -+} -+ -+/** -+ * driver_deprecated() - check to see if a driver is deprecated -+ * @driver_name: module name -+ * -+ * Called to notify users that support for this driver is planned to be -+ * unmaintained in a future major release, and will eventually be disabled in a -+ * future major release. This driver should not be used in new production -+ * environments and users should replace any affected devices in production -+ * systems. -+ * -+ * This function should be used when a driver's usage cannot be tied to a -+ * specific hardware device. For example, a network bonding driver or a higher -+ * level storage layer driver that is no longer maintained upstream. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+static void __maybe_unused driver_deprecated(const char* module_name) -+{ -+ int i = 0; -+ -+ while (rh_deprecated_drivers[i]) { -+ if (strcmp(rh_deprecated_drivers[i], module_name) == 0) { -+ pr_crit(RH_DEPRECATED_DR, module_name); -+ return; -+ } -+ i++; -+ } -+} -+ -+/* There is no driver_disabled() function. Disabled drivers are configured off ;). */ -+ -+/** -+ * init_fn_unmaintained - check to see if a built-in driver is unmaintained. -+ * @fn_name: module's module_init function name -+ * -+ * Called to notify users that a built-in driver will no longer be tested on a routine -+ * basis and the built-in driver code is no longer being updated. Red Hat may fix -+ * security-related and critical issues. Support for this built-in driver will be -+ * disabled in a future major release, and users should replace any affected -+ * devices in production systems. -+ * -+ * This function should be used when a built-in driver's usage cannot be tied to a -+ * specific hardware device. For example, a network bonding driver or a higher -+ * level storage layer driver that is no longer maintained upstream. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+ -+static void __maybe_unused init_fn_unmaintained(char* fn_name) -+{ -+ int i = 0; -+ -+ while (rh_unmaintained_init_fns[i]) { -+ if (strcmp(rh_unmaintained_init_fns[i], fn_name) == 0) { -+ pr_crit(RH_UNMAINT_DR, fn_name); -+ return; -+ } -+ i++; -+ } -+} -+ -+/** -+ * init_fn_deprecated() - check to see if a built-in driver is deprecated -+ * @fn_name: module's module_init function name -+ * -+ * Called to notify users that support for this built-in driver is planned to be -+ * unmaintained in a future major release, and will eventually be disabled in a -+ * future major release. This driver should not be used in new production -+ * environments and users should replace any affected devices in production -+ * systems. -+ * -+ * This function should be used when a built-in driver's usage cannot be tied to a -+ * specific hardware device. For example, a network bonding driver or a higher -+ * level storage layer driver that is no longer maintained upstream. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+static void __maybe_unused init_fn_deprecated(char* fn_name) -+{ -+ int i = 0; -+ -+ while (rh_deprecated_init_fns[i]) { -+ if (strcmp(rh_deprecated_init_fns[i], fn_name) == 0) { -+ pr_crit(RH_DEPRECATED_DR, fn_name); -+ return; -+ } -+ i++; -+ } -+} -+ -+/** -+ * mark_tech_preview() - Mark driver or kernel subsystem as 'Tech Preview' -+ * @msg: Driver or kernel subsystem name -+ * -+ * Called to minimize the support status of a new driver. This does TAINT the -+ * kernel. Calling this function indicates that the driver or subsystem has -+ * had limited testing and is not marked for full support within this RHEL -+ * minor release. The next RHEL minor release may contain full support for -+ * this driver. Red Hat does not guarantee that bugs reported against this -+ * driver or subsystem will be resolved. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+void __maybe_unused mark_tech_preview(const char *msg, struct module *mod) -+{ -+ const char *str = NULL; -+ -+ if (msg) -+ str = msg; -+#ifdef CONFIG_MODULES -+ else if (mod) -+ str = mod->name; -+#endif -+ -+ pr_warn(RH_TECH_PREVIEW, (str ? str : "kernel")); -+ add_taint(TAINT_AUX, LOCKDEP_STILL_OK); -+#ifdef CONFIG_MODULES -+ if (mod) -+ mod->taints |= (1U << TAINT_AUX); -+#endif -+} -+EXPORT_SYMBOL(mark_tech_preview); -+ -+/** -+ * mark_partner_supported() - Mark driver or kernel subsystem as 'Partner Supported' -+ * @msg: Driver or kernel subsystem name -+ * -+ * Called to minimize the support status of a new driver. This does TAINT the -+ * kernel. Calling this function indicates that the driver or subsystem -+ * is not supported directly by Red Hat but by a partner engineer. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+void __maybe_unused mark_partner_supported(const char *msg, struct module *mod) -+{ -+ const char *str = NULL; -+ -+ if (msg) -+ str = msg; -+#ifdef CONFIG_MODULES -+ else if (mod) -+ str = mod->name; -+#endif -+ -+ pr_warn(RH_PARTNER_SUPPORTED, (str ? str : "kernel")); -+ add_taint(TAINT_PARTNER_SUPPORTED, LOCKDEP_STILL_OK); -+#ifdef CONFIG_MODULES -+ if (mod) -+ mod->taints |= (1U << TAINT_PARTNER_SUPPORTED); -+#endif -+} -+EXPORT_SYMBOL(mark_partner_supported); -+ -+/* -+ * -+ * Functions called by 'main' kernel code. -+ * -+ */ -+ -+#ifdef CONFIG_PCI -+/** -+ * pci_rh_check_status - checks the status of a PCI device. -+ * @pci_dev: PCI device to be examined -+ * -+ * This function is called by the PCI driver subsystem to check the status of a -+ * PCI device. -+ * -+ * This function returns true if the PCI device is disabled, and false otherwise. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+bool __maybe_unused pci_rh_check_status(struct pci_dev *pci_dev) -+{ -+ if (pci_dev->driver->driver.owner != NULL) { -+ if (!test_bit(TAINT_OOT_MODULE, &pci_dev->driver->driver.owner->taints)) { -+ pci_hw_unmaintained(pci_dev); -+ pci_hw_deprecated(pci_dev); -+ return pci_hw_disabled(pci_dev); -+ } -+ } -+ return false; -+} -+#endif -+ -+/** module_rh_check_status - checks the status of a module. -+ * @module_name: Name of module to be examined -+ * -+ * This function is called by the module loading code to check the status of a -+ * module. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+void __maybe_unused module_rh_check_status(const char * module_name) -+{ -+ driver_unmaintained(module_name); -+ driver_deprecated(module_name); -+} -+ -+/** -+ * init_rh_check_status - checks the status of a built-in module. -+ * @fn_name: init function of module to be examined -+ * -+ * This function is called by the init code to check the status of a built-in module. -+ * When a module is built-in, the module_init() function is converted into an initcall. -+ * The initcall is the called during boot with the other system initcalls. -+ * -+ * Reserved for Internal Red Hat use only. -+ */ -+void __maybe_unused init_rh_check_status(char *fn_name) -+{ -+ init_fn_deprecated(fn_name); -+ init_fn_unmaintained(fn_name); -+} -diff --git a/kernel/rh_messages.h b/kernel/rh_messages.h -new file mode 100644 -index 0000000000000..05ad12af6a6dd ---- /dev/null -+++ b/kernel/rh_messages.h -@@ -0,0 +1,335 @@ -+/* -+ * WARNING: This file is auto-generated by an internal Red Hat script and, -+ * in general, should not be modified by hand. -+ * See: https://gitlab.com/redhat/rhel/src/kernel/hardware-removal-support -+ */ -+ -+/* -+ * The following tables are used by Red Hat to define what hardware and drivers -+ * are unsupported, or have limited support in RHEL major and minor releases. -+ * -+ * Generally, the process of disabling a driver or device in RHEL requires the -+ * driver or device to be marked as 'deprecated' in all existing releases, and -+ * then either 'unmaintained' or 'disabled' in a future release. -+ * -+ * In general, deprecated and unmaintained drivers continue to receive security -+ * related fixes until they are disabled. -+ */ -+ -+#ifndef __RH_MESSAGES_H -+#define __RH_MESSAGES_H -+ -+#include -+#include -+ -+#define DEV_DESC_LEN 256 -+ -+#define RH_UNMAINT_HW "Warning: Unmaintained Hardware is detected: %s:%s\n" -+ -+#define RH_UNMAINT_DR "Warning: Unmaintained driver is detected: %s\n" -+ -+#define RH_DEPRECATED_HW "Warning: Deprecated Hardware is detected: %s:%s " \ -+ "will not be maintained in a future major release " \ -+ "and may be disabled\n" -+ -+#define RH_DEPRECATED_DR "Warning: Deprecated Driver is detected: %s will " \ -+ "not be maintained in a future major release and " \ -+ "may be disabled\n" -+ -+#define RH_DISABLED_HW "Warning: Disabled Hardware is detected: %s:%s is " \ -+ "no longer enabled in this release.\n" -+ -+#define RH_TECH_PREVIEW "TECH PREVIEW: %s may not be fully supported.\n" \ -+ "Please review provided documentation for " \ -+ "limitations.\n" -+ -+#define RH_PARTNER_SUPPORTED "Warning: %s is a Partner supported GPL " \ -+ "module and not supported directly by Red Hat.\n" -+ -+static const char *rh_deprecated_drivers[] = { -+ 0 /* Terminating entry */ -+}; -+ -+static const char *rh_deprecated_init_fns[] = { -+ 0 /* Terminating entry */ -+}; -+ -+static const char *rh_unmaintained_drivers[] = { -+ "aacraid", -+ "af_key", -+ "ahci_seattle", -+ "ahci_xgene", -+ "arp_tables", -+ "bnx2", -+ "bnx2fc", -+ "bnx2i", -+ "bnx2x", -+ "cnic", -+ "dl2k", -+ "e1000", -+ "ebtables", -+ "hdlc_fr", -+ "hisi_sas_main", -+ "hpsa", -+ "ip6_tables", -+ "ip_set", -+ "ip_tables", -+ "mptbase", -+ "mptsas", -+ "mptscsih", -+ "mptspi", -+ "myri10ge", -+ "netxen_nic", -+ "nft_compat", -+ "nicpf", -+ "nicvf", -+ "nvmet_fc", -+ "nvmet_tcp", -+ "team", -+ 0 /* Terminating entry */ -+}; -+ -+static const char *rh_unmaintained_init_fns[] = { -+ "bnx2_pci_driver_init", -+ "e1000_init_module", -+ "rio_driver_init", -+ "hpsa_init", -+ "fusion_init", -+ "mptsas_init", -+ "fusion_init", -+ "mptspi_init", -+ "myri10ge_init_module", -+ "netxen_init_module", -+ "hdlc_fr_init", -+ "nvmet_fc_init_module", -+ "nvmet_tcp_init", -+ "team_module_init", -+ "ebtables_init", -+ "arp_tables_init", -+ "ip_tables_init", -+ "ip6_tables_init", -+ "ip_set_init", -+ "nft_compat_module_init", -+ "nicvf_init_module", -+ "nic_init_module", -+ "ipsec_pfkey_init", -+ "aac_init", -+ "cnic_init", -+ "bnx2x_init", -+ "bnx2fc_mod_init", -+ "bnx2i_mod_init", -+ "ahci_seattle_probe", -+ "xgene_ahci_probe", -+ "hisi_sas_init", -+ 0 /* Terminating entry */ -+}; -+ -+static const struct pci_device_id rh_deprecated_pci_devices[] = { -+ {0} /* Terminating entry */ -+}; -+ -+static const struct pci_device_id rh_disabled_pci_devices[] = { -+ { 0x1011, 0x0046, 0x103c, 0x10c2 }, -+ { 0x1011, 0x0046, 0x9005, 0x0364 }, -+ { 0x1011, 0x0046, 0x9005, 0x0365 }, -+ { 0x1011, 0x0046, 0x9005, 0x1364 }, -+ { 0x1028, 0x0001, 0x1028, 0x0001 }, -+ { 0x1028, 0x0002, 0x1028, 0x0002 }, -+ { 0x1028, 0x0002, 0x1028, 0x00d1 }, -+ { 0x1028, 0x0002, 0x1028, 0x00d9 }, -+ { 0x1028, 0x0003, 0x1028, 0x0003 }, -+ { 0x1028, 0x0004, 0x1028, 0x00d0 }, -+ { 0x1028, 0x000a, 0x1028, 0x0106 }, -+ { 0x1028, 0x000a, 0x1028, 0x011b }, -+ { 0x1028, 0x000a, 0x1028, 0x0121 }, -+ { 0x9005, 0x0200, 0x9005, 0x0200 }, -+ { 0x9005, 0x0283, 0x9005, 0x0283 }, -+ { 0x9005, 0x0284, 0x9005, 0x0284 }, -+ { 0x9005, 0x0285, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x9005, 0x0285, 0x1014, 0x02F2 }, -+ { 0x9005, 0x0285, 0x1014, 0x0312 }, -+ { 0x9005, 0x0285, 0x1028, PCI_ANY_ID }, -+ { 0x9005, 0x0285, 0x1028, 0x0287 }, -+ { 0x9005, 0x0285, 0x1028, 0x0291 }, -+ { 0x9005, 0x0285, 0x103C, 0x3227 }, -+ { 0x9005, 0x0285, 0x17aa, PCI_ANY_ID }, -+ { 0x9005, 0x0285, 0x17aa, 0x0286 }, -+ { 0x9005, 0x0285, 0x17aa, 0x0287 }, -+ { 0x9005, 0x0285, 0x9005, 0x0285 }, -+ { 0x9005, 0x0285, 0x9005, 0x0286 }, -+ { 0x9005, 0x0285, 0x9005, 0x0287 }, -+ { 0x9005, 0x0285, 0x9005, 0x0288 }, -+ { 0x9005, 0x0285, 0x9005, 0x0289 }, -+ { 0x9005, 0x0285, 0x9005, 0x028a }, -+ { 0x9005, 0x0285, 0x9005, 0x028b }, -+ { 0x9005, 0x0285, 0x9005, 0x028e }, -+ { 0x9005, 0x0285, 0x9005, 0x028f }, -+ { 0x9005, 0x0285, 0x9005, 0x0290 }, -+ { 0x9005, 0x0285, 0x9005, 0x0291 }, -+ { 0x9005, 0x0285, 0x9005, 0x0292 }, -+ { 0x9005, 0x0285, 0x9005, 0x0293 }, -+ { 0x9005, 0x0285, 0x9005, 0x0294 }, -+ { 0x9005, 0x0285, 0x9005, 0x0296 }, -+ { 0x9005, 0x0285, 0x9005, 0x0297 }, -+ { 0x9005, 0x0285, 0x9005, 0x0298 }, -+ { 0x9005, 0x0285, 0x9005, 0x0299 }, -+ { 0x9005, 0x0285, 0x9005, 0x029a }, -+ { 0x9005, 0x0285, 0x9005, 0x02a4 }, -+ { 0x9005, 0x0285, 0x9005, 0x02a5 }, -+ { 0x9005, 0x0286, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x9005, 0x0286, 0x1014, 0x9540 }, -+ { 0x9005, 0x0286, 0x1014, 0x9580 }, -+ { 0x9005, 0x0286, 0x9005, 0x028c }, -+ { 0x9005, 0x0286, 0x9005, 0x028d }, -+ { 0x9005, 0x0286, 0x9005, 0x029b }, -+ { 0x9005, 0x0286, 0x9005, 0x029c }, -+ { 0x9005, 0x0286, 0x9005, 0x029d }, -+ { 0x9005, 0x0286, 0x9005, 0x029e }, -+ { 0x9005, 0x0286, 0x9005, 0x029f }, -+ { 0x9005, 0x0286, 0x9005, 0x02a0 }, -+ { 0x9005, 0x0286, 0x9005, 0x02a1 }, -+ { 0x9005, 0x0286, 0x9005, 0x02a2 }, -+ { 0x9005, 0x0286, 0x9005, 0x02a3 }, -+ { 0x9005, 0x0286, 0x9005, 0x02a6 }, -+ { 0x9005, 0x0286, 0x9005, 0x0800 }, -+ { 0x9005, 0x0287, 0x9005, 0x0800 }, -+ { 0x9005, 0x0288, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x19a2, 0x0222, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x19a2, 0x0712, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x19a2, 0x212, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x19a2, 0x702, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x19a2, 0x703, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x19a2, 0x0700, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x19a2, 0x0211, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x19a2, 0x0710, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x19a2, 0x0221, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x19a2, 0xe220, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0x1ae5, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xe100, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xe131, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xe180, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xe260, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf095, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf098, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf0a1, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf0a5, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf0d1, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf0d5, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf0e1, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf0e5, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf0f5, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf0f6, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf0f7, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf180, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf700, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf800, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf900, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf980, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfa00, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfb00, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfc00, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfc10, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfc20, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfc50, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfd00, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfd11, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfd12, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfe00, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfe05, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfe11, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfe12, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x19a2, 0x0704, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x19a2, 0x0714, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xe208, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xe268, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0060, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0078, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x007C, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0411, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0413, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1028, 0x0015, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x1002, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x6340, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x634A, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x6354, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x6368, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x6372, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x6732, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x673C, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x6746, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x6750, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x675A, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x6764, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x676E, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x1003, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x1004, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x1005, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x1006, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x1007, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x1008, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x1009, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x100a, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x100b, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x100c, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x100d, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x100e, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x100f, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x1010, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0x1025, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0xA2DF, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0064, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0065, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0070, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0072, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0074, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0076, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0077, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x007E, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x2422, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x2432, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x5422, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x5432, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x8001, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x8021, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x8044, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x8432, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0xF000, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x8022, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x8032, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x8042, PCI_ANY_ID, PCI_ANY_ID }, -+ {0} /* Terminating entry */ -+}; -+ -+static const struct pci_device_id rh_unmaintained_pci_devices[] = { -+ { 0x10df, 0xe220, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0x0724, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xe200, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf011, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf015, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xf100, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x10df, 0xfc40, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x005b, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0071, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0073, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0079, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x006E, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0080, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0081, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0082, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0083, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0084, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0085, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0086, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1000, 0x0087, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x177d, 0xa01e, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x177d, 0xa034, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x177d, 0x0011, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x2031, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x2532, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1077, 0x8031, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1924, 0x0803, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x1924, 0x0813, PCI_ANY_ID, PCI_ANY_ID }, -+ {0} /* Terminating entry */ -+}; -+ -+#endif /* __RH_MESSAGES_H */ -diff --git a/kernel/rh_waived.c b/kernel/rh_waived.c -new file mode 100644 -index 0000000000000..20966f7c7277f ---- /dev/null -+++ b/kernel/rh_waived.c -@@ -0,0 +1,147 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * kernel/rh_waived.c -+ * -+ * rh_waived cmdline parameter support. -+ * -+ * Copyright (C) 2024, Red Hat, Inc. Ricardo Robaina -+ */ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+/* -+ * * RH_INSERT_WAIVED_ITEM -+ * This macro is intended to be used to insert items into the -+ * rh_waived_list array. It expects to get an item from -+ * enum rh_waived_items as its first argument, and a string -+ * holding the feature name as its second argument. -+ * -+ * The feature name is also utilized as the token for the -+ * boot parameter parser. -+ * -+ * Example usage: -+ * struct rh_waived_item foo[RH_WAIVED_FEAT_ITEMS] = { -+ * RH_INSERT_WAIVED_ITEM(FOO_FEAT, "foo_feat_short_str", "alias", RH_WAIVED_FEAT), -+ * }; -+ */ -+#define RH_INSERT_WAIVED_ITEM(enum_item, item, item_alt, class) \ -+ [(enum_item)] = { .name = (item), .alias = (item_alt), \ -+ .type = (class), .waived = 0, } -+ -+/* Indicates if the rh_flag 'rh_waived' should be added. */ -+bool __initdata add_rh_flag = false; -+ -+typedef enum { -+ RH_WAIVED_FEAT, -+ RH_WAIVED_CVE, -+ RH_WAIVED_ANY -+} rh_waived_t; -+ -+struct rh_waived_item { -+ char *name, *alias; -+ rh_waived_t type; -+ unsigned int waived; -+ -+}; -+ -+/* Always use the marco RH_INSERT_WAIVED to insert items to this array. */ -+struct rh_waived_item rh_waived_list[RH_WAIVED_ITEMS] = { -+}; -+ -+/* -+ * is_rh_waived() - Checks if a given item has been marked as waived. -+ * -+ * @item: waived item. -+ */ -+__inline__ bool is_rh_waived(enum rh_waived_items item) -+{ -+ return !!rh_waived_list[item].waived; -+} -+EXPORT_SYMBOL(is_rh_waived); -+ -+static void __init rh_waived_parser(char *s, rh_waived_t type) -+{ -+ int i; -+ char *token; -+ -+ pr_info(KERN_CONT "rh_waived: "); -+ -+ if (!s) { -+ for (i = 0; i < RH_WAIVED_ITEMS; i++) { -+ if (type != RH_WAIVED_ANY && rh_waived_list[i].type != type) -+ continue; -+ -+ rh_waived_list[i].waived = 1; -+ pr_info(KERN_CONT "%s%s", rh_waived_list[i].name, -+ i < RH_WAIVED_ITEMS - 1 ? " " : "\n"); -+ } -+ -+ add_rh_flag = true; -+ return; -+ } -+ -+ while ((token = strsep(&s, ",")) != NULL) { -+ for (i = 0; i < RH_WAIVED_ITEMS; i++) { -+ char *alias = rh_waived_list[i].alias; -+ -+ if (type != RH_WAIVED_ANY && rh_waived_list[i].type != type) -+ continue; -+ -+ if (!strcmp(token, rh_waived_list[i].name) || -+ (alias && !strcmp(token, alias))) { -+ rh_waived_list[i].waived = 1; -+ pr_info(KERN_CONT "%s ", rh_waived_list[i].name); -+ } -+ } -+ } -+ -+ pr_info(KERN_CONT "\n"); -+ add_rh_flag = true; -+} -+ -+static int __init rh_waived_setup(char *s) -+{ -+ /* -+ * originally, if no string was passed to the cmdline option -+ * all listed features would be waived, so we keep that same -+ * compromise with the new contract. -+ */ -+ if (!s || !strcmp(s, "features")) { -+ rh_waived_parser(NULL, RH_WAIVED_FEAT); -+ return 0; -+ } -+ -+ /* waive all possible mitigations in the list */ -+ if (!strcmp(s, "cves")) { -+ rh_waived_parser(NULL, RH_WAIVED_CVE); -+ return 0; -+ } -+ -+ /* otherwise, just deal with the enumerated waive list */ -+ rh_waived_parser(s, RH_WAIVED_ANY); -+ -+ return 0; -+} -+early_param("rh_waived", rh_waived_setup); -+ -+/* -+ * rh_flags is initialized at subsys_initcall, calling rh_add_flag() -+ * from rh_waived_setup() would result in a can't boot situation. -+ * Deffering the inclusion 'rh_waived' rh_flag to late_initcall to -+ * avoid this issue. -+ */ -+static int __init __add_rh_flag(void) -+{ -+ if (add_rh_flag) -+ rh_add_flag("rh_waived"); -+ -+ return 0; -+} -+late_initcall(__add_rh_flag); -diff --git a/rust/Makefile b/rust/Makefile -index 5d357dce1704d..4dcc2eff51cb2 100644 ---- a/rust/Makefile -+++ b/rust/Makefile -@@ -383,6 +383,7 @@ bindgen_skip_c_flags := -mno-fp-ret-in-387 -mpreferred-stack-boundary=% \ - -fno-inline-functions-called-once -fsanitize=bounds-strict \ - -fstrict-flex-arrays=% -fmin-function-alignment=% \ - -fzero-init-padding-bits=% -mno-fdpic \ -+ -fdiagnostics-show-context -fdiagnostics-show-context=% \ - --param=% --param asan-% -fno-isolate-erroneous-paths-dereference - - # Derived from `scripts/Makefile.clang`. -diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib -index 28a1c08e3b221..3126a6fa63282 100644 ---- a/scripts/Makefile.lib -+++ b/scripts/Makefile.lib -@@ -191,7 +191,10 @@ objtool-args-$(CONFIG_HAVE_STATIC_CALL_INLINE) += --static-call - objtool-args-$(CONFIG_HAVE_UACCESS_VALIDATION) += --uaccess - objtool-args-$(or $(CONFIG_GCOV_KERNEL),$(CONFIG_KCOV)) += --no-unreachable - objtool-args-$(CONFIG_PREFIX_SYMBOLS) += --prefix=$(CONFIG_FUNCTION_PADDING_BYTES) -+# RHEL-only: don't enforce OBJTOOL_WERROR for out of tree modules -+ifeq ($(KBUILD_EXTMOD),) - objtool-args-$(CONFIG_OBJTOOL_WERROR) += --werror -+endif - - objtool-args = $(objtool-args-y) \ - $(if $(delay-objtool), --link) \ -diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c -index 755b842f1f9b7..af9188ed4ff06 100644 ---- a/scripts/mod/modpost.c -+++ b/scripts/mod/modpost.c -@@ -27,6 +27,7 @@ - #include - #include "modpost.h" - #include "../../include/linux/license.h" -+#include "../../include/generated/uapi/linux/version.h" - - #define MODULE_NS_PREFIX "module:" - -@@ -2034,6 +2035,12 @@ static void write_buf(struct buffer *b, const char *fname) - } - } - -+static void add_rhelversion(struct buffer *b, struct module *mod) -+{ -+ buf_printf(b, "MODULE_INFO(rhelversion, \"%d.%d\");\n", RHEL_MAJOR, -+ RHEL_MINOR); -+} -+ - static void write_if_changed(struct buffer *b, const char *fname) - { - char *tmp; -@@ -2118,6 +2125,7 @@ static void write_mod_c_file(struct module *mod) - } - - add_srcversion(&buf, mod); -+ add_rhelversion(&buf, mod); - - ret = snprintf(fname, sizeof(fname), "%s.mod.c", mod->name); - if (ret >= sizeof(fname)) { -diff --git a/scripts/tags.sh b/scripts/tags.sh -index 99ce427d9a69d..f191cd9d7ee6e 100755 ---- a/scripts/tags.sh -+++ b/scripts/tags.sh -@@ -16,6 +16,8 @@ fi - ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )" - # tags and cscope files should also ignore MODVERSION *.mod.c files - ignore="$ignore ( -name *.mod.c ) -prune -o" -+# RHEL tags and cscope should also ignore redhat/rpm -+ignore="$ignore ( -path redhat/rpm ) -prune -o" - - # ignore arbitrary directories - if [ -n "${IGNORE_DIRS}" ]; then -diff --git a/security/integrity/platform_certs/load_uefi.c b/security/integrity/platform_certs/load_uefi.c -index d1fdd113450a6..182e8090cfe85 100644 ---- a/security/integrity/platform_certs/load_uefi.c -+++ b/security/integrity/platform_certs/load_uefi.c -@@ -74,7 +74,8 @@ static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, - return NULL; - - if (*status != EFI_BUFFER_TOO_SMALL) { -- pr_err("Couldn't get size: 0x%lx\n", *status); -+ pr_err("Couldn't get size: %s (0x%lx)\n", -+ efi_status_to_str(*status), *status); - return NULL; - } - -@@ -85,7 +86,8 @@ static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, - *status = efi.get_variable(name, guid, NULL, &lsize, db); - if (*status != EFI_SUCCESS) { - kfree(db); -- pr_err("Error reading db var: 0x%lx\n", *status); -+ pr_err("Error reading db var: %s (0x%lx)\n", -+ efi_status_to_str(*status), *status); - return NULL; - } - -diff --git a/security/lockdown/Kconfig b/security/lockdown/Kconfig -index e84ddf4840101..d0501353a4b95 100644 ---- a/security/lockdown/Kconfig -+++ b/security/lockdown/Kconfig -@@ -16,6 +16,19 @@ config SECURITY_LOCKDOWN_LSM_EARLY - subsystem is fully initialised. If enabled, lockdown will - unconditionally be called before any other LSMs. - -+config LOCK_DOWN_IN_EFI_SECURE_BOOT -+ bool "Lock down the kernel in EFI Secure Boot mode" -+ default n -+ depends on EFI && SECURITY_LOCKDOWN_LSM_EARLY -+ help -+ UEFI Secure Boot provides a mechanism for ensuring that the firmware -+ will only load signed bootloaders and kernels. Secure boot mode may -+ be determined from EFI variables provided by the system firmware if -+ not indicated by the boot parameters. -+ -+ Enabling this option results in kernel lockdown being triggered if -+ EFI Secure Boot is set. -+ - choice - prompt "Kernel default lockdown mode" - default LOCK_DOWN_KERNEL_FORCE_NONE -diff --git a/security/lockdown/lockdown.c b/security/lockdown/lockdown.c -index 8d46886d2cca0..14a9cdff942b9 100644 ---- a/security/lockdown/lockdown.c -+++ b/security/lockdown/lockdown.c -@@ -72,6 +72,17 @@ static int lockdown_is_locked_down(enum lockdown_reason what) - return 0; - } - -+/** -+ * security_lock_kernel_down() - Put the kernel into lock-down mode. -+ * -+ * @where: Where the lock-down is originating from (e.g. command line option) -+ * @level: The lock-down level (can only increase) -+ */ -+int security_lock_kernel_down(const char *where, enum lockdown_reason level) -+{ -+ return lock_kernel_down(where, level); -+} -+ - static struct security_hook_list lockdown_hooks[] __ro_after_init = { - LSM_HOOK_INIT(locked_down, lockdown_is_locked_down), - }; -diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile -index 4aa60e83ff191..eaceb09e40290 100644 ---- a/tools/testing/selftests/bpf/Makefile -+++ b/tools/testing/selftests/bpf/Makefile -@@ -492,7 +492,7 @@ LSKELS := fexit_sleep.c trace_printk.c trace_vprintk.c map_ptr_kern.c \ - LSKELS_SIGNED := fentry_test.c fexit_test.c atomics.c - - # Generate both light skeleton and libbpf skeleton for these --LSKELS_EXTRA := test_ksyms_module.c test_ksyms_weak.c kfunc_call_test.c \ -+LSKELS_EXTRA := test_ksyms_module.c kfunc_call_test.c \ - kfunc_call_test_subprog.c - SKEL_BLACKLIST += $$(LSKELS) $$(LSKELS_SIGNED) - -diff --git a/tools/testing/selftests/bpf/prog_tests/ksyms_btf.c b/tools/testing/selftests/bpf/prog_tests/ksyms_btf.c -index 1d7a2f1e07317..b22f3a9cb8b80 100644 ---- a/tools/testing/selftests/bpf/prog_tests/ksyms_btf.c -+++ b/tools/testing/selftests/bpf/prog_tests/ksyms_btf.c -@@ -7,7 +7,6 @@ - #include "test_ksyms_btf.skel.h" - #include "test_ksyms_btf_null_check.skel.h" - #include "test_ksyms_weak.skel.h" --#include "test_ksyms_weak.lskel.h" - #include "test_ksyms_btf_write_check.skel.h" - - static int duration; -@@ -111,33 +110,6 @@ static void test_weak_syms(void) - test_ksyms_weak__destroy(skel); - } - --static void test_weak_syms_lskel(void) --{ -- struct test_ksyms_weak_lskel *skel; -- struct test_ksyms_weak_lskel__data *data; -- int err; -- -- skel = test_ksyms_weak_lskel__open_and_load(); -- if (!ASSERT_OK_PTR(skel, "test_ksyms_weak_lskel__open_and_load")) -- return; -- -- err = test_ksyms_weak_lskel__attach(skel); -- if (!ASSERT_OK(err, "test_ksyms_weak_lskel__attach")) -- goto cleanup; -- -- /* trigger tracepoint */ -- usleep(1); -- -- data = skel->data; -- ASSERT_EQ(data->out__existing_typed, 0, "existing typed ksym"); -- ASSERT_NEQ(data->out__existing_typeless, -1, "existing typeless ksym"); -- ASSERT_EQ(data->out__non_existent_typeless, 0, "nonexistent typeless ksym"); -- ASSERT_EQ(data->out__non_existent_typed, 0, "nonexistent typed ksym"); -- --cleanup: -- test_ksyms_weak_lskel__destroy(skel); --} -- - static void test_write_check(bool test_handler1) - { - struct test_ksyms_btf_write_check *skel; -@@ -180,9 +152,6 @@ void test_ksyms_btf(void) - if (test__start_subtest("weak_ksyms")) - test_weak_syms(); - -- if (test__start_subtest("weak_ksyms_lskel")) -- test_weak_syms_lskel(); -- - if (test__start_subtest("write_check1")) - test_write_check(true); - diff --git a/process_configs.sh b/process_configs.sh index bbf2c5c13..166d4766e 100755 --- a/process_configs.sh +++ b/process_configs.sh @@ -1,24 +1,18 @@ #!/bin/bash # -# This script takes the merged config files and processes them through olddefconfig -# and listnewconfig to ensure kernel configurations are valid and complete. +# This script takes the merged config files and processes them through oldconfig +# and listnewconfig # # Globally disable suggestion of appending '|| exit' or '|| return' to cd/pushd/popd commands # shellcheck disable=SC2164 -# Exit if this is a test environment -test -n "$RHTEST" && exit 0 - -# Display usage information and available command line options usage() { # alphabetical order please echo "process_configs.sh [ options ] package_name kernel_version" echo " -a: report all errors, equivalent to [-c -n -w -i]" echo " -c: error on mismatched config options" - echo " -i: ignore any errors, but print them" - echo " -m: specify make options (e.g., -m CC=clang, -m LLVM=1)" - echo " -M: commit mismatched configs to pending directory" + echo " -i: continue on error" echo " -n: error on unset config options" echo " -t: test run, do not overwrite original config" echo " -w: error on misconfigured config options" @@ -37,21 +31,7 @@ die() exit 1 } -# Determine the correct cross-compiler prefix based on compiler type -# For clang builds, return the architecture directly -# For GCC builds, use the dummy-tools directory -get_cross_compile() -{ - arch=$1 - if [[ "$CC_IS_CLANG" -eq 1 ]]; then - echo "$arch" - else - echo "scripts/dummy-tools/" - fi -} - -# Find the top-level kernel source directory -# (identified by MAINTAINERS file and drivers directory) +# stupid function to find top of tree to do kernel make configs switch_to_toplevel() { path="$(pwd)" @@ -68,124 +48,8 @@ switch_to_toplevel() echo "$path" } -# Determine the correct config path based on architecture and variant -# This function maps arch/variant combinations to the proper pending directory -determine_config_path() -{ - local arch="$1" - local variant="$2" - local config_path="" - - # Identify the variant - they have their own top-level directories - if [[ "$variant" == *"rt"* ]]; then - # RT variant - goes under rt/ - if [[ "$variant" == *"debug"* ]]; then - config_path="rt/debug" - else - config_path="rt/generic" - fi - elif [[ "$variant" == *"automotive"* ]]; then - # Automotive variant - goes under automotive/ - if [[ "$variant" == *"debug"* ]]; then - config_path="automotive/debug" - else - config_path="automotive/generic" - fi - else - # Stock kernel - goes under top-level debug or generic - if [[ "$variant" == *"debug"* ]]; then - config_path="debug" - else - config_path="generic" - fi - fi - - # Add architecture-specific subdirectories - case "$arch" in - arm64) - config_path="$config_path/arm/aarch64" - ;; - powerpc) - config_path="$config_path/powerpc" - ;; - riscv) - config_path="$config_path/riscv/riscv64" - ;; - s390) - if [[ "$variant" == *"zfcpdump"* ]]; then - config_path="$config_path/s390x/zfcpdump" - else - config_path="$config_path/s390x" - fi - ;; - x86_64) - config_path="$config_path/x86" - ;; - *) - # For unknown architectures, don't add arch subdirectory - ;; - esac - - echo "$config_path" -} - -# Parse mismatched configs found during processing and create -# individual CONFIG files in the pending directory for each -parse_mismatched_configs() -{ - local tmpdir - local count=$1 # Counter for unique filenames - local arch=$2 - local variant=$3 - - tmpdir=$(mktemp -d) - - # Parse the mismatches file and create individual CONFIG files - tail -n +2 .mismatches"${count}" | while read -r LINE - do - if echo "$LINE" | grep -q "Found # .* is not set, after generation"; then - # Handle case where we found "# CONFIG_FOO is not set" after generation - config_name="${LINE#*Found # }" - config_name="${config_name% is not set, after generation*}" - if [ -n "$config_name" ]; then - echo "# Mismatch found in $arch $variant config" > "$tmpdir/$config_name" - echo "# $config_name is not set" >> "$tmpdir/$config_name" - fi - elif echo "$LINE" | grep -q "Found .* after generation"; then - # Handle case where we found "CONFIG_FOO=value" after generation - config_name="${LINE#*Found }" - config_name="${config_name% after generation*}" - config_name="${config_name%=*}" - config_value="${LINE#*Found }" - config_value="${config_value#*=}" - config_value="${config_value% after generation*}" - if [ -n "$config_name" ] && [ -n "$config_value" ]; then - echo "# Mismatch found in $arch $variant config" > "$tmpdir/$config_name" - echo "$config_name=$config_value" >> "$tmpdir/$config_name" - fi - fi - done - - # Copy the CONFIG files to the pending directory - config_path=$(determine_config_path "$arch" "$variant") - mkdir -p "$SCRIPT_DIR/pending-$FLAVOR/$config_path/" - for f in "$tmpdir"/*; do - [[ -e "$f" ]] || break - cp "$f" "$SCRIPT_DIR/pending-$FLAVOR/$config_path/" - done - - rm -rf "$tmpdir" -} - -# Check for configuration mismatches between the original and generated configs checkoptions() { - cfg=$1 # Original config file - cfgtmp=$2 # Generated config file - count=$3 # Counter for unique filenames - variant=$4 # Config variant (e.g., debug, rt) - - # This awk script compares configuration files for mismatches /usr/bin/awk ' /is not set/ { @@ -208,14 +72,14 @@ checkoptions() print "Found "a[1]"="a[2]" after generation, had " a[1]"="configs[a[1]]" in Source tree"; } } - ' "$cfg" "$cfgtmp" > .mismatches"${count}" + ' "$1" "$2" > .mismatches checkoptions_error=false - if test -s .mismatches"${count}" + if test -s .mismatches then while read -r LINE do - if find "${REDHAT}"/configs -name "$(echo "$LINE" | awk -F "=" ' { print $1 } ' | awk ' { print $2 }')" -print0 | xargs -0 grep ^ | grep -q "process_configs_known_broken"; then + if find ./ -name "$(echo "$LINE" | awk -F "=" ' { print $1 } ' | awk ' { print $2 }')" -print0 | xargs -0 grep ^ | grep -q "process_configs_known_broken"; then # This is a known broken config. # See script help warning. checkoptions_error=false @@ -223,23 +87,17 @@ checkoptions() checkoptions_error=true break fi - done < .mismatches"${count}" + done < .mismatches ! $checkoptions_error && return - sed -i "1s/^/Error: Mismatches found in configuration files for ${arch} ${variant}\n/" .mismatches"${count}" - - # Add mismatched configs to the pending directory - if test -n "$COMMITMISMATCHES"; then - parse_mismatched_configs "$count" "$arch" "$variant" - fi - else - rm -f .mismatches"${count}" + echo "Error: Mismatches found in configuration files" + cat .mismatches + RETURNCODE=1 + [ "$CONTINUEONERROR" ] || exit 1 fi } -# Parse the output of 'make listnewconfig' and 'make helpnewconfig' -# to create properly formatted configuration files for new configs parsenewconfigs() { tmpdir=$(mktemp -d) @@ -276,26 +134,21 @@ parsenewconfigs() /usr/bin/awk -v BASE="$tmpdir" ' BEGIN { inpatch=0; outfile="none"; - symbol="none"; - commit=""; } - /^Symbol: .*$/ { - split($0, a, " "); - symbol="CONFIG_"a[2]; + symbol="none"; } + /^CONFIG_.*:$/ { + split($0, a, ":"); + symbol=a[1]; outfile=BASE "/fake_"symbol - print "# ~~~" >> outfile; } /-----/ { if (inpatch == 0) { inpatch = 1; } else { - print "# ~~~" >> outfile; if (symbol != "none") { - print "# Commit: "commit >> outfile system("cat " outfile " " BASE "/" symbol " > " BASE "/tmpf"); system("mv " BASE "/tmpf " BASE "/" symbol); symbol="none" - commit="" } outfile="none" inpatch = 0; @@ -306,15 +159,6 @@ parsenewconfigs() print "# "$0 >> outfile; } } - /^Defined at .*$/ { - split($0, x, " "); - filenum=x[3]; - split(filenum, x, ":"); - file=x[1] - line=x[2] - cmd="git blame -L " line "," line " " file " | cut -d \" \" -f1 | xargs git log --pretty=format:\"%C(auto)%h %C(cyan)('%s')\" -1" - cmd | getline commit - } ' .helpnewconfig @@ -324,38 +168,18 @@ parsenewconfigs() popd &> /dev/null for f in "$tmpdir"/*; do [[ -e "$f" ]] || break - cp "$f" "$SCRIPT_DIR/pending-$FLAVOR/generic/" + cp "$f" "$SCRIPT_DIR/pending$FLAVOR/generic/" done rm -rf "$tmpdir" } -# Commit any mismatched configs that were saved to the pending directory -commit_mismatched_configs() -{ - # assume we are in $source_tree/configs, need to get to top level - pushd "$(switch_to_toplevel)" &>/dev/null - - # Check if there are any modified or untracked mismatched configs to commit - if git status --porcelain "$SCRIPT_DIR/pending-$FLAVOR/" | grep -q .; then - echo "Committing mismatched configuration files..." - git add "$SCRIPT_DIR/pending-$FLAVOR" - git commit -m "[redhat] AUTOMATIC: Mismatched $FLAVOR configs" - echo "Mismatched configs committed to pending-$FLAVOR directory" - else - echo "No mismatched configs found to commit" - fi - - popd &>/dev/null -} - -# Processes all config files, finds new/unset configs, and commits them function commit_new_configs() { # assume we are in $source_tree/configs, need to get to top level pushd "$(switch_to_toplevel)" &>/dev/null - for cfg in "$SCRIPT_DIR/${SPECPACKAGE_NAME}${KVERREL}"*.config + for cfg in "$SCRIPT_DIR/${PACKAGE_NAME}${KVERREL}${SUBARCH}"*.config do arch=$(head -1 "$cfg" | cut -b 3-) cfgtmp="${cfg}.tmp" @@ -369,152 +193,93 @@ function commit_new_configs() fi echo -n "Checking for new configs in $cfg ... " - # shellcheck disable=SC2086 - make ${MAKEOPTS} ARCH="$arch" CROSS_COMPILE="$(get_cross_compile "$arch")" KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig + make ARCH="$arch" KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig grep -E 'CONFIG_' .listnewconfig > .newoptions if test -s .newoptions then - # shellcheck disable=SC2086 - make ${MAKEOPTS} ARCH="$arch" CROSS_COMPILE="$(get_cross_compile "$arch")" KCONFIG_CONFIG="$cfgorig" helpnewconfig >& .helpnewconfig + make ARCH="$arch" KCONFIG_CONFIG="$cfgorig" helpnewconfig >& .helpnewconfig parsenewconfigs fi rm .newoptions echo "done" done - # Commit the new configuration files to git - git add "$SCRIPT_DIR/pending-$FLAVOR" - # DO NOT CHANGE THIS MESSAGE! gen_config_patches.sh looks for this commit message. + git add "$SCRIPT_DIR/pending$FLAVOR" git commit -m "[redhat] AUTOMATIC: New configs" } -# Process a single configuration file -function process_config() -{ - local cfg - local arch - local cfgtmp - local cfgorig - local count - local variant - - cfg=$1 - count=$2 - - arch=$(head -1 "$cfg" | cut -b 3-) - - if [ "$arch" = "EMPTY" ] - then - # This arch is intentionally left blank - return - fi - - variant=$(basename "$cfg" | cut -d"-" -f3- | cut -d"." -f1) - - cfgtmp="${cfg}.tmp" - cfgorig="${cfg}.orig" - cat "$cfg" > "$cfgorig" - - echo "Processing $cfg ... " - - # shellcheck disable=SC2086 - make ${MAKEOPTS} ARCH="$arch" CROSS_COMPILE="$(get_cross_compile "$arch")" KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig"${count}" - grep -E 'CONFIG_' .listnewconfig"${count}" > .newoptions"${count}" - if test -n "$NEWOPTIONS" && test -s .newoptions"${count}" - then - echo "Found unset config items in ${arch} ${variant}, please set them to an appropriate value" >> .errors"${count}" - cat .newoptions"${count}" >> .errors"${count}" - rm .newoptions"${count}" - RETURNCODE=1 - fi - rm -f .newoptions"${count}" - - grep -E 'config.*warning' .listnewconfig"${count}" > .warnings"${count}" - if test -n "$CHECKWARNINGS" && test -s .warnings"${count}" - then - echo "Found misconfigured config items in ${arch} ${variant}, please set them to an appropriate value" >> .errors"${count}" - cat .warnings"${count}" >> .errors"${count}" - fi - rm .warnings"${count}" - - rm .listnewconfig"${count}" - - # shellcheck disable=SC2086 - make ${MAKEOPTS} ARCH="$arch" CROSS_COMPILE="$(get_cross_compile "$arch")" KCONFIG_CONFIG="$cfgorig" olddefconfig > /dev/null || exit 1 - echo "# $arch" > "$cfgtmp" - cat "$cfgorig" >> "$cfgtmp" - if test -n "$CHECKOPTIONS" - then - checkoptions "$cfg" "$cfgtmp" "$count" "$variant" - fi - # if test run, don't overwrite original - if test -n "$TESTRUN" - then - rm -f "$cfgtmp" - else - mv "$cfgtmp" "$cfg" - fi - rm -f "$cfgorig" - echo "Processing $cfg complete" -} - -# Process all configuration files -# Handles parallel processing and error reporting function process_configs() { # assume we are in $source_tree/configs, need to get to top level pushd "$(switch_to_toplevel)" &>/dev/null - count=0 - for cfg in "$SCRIPT_DIR/${SPECPACKAGE_NAME}${KVERREL}"*.config + for cfg in "$SCRIPT_DIR/${PACKAGE_NAME}${KVERREL}${SUBARCH}"*.config do - if [ "$count" -eq 0 ]; then - # do the first one by itself so that tools are built - process_config "$cfg" "$count" + arch=$(head -1 "$cfg" | cut -b 3-) + cfgtmp="${cfg}.tmp" + cfgorig="${cfg}.orig" + cat "$cfg" > "$cfgorig" + + if [ "$arch" = "EMPTY" ] + then + # This arch is intentionally left blank + continue fi - process_config "$cfg" "$count" & - # shellcheck disable=SC2004 - waitpids[${count}]=$! - ((count++)) - while [ "$(jobs | grep -c Running)" -ge "$RHJOBS" ]; do :; done - done - # shellcheck disable=SC2048 - for pid in ${waitpids[*]}; do - wait "${pid}" - done + echo -n "Processing $cfg ... " + make ARCH="$arch" KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig + grep -E 'CONFIG_' .listnewconfig > .newoptions + if test -n "$NEWOPTIONS" && test -s .newoptions + then + echo "Found unset config items, please set them to an appropriate value" + cat .newoptions + rm .newoptions + RETURNCODE=1 + [ "$CONTINUEONERROR" ] || exit 1 + fi + rm .newoptions + + grep -E 'config.*warning' .listnewconfig > .warnings + if test -n "$CHECKWARNINGS" && test -s .warnings + then + echo "Found misconfigured config items, please set them to an appropriate value" + cat .warnings + rm .warnings + RETURNCODE=1 + [ "$CONTINUEONERROR" ] || exit 1 + fi + rm .warnings + + rm .listnewconfig + + make ARCH="$arch" KCONFIG_CONFIG="$cfgorig" olddefconfig > /dev/null || exit 1 + echo "# $arch" > "$cfgtmp" + cat "$cfgorig" >> "$cfgtmp" + if test -n "$CHECKOPTIONS" + then + checkoptions "$cfg" "$cfgtmp" + fi + # if test run, don't overwrite original + if test -n "$TESTRUN" + then + rm -f "$cfgtmp" + else + mv "$cfgtmp" "$cfg" + fi + rm -f "$cfgorig" + echo "done" + done rm "$SCRIPT_DIR"/*.config*.old - - if ls .errors* 1> /dev/null 2>&1; then - RETURNCODE=1 - cat .errors* - rm .errors* -f - fi - - # Commit any mismatched configs found during processing - if [ $RETURNCODE -eq 0 ] && test -n "$COMMITMISMATCHES"; then - rm .mismatches* -f - commit_mismatched_configs - # Otherwise, display any mismatched configs - elif ls .mismatches* 1> /dev/null 2>&1; then - RETURNCODE=1 - cat .mismatches* - rm .mismatches* -f - fi - popd > /dev/null - [ $RETURNCODE -eq 0 ] && echo "Processed config files are in $SCRIPT_DIR" + echo "Processed config files are in $SCRIPT_DIR" } CHECKOPTIONS="" -IGNOREERRORS="" +CONTINUEONERROR="" NEWOPTIONS="" TESTRUN="" CHECKWARNINGS="" -MAKEOPTS="" -CC_IS_CLANG=0 -COMMITMISMATCHES="" RETURNCODE=0 @@ -523,9 +288,8 @@ do key="$1" case $key in -a) - # Enable all error checking options CHECKOPTIONS="x" - IGNOREERRORS="x" + CONTINUEONERROR="x" NEWOPTIONS="x" CHECKWARNINGS="x" ;; @@ -536,7 +300,7 @@ do usage ;; -i) - IGNOREERRORS="x" + CONTINUEONERROR="x" ;; -n) NEWOPTIONS="x" @@ -550,30 +314,26 @@ do -z) COMMITNEWCONFIGS="x" ;; - -m) - shift - # Handle clang compiler options - if [ "$1" = "CC=clang" ] || [ "$1" = "LLVM=1" ]; then - CC_IS_CLANG=1 - fi - MAKEOPTS="$MAKEOPTS $1" - ;; - -M) - COMMITMISMATCHES="x" - CHECKOPTIONS="x" - ;; *) break;; esac shift done -KVERREL="$(test -n "$1" && echo "-$1" || echo "")" -FLAVOR="$(test -n "$2" && echo "$2" || echo "rhel")" -# shellcheck disable=SC2015 +PACKAGE_NAME="${1:-kernel}" # defines the package name used +KVERREL="$(test -n "$2" && echo "-$2" || echo "")" +SUBARCH="$(test -n "$3" && echo "-$3" || echo "")" +FLAVOR="$(test -n "$4" && echo "-$4" || echo "-common")" SCRIPT=$(readlink -f "$0") SCRIPT_DIR=$(dirname "$SCRIPT") +# Most RHEL options are options we want in Fedora so RHEL pending settings head +# to common/ +if [ "$FLAVOR" = "-rhel" ] +then + FLAVOR="-common" +fi + # to handle this script being a symlink cd "$SCRIPT_DIR" @@ -583,8 +343,4 @@ else process_configs fi -if test -n "$IGNOREERRORS"; then - exit 0 -else - exit $RETURNCODE -fi +exit $RETURNCODE diff --git a/redhatsecureboot301.cer b/redhatsecureboot301.cer new file mode 100644 index 000000000..20e660479 Binary files /dev/null and b/redhatsecureboot301.cer differ diff --git a/redhatsecurebootca1.cer b/redhatsecurebootca1.cer new file mode 100644 index 000000000..b2354007b Binary files /dev/null and b/redhatsecurebootca1.cer differ diff --git a/rhelima.x509 b/rhelima.x509 deleted file mode 100644 index a286bfb4d..000000000 Binary files a/rhelima.x509 and /dev/null differ diff --git a/rhelima_centos.x509 b/rhelima_centos.x509 deleted file mode 100644 index 691678fab..000000000 Binary files a/rhelima_centos.x509 and /dev/null differ diff --git a/rhelimaca1.x509 b/rhelimaca1.x509 deleted file mode 100644 index b5501502d..000000000 Binary files a/rhelimaca1.x509 and /dev/null differ diff --git a/rpminspect.yaml b/rpminspect.yaml deleted file mode 100644 index b28099dd1..000000000 --- a/rpminspect.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# additional rpminspect configuration for this branch - ---- -inspections: - upstream: off - -badfuncs: - ignore: - - /usr/libexec/ksamples/* - - /usr/libexec/kselftests/* - -emptyrpm: - expected_empty: - - kernel - - kernel-debug - - kernel-debug-devel-matched - - kernel-devel-matched - - kernel-modules-extra-matched - - kernel-zfcpdump - - kernel-zfcpdump-devel-matched - - kernel-zfcpdump-modules - - kernel-zfcpdump-modules-partner - - kernel-rt - - kernel-rt-debug - - kernel-rt-debug-devel-matched - - kernel-rt-devel-matched - - kernel-rt-modules-extra-matched - - kernel-64k - - kernel-64k-debug - - kernel-64k-debug-devel-matched - - kernel-64k-devel-matched - - kernel-64k-modules-extra-matched - - kernel-rt-64k - - kernel-rt-64k-debug - - kernel-rt-64k-debug-devel-matched - - kernel-rt-64k-devel-matched - - kernel-rt-64k-modules-extra-matched - -patches: - ignore_list: - - linux-kernel-test.patch - - patch-6.19-redhat.patch - -runpath: - ignore: - - /usr/libexec/kselftests/bpf/urandom_read - - /usr/libexec/kselftests/bpf/no_alu32/urandom_read - - /usr/libexec/kselftests/bpf/cpuv4/urandom_read diff --git a/secureboot_ppc.cer b/secureboot_ppc.cer new file mode 100644 index 000000000..2c0087dbc Binary files /dev/null and b/secureboot_ppc.cer differ diff --git a/secureboot_s390.cer b/secureboot_s390.cer new file mode 100644 index 000000000..137d3858f Binary files /dev/null and b/secureboot_s390.cer differ diff --git a/sources b/sources index 19860d324..195c295ab 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-6.19-rc5.tar.xz) = d61ec1e68ee22b58a0e335e8a349e8c8a3d59219264d6f769d36c50f9a013e4bdf8b39481aa6dee575df62e60841ba687fccb7a82f99b9b005a09008927cb57e -SHA512 (kernel-abi-stablelists-6.19.0.tar.xz) = 467b85c3bb413e713a2e1500060fe4f4ba6934cc5a28294a5952e4452baecf997e246317b09a34f7bece1daf26a4d4f40a95557ac843ec30d218c854f576516b -SHA512 (kernel-kabi-dw-6.19.0.tar.xz) = 7a698cf2b133314dcbe1452a16859aa0af35d486af939b6c72b6d3e88692718900c61b79e31052342075fb74ee61581f19a5f8f1bac3e1813737f6336b84efe4 +SHA512 (linux-5.12.19.tar.xz) = 62a1600e6e4fb7f99927cbd1eabe42c4bf88498bb744bae1538b8f5ba6d6d3f270d76590c99926aa3d38424b844d233bd79ae9e1f654cc2a4f9672f8936871f4 +SHA512 (kernel-abi-whitelists-5.12.19-302.tar.bz2) = 01f882f346884ef4c7ecbfaba9824877f9e830c81c75d4ee6630d131ab8bb154a03f18c524251268650e8c0f6ae5178ac04cf4879f16eb02b8cbc285cb533359 +SHA512 (kernel-kabi-dw-5.12.19-302.tar.bz2) = 2c4f8352e1441bf60679d69c77966e2dee144ca7badc7dc693f10c2adf5c97e74258c7cd50079cefffb8bfd095f7c8e132bfb1410468da15e5192823afc874d1 diff --git a/uki-addons.sbat.template b/uki-addons.sbat.template deleted file mode 100644 index b83d5cdb6..000000000 --- a/uki-addons.sbat.template +++ /dev/null @@ -1,2 +0,0 @@ -sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md -kernel-uki-virt-addons.@SBAT_SUFFIX,1,Red Hat,kernel-uki-virt-addons,@KVER,mailto:secalert@redhat.com diff --git a/uki.sbat.template b/uki.sbat.template deleted file mode 100644 index 8d2530dff..000000000 --- a/uki.sbat.template +++ /dev/null @@ -1,2 +0,0 @@ -sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md -kernel-uki-virt.@SBAT_SUFFIX,1,Red Hat,kernel-uki-virt,@KVER,mailto:secalert@redhat.com diff --git a/uki_addons.json b/uki_addons.json deleted file mode 100644 index 4e579b167..000000000 --- a/uki_addons.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "common": { - "crashkernel-1536M.addon": [ - "crashkernel=1536M\n" - ], - "crashkernel-192M.addon": [ - "crashkernel=192M\n" - ], - "crashkernel-1G.addon": [ - "crashkernel=1G\n" - ], - "crashkernel-256M.addon": [ - "crashkernel=256M\n" - ], - "crashkernel-2G.addon": [ - "crashkernel=2G\n" - ], - "crashkernel-512M.addon": [ - "crashkernel=512M\n" - ], - "crashkernel-default.addon": [ - "crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\n" - ], - "debug.addon": [ - "debug" - ], - "systemd-volatile-overlay.addon": [ - "systemd.volatile=overlay" - ] - }, - "virt": { - "common": { - "fips-disable.addon": [ - "fips=0\n" - ], - "fips-enable.addon": [ - "fips=1\n" - ] - }, - "rhel": { - "aarch64": { - "crashkernel-default.addon": [ - "crashkernel=1G-4G:256M,4G-64G:320M,64G-:576M\n" - ] - } - } - } -} \ No newline at end of file diff --git a/uki_create_addons.py b/uki_create_addons.py deleted file mode 100755 index e577023de..000000000 --- a/uki_create_addons.py +++ /dev/null @@ -1,136 +0,0 @@ -#!/usr/bin/env python3 -# -# This script inspects a given json proving a list of addons, and -# creates an addon for each key/value pair matching the given uki, distro and -# arch provided in input. -# -# Usage: python uki_create_addons.py input_json out_dir uki distro arch [sbat] -# -# This tool requires the systemd-ukify and systemd-boot packages. -# -# Addon file -#----------- -# Each addon terminates with .addon -# Each addon contains only two types of lines: -# Lines beginning with '#' are description and thus ignored -# All other lines are command line to be added. -# The name of the end resulting addon is taken from the json hierarchy. -# For example, and addon in json['virt']['rhel']['x86_64']['hello.addon'] will -# result in an UKI addon file generated in out_dir called -# hello-virt.rhel.x86_64.addon.efi -# -# The common key, present in any sub-dict in the provided json (except the leaf dict) -# is used as place for default addons when the same addon is not defined deep -# in the hierarchy. For example, if we define test.addon (text: 'test1\n') in -# json['common']['test.addon'] = ['test1\n'] and another test.addon (text: test2) in -# json['virt']['common']['test.addon'] = ['test2'], any other uki except virt -# will have a test.addon.efi with text "test1", and virt will have a -# test.addon.efi with "test2" - -import os -import sys -import json -import collections -import subprocess - - -UKIFY_PATH = '/usr/lib/systemd/ukify' - -def usage(err): - print(f'Usage: {os.path.basename(__file__)} input_json output_dir uki distro arch [sbat]') - print(f'Error:{err}') - sys.exit(1) - -def check_clean_arguments(input_json, out_dir): - # Remove end '/' - if out_dir[-1:] == '/': - out_dir = out_dir[:-1] - if not os.path.isfile(input_json): - usage(f'input_json {input_json} is not a file, or does not exist!') - if not os.path.isdir(out_dir): - usage(f'out_dir_dir {out_dir} is not a dir, or does not exist!') - return out_dir - -UKICmdlineAddon = collections.namedtuple('UKICmdlineAddon', ['name', 'cmdline']) -uki_addons_list = [] -uki_addons = {} - -def parse_lines(lines): - cmdline = '' - for l in lines: - l = l.lstrip() - if not l: - continue - if l[0] == '#': - continue - cmdline += l.rstrip() + ' ' - if cmdline == '': - return '' - return cmdline - -def parse_all_addons(in_obj): - for el in in_obj.keys(): - # addon found: copy it in our global dict uki_addons - if el.endswith('.addon'): - uki_addons[el] = in_obj[el] - -def recursively_find_addons(in_obj, folder_list): - # end of recursion, leaf directory. Search all addons here - if len(folder_list) == 0: - parse_all_addons(in_obj) - return - - # first, check for common folder - if 'common' in in_obj: - parse_all_addons(in_obj['common']) - - # second, check if there is a match with the searched folder - if folder_list[0] in in_obj: - folder_next = in_obj[folder_list[0]] - folder_list = folder_list[1:] - recursively_find_addons(folder_next, folder_list) - -def parse_in_json(in_json, uki_name, distro, arch): - with open(in_json, 'r') as f: - in_obj = json.load(f) - recursively_find_addons(in_obj, [uki_name, distro, arch]) - - for addon_name, cmdline in uki_addons.items(): - addon_name = addon_name.replace(".addon","") - addon_full_name = f'{addon_name}-{uki_name}.{distro}.{arch}.addon.efi' - cmdline = parse_lines(cmdline).rstrip() - if cmdline: - uki_addons_list.append(UKICmdlineAddon(addon_full_name, cmdline)) - -def create_addons(out_dir, sbat): - for uki_addon in uki_addons_list: - out_path = os.path.join(out_dir, uki_addon.name) - cmd = [ - f'{UKIFY_PATH}', 'build', - '--cmdline', uki_addon.cmdline, - '--output', out_path] - if sbat: - cmd.extend(['--sbat', sbat.rstrip()]) - - subprocess.check_call(cmd, text=True) - -if __name__ == "__main__": - argc = len(sys.argv) - 1 - if argc < 5 or argc > 6: - usage('too few or too many parameters!') - - input_json = sys.argv[1] - out_dir = sys.argv[2] - uki_name = sys.argv[3] - distro = sys.argv[4] - arch = sys.argv[5] - - custom_sbat = None - if argc == 6: - custom_sbat = sys.argv[6] - - out_dir = check_clean_arguments(input_json, out_dir) - parse_in_json(input_json, uki_name, distro, arch) - create_addons(out_dir, custom_sbat) - - diff --git a/update_scripts.sh b/update_scripts.sh new file mode 100755 index 000000000..9196e795a --- /dev/null +++ b/update_scripts.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +if [ -z "$1" ]; then + exit 1 +fi + +TARGET="$1" + +for i in "$RPM_SOURCE_DIR"/*."$TARGET"; do + NEW=${i%.$TARGET} + cp "$i" "$NEW" +done diff --git a/x509.genkey.centos b/x509.genkey.centos deleted file mode 100644 index c91af3b46..000000000 --- a/x509.genkey.centos +++ /dev/null @@ -1,16 +0,0 @@ -[ req ] -default_bits = 3072 -distinguished_name = req_distinguished_name -prompt = no -x509_extensions = myexts - -[ req_distinguished_name ] -O = The CentOS Project -CN = CentOS Stream kernel signing key -emailAddress = security@centos.org - -[ myexts ] -basicConstraints=critical,CA:FALSE -keyUsage=digitalSignature -subjectKeyIdentifier=hash -authorityKeyIdentifier=keyid