summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-09-18 13:21:45 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-09-18 13:21:45 -0500
commit416de8884575795f040923fb460e7fc5e5d67102 (patch)
treefa5d45dd6e3e6e486e65adf9ec893abb3d04274a
parent9c5634bada3aed40ba7856a2030806f1d2b0ad81 (diff)
downloadkernel-416de8884575795f040923fb460e7fc5e5d67102.tar.gz
kernel-416de8884575795f040923fb460e7fc5e5d67102.tar.xz
kernel-416de8884575795f040923fb460e7fc5e5d67102.zip
kernel-5.14.6-0
* Sat Sep 18 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.6-0] - Fix changelog generation (Justin M. Forbes) - Clean up changelog (Justin M. Forbes) - 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) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rw-r--r--Patchlist.changelog10
-rwxr-xr-xkernel.spec772
-rw-r--r--patch-5.14-redhat.patch101
-rw-r--r--sources6
4 files changed, 780 insertions, 109 deletions
diff --git a/Patchlist.changelog b/Patchlist.changelog
index 6ee284566..6124540a3 100644
--- a/Patchlist.changelog
+++ b/Patchlist.changelog
@@ -1,11 +1,5 @@
-https://gitlab.com/cki-project/kernel-ark/-/commit/d92805b6228532148fe7e597b615fdae199e9de7
- d92805b6228532148fe7e597b615fdae199e9de7 Linux 5.14.5
-
-https://gitlab.com/cki-project/kernel-ark/-/commit/4ff654aba77c54100726bd67112cb7f0d09a2f1b
- 4ff654aba77c54100726bd67112cb7f0d09a2f1b Revert "time: Handle negative seconds correctly in timespec64_to_ns()"
-
-https://gitlab.com/cki-project/kernel-ark/-/commit/6bac75c9019bef9b259f184e59726ad825fd9a3c
- 6bac75c9019bef9b259f184e59726ad825fd9a3c Revert "posix-cpu-timers: Force next expiration recalc after itimer reset"
+https://gitlab.com/cki-project/kernel-ark/-/commit/f0c98d3a1045b6149d85b93b350a738d2a495d16
+ f0c98d3a1045b6149d85b93b350a738d2a495d16 ACPI: PM: s2idle: Run both AMD and Microsoft methods if both are supported
https://gitlab.com/cki-project/kernel-ark/-/commit/e11905f1a6ea9f03a9f1a3b061a1a581536a2850
e11905f1a6ea9f03a9f1a3b061a1a581536a2850 Revert "team: mark team driver as deprecated"
diff --git a/kernel.spec b/kernel.spec
index a9c30a8d5..96f844519 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.5
+%define rpmversion 5.14.6
%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.5.tar.xz
+Source0: linux-5.14.6.tar.xz
Source1: Makefile.rhelver
@@ -1358,8 +1358,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.14.5 -c
-mv linux-5.14.5 linux-%{KVERREL}
+%setup -q -n kernel-5.14.6 -c
+mv linux-5.14.6 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2958,43 +2958,80 @@ fi
#
#
%changelog
+* Sat Sep 18 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.6-0]
+- Fix changelog generation (Justin M. Forbes)
+- Clean up changelog (Justin M. Forbes)
+- 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)
+
* Thu Sep 16 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.5-0]
+- kernel-5.14.5-0 (Justin M. Forbes)
* Wed Sep 15 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.4-0]
+- kernel-5.14.4-0 (Justin M. Forbes)
- Build kernel-doc for Fedora (Justin M. Forbes)
* Wed Sep 08 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.3-0]
+- kernel-5.14.3-0 (Justin M. Forbes)
- Revert "team: mark team driver as deprecated" (Justin M. Forbes)
* Fri Sep 03 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.2-0]
+- kernel-5.14.2-0 (Justin M. Forbes)
- Setup for building fedora-5.14 branch (Justin M. Forbes)
* Mon Aug 30 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.1-0]
+- kernel-5.14.1-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)
+- Clean up changelog (Justin M. Forbes)
+- 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]
@@ -3006,19 +3043,25 @@ 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)
@@ -3036,21 +3079,29 @@ 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)
@@ -3058,22 +3109,58 @@ 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]
@@ -3082,7 +3169,11 @@ 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)
@@ -3093,11 +3184,22 @@ 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)
@@ -3134,6 +3236,7 @@ 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)
@@ -3145,16 +3248,33 @@ 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)
@@ -3168,61 +3288,132 @@ 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)
@@ -3233,45 +3424,100 @@ 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)
@@ -3284,6 +3530,18 @@ 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)
@@ -3299,6 +3557,8 @@ 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)
@@ -3310,13 +3570,52 @@ 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)
@@ -3325,7 +3624,9 @@ 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)
@@ -3333,34 +3634,64 @@ 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)
@@ -3376,6 +3707,11 @@ 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)
@@ -3398,22 +3734,65 @@ 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)
@@ -3422,7 +3801,11 @@ 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)
@@ -3443,30 +3826,46 @@ 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)
@@ -3491,28 +3890,61 @@ 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)
@@ -3542,8 +3974,10 @@ 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)
@@ -3558,7 +3992,10 @@ 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)
@@ -3569,29 +4006,57 @@ 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)
@@ -3608,40 +4073,94 @@ 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)
@@ -3649,15 +4168,22 @@ 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)
@@ -3677,18 +4203,52 @@ 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)
@@ -3698,39 +4258,144 @@ 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)
@@ -3738,9 +4403,13 @@ 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)
@@ -3755,7 +4424,9 @@ 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)
@@ -3774,6 +4445,7 @@ 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)
@@ -3790,6 +4462,7 @@ 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)
@@ -3850,97 +4523,6 @@ fi
- [initial commit] Add configs (Laura Abbott)
- [initial commit] Add Makefiles (Laura Abbott)
-* Wed Oct 09 2019 Jeremy Cline <jcline@redhat.com> [5.4.0-0.rc2.1.elrdy]
-- Skip ksamples for bpf, they are broken (Jeremy Cline)
-- Add a SysRq option to lift kernel lockdown (Kyle McMartin)
-- 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)
-- Make get_cert_list() not complain about cert lists that aren't present. (Peter Jones)
-- [iommu] iommu/arm-smmu: workaround DMA mode issues (Laura Abbott)
-- [kernel] rh_taint: correct loaddable module support dependencies (Philipp Rudo) [1652266]
-- [kernel] rh_kabi: introduce RH_KABI_EXCLUDE (Jakub Racek) [1652256]
-- [x86] mark intel knights landing and knights mill unsupported (David Arcari) [1610493]
-- [x86] mark whiskey-lake processor supported (David Arcari) [1609604]
-- [char] ipmi: do not configure ipmi for HPE m400 (Laura Abbott) [https://bugzilla.redhat.com/show_bug.cgi?id=1670017]
-- [infiniband] IB/rxe: Mark Soft-RoCE Transport driver as tech-preview (Don Dutile) [1605216]
-- [scsi] scsi: smartpqi: add inspur advantech ids (Don Brace) [1503736]
-- [netdrv] ice: mark driver as tech-preview (Jonathan Toppins) [1495347]
-- [scsi] be2iscsi: remove BE3 family support (Maurizio Lombardi) [1598366]
-- [x86] update rh_check_supported processor list (David Arcari) [1595918]
-- [kernel] kABI: Add generic kABI macros to use for kABI workarounds (Myron Stowe) [1546831]
-- [pci] add pci_hw_vendor_status() (Maurizio Lombardi) [1590829]
-- [ata] ahci: thunderx2: Fix for errata that affects stop engine (Robert Richter) [1563590]
-- [pci] Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon (Robert Richter) [1563590]
-- [kernel] bpf: Add tech preview taint for syscall (Eugene Syromiatnikov) [1559877]
-- [kernel] bpf: set unprivileged_bpf_disabled to 1 by default, add a boot parameter (Eugene Syromiatnikov) [1561171]
-- [kernel] add Red Hat-specific taint flags (Eugene Syromiatnikov) [1559877]
-- [kernel] kdump: fix a grammar issue in a kernel message (Dave Young) [1507353]
-- [scripts] tags.sh: Ignore redhat/rpm (Jeremy Cline)
-- [kernel] put RHEL info into generated headers (Laura Abbott) [https://bugzilla.redhat.com/show_bug.cgi?id=1663728]
-- [kernel] kdump: add support for crashkernel=auto (Jeremy Cline)
-- [kernel] kdump: round up the total memory size to 128M for crashkernel reservation (Dave Young) [1507353]
-- [arm64] acpi: prefer booting with ACPI over DTS (Mark Salter) [1576869]
-- [acpi] aarch64: acpi scan: Fix regression related to X-Gene UARTs (Mark Salter) [1519554]
-- [acpi] ACPI / irq: Workaround firmware issue on X-Gene based m400 (Mark Salter) [1519554]
-- [x86] add rh_check_supported (David Arcari) [1565717]
-- [scsi] qla2xxx: Remove PCI IDs of deprecated adapter (Jeremy Cline)
-- [scsi] be2iscsi: remove unsupported device IDs (Chris Leech) [1574502]
-- [scsi] Removing Obsolete hba pci-ids from rhel8 (Dick Kennedy) [1572321]
-- [scsi] hpsa: modify hpsa driver version (Jeremy Cline)
-- [scsi] hpsa: remove old cciss-based smartarray pci ids (Joseph Szczypek) [1471185]
-- [kernel] rh_taint: add support for marking driver as unsupported (Jonathan Toppins) [1565704]
-- [kernel] rh_taint: add support (David Arcari) [1565704]
-- [scsi] qla4xxx: Remove deprecated PCI IDs from RHEL 8 (Chad Dupuis) [1518874]
-- [scsi] aacraid: Remove depreciated device and vendor PCI id's (Raghava Aditya Renukunta) [1495307]
-- [scsi] megaraid_sas: remove deprecated pci-ids (Tomas Henzl) [1509329]
-- [scsi] mpt*: remove certain deprecated pci-ids (Jeremy Cline)
-- [kernel] modules: add rhelversion MODULE_INFO tag (Laura Abbott)
-- [acpi] ACPI: APEI: arm64: Ignore broken HPE moonshot APEI support (Al Stone) [1518076]
-- gitlab: Add CI job for packaging scripts (Major Hayden)
-- 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)
-- Speed up CI with CKI image (Major Hayden)
-- 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)
-- Disable e1000 driver in ARK (Neil Horman)
-- New drop of configuration options for v5.4-rc1 (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)
-- 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)
-- [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)
-
# The following bit is important for automation so please do not remove
# END OF CHANGELOG
diff --git a/patch-5.14-redhat.patch b/patch-5.14-redhat.patch
index 027cd1137..4bc9c48a8 100644
--- a/patch-5.14-redhat.patch
+++ b/patch-5.14-redhat.patch
@@ -10,6 +10,7 @@
drivers/acpi/apei/hest.c | 8 +
drivers/acpi/irq.c | 17 +-
drivers/acpi/scan.c | 9 +
+ drivers/acpi/x86/s2idle.c | 67 +--
drivers/ata/libahci.c | 18 +
drivers/char/ipmi/ipmi_dmi.c | 15 +
drivers/char/ipmi/ipmi_msghandler.c | 16 +-
@@ -51,7 +52,7 @@
tools/testing/selftests/bpf/progs/linked_maps2.c | 76 ---
tools/testing/selftests/bpf/progs/linked_vars1.c | 54 --
tools/testing/selftests/bpf/progs/linked_vars2.c | 55 ---
- 53 files changed, 655 insertions(+), 1495 deletions(-)
+ 54 files changed, 694 insertions(+), 1523 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2fb7012c3246..47718b4f2f75 100644
@@ -400,6 +401,100 @@ index b24513ec3fae..8308569f66e0 100644
INIT_LIST_HEAD(&resource_list);
acpi_dev_get_resources(device, &resource_list,
acpi_check_serial_bus_slave,
+diff --git a/drivers/acpi/x86/s2idle.c b/drivers/acpi/x86/s2idle.c
+index 3a308461246a..bd92b549fd5a 100644
+--- a/drivers/acpi/x86/s2idle.c
++++ b/drivers/acpi/x86/s2idle.c
+@@ -449,25 +449,30 @@ int acpi_s2idle_prepare_late(void)
+ if (pm_debug_messages_on)
+ lpi_check_constraints();
+
+- if (lps0_dsm_func_mask_microsoft > 0) {
++ /* Screen off */
++ if (lps0_dsm_func_mask > 0)
++ acpi_sleep_run_lps0_dsm(acpi_s2idle_vendor_amd() ?
++ ACPI_LPS0_SCREEN_OFF_AMD :
++ ACPI_LPS0_SCREEN_OFF,
++ lps0_dsm_func_mask, lps0_dsm_guid);
++
++ if (lps0_dsm_func_mask_microsoft > 0)
+ acpi_sleep_run_lps0_dsm(ACPI_LPS0_SCREEN_OFF,
+ lps0_dsm_func_mask_microsoft, lps0_dsm_guid_microsoft);
+- acpi_sleep_run_lps0_dsm(ACPI_LPS0_MS_ENTRY,
+- lps0_dsm_func_mask_microsoft, lps0_dsm_guid_microsoft);
++
++ /* LPS0 entry */
++ if (lps0_dsm_func_mask > 0)
++ acpi_sleep_run_lps0_dsm(acpi_s2idle_vendor_amd() ?
++ ACPI_LPS0_ENTRY_AMD :
++ ACPI_LPS0_ENTRY,
++ lps0_dsm_func_mask, lps0_dsm_guid);
++ if (lps0_dsm_func_mask_microsoft > 0) {
+ acpi_sleep_run_lps0_dsm(ACPI_LPS0_ENTRY,
+ lps0_dsm_func_mask_microsoft, lps0_dsm_guid_microsoft);
+- } else if (acpi_s2idle_vendor_amd()) {
+- acpi_sleep_run_lps0_dsm(ACPI_LPS0_SCREEN_OFF_AMD,
+- lps0_dsm_func_mask, lps0_dsm_guid);
+- acpi_sleep_run_lps0_dsm(ACPI_LPS0_ENTRY_AMD,
+- lps0_dsm_func_mask, lps0_dsm_guid);
+- } else {
+- acpi_sleep_run_lps0_dsm(ACPI_LPS0_SCREEN_OFF,
+- lps0_dsm_func_mask, lps0_dsm_guid);
+- acpi_sleep_run_lps0_dsm(ACPI_LPS0_ENTRY,
+- lps0_dsm_func_mask, lps0_dsm_guid);
++ /* modern standby entry */
++ acpi_sleep_run_lps0_dsm(ACPI_LPS0_MS_ENTRY,
++ lps0_dsm_func_mask_microsoft, lps0_dsm_guid_microsoft);
+ }
+-
+ return 0;
+ }
+
+@@ -476,24 +481,30 @@ void acpi_s2idle_restore_early(void)
+ if (!lps0_device_handle || sleep_no_lps0)
+ return;
+
+- if (lps0_dsm_func_mask_microsoft > 0) {
+- acpi_sleep_run_lps0_dsm(ACPI_LPS0_EXIT,
+- lps0_dsm_func_mask_microsoft, lps0_dsm_guid_microsoft);
++ /* Modern standby exit */
++ if (lps0_dsm_func_mask_microsoft > 0)
+ acpi_sleep_run_lps0_dsm(ACPI_LPS0_MS_EXIT,
+ lps0_dsm_func_mask_microsoft, lps0_dsm_guid_microsoft);
+- acpi_sleep_run_lps0_dsm(ACPI_LPS0_SCREEN_ON,
+- lps0_dsm_func_mask_microsoft, lps0_dsm_guid_microsoft);
+- } else if (acpi_s2idle_vendor_amd()) {
+- acpi_sleep_run_lps0_dsm(ACPI_LPS0_EXIT_AMD,
+- lps0_dsm_func_mask, lps0_dsm_guid);
+- acpi_sleep_run_lps0_dsm(ACPI_LPS0_SCREEN_ON_AMD,
+- lps0_dsm_func_mask, lps0_dsm_guid);
+- } else {
++
++ /* LPS0 exit */
++ if (lps0_dsm_func_mask > 0)
++ acpi_sleep_run_lps0_dsm(acpi_s2idle_vendor_amd() ?
++ ACPI_LPS0_EXIT_AMD :
++ ACPI_LPS0_EXIT,
++ lps0_dsm_func_mask, lps0_dsm_guid);
++ if (lps0_dsm_func_mask_microsoft > 0)
+ acpi_sleep_run_lps0_dsm(ACPI_LPS0_EXIT,
+- lps0_dsm_func_mask, lps0_dsm_guid);
++ lps0_dsm_func_mask_microsoft, lps0_dsm_guid_microsoft);
++
++ /* Screen on */
++ if (lps0_dsm_func_mask_microsoft > 0)
+ acpi_sleep_run_lps0_dsm(ACPI_LPS0_SCREEN_ON,
+- lps0_dsm_func_mask, lps0_dsm_guid);
+- }
++ lps0_dsm_func_mask_microsoft, lps0_dsm_guid_microsoft);
++ if (lps0_dsm_func_mask > 0)
++ acpi_sleep_run_lps0_dsm(acpi_s2idle_vendor_amd() ?
++ ACPI_LPS0_SCREEN_ON_AMD :
++ ACPI_LPS0_SCREEN_ON,
++ lps0_dsm_func_mask, lps0_dsm_guid);
+ }
+
+ static const struct platform_s2idle_ops acpi_s2idle_ops_lps0 = {
diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c
index fec2e9754aed..bea4e2973259 100644
--- a/drivers/ata/libahci.c
@@ -1282,10 +1377,10 @@ index 75dbe77b0b4b..4bd6dd722f44 100644
if (ret < 0)
goto err_allowedips;
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
-index 7b1c81b899cd..5904ece27f64 100644
+index 1905ee0297a4..58fded74fb31 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
-@@ -4231,6 +4231,30 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9000,
+@@ -4232,6 +4232,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);
diff --git a/sources b/sources
index 2faeb9eba..fd3ff00aa 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (linux-5.14.5.tar.xz) = 8751c5fbf3d5923f72324225e578b5059e556ef332f8648fb68df7b3ad4c08968ca9923f768dfefff7795a4da4745c678632df96867bbf32c055b9ec01b262e5
-SHA512 (kernel-abi-stablelists-5.14.5-300.tar.bz2) = cdf4cd466d9ffa9b4e5788fcd38fca65a88d879174d38d4b15ab913733826892d7212ea8fa557faf8c78d9e947714323877372c8ad03538d4b062708c0e1385a
-SHA512 (kernel-kabi-dw-5.14.5-300.tar.bz2) = c91c48f42f6279b3bf658e1456cf99663ed0a34b45af0fc37bffe61e548ae49e7104f113501f5304a802885c293ee47d645ef261b4a442e99007d97d32462c04
+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