From 0852697759ef51c91cf1cc3325d973536e3a2ac0 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 22 Sep 2021 09:29:41 -0500 Subject: kernel-5.14.7-0 * Wed Sep 22 2021 Justin M. Forbes [5.14.7-0] - Add Fedora 34 and 33 to release_targets (Justin M. Forbes) - Strip [redhat] entries from changelog (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 663 +----------------------------------------------- patch-5.14-redhat.patch | 2 +- sources | 6 +- 3 files changed, 12 insertions(+), 659 deletions(-) diff --git a/kernel.spec b/kernel.spec index 96f844519..7ab412a05 100755 --- a/kernel.spec +++ b/kernel.spec @@ -123,7 +123,7 @@ Summary: The Linux kernel # The kernel tarball/base version %define kversion 5.14 -%define rpmversion 5.14.6 +%define rpmversion 5.14.7 %define patchversion 5.14 %define pkgrelease 300 @@ -672,7 +672,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.6.tar.xz +Source0: linux-5.14.7.tar.xz Source1: Makefile.rhelver @@ -1358,8 +1358,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.6 -c -mv linux-5.14.6 linux-%{KVERREL} +%setup -q -n kernel-5.14.7 -c +mv linux-5.14.7 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2958,6 +2958,10 @@ fi # # %changelog +* Wed Sep 22 2021 Justin M. Forbes [5.14.7-0] +- Add Fedora 34 and 33 to release_targets (Justin M. Forbes) +- Strip [redhat] entries from changelog (Justin M. Forbes) + * Sat Sep 18 2021 Justin M. Forbes [5.14.6-0] - Fix changelog generation (Justin M. Forbes) - Clean up changelog (Justin M. Forbes) @@ -2989,49 +2993,34 @@ fi - ACPI: PM: s2idle: Run both AMD and Microsoft methods if both are supported (Mario Limonciello) - Don't tag a release as [redhat] (Justin M. Forbes) - Fixes for changelog that I think will help with the next stable bump (Justin M. Forbes) -- [redhat] kernel-5.14.5-0 (Justin M. Forbes) -- [redhat] kernel-5.14.4-0 (Justin M. Forbes) - Build kernel-doc for Fedora (Justin M. Forbes) -- [redhat] kernel-5.14.3-0 (Justin M. Forbes) -- [redhat] kernel-5.14.2-0 (Justin M. Forbes) - Revert "team: mark team driver as deprecated" (Justin M. Forbes) -- [redhat] kernel-5.14.1-0 (Justin M. Forbes) - Setup for building fedora-5.14 branch (Justin M. Forbes) -- [redhat] kernel-5.14.0-0 (Justin M. Forbes) - iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha (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] -- [redhat] New configs in fs/zonefs (Fedora Kernel Team) - Attempt to fix Intel PMT code (David Arcari) -- [redhat] New configs in drivers/vdpa (Fedora Kernel Team) - CI: Enable realtime branch testing (Veronika Kabatova) - CI: Enable realtime checks for c9s and RHEL9 (Veronika Kabatova) -- [redhat] New configs in drivers/net/ethernet/stmicro (Fedora Kernel Team) -- [redhat] New configs in drivers/power (Fedora Kernel Team) - 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) -- [redhat] New configs in block/Kconfig (Fedora Kernel Team) - arm64: dts: rockchip: Disable CDN DP on Pinebook Pro (Matthias Brugger) - arm64: dts: rockchip: Setup USB typec port as datarole on (Dan Johansen) - xfs: drop experimental warnings for bigtime and inobtcount (Bill O'Donnell) [1995321] - Disable liquidio driver on ark/rhel (Herton R. Krzesinski) [1993393] - More Fedora config updates (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/mtd (Fedora Kernel Team) -- [redhat] New configs in drivers/reset (Fedora Kernel Team) - increase CONFIG_NODES_SHIFT for aarch64 (Chris von Recklinghausen) [1890304] - redhat: configs: Enable CONFIG_WIRELESS_HOTKEY (Hans de Goede) -- [redhat] New configs in drivers/scsi (CKI Gitlab) - 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] @@ -3043,25 +3032,19 @@ fi - 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] -- [redhat] New configs in drivers/crypto (Fedora Kernel Team) - filter-modules.sh: add more sound modules to filter (Jaroslav Kysela) - redhat/configs: sound configuration cleanups and updates (Jaroslav Kysela) -- [redhat] New configs in sound/soc (Fedora Kernel Team) -- [redhat] New configs in net/netfilter (CKI Gitlab) - 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) -- [redhat] Enable CONFIG_RANDOM_TRUST_CPU for all the arches (Vladis Dronov) [1976877] - 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] -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) @@ -3079,29 +3062,21 @@ fi - 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) -- [redhat] configs: Enable CONFIG_DRM_HYPERV as a module (Patrick Talbert) -- [redhat] New configs in drivers/gpu (Fedora Kernel Team) - 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] AUTOMATIC: New configs (Fedora Kernel Team) - redhat/configs: enable CONFIG_BLK_DEV_ZONED (Ming Lei) [1638087] -- [redhat] New configs in lib/Kconfig.debug (Fedora Kernel Team) - 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] New configs in kernel/trace (Fedora Kernel Team) -- [redhat] New configs in drivers/iio (Fedora Kernel Team) -- [redhat] New configs in drivers/clk (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/firmware (Fedora Kernel Team) - 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) @@ -3109,58 +3084,22 @@ fi - 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] New configs in drivers/video (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - redhat/configs: enable KEXEC_SIG which is already enabled in RHEL8 for s390x and x86_64 (Coiby Xu) [1976835] -- [redhat] New configs in drivers/watchdog (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in drivers/infiniband (Fedora Kernel Team) - rpmspec: do not BuildRequires bpftool on noarch (Herton R. Krzesinski) - redhat/configs: disable {IMA,EVM}_LOAD_X509 (Bruno Meneguele) [1977529] -- [redhat] kabi: rename legacy terminology (Čestmír Kalina) [1953486] -- [redhat] New configs in drivers/net/phy (Fedora Kernel Team) -- [redhat] New configs in fs/Kconfig (Fedora Kernel Team) - 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] -- [redhat] Generate a crashkernel.default for each kernel build (Kairui Song) -- [redhat] New configs in drivers/platform (Fedora Kernel Team) -- [redhat] New configs in drivers/mfd (Fedora Kernel Team) -- [redhat] New configs in drivers/net/wwan (Fedora Kernel Team) -- [redhat] New configs in drivers/phy (Fedora Kernel Team) -- [redhat] New configs in drivers/char (Fedora Kernel Team) -- [redhat] New configs in kernel/Kconfig.preempt (Fedora Kernel Team) - common: enable STRICT_MODULE_RWX everywhere (Peter Robinson) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] Add (unset) config options that are only available when compiling with clang (Tom Stellard) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] New configs in lib/Kconfig.debug (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - fedora: arm: Enable some i.MX8 options (Peter Robinson) - Enable Landlock for Fedora (Justin M. Forbes) - Filter update for Fedora aarch64 (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - rpmspec: only build debug meta packages where we build debug ones (Herton R. Krzesinski) -- [redhat] New configs in security/integrity (Fedora Kernel Team) - 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] @@ -3169,11 +3108,7 @@ fi - 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] -- [redhat] New configs in arch/arm64 (CKI Gitlab) -- [redhat] New configs in drivers/hwmon (Fedora Kernel Team) - Revert "Merge branch 'ec_fips' into 'os-build'" (Vladis Dronov) [1947240] -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) @@ -3184,22 +3119,11 @@ fi - 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) -- [redhat] spec: Enable config checks when building with clang (Tom Stellard) -- [redhat] configs: Add a generic facility for providing custom config options (Patrick Talbert) - 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) -- [redhat] New configs in drivers/net/usb (Fedora Kernel Team) - Turn off DRM_XEN_FRONTEND for Fedora as we had DRM_XEN off already (Justin M. Forbes) -- [redhat] New configs in drivers/net/can (Fedora Kernel Team) -- [redhat] New configs in drivers/iio (Fedora Kernel Team) -- [redhat] New configs in drivers/extcon (Fedora Kernel Team) -- [redhat] New configs in drivers/power (Fedora Kernel Team) -- [redhat] New configs in drivers/pwm (Fedora Kernel Team) -- [redhat] New configs in drivers/mtd (Fedora Kernel Team) -- [redhat] New configs in drivers/iio (Fedora Kernel Team) - Fedora 5.13 config updates pt 3 (Justin M. Forbes) -- [redhat] New configs in drivers/usb (Fedora Kernel Team) - all: enable ath11k wireless modules (Peter Robinson) - all: Enable WWAN and associated MHI bus pieces (Peter Robinson) - spec: Enable sefltests rpm build (Jiri Olsa) @@ -3236,7 +3160,6 @@ fi - 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) -- [redhat] New configs in drivers/cxl (Fedora Kernel Team) - 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) @@ -3248,33 +3171,16 @@ fi - 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] New configs in drivers/irqchip (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/net/pcs (Fedora Kernel Team) -- [redhat] New configs in drivers/vdpa (Fedora Kernel Team) -- [redhat] perf: enable CoreSight support (Michael Petlan) [1877192] -- [redhat] New configs in mm/Kconfig (Fedora Kernel Team) -- [redhat] New configs in fs/cifs (Fedora Kernel Team) - RHEL: disable io_uring support (Jeff Moyer) -- [redhat] New configs in drivers/hwtracing (CKI Gitlab) -- [redhat] New configs in drivers/hid (CKI Gitlab) - all: Changing CONFIG_UV_SYSFS to build uv_sysfs.ko as a loadable module. (Frank Ramsay) -- [redhat] New configs in drivers/iio (Fedora Kernel Team) - 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] - Enable CONFIG_BPF_UNPRIV_DEFAULT_OFF (Jiri Olsa) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] configs: Enable CONFIG_VIRTIO_FS on s390x, too (Thomas Huth) [1871130] - configs/common/s390: disable CONFIG_QETH_{OSN,OSX} (Philipp Rudo) [1903201] -- [redhat] Flip some diag modules from m to y (Antoine Tenart) [1948340] -- [redhat] Add CONFIG_SYSTEM_REVOCATION_KEYS and _LIST (Vladis Dronov) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] perf: link libtraceevent dynamically (Michael Petlan) [1952426] - team: mark team driver as deprecated (Hangbin Liu) [1945477] - Make CRYPTO_EC also builtin (Simo Sorce) [1947240] - Do not hard-code a default value for DIST (David Ward) @@ -3288,132 +3194,61 @@ fi - 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] -- [redhat] perf: enable CTF support (Michael Petlan) [1957305] - ARK-config: Make amd_pinctrl module builtin (Hans de Goede) -- [redhat] New configs in drivers/gpu (CKI Gitlab) -- [redhat] enable CONFIG_DM_VERITY_FEC in ARK (Mike Snitzer) - 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] New configs in fs/netfs (CKI Gitlab) - 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) -- [redhat] spec: Be more consistent about using %%{make_opts} when invoking make (Tom Stellard) -- [redhat] New configs in drivers/net/ethernet/microsoft (Fedora Kernel Team) -- [redhat] Disable CONFIG_NETFILTER_XTABLES_COMPAT (Phil Sutter) - Remove unused boot loader specification files (David Ward) - redhat/configs: Enable mlx5 IPsec and TLS offloads (Alaa Hleihel) [1869674 1957636] -- [redhat] New configs in drivers/net/ethernet/broadcom (Fedora Kernel Team) - Force DWARF4 because crash does not support DWARF5 yet (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in drivers/vdpa (Fedora Kernel Team) -- [redhat] New configs in drivers/dma (Fedora Kernel Team) - common: disable Apple Silicon generally (Peter Robinson) -- [redhat] New configs in drivers/net/phy (Fedora Kernel Team) -- [redhat] perf: enable dynamic linking of libbpf (Michael Petlan) [1957210] - 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) -- [redhat] New configs in net/netfilter (Fedora Kernel Team) -- [redhat] New configs in net/Kconfig (Fedora Kernel Team) -- [redhat] New configs in drivers/i2c (Fedora Kernel Team) -- [redhat] New configs in drivers/thermal (Fedora Kernel Team) -- [redhat] New configs in net/bluetooth (Fedora Kernel Team) -- [redhat] New configs in drivers/bluetooth (Fedora Kernel Team) - 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) -- [redhat] New configs in init/Kconfig (Fedora Kernel Team) - Fedora set modprobe path (Justin M. Forbes) -- [redhat] New configs in drivers/input (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in drivers/cxl (CKI Gitlab) -- [redhat] New configs in drivers/mfd (Fedora Kernel Team) -- [redhat] New configs in drivers/leds (Fedora Kernel Team) - 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] -- [redhat] spec: Add bzip2 dependency to perf package (Michael Petlan) [1957219] -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] New configs in init/Kconfig (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/net/dsa (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/net/ethernet/mellanox (Fedora Kernel Team) - 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] -- [redhat] New configs in fs/nfs (Fedora Kernel Team) - Enable mtdram for fedora (rhbz 1955916) (Justin M. Forbes) -- [redhat] New configs in init/Kconfig (Fedora Kernel Team) -- [redhat] New configs in lib/Kconfig.debug (Fedora Kernel Team) -- [redhat] Enable CONFIG_CRYPTO_CFB=y so cfb(aes) is available in FIPS mode (Vladis Dronov) [1915290] -- [redhat] New configs in arch/s390 (Fedora Kernel Team) -- [redhat] New configs in security/landlock (Fedora Kernel Team) -- [redhat] New configs in sound/virtio (Fedora Kernel Team) -- [redhat] New configs in crypto/Kconfig (Fedora Kernel Team) - Remove reference to bpf-helpers man page (Justin M. Forbes) -- [redhat] New configs in arch/x86 (Fedora Kernel Team) -- [redhat] New configs in drivers/hid (Fedora Kernel Team) -- [redhat] New configs in drivers/hwmon (Fedora Kernel Team) -- [redhat] New configs in arch/x86 (CKI Gitlab) - Fedora: enable more modules for surface devices (Dave Olsthoorn) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Fix Fedora config mismatch for CONFIG_FSL_ENETC_IERB (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/spi (Fedora Kernel Team) -- [redhat] New configs in arch/Kconfig (Fedora Kernel Team) -- [redhat] New configs in lib/Kconfig.debug (Fedora Kernel Team) -- [redhat] New configs in drivers/cpufreq (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/thunderbolt (Fedora Kernel Team) -- [redhat] New configs in drivers/ntb (Fedora Kernel Team) -- [redhat] New configs in arch/arm64 (Fedora Kernel Team) -- [redhat] New configs in drivers/platform (Fedora Kernel Team) -- [redhat] New configs in drivers/misc (Fedora Kernel Team) - Add redhat/configs/pending-common/generic/s390x/zfcpdump/CONFIG_NETFS_SUPPORT (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Create ark-latest branch last for CI scripts (Don Zickus) - Replace /usr/libexec/platform-python with /usr/bin/python3 (David Ward) -- [redhat] New configs in sound/soc (Fedora Kernel Team) -- [redhat] turn off legacy drm interfaces (Dave Airlie) -- [redhat] New configs in arch/s390 (Fedora Kernel Team) - Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes) -- [redhat] Disable CONFIG_VDPA for s390x/zfcpdump (Patrick Talbert) - Export ark infrastructure files (Don Zickus) -- [redhat] New configs in drivers/virtio (Jeremy Cline) -- [redhat] New configs in drivers/gpu (Jeremy Cline) - 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) @@ -3424,100 +3259,45 @@ fi - 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) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Update mod-internal to fix depmod issue (Nico Pache) -- [redhat] spec: Disable ipaclones when building with clang (Tom Stellard) -- [redhat] New configs in crypto/Kconfig (Fedora Kernel Team) -- [redhat] New configs in drivers/virtio (Jeremy Cline) -- [redhat] New configs in drivers/vhost (Jeremy Cline) -- [redhat] New configs in drivers/vdpa (Justin Forbes) -- [redhat] Move ARM SMC configs to a proper location (Vladis Dronov) - Turn on CONFIG_VDPA_SIM_NET (rhbz 1942343) (Justin M. Forbes) -- [redhat] New configs in drivers/power (Fedora Kernel Team) -- [redhat] New configs in drivers/media (Fedora Kernel Team) -- [redhat] New configs in drivers/power (Fedora Kernel Team) - New configs in drivers/power (Fedora Kernel Team) -- [redhat] New configs in drivers/nvmem (Fedora Kernel Team) - Turn on CONFIG_NOUVEAU_DEBUG_PUSH for debug configs (Justin M. Forbes) -- [redhat] New configs in fs/fuse (Fedora Kernel Team) -- [redhat] New configs in drivers/thunderbolt (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/hid (Fedora Kernel Team) -- [redhat] New configs in lib/Kconfig.debug (Fedora Kernel Team) - filter-modules.sh: Fix copy/paste error 'input' (Paul Bolle) - Update module filtering for 5.12 kernels (Justin M. Forbes) -- [redhat] New configs in drivers/watchdog (Fedora Kernel Team) -- [redhat] New configs in drivers/media (Fedora Kernel Team) -- [redhat] New configs in drivers/input (Fedora Kernel Team) -- [redhat] New configs in drivers/leds (Fedora Kernel Team) -- [redhat] New configs in drivers/soc (Fedora Kernel Team) - Fix genlog.py to ensure that comments retain "%%" characters. (Mark Mielke) -- [redhat] New configs in drivers/clk (Patrick Talbert) -- [redhat] New configs in drivers/leds (Fedora Kernel Team) -- [redhat] New configs in drivers/leds (Fedora Kernel Team) - New configs in drivers/leds (Fedora Kernel Team) - Limit CONFIG_USB_CDNS_SUPPORT to x86_64 and arm in Fedora (David Ward) -- [redhat] New configs in drivers/input (Fedora Kernel Team) -- [redhat] New configs in drivers/leds (Fedora Kernel Team) -- [redhat] New configs in drivers/leds (Fedora Kernel Team) - Fedora: Enable CHARGER_GPIO on aarch64 too (Peter Robinson) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Fedora config updates (Justin M. Forbes) -- [redhat] Update configs for mod-internal.list (Don Zickus) - 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) -- [redhat] New configs in arch/arm64 (CKI@GitLab) -- [redhat] New configs in drivers/platform (Fedora Kernel Team) - configs/common/generic: disable CONFIG_SLAB_MERGE_DEFAULT (Rafael Aquini) - Remove _legacy_common_support (Justin M. Forbes) -- [redhat] New configs in arch/powerpc (Fedora Kernel Team) -- [redhat] New configs in arch/arm64 (Fedora Kernel Team) -- [redhat] New configs in fs/Kconfig (Fedora Kernel Team) - redhat/mod-blacklist.sh: Fix floppy blacklisting (Hans de Goede) -- [redhat] New configs in lib/Kconfig.kgdb (Fedora Kernel Team) -- [redhat] New configs in lib/Kconfig.debug (Fedora Kernel Team) -- [redhat] configs: Enable CONFIG_DEBUG_IRQFLAGS for debug builds. (Patrick Talbert) -- [redhat] New configs in lib/Kconfig.debug (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] Unify crypto CHACHA20 and POLY1305 configs (Vladis Dronov) -- [redhat] New configs in fs/xfs (Fedora Kernel Team) - New configs in drivers/platform (CKI@GitLab) - New configs in drivers/firmware (CKI@GitLab) -- [redhat] New configs in sound/soc (Jeremy Cline) -- [redhat] New configs in drivers/scsi (Fedora Kernel Team) -- [redhat] New configs in drivers/tty (Fedora Kernel Team) -- [redhat] Makefile: dist-dump-variables (Ben Crocker) -- [redhat] New configs in drivers/perf (CKI Gitlab) - New configs in drivers/mailbox (Fedora Kernel Team) - New configs in drivers/net/phy (Justin M. Forbes) -- [redhat] New configs in mm/Kconfig (Fedora Kernel Team) -- [redhat] Enable PERCPU_STATS and CRYPTO_DEV_CCP_DEBUGFS in the debug flavor (Vladis Dronov) - Update CONFIG_DM_MULTIPATH_IOA (Augusto Caringi) -- [redhat] New configs in drivers/md (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/net/ethernet/mellanox (Justin M. Forbes) - New configs in net/bluetooth (Justin M. Forbes) - New configs in drivers/clk (Fedora Kernel Team) - New configs in init/Kconfig (Jeremy Cline) -- [redhat] New configs in lib/Kconfig.debug (CKI Gitlab) -- [redhat] spec: Add %%bcond_with toolchain_clang option (Tom Stellard) -- [redhat] New configs in drivers/pinctrl (Fedora Kernel Team) - 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) @@ -3530,18 +3310,6 @@ fi - 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) -- [redhat] New configs in drivers/input (Fedora Kernel Team) -- [redhat] Set CONFIG_MOUSE_SERIAL=n by default (Patrick Talbert) -- [redhat] arm: unify EFI vars (Jeremy Linton) -- [redhat] arm: Unify CPU_THERMAL (Jeremy Linton) -- [redhat] arm: move SPE to generic (Jeremy Linton) -- [redhat] aarch64: sync and enable some arm interconnect PMUs (Jeremy Linton) -- [redhat] arm: move psci checker disable to common (Jeremy Linton) -- [redhat] aarch64: SW_TTBR_PAN globally on (Jeremy Linton) -- [redhat] aarch64: Move arm64_tlb_range to common (Jeremy Linton) -- [redhat] aarch64: Enable hotplug memory (Jeremy Linton) -- [redhat] aarch64: ACPI/CPPC can be a module (Jeremy Linton) -- [redhat] aarch64: Support coresight as a generic option (Jeremy Linton) - 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) @@ -3557,8 +3325,6 @@ fi - 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) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) @@ -3570,52 +3336,13 @@ fi - 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] Make CONFIG_CRYPTO_DEV_QAT_* configs x86-only and unify them (Vladis Dronov) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] Provide CONFIG_X86_SGX for x86_64 only (Vladis Dronov) -- [redhat] New configs in drivers/clk (Fedora Kernel Team) -- [redhat] New configs in drivers/hwmon (Fedora Kernel Team) -- [redhat] New configs in lib/Kconfig.debug (Fedora Kernel Team) -- [redhat] New configs in drivers/pci (Fedora Kernel Team) -- [redhat] New configs in drivers/misc (Fedora Kernel Team) -- [redhat] New configs in drivers/acpi (Fedora Kernel Team) -- [redhat] New configs in lib/Kconfig.kfence (Fedora Kernel Team) -- [redhat] New configs in lib/Kconfig.kasan (Fedora Kernel Team) -- [redhat] New configs in arch/arm64 (Fedora Kernel Team) -- [redhat] New configs in lib/Kconfig (Fedora Kernel Team) -- [redhat] New configs in drivers/dma (Fedora Kernel Team) - redhat: remove CONFIG_DRM_PANEL_XINGBANGDA_XBD599 (Herton R. Krzesinski) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - New configs in arch/powerpc (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Turn on CONFIG_PPC_QUEUED_SPINLOCKS as it is default upstream now (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in arch/arm64 (Fedora Kernel Team) -- [redhat] New configs in drivers/net/ethernet/mellanox (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] configs: Enable CONFIG_SND_JACK_INJECTION_DEBUG for the debug variant (Patrick Talbert) -- [redhat] New configs in sound/core (Fedora Kernel Team) -- [redhat] New configs in net/netfilter (Fedora Kernel Team) -- [redhat] New configs in drivers/powercap (Fedora Kernel Team) -- [redhat] New configs in drivers/net/wireless (Fedora Kernel Team) -- [redhat] New configs in drivers/char (Fedora Kernel Team) -- [redhat] New configs in kernel/trace (Fedora Kernel Team) -- [redhat] New configs in drivers/acpi (Fedora Kernel Team) - 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) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in kernel/dma (Fedora Kernel Team) -- [redhat] New configs in drivers/iommu (Jeremy Cline) - Removed description text as a comment confuses the config generation (Justin M. Forbes) -- [redhat] New configs in drivers/perf (Jeremy Cline) -- [redhat] New configs in drivers/net/ethernet/chelsio (Fedora Kernel Team) - New configs in drivers/dma-buf (Jeremy Cline) -- [redhat] New configs in net/netfilter (CKI Gitlab) - 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) @@ -3624,9 +3351,7 @@ fi - 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) -- [redhat] AUTOMATIC: New configs (Hans de Goede) - CI: Drop MR ID from the name variable (Veronika Kabatova) -- [redhat] spec: package decompressor vmlinux for s390 (Philipp Rudo) - 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) @@ -3634,64 +3359,34 @@ fi - 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) -- [redhat] New configs in security/keys (Fedora Kernel Team) - 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] Makefile: new dist-buildreq-check target (Ben Crocker) - Turn off vdso_install for ppc (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Remove bpf-helpers.7 from bpftool package (Jiri Olsa) -- [redhat] Makefile: consolidate rpmbuild cmds into one target (Ben Crocker) - New configs in lib/Kconfig.debug (Fedora Kernel Team) -- [redhat] New configs in drivers/spi (Jeremy Cline) -- [redhat] AUTOMATIC: New configs (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) -- [redhat] New configs in drivers/pinctrl (Jeremy Cline) -- [redhat] New configs in drivers/crypto (Jeremy Cline) -- [redhat] Move config option CONFIG_MLX5_EN_IPSEC to common area (Fedora Kernel Team) -- [redhat] New configs in drivers/hid (Fedora Kernel Team) -- [redhat] New configs in drivers/vfio (Jeremy Cline) -- [redhat] New configs in drivers/mfd (CKI Gitlab) -- [redhat] New configs in drivers/edac (CKI Gitlab) -- [redhat] New configs in drivers/mailbox (Fedora Kernel Team) -- [redhat] New configs in drivers/hid (Fedora Kernel Team) -- [redhat] New configs in arch/arm64 (Fedora Kernel Team) - 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] -- [redhat] New configs in drivers/dma (Fedora Kernel Team) -- [redhat] New configs in drivers/platform (CKI Gitlab) -- [redhat] New configs in drivers/gpu (Fedora Kernel Team) -- [redhat] New configs in net/bridge (Fedora Kernel Team) - Fix USB_XHCI_PCI regression (Justin M. Forbes) - fedora: fixes for ARMv7 build issue by disabling HIGHPTE (Peter Robinson) -- [redhat] New configs in drivers/char (Fedora Kernel Team) -- [redhat] New configs in drivers/net/wireless (Fedora Kernel Team) - all: s390x: Increase CONFIG_PCI_NR_FUNCTIONS to 512 (#1888735) (Dan Horák) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/platform (CKI Gitlab) -- [redhat] New configs in sound/soc (CKI Gitlab) - 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) -- [redhat] Set CONFIG_SND_SOC_WM8804_I2C (Patrick Talbert) -- [redhat] New configs in drivers/hwmon (Fedora Kernel Team) -- [redhat] genspec.sh: fix lasttag/MARKER logic (Ben Crocker) -- [redhat] self-test/2001-dist-release.bats (Ben Crocker) - 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) @@ -3707,11 +3402,6 @@ fi - 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) -- [redhat] New configs in arch/x86 (CKI Gitlab) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in drivers/xen (Fedora Kernel Team) -- [redhat] New configs in sound/soc (CKI Gitlab) -- [redhat] New configs in sound/soc (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) @@ -3734,65 +3424,22 @@ fi - fedora: arm crypto updates (Peter Robinson) - CONFIG_KASAN_HW_TAGS for aarch64 (Justin M. Forbes) - Fedora: cleanup PCMCIA configs, move to x86 (Peter Robinson) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in drivers/ptp (Fedora Kernel Team) -- [redhat] New configs in drivers/crypto (Fedora Kernel Team) -- [redhat] New configs in arch/x86 (Fedora Kernel Team) -- [redhat] New configs in arch/Kconfig (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - New configs in drivers/rtc (Fedora Kernel Team) -- [redhat] New configs in drivers/i2c (Jeremy Cline) - 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] -- [redhat] New configs in arch/Kconfig (Fedora Kernel Team) - 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) -- [redhat] ark-rebase-patches.sh: Fix for shellcheck (Ben Crocker) -- [redhat] ark-create-release.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] merge-subtrees.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] rh-dist-git.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] update_scripts.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] x86_rngd.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] parallel_xz.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] expand_srpm.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] create-tarball.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] generate_bls_conf.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] clone_tree.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] new_release.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] download_cross.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] create_distgit_changelog.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] generate_cross_report.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] run_kabi-dw.sh: Fix syntax flagged by shellcheck (Ben Crocker) - mod-blacklist.sh: Fix syntax flagged by shellcheck (Ben Crocker) -- [redhat] scripts/configdiff.sh: Fix syntax flagged by shellcheck (Ben Crocker) - Enable Speakup accessibility driver (Justin M. Forbes) - New configs in init/Kconfig (Fedora Kernel Team) -- [redhat] New configs in drivers/pinctrl (CKI Gitlab) - Fix fedora config mismatch due to dep changes (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - New configs in drivers/crypto (Jeremy Cline) - Remove duplicate ENERGY_MODEL configs (Peter Robinson) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - This is selected by PCIE_QCOM so must match (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in drivers/media (Fedora Kernel Team) - drop unused BACKLIGHT_GENERIC (Peter Robinson) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in drivers/pci (Jeremy Cline) -- [redhat] New configs in arch/arm64 (Jeremy Cline) - 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) @@ -3801,11 +3448,7 @@ fi - 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) -- [redhat] New configs in usr/Kconfig (Fedora Kernel Team) - New configs in net/sched (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in drivers/usb (Fedora Kernel Team) - New configs in drivers/mfd (CKI@GitLab) - New configs in drivers/mfd (Fedora Kernel Team) - New configs in drivers/firmware (Fedora Kernel Team) @@ -3826,46 +3469,30 @@ fi - redhat: enable CONFIG_IMA_APPRAISE_BOOTPARAM (Bruno Meneguele) - redhat: enable CONFIG_IMA_APPRAISE (Bruno Meneguele) - redhat: enable CONFIG_INTEGRITY for aarch64 (Bruno Meneguele) -- [redhat] self-test/0001-shellcheck.bats: check for shellcheck (Ben Crocker) -- [redhat] self-test/1001-rpmlint.bats, 1003-rpminspect.bats (Ben Crocker) -- [redhat] Makefile, Makefile.common, egit.sh, 1005-dist-dump-variables.bats (Ben Crocker) -- [redhat] Add GIT macro to Makefile and Makefile.common: (Ben Crocker) - 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) -- [redhat] New configs in drivers/video (Jeremy Cline) - 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] fix kernel changelog release mismatch in dist-release (Herton R. Krzesinski) -- [redhat] fix the detection of changed files in dist-release (Herton R. Krzesinski) -- [redhat] Avoid ".test" suffix with ark-create-release.sh (Herton R. Krzesinski) -- [redhat] Avoid offset of 1 between release in Makefile and commit (Herton R. Krzesinski) - redhat: generic enable CONFIG_INET_MPTCP_DIAG (Davide Caratti) - Fedora config update (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Fedora config updates for ath11k (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Turn on ATH11K for Fedora (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - redhat: enable CONFIG_INTEL_IOMMU_SVM (Jerry Snitselaar) - More Fedora config fixes (Justin M. Forbes) - Fedora 5.10 config updates (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Fedora 5.10 configs round 1 (Justin M. Forbes) - Fedora config updates (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) @@ -3890,61 +3517,28 @@ fi - 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) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/usb (Fedora Kernel Team) -- [redhat] New configs in net/xfrm (Fedora Kernel Team) -- [redhat] New configs in kernel/rcu (Fedora Kernel Team) -- [redhat] New configs in drivers/soc (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) -- [redhat] New configs in drivers/phy (Fedora Kernel Team) -- [redhat] New configs in drivers/misc (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - [Automatic] Handle config dependency changes (Don Zickus) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in drivers/gpu (Fedora Kernel Team) -- [redhat] New configs in drivers/video (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - configs/iommu: Add config comment to empty CONFIG_SUN50I_IOMMU file (Jerry Snitselaar) -- [redhat] New configs in drivers/iommu (Fedora Kernel Team) -- [redhat] New configs in drivers/dma (Fedora Kernel Team) -- [redhat] New configs in kernel/bpf (Fedora Kernel Team) -- [redhat] New configs in lib/Kconfig.kasan (Fedora Kernel Team) -- [redhat] New configs in lib/Kconfig.debug (Fedora Kernel Team) - New configs in kernel/trace (Fedora Kernel Team) - Fix Fedora config locations (Justin M. Forbes) - Fedora config updates (Justin M. Forbes) -- [redhat] New configs in net/can (Fedora Kernel Team) -- [redhat] New configs in drivers/acpi (Fedora Kernel Team) -- [redhat] New configs in drivers/pinctrl (Fedora Kernel Team) -- [redhat] New configs in drivers/mfd (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - configs: enable CONFIG_CRYPTO_CTS=y so cts(cbc(aes)) is available in FIPS mode (Vladis Dronov) [1855161] -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/hwmon (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] New configs in drivers/video (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) @@ -3974,10 +3568,8 @@ fi - 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) -- [redhat] New configs in drivers/infiniband (Fedora Kernel Team) - New configs in drivers/pinctrl (Fedora Kernel Team) - Update CONFIG_THERMAL_NETLINK (Justin Forbes) -- [redhat] New configs in drivers/thermal (Fedora Kernel Team) - Separate merge-upstream and release stages (Don Zickus) - Re-enable CONFIG_IR_SERIAL on Fedora (Prarit Bhargava) - Create Patchlist.changelog file (Don Zickus) @@ -3992,10 +3584,7 @@ fi - 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) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Fedora confi gupdate (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) @@ -4006,57 +3595,29 @@ fi - Fedora config change (Justin M. Forbes) - Fedora filter update (Justin M. Forbes) - Config update for Fedora (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - enable PROTECTED_VIRTUALIZATION_GUEST for all s390x kernels (Dan Horák) -- [redhat] New configs in drivers/nvme (Fedora Kernel Team) -- [redhat] New configs in drivers/spi (Fedora Kernel Team) - redhat: ark: enable CONFIG_NET_SCH_TAPRIO (Davide Caratti) - redhat: ark: enable CONFIG_NET_SCH_ETF (Davide Caratti) -- [redhat] New configs in arch/arm64 (Fedora Kernel Team) -- [redhat] New configs in drivers/char (Fedora Kernel Team) -- [redhat] New configs in drivers/firmware (Fedora Kernel Team) - More Fedora config updates (Justin M. Forbes) - New config deps (Justin M. Forbes) - Fedora config updates (Justin M. Forbes) -- [redhat] New configs in drivers/net/wireless (Fedora Kernel Team) -- [redhat] New configs in drivers/video (Fedora Kernel Team) -- [redhat] New configs in sound/pci (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Config updates for Fedora (Justin M. Forbes) - fedora: enable enery model (Peter Robinson) -- [redhat] New configs in kernel/rcu (Fedora Kernel Team) -- [redhat] New configs in lib/Kconfig.debug (Fedora Kernel Team) -- [redhat] New configs in drivers/gpio (Fedora Kernel Team) -- [redhat] New configs in drivers/iio (Fedora Kernel Team) -- [redhat] New configs in drivers/hwmon (Fedora Kernel Team) -- [redhat] New configs in drivers/leds (Fedora Kernel Team) -- [redhat] New configs in drivers/media (Fedora Kernel Team) -- [redhat] New configs in drivers/net/ethernet/mellanox (Fedora Kernel Team) -- [redhat] New configs in drivers/pci (Fedora Kernel Team) -- [redhat] New configs in drivers/power (Fedora Kernel Team) -- [redhat] New configs in drivers/tty (Fedora Kernel Team) -- [redhat] New configs in drivers/usb (Fedora Kernel Team) - 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) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - 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) @@ -4073,94 +3634,40 @@ fi - 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) -- [redhat] configs/fedora: Enable Btrfs asserts on debug kernels (Neal Gompa) -- [redhat] configs/fedora: Build Btrfs into the kernel (Neal Gompa) -- [redhat] New configs in drivers/md (Fedora Kernel Team) - s390x-zfcpdump: Handle missing Module.symvers file (Don Zickus) - Fedora config updates (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - redhat/configs: Add .tmp files to .gitignore (Prarit Bhargava) - disable uncommon TCP congestion control algorithms (Davide Caratti) -- [redhat] New configs in drivers/mfd (Jeremy Cline) - 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] New configs in drivers/i2c (Fedora Kernel Team) - 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) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Fedora config updates (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Fedora config updates (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in drivers/char (CKI@GitLab) -- [redhat] New configs in drivers/dma-buf (Jeremy Cline) -- [redhat] New configs in drivers/mfd (CKI@GitLab) -- [redhat] New configs in kernel/power (CKI@GitLab) -- [redhat] New configs in lib/Kconfig.debug (CKI@GitLab) -- [redhat] New configs in drivers/gpio (Fedora Kernel Team) -- [redhat] New configs in lib/Kconfig.debug (Fedora Kernel Team) -- [redhat] New configs in drivers/iio (Fedora Kernel Team) -- [redhat] New configs in drivers/phy (Fedora Kernel Team) - redhat/Makefile.common: fix RPMKSUBLEVEL condition (Ondrej Mosnacek) - redhat/Makefile: silence KABI tar output (Ondrej Mosnacek) -- [redhat] New configs in drivers/power (Justin M. Forbes) -- [redhat] New configs in drivers/input (Fedora Kernel Team) -- [redhat] New configs in drivers/mmc (Fedora Kernel Team) - One more Fedora config update (Justin M. Forbes) - Fedora config updates (Justin M. Forbes) - Fix PATCHLEVEL for merge window (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Change ark CONFIG_COMMON_CLK to yes, it is selected already by other options (Justin M. Forbes) - Fedora config updates (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Justin M. Forbes) - Fedora config updates (Justin M. Forbes) -- [redhat] New configs in lib/math (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Fedora config updates (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] New configs in drivers/net/phy (Jeremy Cline) -- [redhat] New configs in init/Kconfig (Jeremy Cline) - More module filtering for Fedora (Justin M. Forbes) - Update filters for rnbd in Fedora (Justin M. Forbes) - Fedora config updates (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - Fix up module filtering for 5.8 (Justin M. Forbes) - Fedora config updates (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - More Fedora config work (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) -- [redhat] AUTOMATIC: New configs (Fedora Kernel Team) - RTW88BE and CE have been extracted to their own modules (Justin M. Forbes) -- [redhat] New configs in drivers/hwmon (CKI@GitLab) -- [redhat] New configs in drivers/gpu (CKI@GitLab) -- [redhat] New configs in net/bridge (Justin M. Forbes) -- [redhat] New configs in block/Kconfig (CKI@GitLab) - Set CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK for Fedora (Justin M. Forbes) - Fedora config updates (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (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) -- [redhat] AUTOMATIC: New configs (CKI@GitLab) -- [redhat] AUTOMATIC: New configs (CKI@GitLab) - Fix configs for Fedora (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (CKI@GitLab) -- [redhat] AUTOMATIC: New configs (CKI@GitLab) - 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) @@ -4168,22 +3675,15 @@ fi - 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) -- [redhat] New configs in drivers/pwm (Jeremy Cline) - Add cec to the filter overrides (Justin M. Forbes) - Add overrides to filter-modules.sh (Justin M. Forbes) -- [redhat] New configs in lib/Kconfig.debug (Jeremy Cline) - 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) -- [redhat] New configs in kernel/trace (Jeremy Cline) - Drop the static path configuration for the Sphinx docs (Jeremy Cline) - redhat: Add dummy-module kernel module (Prarit Bhargava) -- [redhat] New configs in sound/soc (Jeremy Cline) -- [redhat] New configs in lib/Kconfig.debug (Jeremy Cline) -- [redhat] New configs in drivers/mmc (Jeremy Cline) -- [redhat] New configs in drivers/phy (Jeremy Cline) - 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) @@ -4203,52 +3703,18 @@ fi - 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) -- [redhat] Enable Creative SB0540 remote control driver (Bastien Nocera) - Add a script to generate release tags and branches (Jeremy Cline) - Set CONFIG_VDPA for fedora (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Justin M. Forbes) -- [redhat] AUTOMATIC: New configs (Justin M. Forbes) -- [redhat] New configs in drivers/net/Kconfig (Jeremy Cline) - 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) -- [redhat] New configs in fs/exfat (Jeremy Cline) -- [redhat] New configs in drivers/dma-buf (Jeremy Cline) -- [redhat] New configs in mm/Kconfig (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) -- [redhat] Add a script to automatically set new configs (Jeremy Cline) - Disable CONFIG_PROTECTED_VIRTUALIZATION_GUEST for zfcpdump (Jeremy Cline) -- [redhat] New configs in drivers/s390 (Jeremy Cline) -- [redhat] AUTOMATIC: New configs (Jeremy Cline) -- [redhat] Sync up the Fedora configs for 5.7-rc1 (Jeremy Cline) - Add RHMAINTAINERS file and supporting conf (Don Zickus) -- [redhat] New configs in drivers/hid (Jeremy Cline) -- [redhat] New configs in drivers/edac (Jeremy Cline) -- [redhat] New configs in drivers/gpio (Jeremy Cline) -- [redhat] New configs in drivers/gpu (Jeremy Cline) -- [redhat] New configs in drivers/hwmon (Jeremy Cline) -- [redhat] New configs in drivers/iio (Jeremy Cline) -- [redhat] New configs in drivers/pci (Jeremy Cline) -- [redhat] New configs in drivers/pinctrl (Jeremy Cline) -- [redhat] New configs in drivers/platform (Jeremy Cline) -- [redhat] New configs in drivers/ptp (Jeremy Cline) -- [redhat] New configs in drivers/spi (Jeremy Cline) -- [redhat] New configs in drivers/tty (Jeremy Cline) -- [redhat] New configs in drivers/usb (Jeremy Cline) -- [redhat] New configs in net/ipv6 (Jeremy Cline) -- [redhat] New configs in drivers/bus (Jeremy Cline) -- [redhat] New configs in arch/arm64 (Jeremy Cline) -- [redhat] New configs in sound/soc (Jeremy Cline) -- [redhat] New configs in sound/core (Jeremy Cline) -- [redhat] New configs in drivers/tee (Jeremy Cline) -- [redhat] New configs in drivers/dma (Jeremy Cline) - Add a script to test if all commits are signed off (Jeremy Cline) - Fix make rh-configs-arch (Don Zickus) -- [redhat] Add a script to automatically rebase ark-patches (Jeremy Cline) -- [redhat] Adjust existing configs for new upstream deps (Jeremy Cline) -- [redhat] AUTOMATIC: New configs (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) @@ -4258,144 +3724,39 @@ fi - 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) -- [redhat] Include .gitlab-ci.yml from kernel-ark-ci. (Jeremy Cline) - 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) -- [redhat] Use fedpkg instead of rhpkg when targeting Fedora (Jeremy Cline) -- [redhat] If building for Fedora, default to the master branch (Jeremy Cline) -- [redhat] Make Fedora Rawhide the default dist (Jeremy Cline) - 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) -- [redhat] New configs in kernel/trace (Jeremy Cline) -- [redhat] Sync ARK latest mod-extra-blacklist.sh with Fedora (Jeremy Cline) -- [redhat] Include Fedora's merge.pl script (Jeremy Cline) -- [redhat] Sync aarch64 audio configs (Jeremy Cline) -- [redhat] Sync up the mod-extra list from Fedora (Jeremy Cline) -- [redhat] AUTOMATIC: New configs (Jeremy Cline) -- [redhat] Drop a number of configurations that are merged (Jeremy Cline) -- [redhat] New configs in drivers/platform (Jeremy Cline) -- [redhat] Enable MPTCP_IPV6 on ARK (Jeremy Cline) -- [redhat] Dynamically set the debugbuildsenabled variable (Jeremy Cline) -- [redhat] Set CONFIG_BUILD_SALT to KVERREL (Jeremy Cline) -- [redhat] Be smarter about getting rid of debuginfo (Laura Abbott) -- [redhat] Include Fedora's HDR_ARCH_LIST (Jeremy Cline) -- [redhat] Fedora has a build requirement on dwarves (Jeremy Cline) -- [redhat] Uncomment out the %%define with_kabichk macro (Jeremy Cline) -- [redhat] Pull in a short-term fix for GCC 10 build failures (Jeremy Cline) - Pull in the latest configuration changes from Fedora (Jeremy Cline) -- [redhat] New configs in drivers/phy (Jeremy Cline) -- [redhat] New configs in drivers/mfd (Jeremy Cline) -- [redhat] New configs in net/sched (Jeremy Cline) -- [redhat] New configs in drivers/iommu (Jeremy Cline) -- [redhat] New configs in fs/nfsd (Jeremy Cline) - configs: enable CONFIG_NET_SCH_CBS (Marcelo Ricardo Leitner) -- [redhat] New configs in drivers/clocksource (Jeremy Cline) -- [redhat] New configs in net/ipv4 (Jeremy Cline) -- [redhat] New configs in init/Kconfig (Jeremy Cline) -- [redhat] New configs in drivers/gpio (Jeremy Cline) -- [redhat] New configs in drivers/firmware (Jeremy Cline) -- [redhat] New configs in fs/nfs (Jeremy Cline) - Drop configuration options in fedora/ that no longer exist (Jeremy Cline) -- [redhat] Sync up ARK's Fedora config tree with Fedora's dist-git (Jeremy Cline) - Set RH_FEDORA for ARK and Fedora (Jeremy Cline) -- [redhat] Sync up Fedora module filter rules (Jeremy Cline) -- [redhat] New configs in drivers/gpu (Jeremy Cline) - redhat/kernel.spec: Include the release in the kernel COPYING file (Jeremy Cline) -- [redhat] New configs in drivers/thunderbolt (Jeremy Cline) -- [redhat] New configs in sound/soc (Jeremy Cline) -- [redhat] New configs in drivers/tty (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) -- [redhat] New configs in mm/Kconfig.debug (Jeremy Cline) -- [redhat] New configs in lib/Kconfig (Jeremy Cline) -- [redhat] New configs in init/Kconfig (Jeremy Cline) -- [redhat] New configs in drivers/soc (Jeremy Cline) -- [redhat] New configs in drivers/reset (Jeremy Cline) -- [redhat] New configs in drivers/pinctrl (Jeremy Cline) -- [redhat] New configs in drivers/iio (Jeremy Cline) -- [redhat] New configs in drivers/gpio (Jeremy Cline) -- [redhat] New configs in drivers/firmware (Jeremy Cline) -- [redhat] New configs in arch/Kconfig (Jeremy Cline) -- [redhat] New configs in security/selinux (Jeremy Cline) -- [redhat] New configs in net/vmw_vsock (Jeremy Cline) -- [redhat] New configs in net/mptcp (Jeremy Cline) -- [redhat] New configs in net/Kconfig (Jeremy Cline) -- [redhat] New configs in drivers/spi (Jeremy Cline) -- [redhat] New configs in drivers/ptp (Jeremy Cline) -- [redhat] New configs in drivers/net/phy (Jeremy Cline) -- [redhat] New configs in drivers/net/Kconfig (Jeremy Cline) -- [redhat] New configs in drivers/hwmon (Jeremy Cline) -- [redhat] New configs in arch/arm64 (Jeremy Cline) -- [redhat] Fix up some configurations with altered defaults (Jeremy Cline) -- [redhat] AUTOMATIC: New configs (Jeremy Cline) -- [redhat] AUTOMATIC: New configs (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) -- [redhat] Explicitly disable GGC_PLUGINS for ARK (Jeremy Cline) -- [redhat] Add new dependencies to pending-common for review (Jeremy Cline) -- [redhat] AUTOMATIC: New configs for Fedora (Jeremy Cline) -- [redhat] Introduce a pending-fedora config directory tree (Jeremy Cline) -- [redhat] AUTOMATIC: New configs (Jeremy Cline) - Update the CI environment to use Fedora 31 (Jeremy Cline) -- [redhat] configs: Adjust CONFIG_STM and CONFIG_INTEL_TH (Laura Abbott) -- [redhat] configs: Adjust SoF support (Laura Abbott) -- [redhat] configs: CONFIG_PCI_PF_STUB (Laura Abbott) -- [redhat] configs: CONFIG_XEN_BALLOON (Laura Abbott) -- [redhat] configs: Adjust CONFIG_PSI_DEFAULT_DISABLED (Laura Abbott) -- [redhat] configs: Adjust CONFIG_DMA_TEST (Laura Abbott) -- [redhat] config: Adjust DRM configs (Laura Abbott) -- [redhat] configs: Adjust SERIAL_8250_NR_UARTS (Laura Abbott) -- [redhat] configs: Adjust CONFIG_BPF_STREAM_PARSER (Laura Abbott) -- [redhat] configs: Adjust CONFIG_NVME_TCP and CONFIG_NVME_TARGET_TCP (Laura Abbott) -- [redhat] configs: Adjust USB typec options (Laura Abbott) -- [redhat] configs: Adjust some sound configs (Laura Abbott) -- [redhat] configs: Turn off CONFIG_AGP (Laura Abbott) -- [redhat] New configs in arch/powerpc (Jeremy Cline) -- [redhat] Explicitly use python3 for building the htmldocs (Jeremy Cline) -- [redhat] New configs in drivers/base (Jeremy Cline) -- [redhat] kernel.spec.template: Pick up ldflags/cflags for tools (Laura Abbott) -- [redhat] kernel.spec.template: package intel-speed-select (Laura Abbott) -- [redhat] New configs in drivers/pinctrl (Jeremy Cline) -- [redhat] New configs in lib/Kconfig.kasan (Jeremy Cline) -- [redhat] New configs in arch/s390 (Jeremy Cline) - redhat: drop whitespace from with_gcov macro (Jan Stancek) - configs: Enable CONFIG_KEY_DH_OPERATIONS on ARK (Ondrej Mosnacek) -- [redhat] New configs in drivers/iio (Jeremy Cline) -- [redhat] New configs in drivers/gpio (Jeremy Cline) - 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) -- [redhat] New configs in arch/Kconfig (Jeremy Cline) -- [redhat] New configs in arch/arm64 (Jeremy Cline) -- [redhat] New configs in arch/x86 (Jeremy Cline) -- [redhat] New configs in drivers/dax (Jeremy Cline) -- [redhat] New configs in drivers/dma (Jeremy Cline) -- [redhat] New configs in drivers/firmware (Jeremy Cline) -- [redhat] New configs in drivers/gpu (Jeremy Cline) -- [redhat] New configs in drivers/hwmon (Jeremy Cline) -- [redhat] New configs in drivers/leds (Jeremy Cline) -- [redhat] New configs in drivers/mmc (Jeremy Cline) -- [redhat] New configs in drivers/pci (Jeremy Cline) -- [redhat] New configs in drivers/platform (Jeremy Cline) -- [redhat] New configs in drivers/soc (Jeremy Cline) -- [redhat] New configs in drivers/usb (Jeremy Cline) -- [redhat] New configs in drivers/video (Jeremy Cline) -- [redhat] New configs in lib/Kconfig.debug (Jeremy Cline) - 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) -- [redhat] New configs in arch/x86 (Jeremy Cline) - New configs in drivers/ptp (Jeremy Cline) - New configs in drivers/nvme (Jeremy Cline) - New configs in drivers/net/phy (Jeremy Cline) @@ -4403,13 +3764,9 @@ fi - 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) -- [redhat] configs: Sync Fedora configs (Laura Abbott) - Temporarily switch TUNE_DEFAULT to y (Jeremy Cline) - Run config test for merge requests and internal (Jeremy Cline) -- [redhat] AUTOMATIC: New configs (Jeremy Cline) -- [redhat] AUTOMATIC: New configs (Jeremy Cline) - Add missing licensedir line (Laura Abbott) -- [redhat] AUTOMATIC: New configs (Jeremy Cline) - 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) @@ -4424,9 +3781,7 @@ fi - 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) -- [redhat] Align some configs for Fedora (Laura Abbott) - Skip ksamples for bpf, they are broken (Jeremy Cline) -- [redhat] Make sure aarch64 picks up the arm directory (Laura Abbott) - 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) @@ -4445,7 +3800,6 @@ fi - 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] -- [redhat] Update CI to bring changelog back to internal (Laura Abbott) - 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) @@ -4462,7 +3816,6 @@ fi - 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) -- [redhat] Actually commit marker (Laura Abbott) - 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) diff --git a/patch-5.14-redhat.patch b/patch-5.14-redhat.patch index 4bc9c48a8..07e15e0af 100644 --- a/patch-5.14-redhat.patch +++ b/patch-5.14-redhat.patch @@ -1377,7 +1377,7 @@ index 75dbe77b0b4b..4bd6dd722f44 100644 if (ret < 0) goto err_allowedips; diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c -index 1905ee0297a4..58fded74fb31 100644 +index 8c3c1ef92171..18431236ab9f 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -4232,6 +4232,30 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9000, diff --git a/sources b/sources index fd3ff00aa..e12bc2cfa 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.6.tar.xz) = 41ad9d3f50f9b640e6f722349c3b13a0237cad5c834a6e8c65ff00ca593c38a3bd350377645c0551831c7f0b1bd6b278242cfdee550b95eed809f36dd9579c7e -SHA512 (kernel-abi-stablelists-5.14.6-300.tar.bz2) = 7db68215e34513d4b8cfe016477df6601b19f94588217e79803b1fe8edc7edacc232d879569c621331ce0023c39bb666366ecda3bcd9cdee73e25e64e5a77fc3 -SHA512 (kernel-kabi-dw-5.14.6-300.tar.bz2) = d1918fac227159427e6076a649c47fd711902e4cb06529d3144a0fb715ece78ea91bd7316cd987e383fa40f0187698199ec9c30c12ed82d73d5759a1a8ed3102 +SHA512 (linux-5.14.7.tar.xz) = eedba59b2665d97ab132ab9bd3dc3328992d2e8692a8fe109a68d0eae63230db05f9be309bd079ed8a8fb33ff0ac9ca4029ec0bc612f5edc72430a883c4ef25f +SHA512 (kernel-abi-stablelists-5.14.7-300.tar.bz2) = 8d1c1aace05f23b716785f4e6b1b76d0b3596baa75ba732a44358e512f6f568a12117a8cf76063277885e56fc2ad403900aba7eb8d55b16544ca0fbbaf77ba3f +SHA512 (kernel-kabi-dw-5.14.7-300.tar.bz2) = 837aa0c7a3c843f6e8f675a109a6498e888a91721535d7b91afa6ed489feadc88afa02404b2992acba9754ca185d80485bfb9901d30473a0b8de13e5f488199e -- cgit