From e25db0104317711f4183b548518c7ddb2dd3aa0e Mon Sep 17 00:00:00 2001 From: Jan Stancek Date: Mon, 10 Apr 2023 10:07:55 +0200 Subject: [PATCH] kernel-5.14.0-298.el9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Mon Apr 10 2023 Jan Stancek [5.14.0-298.el9] - kernel-rt: config: disable SLUB_CPU_PARTIAL for real time kernels (Luis Claudio R. Goncalves) [2182930] - kernel-rt: config: disable KGDB in the production and development variants (Luis Claudio R. Goncalves) [2182890] - mm/migrate: fix wrongly apply write bit after mkdirty on sparc64 (Rafael Aquini) [2168392] - mm/thp: re-apply mkdirty for small pages after split (Rafael Aquini) [2168392] - Partly revert "mm/thp: carry over dirty bit when thp splits on pmd" (Rafael Aquini) [2168392] - mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bit (Rafael Aquini) [2168392] - mm/swap: cache swap migration A/D bits support (Rafael Aquini) [2168392] - mm/swap: cache maximum swapfile size when init swap (Rafael Aquini) [2168392] - mm: remember young/dirty bit for page migrations (Rafael Aquini) [2168392] - mm/thp: carry over dirty bit when thp splits on pmd (Rafael Aquini) [2168392] - mm/swap: add swp_offset_pfn() to fetch PFN from swap entry (Rafael Aquini) [2168392] - mm/swap: comment all the ifdef in swapops.h (Rafael Aquini) [2168392] - mm/x86: use SWP_TYPE_BITS in 3-level swap macros (Rafael Aquini) [2168392] - mm/swapops: make is_pmd_migration_entry more strict (Rafael Aquini) [2168392] - include/linux/swapops.h: remove stub for non_swap_entry() (Rafael Aquini) [2168392] - cifs: fix regression in very old smb1 mounts (Ronnie Sahlberg) [2182556] - hwrng: core - use per-rng quality value instead of global setting (Jose Ignacio Tornos Martinez) [2172887] - hwrng: core - start and stop in-kernel rngd in separate function (Jose Ignacio Tornos Martinez) [2172887] - hwrng: core - do not bother to order list of devices by quality (Jose Ignacio Tornos Martinez) [2172887] - hwrng: core - credit entropy for low quality sources of randomness (Jose Ignacio Tornos Martinez) [2172887] - hwrng: core - break out of hwrng_fillfn if current rng is not trusted (Jose Ignacio Tornos Martinez) [2172887] - hwrng: core - only set cur_rng_set_by_user if it is working (Jose Ignacio Tornos Martinez) [2172887] - hwrng: core - use rng_fillbuf in add_early_randomness() (Jose Ignacio Tornos Martinez) [2172887] - hwrng: core - read() callback must be called for size of 32 or more bytes (Jose Ignacio Tornos Martinez) [2172887] - hwrng: core - explicit ordering of initcalls (Jose Ignacio Tornos Martinez) [2172887] - sfc: Change VF mac via PF as first preference if available. (Íñigo Huguet) [2121027] - genirq/affinity: Only build SMP-only helper functions on SMP kernels (Ming Lei) [2153649] - blk-mq: Build default queue map via group_cpus_evenly() (Ming Lei) [2153649] - genirq/affinity: Move group_cpus_evenly() into lib/ (Ming Lei) [2153649] - genirq/affinity: Rename irq_build_affinity_masks as group_cpus_evenly (Ming Lei) [2153649] - genirq/affinity: Don't pass irq_affinity_desc array to irq_build_affinity_masks (Ming Lei) [2153649] - genirq/affinity: Pass affinity managed mask array to irq_build_affinity_masks (Ming Lei) [2153649] - genirq/affinity: Remove the 'firstvec' parameter from irq_build_affinity_masks (Ming Lei) [2153649] - genirq/affinity: Replace cpumask_weight() with cpumask_empty() where appropriate (Ming Lei) [2153649] - ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms' (Tony Camuso) [2174224] - ipmi:ssif: Add a timer between request retries (Tony Camuso) [2174224] - ipmi:ssif: Remove rtc_us_timer (Tony Camuso) [2174224] - ipmi_ssif: Rename idle state and check (Tony Camuso) [2174224] - ipmi:ssif: resend_msg() cannot fail (Tony Camuso) [2174224] - ipmi/watchdog: use strscpy() to instead of strncpy() (Tony Camuso) [2174224] - ipmi: ssif_bmc: Convert to i2c's .probe_new() (Tony Camuso) [2174224] - ipmi: fix use after free in _ipmi_destroy_user() (Tony Camuso) [2174224] - ipmi/watchdog: Include when appropriate (Tony Camuso) [2174224] - ipmi:ssif: Increase the message retry time (Tony Camuso) [2174224] - ipmi: Fix some kernel-doc warnings (Tony Camuso) [2174224] - ipmi: ssif_bmc: Use EPOLLIN instead of POLLIN (Tony Camuso) [2174224] - ipmi: fix msg stack when IPMI is disconnected (Tony Camuso) [2174224] - ipmi: fix memleak when unload ipmi driver (Tony Camuso) [2174224] - ipmi: fix long wait in unload when IPMI disconnect (Tony Camuso) [2174224] - ipmi: kcs: Poll OBF briefly to reduce OBE latency (Tony Camuso) [2174224] - ipmi: ssif_bmc: Add SSIF BMC driver (Tony Camuso) [2174224] - ipmi: ssif_bmc: Add SSIF BMC driver config (Tony Camuso) [2174224] - ipmi: Remove unused struct watcher_entry (Tony Camuso) [2174224] - ipmi: kcs: aspeed: Update port address comments (Tony Camuso) [2174224] - ipmi: Add __init/__exit annotations to module init/exit funcs (Tony Camuso) [2174224] - ipmi:ipmb: Don't call ipmi_unregister_smi() on a register failure (Tony Camuso) [2174224] - ipmi:ipmb: Fix a vague comment and a typo (Tony Camuso) [2174224] - ipmi: Fix comment typo (Tony Camuso) [2174224] - char: ipmi: modify NPCM KCS configuration (Tony Camuso) [2174224] - KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (Waiman Long) [1898184] - x86/cpu: Support AMD Automatic IBRS (Waiman Long) [1898184] - x86/cpu, kvm: Add the SMM_CTL MSR not present feature (Waiman Long) [1898184] - x86/cpu, kvm: Add the Null Selector Clears Base feature (Waiman Long) [1898184] - x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (Waiman Long) [1898184] - x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (Waiman Long) [1898184] - KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (Waiman Long) [1898184] - x86/cpu, kvm: Add support for CPUID_80000021_EAX (Waiman Long) [1898184] - x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3 (Waiman Long) [1898184] - KVM: x86: Advertise that the SMM_CTL MSR is not supported (Waiman Long) [1898184] - KVM: x86: Advertise AVX-VNNI-INT8 CPUID to user space (Waiman Long) [1898184] - KVM: x86: Update KVM-only leaf handling to allow for 100%% KVM-only leafs (Waiman Long) [1898184] - tools headers cpufeatures: Sync with the kernel sources (Waiman Long) [1898184] - KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest (Waiman Long) [1898184] - Documentation/hw-vuln: Update spectre doc (Waiman Long) [1898184] - x86/cpufeatures: Add LbrExtV2 feature bit (Waiman Long) [1898184] Resolves: rhbz#1898184, rhbz#2121027, rhbz#2153649, rhbz#2168392, rhbz#2172887, rhbz#2174224, rhbz#2182556, rhbz#2182890, rhbz#2182930 Signed-off-by: Jan Stancek --- Makefile.rhelver | 2 +- kernel-aarch64-64k-debug-rhel.config | 1 + kernel-aarch64-64k-rhel.config | 1 + kernel-aarch64-debug-rhel.config | 1 + kernel-aarch64-rhel.config | 1 + kernel-aarch64-rt-debug-rhel.config | 5 +- kernel-aarch64-rt-rhel.config | 5 +- kernel-ppc64le-debug-rhel.config | 1 + kernel-ppc64le-rhel.config | 1 + kernel-s390x-debug-rhel.config | 1 + kernel-s390x-rhel.config | 1 + kernel-s390x-zfcpdump-rhel.config | 1 + kernel-x86_64-debug-rhel.config | 1 + kernel-x86_64-rhel.config | 1 + kernel-x86_64-rt-debug-rhel.config | 5 +- kernel-x86_64-rt-rhel.config | 5 +- kernel.spec | 85 ++++++++++++++++++++++++++-- sources | 6 +- 18 files changed, 108 insertions(+), 16 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index d4728d226..3f2fd1d4a 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 3 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 297 +RHEL_RELEASE = 298 # # ZSTREAM diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index 6f6bed570..862598bc6 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -5831,6 +5831,7 @@ CONFIG_SRAM=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index bfc250ee0..4c266c5bd 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -5807,6 +5807,7 @@ CONFIG_SRAM=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 898312120..8e715b523 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -5828,6 +5828,7 @@ CONFIG_SRAM=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 13b320008..022b8d2e9 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -5804,6 +5804,7 @@ CONFIG_SRAM=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index 81b6efca4..9df815cb9 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -2841,12 +2841,12 @@ CONFIG_KFENCE_SAMPLE_INTERVAL=100 # CONFIG_KFENCE_STATIC_KEYS is not set CONFIG_KFENCE_STRESS_TEST_FAULTS=0 CONFIG_KGDB_HONOUR_BLOCKLIST=y +# CONFIG_KGDB is not set CONFIG_KGDB_KDB=y CONFIG_KGDB_LOW_LEVEL_TRAP=y CONFIG_KGDB_SERIAL_CONSOLE=y # CONFIG_KGDB_TESTS_ON_BOOT is not set CONFIG_KGDB_TESTS=y -CONFIG_KGDB=y # CONFIG_KMX61 is not set CONFIG_KPROBE_EVENT_GEN_TEST=m # CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set @@ -5359,7 +5359,7 @@ CONFIG_SLIP=m # CONFIG_SLIP_MODE_SLIP6 is not set CONFIG_SLIP_SMART=y CONFIG_SLS=y -CONFIG_SLUB_CPU_PARTIAL=y +# CONFIG_SLUB_CPU_PARTIAL is not set # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_DEBUG=y CONFIG_SLUB_KUNIT_TEST=m @@ -5926,6 +5926,7 @@ CONFIG_SRAM=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index 3d5e0ef32..c00d9dcfd 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -2820,12 +2820,12 @@ CONFIG_KFENCE_SAMPLE_INTERVAL=100 CONFIG_KFENCE_STRESS_TEST_FAULTS=0 CONFIG_KFENCE=y CONFIG_KGDB_HONOUR_BLOCKLIST=y +# CONFIG_KGDB is not set CONFIG_KGDB_KDB=y CONFIG_KGDB_LOW_LEVEL_TRAP=y CONFIG_KGDB_SERIAL_CONSOLE=y # CONFIG_KGDB_TESTS_ON_BOOT is not set CONFIG_KGDB_TESTS=y -CONFIG_KGDB=y # CONFIG_KMX61 is not set # CONFIG_KPROBE_EVENT_GEN_TEST is not set # CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set @@ -5337,7 +5337,7 @@ CONFIG_SLIP=m # CONFIG_SLIP_MODE_SLIP6 is not set CONFIG_SLIP_SMART=y CONFIG_SLS=y -CONFIG_SLUB_CPU_PARTIAL=y +# CONFIG_SLUB_CPU_PARTIAL is not set # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_DEBUG=y CONFIG_SLUB_KUNIT_TEST=m @@ -5902,6 +5902,7 @@ CONFIG_SRAM=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index 28a6db38b..535cd0e64 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -5362,6 +5362,7 @@ CONFIG_SQUASHFS_ZSTD=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index 34231053d..23cfa47d1 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -5340,6 +5340,7 @@ CONFIG_SQUASHFS_ZSTD=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 8bae0eb7b..f55a973f8 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -5343,6 +5343,7 @@ CONFIG_SQUASHFS_ZSTD=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 489f9bb76..58ac4835a 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -5321,6 +5321,7 @@ CONFIG_SQUASHFS_ZSTD=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 0c759a418..d07e5dc73 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -5343,6 +5343,7 @@ CONFIG_SQUASHFS_ZSTD=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index d52d17374..94af895bb 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -5580,6 +5580,7 @@ CONFIG_SQUASHFS_ZSTD=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index d2e35d382..675fe556a 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -5557,6 +5557,7 @@ CONFIG_SQUASHFS_ZSTD=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-x86_64-rt-debug-rhel.config b/kernel-x86_64-rt-debug-rhel.config index 8898909f7..63d4ca5bc 100644 --- a/kernel-x86_64-rt-debug-rhel.config +++ b/kernel-x86_64-rt-debug-rhel.config @@ -2727,12 +2727,12 @@ CONFIG_KFENCE_SAMPLE_INTERVAL=100 # CONFIG_KFENCE_STATIC_KEYS is not set CONFIG_KFENCE_STRESS_TEST_FAULTS=0 CONFIG_KGDB_HONOUR_BLOCKLIST=y +# CONFIG_KGDB is not set CONFIG_KGDB_KDB=y CONFIG_KGDB_LOW_LEVEL_TRAP=y CONFIG_KGDB_SERIAL_CONSOLE=y # CONFIG_KGDB_TESTS_ON_BOOT is not set CONFIG_KGDB_TESTS=y -CONFIG_KGDB=y # CONFIG_KMX61 is not set CONFIG_KPROBE_EVENT_GEN_TEST=m # CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set @@ -5114,7 +5114,7 @@ CONFIG_SLIP=m # CONFIG_SLIP_MODE_SLIP6 is not set CONFIG_SLIP_SMART=y # CONFIG_SLS is not set -CONFIG_SLUB_CPU_PARTIAL=y +# CONFIG_SLUB_CPU_PARTIAL is not set # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_DEBUG=y CONFIG_SLUB_KUNIT_TEST=m @@ -5677,6 +5677,7 @@ CONFIG_SQUASHFS_ZSTD=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel-x86_64-rt-rhel.config b/kernel-x86_64-rt-rhel.config index cb2b96b05..8fe36f5fc 100644 --- a/kernel-x86_64-rt-rhel.config +++ b/kernel-x86_64-rt-rhel.config @@ -2707,12 +2707,12 @@ CONFIG_KFENCE_SAMPLE_INTERVAL=100 CONFIG_KFENCE_STRESS_TEST_FAULTS=0 CONFIG_KFENCE=y CONFIG_KGDB_HONOUR_BLOCKLIST=y +# CONFIG_KGDB is not set CONFIG_KGDB_KDB=y CONFIG_KGDB_LOW_LEVEL_TRAP=y CONFIG_KGDB_SERIAL_CONSOLE=y # CONFIG_KGDB_TESTS_ON_BOOT is not set CONFIG_KGDB_TESTS=y -CONFIG_KGDB=y # CONFIG_KMX61 is not set # CONFIG_KPROBE_EVENT_GEN_TEST is not set # CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set @@ -5093,7 +5093,7 @@ CONFIG_SLIP=m # CONFIG_SLIP_MODE_SLIP6 is not set CONFIG_SLIP_SMART=y # CONFIG_SLS is not set -CONFIG_SLUB_CPU_PARTIAL=y +# CONFIG_SLUB_CPU_PARTIAL is not set # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_DEBUG=y CONFIG_SLUB_KUNIT_TEST=m @@ -5654,6 +5654,7 @@ CONFIG_SQUASHFS_ZSTD=y # CONFIG_SRF08 is not set # CONFIG_SSB is not set # CONFIG_SSFDC is not set +CONFIG_SSIF_IPMI_BMC=m CONFIG_STACK_HASH_ORDER=20 CONFIG_STACKPROTECTOR_STRONG=y CONFIG_STACKPROTECTOR=y diff --git a/kernel.spec b/kernel.spec index e92562633..4157ce61b 100755 --- a/kernel.spec +++ b/kernel.spec @@ -161,15 +161,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 297 +%define pkgrelease 298 %define kversion 5 -%define tarfile_release 5.14.0-297.el9 +%define tarfile_release 5.14.0-298.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 297%{?buildid}%{?dist} +%define specrelease 298%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-297.el9 +%define kabiversion 5.14.0-298.el9 # # End of genspec.sh variables @@ -3585,6 +3585,83 @@ fi # # %changelog +* Mon Apr 10 2023 Jan Stancek [5.14.0-298.el9] +- kernel-rt: config: disable SLUB_CPU_PARTIAL for real time kernels (Luis Claudio R. Goncalves) [2182930] +- kernel-rt: config: disable KGDB in the production and development variants (Luis Claudio R. Goncalves) [2182890] +- mm/migrate: fix wrongly apply write bit after mkdirty on sparc64 (Rafael Aquini) [2168392] +- mm/thp: re-apply mkdirty for small pages after split (Rafael Aquini) [2168392] +- Partly revert "mm/thp: carry over dirty bit when thp splits on pmd" (Rafael Aquini) [2168392] +- mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bit (Rafael Aquini) [2168392] +- mm/swap: cache swap migration A/D bits support (Rafael Aquini) [2168392] +- mm/swap: cache maximum swapfile size when init swap (Rafael Aquini) [2168392] +- mm: remember young/dirty bit for page migrations (Rafael Aquini) [2168392] +- mm/thp: carry over dirty bit when thp splits on pmd (Rafael Aquini) [2168392] +- mm/swap: add swp_offset_pfn() to fetch PFN from swap entry (Rafael Aquini) [2168392] +- mm/swap: comment all the ifdef in swapops.h (Rafael Aquini) [2168392] +- mm/x86: use SWP_TYPE_BITS in 3-level swap macros (Rafael Aquini) [2168392] +- mm/swapops: make is_pmd_migration_entry more strict (Rafael Aquini) [2168392] +- include/linux/swapops.h: remove stub for non_swap_entry() (Rafael Aquini) [2168392] +- cifs: fix regression in very old smb1 mounts (Ronnie Sahlberg) [2182556] +- hwrng: core - use per-rng quality value instead of global setting (Jose Ignacio Tornos Martinez) [2172887] +- hwrng: core - start and stop in-kernel rngd in separate function (Jose Ignacio Tornos Martinez) [2172887] +- hwrng: core - do not bother to order list of devices by quality (Jose Ignacio Tornos Martinez) [2172887] +- hwrng: core - credit entropy for low quality sources of randomness (Jose Ignacio Tornos Martinez) [2172887] +- hwrng: core - break out of hwrng_fillfn if current rng is not trusted (Jose Ignacio Tornos Martinez) [2172887] +- hwrng: core - only set cur_rng_set_by_user if it is working (Jose Ignacio Tornos Martinez) [2172887] +- hwrng: core - use rng_fillbuf in add_early_randomness() (Jose Ignacio Tornos Martinez) [2172887] +- hwrng: core - read() callback must be called for size of 32 or more bytes (Jose Ignacio Tornos Martinez) [2172887] +- hwrng: core - explicit ordering of initcalls (Jose Ignacio Tornos Martinez) [2172887] +- sfc: Change VF mac via PF as first preference if available. (Íñigo Huguet) [2121027] +- genirq/affinity: Only build SMP-only helper functions on SMP kernels (Ming Lei) [2153649] +- blk-mq: Build default queue map via group_cpus_evenly() (Ming Lei) [2153649] +- genirq/affinity: Move group_cpus_evenly() into lib/ (Ming Lei) [2153649] +- genirq/affinity: Rename irq_build_affinity_masks as group_cpus_evenly (Ming Lei) [2153649] +- genirq/affinity: Don't pass irq_affinity_desc array to irq_build_affinity_masks (Ming Lei) [2153649] +- genirq/affinity: Pass affinity managed mask array to irq_build_affinity_masks (Ming Lei) [2153649] +- genirq/affinity: Remove the 'firstvec' parameter from irq_build_affinity_masks (Ming Lei) [2153649] +- genirq/affinity: Replace cpumask_weight() with cpumask_empty() where appropriate (Ming Lei) [2153649] +- ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms' (Tony Camuso) [2174224] +- ipmi:ssif: Add a timer between request retries (Tony Camuso) [2174224] +- ipmi:ssif: Remove rtc_us_timer (Tony Camuso) [2174224] +- ipmi_ssif: Rename idle state and check (Tony Camuso) [2174224] +- ipmi:ssif: resend_msg() cannot fail (Tony Camuso) [2174224] +- ipmi/watchdog: use strscpy() to instead of strncpy() (Tony Camuso) [2174224] +- ipmi: ssif_bmc: Convert to i2c's .probe_new() (Tony Camuso) [2174224] +- ipmi: fix use after free in _ipmi_destroy_user() (Tony Camuso) [2174224] +- ipmi/watchdog: Include when appropriate (Tony Camuso) [2174224] +- ipmi:ssif: Increase the message retry time (Tony Camuso) [2174224] +- ipmi: Fix some kernel-doc warnings (Tony Camuso) [2174224] +- ipmi: ssif_bmc: Use EPOLLIN instead of POLLIN (Tony Camuso) [2174224] +- ipmi: fix msg stack when IPMI is disconnected (Tony Camuso) [2174224] +- ipmi: fix memleak when unload ipmi driver (Tony Camuso) [2174224] +- ipmi: fix long wait in unload when IPMI disconnect (Tony Camuso) [2174224] +- ipmi: kcs: Poll OBF briefly to reduce OBE latency (Tony Camuso) [2174224] +- ipmi: ssif_bmc: Add SSIF BMC driver (Tony Camuso) [2174224] +- ipmi: ssif_bmc: Add SSIF BMC driver config (Tony Camuso) [2174224] +- ipmi: Remove unused struct watcher_entry (Tony Camuso) [2174224] +- ipmi: kcs: aspeed: Update port address comments (Tony Camuso) [2174224] +- ipmi: Add __init/__exit annotations to module init/exit funcs (Tony Camuso) [2174224] +- ipmi:ipmb: Don't call ipmi_unregister_smi() on a register failure (Tony Camuso) [2174224] +- ipmi:ipmb: Fix a vague comment and a typo (Tony Camuso) [2174224] +- ipmi: Fix comment typo (Tony Camuso) [2174224] +- char: ipmi: modify NPCM KCS configuration (Tony Camuso) [2174224] +- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (Waiman Long) [1898184] +- x86/cpu: Support AMD Automatic IBRS (Waiman Long) [1898184] +- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (Waiman Long) [1898184] +- x86/cpu, kvm: Add the Null Selector Clears Base feature (Waiman Long) [1898184] +- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (Waiman Long) [1898184] +- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (Waiman Long) [1898184] +- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (Waiman Long) [1898184] +- x86/cpu, kvm: Add support for CPUID_80000021_EAX (Waiman Long) [1898184] +- x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3 (Waiman Long) [1898184] +- KVM: x86: Advertise that the SMM_CTL MSR is not supported (Waiman Long) [1898184] +- KVM: x86: Advertise AVX-VNNI-INT8 CPUID to user space (Waiman Long) [1898184] +- KVM: x86: Update KVM-only leaf handling to allow for 100%% KVM-only leafs (Waiman Long) [1898184] +- tools headers cpufeatures: Sync with the kernel sources (Waiman Long) [1898184] +- KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest (Waiman Long) [1898184] +- Documentation/hw-vuln: Update spectre doc (Waiman Long) [1898184] +- x86/cpufeatures: Add LbrExtV2 feature bit (Waiman Long) [1898184] + * Thu Apr 06 2023 Jan Stancek [5.14.0-297.el9] - igb: conditionalize I2C bit banging on external thermal sensor support (Corinna Vinschen) [2173594] - Add process name and pid to locks warning (Jeffrey Layton) [2172087] diff --git a/sources b/sources index 618416df0..4d60ac534 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-297.el9.tar.xz) = 538cdac18cab364ca2225e9435d4a2dd307c50bb9c8e1ff7dc6174cacd911ab5c19bd399749af5456a1dde01d3884d7de3d25573d78adf98f18ed1e0a6094070 -SHA512 (kernel-abi-stablelists-5.14.0-297.el9.tar.bz2) = b1d4ca2881cd8986a7872e51725b814b20b0b7be482957167a5e2081070e8fdfb06b02fed9332136bc2f983620cc060405e608064564bb93ed903b788fec82e2 -SHA512 (kernel-kabi-dw-5.14.0-297.el9.tar.bz2) = c3cc16835c76de75ff1d7727cd2b1610c457001424a88cb61d3efa721358eff986aeda74c85ea3f17e115aa318ba585e37c25a449ef0b994cbde7ef6a7aa9d35 +SHA512 (linux-5.14.0-298.el9.tar.xz) = 303e9f8d34dcde8febc42e06d87d7cbb2f063e672ed723dfb7ddef8c97c249b0211f00cd103e007707d5f9ffcaece28578b0c89c6f1110705cbe36d47035461c +SHA512 (kernel-abi-stablelists-5.14.0-298.el9.tar.bz2) = 57592076cfb8b28049368ce336bd4a2dff9eebf1eda774d6ed3519ed5abb092fc36c95164c934ec7b67f28a335723180c2e9de485a3ba7e82cc80e1a4c64ff12 +SHA512 (kernel-kabi-dw-5.14.0-298.el9.tar.bz2) = c3cc16835c76de75ff1d7727cd2b1610c457001424a88cb61d3efa721358eff986aeda74c85ea3f17e115aa318ba585e37c25a449ef0b994cbde7ef6a7aa9d35