Skip to content
Tags give the ability to mark specific points in history as being important
  • kernel-5.13.0-0.rc7.51.el9
    kernel-5.13.0-0.rc7.51.el9
    
    * Mon Jun 21 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc7.51]
    - v5.13-rc7 rebase
    - Turn off DRM_XEN_FRONTEND for Fedora as we had DRM_XEN off already (Justin M. Forbes)
    - Fedora 5.13 config updates pt 3 (Justin M. Forbes)
    - all: enable ath11k wireless modules (Peter Robinson)
    - all: Enable WWAN and associated MHI bus pieces (Peter Robinson)
    - spec: Enable sefltests rpm build (Jiri Olsa)
    - spec: Allow bpf selftest/samples to fail (Jiri Olsa)
    - bpf, selftests: Disable tests that need clang13 (Toke Høiland-Jørgensen)
    - kvm: Add kvm_stat.service file and kvm_stat logrotate config to the tools (Jiri Benc)
    - kernel.spec: Add missing source files to kernel-selftests-internal (Jiri Benc)
    - kernel.spec: selftests: add net/forwarding to TARGETS list (Jiri Benc)
    - kernel.spec: selftests: add build requirement on libmnl-devel (Jiri Benc)
    - kernel.spec: add action.o to kernel-selftests-internal (Jiri Benc)
    - kernel.spec: avoid building bpftool repeatedly (Jiri Benc)
    - kernel.spec: selftests require python3 (Jiri Benc)
    - kernel.spec: skip selftests that failed to build (Jiri Benc)
    - kernel.spec: fix installation of bpf selftests (Jiri Benc)
    - redhat: fix samples and selftests make options (Jiri Benc)
    - kernel.spec: enable mptcp selftests for kernel-selftests-internal (Jiri Benc)
    - kernel.spec: Do not export shared objects from libexecdir to RPM Provides (Jiri Benc)
    - kernel.spec: add missing dependency for the which package (Jiri Benc)
    - kernel.spec: add netfilter selftests to kernel-selftests-internal (Jiri Benc)
    - kernel.spec: move slabinfo and page_owner_sort debuginfo to tools-debuginfo (Jiri Benc)
    - kernel.spec: package and ship VM tools (Jiri Benc)
    - configs: enable CONFIG_PAGE_OWNER (Jiri Benc)
    - kernel.spec: add coreutils (Jiri Benc)
    - kernel.spec: add netdevsim driver selftests to kernel-selftests-internal (Jiri Benc)
    - redhat/Makefile: Clean out the --without flags from the baseonly rule (Jiri Benc)
    - kernel.spec: Stop building unnecessary rpms for baseonly builds (Jiri Benc)
    - kernel.spec: disable more kabi switches for gcov build (Jiri Benc)
    - kernel.spec: Rename kabi-dw base (Jiri Benc)
    - kernel.spec: Fix error messages during build of zfcpdump kernel (Jiri Benc)
    - kernel.spec: perf: remove bpf examples (Jiri Benc)
    - kernel.spec: selftests should not depend on modules-internal (Jiri Benc)
    - kernel.spec: build samples (Jiri Benc)
    - kernel.spec: tools: sync missing options with RHEL 8 (Jiri Benc)
    - redhat/configs: nftables: Enable extra flowtable symbols (Phil Sutter)
    - redhat/configs: Sync netfilter options with RHEL8 (Phil Sutter)
    - Fedora 5.13 config updates pt 2 (Justin M. Forbes)
    - Move CONFIG_ARCH_INTEL_SOCFPGA up a level for Fedora (Justin M. Forbes)
    - fedora: enable the Rockchip rk3399 pcie drivers (Peter Robinson)
    - PCI: rockchip: Register IRQs just before pci_host_probe() (Javier Martinez Canillas)
    - arm64: dts: rockchip: Update PCI host bridge window to 32-bit address memory (Punit Agrawal)
    - PCI: of: Refactor the check for non-prefetchable 32-bit window (Punit Agrawal)
    - PCI: of: Relax the condition for warning about non-prefetchable memory aperture size (Punit Agrawal)
    - PCI: of: Clear 64-bit flag for non-prefetchable memory below 4GB (Punit Agrawal)
    - Fedora 5.13 config updates pt 1 (Justin M. Forbes)
    - Fix version requirement from opencsd-devel buildreq (Justin M. Forbes)
    - configs/ark/s390: set CONFIG_MARCH_Z14 and CONFIG_TUNE_Z15 (Philipp Rudo) [1876435]
    - configs/common/s390: Clean up CONFIG_{MARCH,TUNE}_Z* (Philipp Rudo)
    - configs/process_configs.sh: make use of dummy-tools (Philipp Rudo)
    - configs/common: disable CONFIG_INIT_STACK_ALL_{PATTERN,ZERO} (Philipp Rudo)
    - configs/common/aarch64: disable CONFIG_RELR (Philipp Rudo)
    - redhat/config: enable STMICRO nic for RHEL (Mark Salter)
    - redhat/configs: Enable ARCH_TEGRA on RHEL (Mark Salter)
    - redhat/configs: enable IMA_KEXEC for supported arches (Bruno Meneguele)
    - redhat/configs: enable INTEGRITY_SIGNATURE to all arches (Bruno Meneguele)
    - configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED (Benjamin Tissoires)
    - [redhat] perf: enable CoreSight support (Michael Petlan) [1877192]
    - RHEL: disable io_uring support (Jeff Moyer) [1964537]
    - all: Changing CONFIG_UV_SYSFS to build uv_sysfs.ko as a loadable module. (Frank Ramsay)
    - Enable NITRO_ENCLAVES on RHEL (Vitaly Kuznetsov)
    - Update the Quick Start documentation (David Ward)
    - redhat/configs: Set PVPANIC_MMIO for x86 and PVPANIC_PCI for aarch64 (Eric Auger) [1961178]
    Resolves: rhbz#1961178, rhbz#1964537, rhbz#1877192
    
    Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
  • kernel-5.13.0-0.rc4.33.el9
    kernel-5.13.0-0.rc4.33.el9
    
    * Wed Jun 02 2021 Herton R. Krzesinski <herton@redhat.com> [5.13.0-0.rc4.33]
    - v5.13-rc4-48-g231bc5390667 rebase [1962878]
    - bpf: Fix unprivileged_bpf_disabled setup (Jiri Olsa)
    - Enable CONFIG_BPF_UNPRIV_DEFAULT_OFF (Jiri Olsa)
    - [redhat] configs: Enable CONFIG_VIRTIO_FS on s390x, too (Thomas Huth) [1871130]
    - configs/common/s390: disable CONFIG_QETH_{OSN,OSX} (Philipp Rudo) [1903201]
    - nvme: nvme_mpath_init remove multipath check (Mike Snitzer) [1948690]
    - [redhat] Flip some diag modules from m to y (Antoine Tenart) [1948340]
    - team: mark team driver as deprecated (Hangbin Liu) [1945477]
    - [redhat] perf: link libtraceevent dynamically (Michael Petlan) [1952426]
    - Make CRYPTO_EC also builtin (Simo Sorce) [1947240]
    - Do not hard-code a default value for DIST (David Ward)
    Resolves: rhbz#1947240, rhbz#1952426, rhbz#1945477, rhbz#1948340, rhbz#1948690, rhbz#1903201, rhbz#1871130, rhbz#1962878
    
    Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
  • kernel-5.13.0-0.rc3.25.el9
    kernel-5.13.0-0.rc3.25.el9
    
    * Mon May 24 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc3.25]
    - Override %%{debugbuildsenabled} if the --with-release option is used (David Ward)
    - Improve comments in SPEC file, and move some option tests and macros (David Ward)
    - configs: enable CONFIG_EXFAT_FS (Pavel Reichl) [1943423]
    - Revert s390x/zfcpdump part of a9d179c40281 and ecbfddd98621 (Vladis Dronov)
    - Embed crypto algos, modes and templates needed in the FIPS mode (Vladis Dronov) [1947240]
    - configs: Add and enable CONFIG_HYPERV_TESTING for debug kernels (Mohammed Gamal)
    - mm/cma: mark CMA on x86_64 tech preview and print RHEL-specific infos (David Hildenbrand) [1945002]
    - 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)
    Resolves: rhbz#1957305
    
    Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
  • kernel-5.13.0-0.rc2.19.el9
    kernel-5.13.0-0.rc2.19.el9
    
    * Mon May 17 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc2.19]
    - rpmspec: revert/drop content hash for kernel-headers (Herton R. Krzesinski)
    - rpmspec: fix check that calls InitBuildVars (Herton R. Krzesinski)
    - fedora: enable zonefs (Damien Le Moal)
    - redhat: load specific ARCH keys to INTEGRITY_PLATFORM_KEYRING (Bruno Meneguele)
    - redhat: enable INTEGRITY_TRUSTED_KEYRING across all variants (Bruno Meneguele)
    - redhat: enable SYSTEM_BLACKLIST_KEYRING across all variants (Bruno Meneguele)
    - redhat: enable INTEGRITY_ASYMMETRIC_KEYS across all variants (Bruno Meneguele)
    - Remove unused boot loader specification files (David Ward)
    - redhat/configs: Enable mlx5 IPsec and TLS offloads (Alaa Hleihel) [1869674 1957636]
    - Force DWARF4 because crash does not support DWARF5 yet (Justin M. Forbes)
    - common: disable Apple Silicon generally (Peter Robinson)
    - cleanup Intel's FPGA configs (Peter Robinson)
    - common: move PTP KVM support from ark to common (Peter Robinson)
    - [redhat] perf: enable dynamic linking of libbpf [1957210]
    - Enable CONFIG_DRM_AMDGPU_USERPTR for everyone (Justin M. Forbes)
    - redhat: add initial rpminspect configuration (Herton R. Krzesinski)
    - fedora: arm updates for 5.13 (Peter Robinson)
    - fedora: Enable WWAN and associated MHI bits (Peter Robinson)
    - Update CONFIG_MODPROBE_PATH to /usr/sbin (Justin Forbes)
    - Fedora set modprobe path (Justin M. Forbes)
    - Keep sctp and l2tp modules in modules-extra (Don Zickus)
    - Fix ppc64le cross build packaging (Don Zickus)
    - Fedora: Make amd_pinctrl module builtin (Hans de Goede)
    - Keep CONFIG_KASAN_HW_TAGS off for aarch64 debug configs (Justin M. Forbes)
    - New configs in drivers/bus (Fedora Kernel Team)
    - RHEL: Don't build KVM PR module on ppc64 (David Gibson) [1930649]
    - [redhat] spec: Add bzip2 dependency to perf package [1957219]
    - Flip CONFIG_USB_ROLE_SWITCH from m to y (Justin M. Forbes)
    - Set valid options for CONFIG_FW_LOADER_USER_HELPER (Justin M. Forbes)
    - Clean up CONFIG_FB_MODE_HELPERS (Justin M. Forbes)
    - Turn off CONFIG_VFIO for the s390x zfcpdump kernel (Justin M. Forbes)
    - Delete unused CONFIG_SND_SOC_MAX98390 pending-common (Justin M. Forbes)
    - Update pending-common configs, preparing to set correctly (Justin M. Forbes)
    - Update fedora filters for surface (Justin M. Forbes)
    - Build CONFIG_CRYPTO_ECDSA inline for s390x zfcpdump (Justin M. Forbes)
    - Replace "flavour" where "variant" is meant instead (David Ward)
    - Drop the %%{variant} macro and fix --with-vanilla (David Ward)
    - Fix syntax of %%kernel_variant_files (David Ward)
    - Change description of --without-vdso-install to fix typo (David Ward)
    - Config updates to work around mismatches (Justin M. Forbes)
    - CONFIG_SND_SOC_FSL_ASOC_CARD selects CONFIG_MFD_WM8994 now (Justin M. Forbes)
    - wireguard: disable in FIPS mode (Hangbin Liu) [1940794]
    - Enable mtdram for fedora (rhbz 1955916) (Justin M. Forbes)
    - Remove reference to bpf-helpers man page (Justin M. Forbes)
    - Fedora: enable more modules for surface devices (Dave Olsthoorn)
    - Fix Fedora config mismatch for CONFIG_FSL_ENETC_IERB (Justin M. Forbes)
    - hardlink is in /usr/bin/ now (Justin M. Forbes)
    - Ensure CONFIG_KVM_BOOK3S_64_PR stays on in Fedora, even if it is turned off in RHEL (Justin M. Forbes)
    - Set date in package release from repository commit, not system clock (David Ward)
    - Use a better upstream tarball filename for snapshots (David Ward)
    - Don't create empty pending-common files on pending-fedora commits (Don Zickus)
    - nvme: decouple basic ANA log page re-read support from native multipathing (Mike Snitzer) [1948690]
    - nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT (Mike Snitzer) [1948690]
    - nvme: Return BLK_STS_TARGET if the DNR bit is set (Mike Snitzer) [1948690]
    - Add redhat/configs/pending-common/generic/s390x/zfcpdump/CONFIG_NETFS_SUPPORT (Justin M. Forbes)
    Resolves: rhbz#1957219, rhbz#1930649, rhbz#1957210
    
    Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
  • kernel-5.12.0-1.el9
    b4f7fac4 · kernel-5.12.0-1.el9 ·
    kernel-5.12.0-1.el9
    
    * Wed Apr 28 2021 Herton R. Krzesinski <herton@redhat.com> [5.12.0-1.el9]
    - v5.12 rebase [1930810 1930834 1930857]
    - Reset the counter as we start the 5.13 merge window (Justin M. Forbes)
    - Create ark-latest branch last for CI scripts (Don Zickus)
    Resolves: rhbz#1930810, rhbz#1930834, rhbz#1930857
    
    Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
  • kernel-5.12.0-0.rc8.193.el9
    kernel-5.12.0-0.rc8.193.el9
    
    * Thu Apr 22 2021 Herton R. Krzesinski <herton@redhat.com> [5.12.0-0.rc8.193]
    - v5.12-rc8-1-g7af08140979a rebase
    - Replace /usr/libexec/platform-python with /usr/bin/python3 (David Ward)
    - Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes)
    - Export ark infrastructure files (Don Zickus)
    - docs: Update docs to reflect newer workflow. (Don Zickus)
    - Use upstream/master for merge-base with fallback to master (Don Zickus)
    - Fedora: Turn off the SND_INTEL_BYT_PREFER_SOF option (Hans de Goede)
    - filter-modules.sh.fedora: clean up "netprots" (Paul Bolle)
    - filter-modules.sh.fedora: clean up "scsidrvs" (Paul Bolle)
    - filter-*.sh.fedora: clean up "ethdrvs" (Paul Bolle)
    - filter-*.sh.fedora: clean up "driverdirs" (Paul Bolle)
    - filter-*.sh.fedora: remove incorrect entries (Paul Bolle)
    - filter-*.sh.fedora: clean up "singlemods" (Paul Bolle)
    - filter-modules.sh.fedora: drop unused list "iiodrvs" (Paul Bolle)
    - Update mod-internal to fix depmod issue (Nico Pache)
    - Turn on CONFIG_VDPA_SIM_NET (rhbz 1942343) (Justin M. Forbes)
    - New configs in drivers/power (Fedora Kernel Team)
    - Turn on CONFIG_NOUVEAU_DEBUG_PUSH for debug configs (Justin M. Forbes)
    - Turn off KFENCE sampling by default for Fedora (Justin M. Forbes)
    - Fedora config updates round 2 (Justin M. Forbes)
    - New configs in drivers/soc (Jeremy Cline)
    - filter-modules.sh: Fix copy/paste error 'input' (Paul Bolle)
    - Update module filtering for 5.12 kernels (Justin M. Forbes)
    - Fix genlog.py to ensure that comments retain "%%" characters. (Mark Mielke)
    - New configs in drivers/leds (Fedora Kernel Team)
    - Limit CONFIG_USB_CDNS_SUPPORT to x86_64 and arm in Fedora (David Ward)
    - Fedora: Enable CHARGER_GPIO on aarch64 too (Peter Robinson)
    - Fedora config updates (Justin M. Forbes)
    - wireguard: mark as Tech Preview (Hangbin Liu) [1613522]
    - configs: enable CONFIG_WIREGUARD in ARK (Hangbin Liu) [1613522]
    - Remove duplicate configs acroos fedora, ark and common (Don Zickus)
    - Combine duplicate configs across ark and fedora into common (Don Zickus)
    - common/ark: cleanup and unify the parport configs (Peter Robinson)
    - iommu/vt-d: enable INTEL_IDXD_SVM for both fedora and rhel (Jerry Snitselaar)
    - REDHAT: coresight: etm4x: Disable coresight on HPE Apollo 70 (Jeremy Linton)
    - configs/common/generic: disable CONFIG_SLAB_MERGE_DEFAULT (Rafael Aquini)
    - Remove _legacy_common_support (Justin M. Forbes)
    - redhat/mod-blacklist.sh: Fix floppy blacklisting (Hans de Goede)
    Resolves: rhbz#1613522
    
    Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
  • kernel-5.12.0-0.rc5.180.el9
    kernel-5.12.0-0.rc5.180.el9
    
    * Tue Mar 30 2021 Herton R. Krzesinski [5.12.0-0.rc5.180]
    - v5.12-rc5 rebase
    - New configs in fs/pstore (CKI@GitLab)
    - New configs in arch/powerpc (Fedora Kernel Team)
    - configs: enable BPF LSM on Fedora and ARK (Ondrej Mosnacek)
    - configs: clean up LSM configs (Ondrej Mosnacek)
    - New configs in drivers/platform (CKI@GitLab)
    - New configs in drivers/firmware (CKI@GitLab)
    - New configs in drivers/mailbox (Fedora Kernel Team)
    - New configs in drivers/net/phy (Justin M. Forbes)
    - Update CONFIG_DM_MULTIPATH_IOA (Augusto Caringi)
    - New configs in mm/Kconfig (CKI@GitLab)
    - New configs in arch/powerpc (Jeremy Cline)
    - New configs in arch/powerpc (Jeremy Cline)
    - New configs in drivers/input (Fedora Kernel Team)
    - New configs in net/bluetooth (Justin M. Forbes)
    - New configs in drivers/clk (Fedora Kernel Team)
    - New configs in init/Kconfig (Jeremy Cline)
    - redhat: allow running fedora-configs and rh-configs targets outside of redhat/ (Herton R. Krzesinski)
    - all: unify the disable of goldfish (android emulation platform) (Peter Robinson)
    - common: minor cleanup/de-dupe of dma/dmabuf debug configs (Peter Robinson)
    - common/ark: these drivers/arches were removed in 5.12 (Peter Robinson)
    - common: unset serial mouse for general config (Peter Robinson)
    - Correct kernel-devel make prepare build for 5.12. (Paulo E. Castro)
    - redhat: add initial support for centos stream dist-git sync on Makefiles (Herton R. Krzesinski)
    - redhat/configs: Enable CONFIG_SCHED_STACK_END_CHECK for Fedora and ARK (Josh Poimboeuf) [1856174]
    Resolves: rhbz#1856174
    
    Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
  • kernel-5.12.0-0.rc4.175.el9
    Merge branch 'mr-kernel-5.12.0-0.rc4.175.el9' into 'c9s'
    
    kernel-5.12.0-0.rc4.175.el9
    
    See merge request redhat/centos-stream/rpms/kernel!1
    kernel-5.12.0-0.rc4.175.el9
    
    * Mon Mar 22 2021 Herton R. Krzesinski <herton@redhat.com> [5.12.0-0.rc4.175]
    - v5.12-rc4 rebase
    - CONFIG_VFIO now selects IOMMU_API instead of depending on it, causing several config mismatches for the zfcpdump kernel (Justin M. Forbes)
    - Turn off weak-modules for Fedora (Justin M. Forbes)
    - redhat: enable CONFIG_FW_LOADER_COMPRESS for ARK (Herton R. Krzesinski) [1939095]
    Resolves: rhbz#1939095
    
    Signed-off-by: Herton R. Krzesinski <herton@redhat.com>