Skip to content

Commit 0da1419

Browse files
committed
[redhat] kernel-5.14.0-298.el9
Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent 4e4a7d9 commit 0da1419

File tree

2 files changed

+79
-1
lines changed

2 files changed

+79
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 3
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 297
15+
RHEL_RELEASE = 298
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.3

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
1+
* Mon Apr 10 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-298.el9]
2+
- kernel-rt: config: disable SLUB_CPU_PARTIAL for real time kernels (Luis Claudio R. Goncalves) [2182930]
3+
- kernel-rt: config: disable KGDB in the production and development variants (Luis Claudio R. Goncalves) [2182890]
4+
- mm/migrate: fix wrongly apply write bit after mkdirty on sparc64 (Rafael Aquini) [2168392]
5+
- mm/thp: re-apply mkdirty for small pages after split (Rafael Aquini) [2168392]
6+
- Partly revert "mm/thp: carry over dirty bit when thp splits on pmd" (Rafael Aquini) [2168392]
7+
- mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bit (Rafael Aquini) [2168392]
8+
- mm/swap: cache swap migration A/D bits support (Rafael Aquini) [2168392]
9+
- mm/swap: cache maximum swapfile size when init swap (Rafael Aquini) [2168392]
10+
- mm: remember young/dirty bit for page migrations (Rafael Aquini) [2168392]
11+
- mm/thp: carry over dirty bit when thp splits on pmd (Rafael Aquini) [2168392]
12+
- mm/swap: add swp_offset_pfn() to fetch PFN from swap entry (Rafael Aquini) [2168392]
13+
- mm/swap: comment all the ifdef in swapops.h (Rafael Aquini) [2168392]
14+
- mm/x86: use SWP_TYPE_BITS in 3-level swap macros (Rafael Aquini) [2168392]
15+
- mm/swapops: make is_pmd_migration_entry more strict (Rafael Aquini) [2168392]
16+
- include/linux/swapops.h: remove stub for non_swap_entry() (Rafael Aquini) [2168392]
17+
- cifs: fix regression in very old smb1 mounts (Ronnie Sahlberg) [2182556]
18+
- hwrng: core - use per-rng quality value instead of global setting (Jose Ignacio Tornos Martinez) [2172887]
19+
- hwrng: core - start and stop in-kernel rngd in separate function (Jose Ignacio Tornos Martinez) [2172887]
20+
- hwrng: core - do not bother to order list of devices by quality (Jose Ignacio Tornos Martinez) [2172887]
21+
- hwrng: core - credit entropy for low quality sources of randomness (Jose Ignacio Tornos Martinez) [2172887]
22+
- hwrng: core - break out of hwrng_fillfn if current rng is not trusted (Jose Ignacio Tornos Martinez) [2172887]
23+
- hwrng: core - only set cur_rng_set_by_user if it is working (Jose Ignacio Tornos Martinez) [2172887]
24+
- hwrng: core - use rng_fillbuf in add_early_randomness() (Jose Ignacio Tornos Martinez) [2172887]
25+
- hwrng: core - read() callback must be called for size of 32 or more bytes (Jose Ignacio Tornos Martinez) [2172887]
26+
- hwrng: core - explicit ordering of initcalls (Jose Ignacio Tornos Martinez) [2172887]
27+
- sfc: Change VF mac via PF as first preference if available. (Íñigo Huguet) [2121027]
28+
- genirq/affinity: Only build SMP-only helper functions on SMP kernels (Ming Lei) [2153649]
29+
- blk-mq: Build default queue map via group_cpus_evenly() (Ming Lei) [2153649]
30+
- genirq/affinity: Move group_cpus_evenly() into lib/ (Ming Lei) [2153649]
31+
- genirq/affinity: Rename irq_build_affinity_masks as group_cpus_evenly (Ming Lei) [2153649]
32+
- genirq/affinity: Don't pass irq_affinity_desc array to irq_build_affinity_masks (Ming Lei) [2153649]
33+
- genirq/affinity: Pass affinity managed mask array to irq_build_affinity_masks (Ming Lei) [2153649]
34+
- genirq/affinity: Remove the 'firstvec' parameter from irq_build_affinity_masks (Ming Lei) [2153649]
35+
- genirq/affinity: Replace cpumask_weight() with cpumask_empty() where appropriate (Ming Lei) [2153649]
36+
- ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms' (Tony Camuso) [2174224]
37+
- ipmi:ssif: Add a timer between request retries (Tony Camuso) [2174224]
38+
- ipmi:ssif: Remove rtc_us_timer (Tony Camuso) [2174224]
39+
- ipmi_ssif: Rename idle state and check (Tony Camuso) [2174224]
40+
- ipmi:ssif: resend_msg() cannot fail (Tony Camuso) [2174224]
41+
- ipmi/watchdog: use strscpy() to instead of strncpy() (Tony Camuso) [2174224]
42+
- ipmi: ssif_bmc: Convert to i2c's .probe_new() (Tony Camuso) [2174224]
43+
- ipmi: fix use after free in _ipmi_destroy_user() (Tony Camuso) [2174224]
44+
- ipmi/watchdog: Include <linux/kstrtox.h> when appropriate (Tony Camuso) [2174224]
45+
- ipmi:ssif: Increase the message retry time (Tony Camuso) [2174224]
46+
- ipmi: Fix some kernel-doc warnings (Tony Camuso) [2174224]
47+
- ipmi: ssif_bmc: Use EPOLLIN instead of POLLIN (Tony Camuso) [2174224]
48+
- ipmi: fix msg stack when IPMI is disconnected (Tony Camuso) [2174224]
49+
- ipmi: fix memleak when unload ipmi driver (Tony Camuso) [2174224]
50+
- ipmi: fix long wait in unload when IPMI disconnect (Tony Camuso) [2174224]
51+
- ipmi: kcs: Poll OBF briefly to reduce OBE latency (Tony Camuso) [2174224]
52+
- ipmi: ssif_bmc: Add SSIF BMC driver (Tony Camuso) [2174224]
53+
- ipmi: ssif_bmc: Add SSIF BMC driver config (Tony Camuso) [2174224]
54+
- ipmi: Remove unused struct watcher_entry (Tony Camuso) [2174224]
55+
- ipmi: kcs: aspeed: Update port address comments (Tony Camuso) [2174224]
56+
- ipmi: Add __init/__exit annotations to module init/exit funcs (Tony Camuso) [2174224]
57+
- ipmi:ipmb: Don't call ipmi_unregister_smi() on a register failure (Tony Camuso) [2174224]
58+
- ipmi:ipmb: Fix a vague comment and a typo (Tony Camuso) [2174224]
59+
- ipmi: Fix comment typo (Tony Camuso) [2174224]
60+
- char: ipmi: modify NPCM KCS configuration (Tony Camuso) [2174224]
61+
- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (Waiman Long) [1898184]
62+
- x86/cpu: Support AMD Automatic IBRS (Waiman Long) [1898184]
63+
- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (Waiman Long) [1898184]
64+
- x86/cpu, kvm: Add the Null Selector Clears Base feature (Waiman Long) [1898184]
65+
- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (Waiman Long) [1898184]
66+
- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (Waiman Long) [1898184]
67+
- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (Waiman Long) [1898184]
68+
- x86/cpu, kvm: Add support for CPUID_80000021_EAX (Waiman Long) [1898184]
69+
- x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3 (Waiman Long) [1898184]
70+
- KVM: x86: Advertise that the SMM_CTL MSR is not supported (Waiman Long) [1898184]
71+
- KVM: x86: Advertise AVX-VNNI-INT8 CPUID to user space (Waiman Long) [1898184]
72+
- KVM: x86: Update KVM-only leaf handling to allow for 100%% KVM-only leafs (Waiman Long) [1898184]
73+
- tools headers cpufeatures: Sync with the kernel sources (Waiman Long) [1898184]
74+
- KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest (Waiman Long) [1898184]
75+
- Documentation/hw-vuln: Update spectre doc (Waiman Long) [1898184]
76+
- x86/cpufeatures: Add LbrExtV2 feature bit (Waiman Long) [1898184]
77+
Resolves: rhbz#1898184, rhbz#2121027, rhbz#2153649, rhbz#2168392, rhbz#2172887, rhbz#2174224, rhbz#2182556, rhbz#2182890, rhbz#2182930
78+
179
* Thu Apr 06 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-297.el9]
280
- igb: conditionalize I2C bit banging on external thermal sensor support (Corinna Vinschen) [2173594]
381
- Add process name and pid to locks warning (Jeffrey Layton) [2172087]

0 commit comments

Comments
 (0)