Skip to content

Commit d143c3a

Browse files
committed
[redhat] kernel-5.14.0-618.el9
Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
1 parent e32f525 commit d143c3a

File tree

2 files changed

+210
-1
lines changed

2 files changed

+210
-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 = 8
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 617
15+
RHEL_RELEASE = 618
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.8

Lines changed: 209 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,212 @@
1+
* Sat Sep 20 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-618.el9]
2+
- x86/hyperv: Fix kdump on Azure CVMs (Vitaly Kuznetsov) [RHEL-70228]
3+
- hv_netvsc: Fix panic during namespace deletion with VF (Maxim Levitsky) [RHEL-109583]
4+
- RDMA/mana_ib: add support of multiple ports (Maxim Levitsky) [RHEL-109583]
5+
- RDMA/mana_ib: add additional port counters (Maxim Levitsky) [RHEL-109583]
6+
- RDMA/mana_ib: Fix DSCP value in modify QP (Maxim Levitsky) [RHEL-109583]
7+
- net: mana: fix spelling for mana_gd_deregiser_irq() (Maxim Levitsky) [RHEL-109583]
8+
- net: mana: Handle Reset Request from MANA NIC (Maxim Levitsky) [RHEL-109583]
9+
- net: mana: Set tx_packets to post gso processing packet count (Maxim Levitsky) [RHEL-109583]
10+
- net: mana: Handle unsupported HWC commands (Maxim Levitsky) [RHEL-109583]
11+
- net: mana: Allocate MSI-X vectors dynamically (Maxim Levitsky) [RHEL-109583]
12+
- net: mana: Allow irq_setup() to skip cpus for affinity (Maxim Levitsky) [RHEL-109583]
13+
- net: mana: explain irq_setup() algorithm (Maxim Levitsky) [RHEL-109583]
14+
- PCI: hv: Allow dynamic MSI-X vector allocation (Maxim Levitsky) [RHEL-109583]
15+
- PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocations (Maxim Levitsky) [RHEL-109583]
16+
- net: mana: Add handler for hardware servicing events (Maxim Levitsky) [RHEL-109583]
17+
- RDMA/mana_ib: Add device statistics support (Maxim Levitsky) [RHEL-109583]
18+
- net: mana: Expose additional hardware counters for drop and TC via ethtool. (Maxim Levitsky) [RHEL-109583]
19+
- net: mana: Fix warnings for missing export.h header inclusion (Maxim Levitsky) [RHEL-109583]
20+
- net: mana: Record doorbell physical address in PF mode (Maxim Levitsky) [RHEL-109583]
21+
- tunnels: reset the GSO metadata before reusing the skb (Antoine Tenart) [RHEL-101033]
22+
- watchdog/hpwdt: Support Suspend and Resume (Joseph Szczypek) [RHEL-104148]
23+
- watchdog/hpwdt: Remove unused variable (Joseph Szczypek) [RHEL-104148]
24+
- watchdog/hpwdt: Remove redundant test. (Joseph Szczypek) [RHEL-104148]
25+
- watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO (Joseph Szczypek) [RHEL-104148]
26+
- NFSv4/flexfiles: Fix layout merge mirror check. (Benjamin Coddington) [RHEL-108616]
27+
- NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the server (Benjamin Coddington) [RHEL-108616]
28+
- NFSv4: Clear NFS_CAP_OPEN_XOR and NFS_CAP_DELEGTIME if not supported (Benjamin Coddington) [RHEL-108616]
29+
- NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not set (Benjamin Coddington) [RHEL-108616]
30+
- NFS: Fix a race when updating an existing write (Benjamin Coddington) [RHEL-108616]
31+
- flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_read (Benjamin Coddington) [RHEL-108616]
32+
- SUNRPC: call xs_sock_process_cmsg for all cmsg (Benjamin Coddington) [RHEL-108616]
33+
- NFSv4: Don't clear capabilities that won't be reset (Benjamin Coddington) [RHEL-108616]
34+
- sunrpc: fix handling of server side tls alerts (Benjamin Coddington) [RHEL-108616]
35+
- NFS: Fix the setting of capabilities when automounting a new filesystem (Benjamin Coddington) [RHEL-108616]
36+
- sunrpc: fix client side handling of tls alerts (Benjamin Coddington) [RHEL-108616]
37+
- NFS: Fix filehandle bounds checking in nfs_fh_to_dentry() (Benjamin Coddington) [RHEL-108616]
38+
- pNFS/flexfiles: don't attempt pnfs on fatal DS errors (Benjamin Coddington) [RHEL-108616]
39+
- NFSD: detect mismatch of file handle and delegation stateid in OPEN op (Benjamin Coddington) [RHEL-108616]
40+
- nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm() (Benjamin Coddington) [RHEL-108616]
41+
- NFSv4/flexfiles: Fix handling of NFS level errors in I/O (Benjamin Coddington) [RHEL-108616]
42+
- flexfiles/pNFS: update stats on NFS4ERR_DELAY for v4.1 DSes (Benjamin Coddington) [RHEL-108616]
43+
- nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails. (Benjamin Coddington) [RHEL-108616]
44+
- nfsd: use threads array as-is in netlink interface (Benjamin Coddington) [RHEL-108616]
45+
- SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tls (Benjamin Coddington) [RHEL-108616]
46+
- nfs: ignore SB_RDONLY when remounting nfs (Benjamin Coddington) [RHEL-108616]
47+
- fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio() (Benjamin Coddington) [RHEL-108616]
48+
- NFSv4/pnfs: Reset the layout state after a layoutreturn (Benjamin Coddington) [RHEL-108616]
49+
- svcrdma: Reduce the number of rdma_rw contexts per-QP (Benjamin Coddington) [RHEL-108616]
50+
- nfsd: Initialize ssc before laundromat_work to prevent NULL dereference (Benjamin Coddington) [RHEL-108616]
51+
- NFSD: unregister filesystem in case genl_register_family() fails (Benjamin Coddington) [RHEL-108616]
52+
- nfs: handle failure of nfs_get_lock_context in unlock path (Benjamin Coddington) [RHEL-108616]
53+
- nfs: add missing selections of CONFIG_CRC32 (Benjamin Coddington) [RHEL-108616]
54+
- nfs: Add missing release on error in nfs_lock_and_join_requests() (Benjamin Coddington) [RHEL-108616]
55+
- NFS: Shut down the nfs_client only after all the superblocks (Benjamin Coddington) [RHEL-108616]
56+
- NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (Benjamin Coddington) [RHEL-108616]
57+
- NFSv4: Avoid unnecessary scans of filesystems for expired delegations (Benjamin Coddington) [RHEL-108616]
58+
- NFSv4: Avoid unnecessary scans of filesystems for returning delegations (Benjamin Coddington) [RHEL-108616]
59+
- NFSv4: Don't trigger uneccessary scans for return-on-close delegations (Benjamin Coddington) [RHEL-108616]
60+
- NFSD: Fix callback decoder status codes (Benjamin Coddington) [RHEL-108616]
61+
- NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (Benjamin Coddington) [RHEL-108616]
62+
- nfsd: move error choice for incorrect object types to version-specific code. (Benjamin Coddington) [RHEL-108616]
63+
- nfsd: be more systematic about selecting error codes for internal use. (Benjamin Coddington) [RHEL-108616]
64+
- nfsd: Move error code mapping to per-version proc code. (Benjamin Coddington) [RHEL-108616]
65+
- NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (Benjamin Coddington) [RHEL-108616]
66+
- NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (Benjamin Coddington) [RHEL-108616]
67+
- nfsd: fix management of listener transports (Benjamin Coddington) [RHEL-108616]
68+
- NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback (Benjamin Coddington) [RHEL-108616]
69+
- sunrpc: suppress warnings for unused procfs functions (Benjamin Coddington) [RHEL-108616]
70+
- NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (Benjamin Coddington) [RHEL-108616]
71+
- SUNRPC: Prevent looping due to rpc_signal_task() races (Benjamin Coddington) [RHEL-108616]
72+
- SUNRPC: convert RPC_TASK_* constants to enum (Benjamin Coddington) [RHEL-108616]
73+
- NFS: Adjust delegated timestamps for O_DIRECT reads and writes (Benjamin Coddington) [RHEL-108616]
74+
- NFSv4.2: mark OFFLOAD_CANCEL MOVEABLE (Benjamin Coddington) [RHEL-108616]
75+
- NFSv4.2: fix COPY_NOTIFY xdr buf size calculation (Benjamin Coddington) [RHEL-108616]
76+
- NFSD: Insulate nfsd4_encode_read_plus_data() from page boundaries in the encode buffer (Benjamin Coddington) [RHEL-108616]
77+
- NFSD: Insulate nfsd4_encode_read_plus() from page boundaries in the encode buffer (Benjamin Coddington) [RHEL-108616]
78+
- NFSD: Insulate nfsd4_encode_read() from page boundaries in the encode buffer (Benjamin Coddington) [RHEL-108616]
79+
- NFSD: Fix CB_GETATTR status fix (Benjamin Coddington) [RHEL-108616]
80+
- NFSD: fix decoding in nfs4_xdr_dec_cb_getattr (Benjamin Coddington) [RHEL-108616]
81+
- nfsd: fix legacy client tracking initialization (Benjamin Coddington) [RHEL-108616]
82+
- nfs: clear SB_RDONLY before getting superblock (Benjamin Coddington) [RHEL-108616]
83+
- nfs: ignore SB_RDONLY when mounting nfs (Benjamin Coddington) [RHEL-108616]
84+
- platform/x86/amd/hsmp: Ensure success even if hwmon registration fails (David Arcari) [RHEL-102859]
85+
- platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULL (David Arcari) [RHEL-102859]
86+
- platform/x86/amd/hsmp: Enhance the print messages to prevent confusion (David Arcari) [RHEL-102859]
87+
- platform/x86/amd/hsmp: Use IS_ENABLED() instead of IS_REACHABLE() (David Arcari) [RHEL-102859]
88+
- x86/platform/amd: replace down_timeout() with down_interruptible() (David Arcari) [RHEL-102859]
89+
- x86/platform/amd: move final timeout check to after final sleep (David Arcari) [RHEL-102859]
90+
- platform/x86/amd/hsmp: fix building with CONFIG_HWMON=m (David Arcari) [RHEL-102859]
91+
- platform/x86/amd/hsmp: acpi: Add sysfs files to display HSMP telemetry (David Arcari) [RHEL-102859]
92+
- platform/x86/amd/hsmp: Report power via hwmon sensors (David Arcari) [RHEL-102859]
93+
- platform/x86/amd/hsmp: Use a single DRIVER_VERSION for all hsmp modules (David Arcari) [RHEL-102859]
94+
- platform/x86/amd/hsmp: Make amd_hsmp and hsmp_acpi as mutually exclusive drivers (David Arcari) [RHEL-102859]
95+
- x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h> (David Arcari) [RHEL-102859]
96+
- x86/platform/amd: Clean up the <asm/amd/hsmp.h> header guards a bit (David Arcari) [RHEL-102859]
97+
- x86/platform/amd: Move the <asm/amd_hsmp.h> header to <asm/amd/hsmp.h> (David Arcari) [RHEL-102859]
98+
- x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE (David Arcari) [RHEL-102859]
99+
- x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range() (David Arcari) [RHEL-102859]
100+
- x86/amd_node: Use defines for SMN register offsets (David Arcari) [RHEL-102859]
101+
- x86/amd_node: Remove dependency on AMD_NB (David Arcari) [RHEL-102859]
102+
- x86/amd_node: Update __amd_smn_rw() error paths (David Arcari) [RHEL-102859]
103+
- x86/amd_nb: Move SMN access code to a new amd_node driver (David Arcari) [RHEL-102859]
104+
- x86/amd_nb, hwmon: (k10temp): Simplify amd_pci_dev_to_node_id() (David Arcari) [RHEL-102859]
105+
- x86/amd_nb: Simplify function 3 search (David Arcari) [RHEL-102859]
106+
- x86/amd_nb: Use topology info to get AMD node count (David Arcari) [RHEL-102859]
107+
- x86/amd_nb: Simplify root device search (David Arcari) [RHEL-102859]
108+
- x86/amd_nb: Simplify function 4 search (David Arcari) [RHEL-102859]
109+
- x86: Start moving AMD node functionality out of AMD_NB (David Arcari) [RHEL-102859]
110+
- x86/amd_nb: Clean up early_is_amd_nb() (David Arcari) [RHEL-102859]
111+
- x86/amd_nb: Restrict init function to AMD-based systems (David Arcari) [RHEL-102859]
112+
- x86/amd_nb: Add new PCI ID for AMD family 1Ah model 20h (David Arcari) [RHEL-102859]
113+
- x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h-70h (David Arcari) [RHEL-102859]
114+
- x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h (David Arcari) [RHEL-102859]
115+
- x86/amd_nb: Enhance SMN access error checking (David Arcari) [RHEL-102859]
116+
- hwmon: (k10temp) Check return value of amd_smn_read() (David Arcari) [RHEL-102859]
117+
- EDAC/amd64: Remove unused register accesses (David Arcari) [RHEL-102859]
118+
- EDAC/amd64: Check return value of amd_smn_read() (David Arcari) [RHEL-102859]
119+
- x86/amd_nb: Check for invalid SMN reads (David Arcari) [RHEL-102859]
120+
- x86/amd_nb: Add new PCI IDs for AMD family 0x1a (David Arcari) [RHEL-102859]
121+
- platform/x86: amd: Use *-y instead of *-objs in Makefiles [partial] (David Arcari) [RHEL-102859]
122+
- platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messages (David Arcari) [RHEL-102859]
123+
- platform/x86/amd/hsmp: Change the error type (David Arcari) [RHEL-102859]
124+
- platform/x86/amd/hsmp: Add new error code and error logs (David Arcari) [RHEL-102859]
125+
- platform/x86/amd/hsmp: mark hsmp_msg_desc_table[] as maybe_unused (David Arcari) [RHEL-102859]
126+
- platform/x86/amd/hsmp: Make hsmp_pdev static instead of global (David Arcari) [RHEL-102859]
127+
- platform/x86/amd/hsmp: Use dev_groups in the driver structure (David Arcari) [RHEL-102859]
128+
- sysfs: Fix crash on empty group attributes array (David Arcari) [RHEL-102859]
129+
- sysfs: Introduce a mechanism to hide static attribute_groups (David Arcari) [RHEL-102859]
130+
- platform/x86/amd/hsmp: Use name space while exporting module symbols (David Arcari) [RHEL-102859]
131+
- platform/x86/amd/hsmp: Create separate ACPI, plat and common drivers (David Arcari) [RHEL-102859]
132+
- redhat/configs: Enable CONFIG_AMD_HSMP_ACPI and CONFIG_AMD_HSMP_PLAT on RHEL (David Arcari) [RHEL-102859]
133+
- platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev (David Arcari) [RHEL-102859]
134+
- platform/x86/amd/hsmp: Move ACPI code to acpi.c (David Arcari) [RHEL-102859]
135+
- platform/x86/amd/hsmp: Move platform device specific code to plat.c (David Arcari) [RHEL-102859]
136+
- platform/x86/amd/hsmp: Move structure and macros to header file (David Arcari) [RHEL-102859]
137+
- platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer (David Arcari) [RHEL-102859]
138+
- platform/x86/amd/hsmp: Create wrapper function init_acpi() (David Arcari) [RHEL-102859]
139+
- platform/x86/amd/hsmp: Create hsmp/ directory (David Arcari) [RHEL-102859]
140+
- Documentation/x86/amd/hsmp: Updating urls (David Arcari) [RHEL-102859]
141+
- netfilter: nf_conntrack: fix crash due to removal of uninitialised entry (Florian Westphal) [RHEL-106430] {CVE-2025-38472}
142+
- s390/sclp: Fix SCCB present check (CKI Backport Bot) [RHEL-113557] {CVE-2025-39694}
143+
- ipv6: mcast: Delay put pmc->idev in mld_del_delrec() (Hangbin Liu) [RHEL-111150] {CVE-2025-38550}
144+
- devlink: add reserved fields to devlink_*_ops (Petr Oros) [RHEL-111906]
145+
- ixgbe: prevent from unwanted interface name changes (CKI Backport Bot) [RHEL-109607]
146+
- devlink: let driver opt out of automatic phys_port_name generation (CKI Backport Bot) [RHEL-109607]
147+
- xfrm: interface: fix use-after-free after changing collect_md xfrm interface (CKI Backport Bot) [RHEL-109528] {CVE-2025-38500}
148+
- dpll: add reserved fields to dpll_device_ops and dpll_pin_ops structs (Ivan Vecera) [RHEL-111904]
149+
- ice: use fixed adapter index for E825C embedded devices (Michal Schmidt) [RHEL-104010]
150+
- net: openvswitch: remove misbehaving actions length check (Aaron Conole) [RHEL-83440]
151+
- irdma: free iwdev->rf after removing MSI-X (Kamal Heib) [RHEL-103278 RHEL-95816]
152+
- sctp: linearize cloned gso packets in sctp_rcv (CKI Backport Bot) [RHEL-113332] {CVE-2025-38718}
153+
- net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull (CKI Backport Bot) [RHEL-112247] {CVE-2023-53125}
154+
- net: usb: smsc75xx: Limit packet length to skb->len (CKI Backport Bot) [RHEL-112247] {CVE-2023-53125}
155+
- cpufreq: Move endif to the end of Kconfig file (Mark Langsdorf) [RHEL-112816]
156+
- cpufreq: Move CPPC configs to common Kconfig and add RISC-V (Mark Langsdorf) [RHEL-112816]
157+
- HID: core: Harden s32ton() against conversion to 0 bits (Benjamin Tissoires) [RHEL-111034] {CVE-2025-38556}
158+
- HID: stop exporting hid_snto32() (Benjamin Tissoires) [RHEL-111034] {CVE-2025-38556}
159+
- HID: simplify snto32() (Benjamin Tissoires) [RHEL-111034] {CVE-2025-38556}
160+
- redhat: set defaults for RHEL 9.7 (Augusto Caringi)
161+
- posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() (CKI Backport Bot) [RHEL-112783] {CVE-2025-38352}
162+
- fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass (Audra Mitchell) [RHEL-110312] {CVE-2025-38396}
163+
- idpf: convert control queue mutex to a spinlock (Michal Schmidt) [RHEL-106051] {CVE-2025-38392}
164+
- redhat/configs: Enable CONFIG_MITIGATION_TSA for x86 (Waiman Long) [RHEL-83897]
165+
- x86/process: Move the buffer clearing before MONITOR (Waiman Long) [RHEL-83897 RHEL-83906] {CVE-2024-36357 CVE-2024-36350}
166+
- x86/microcode/AMD: Add TSA microcode SHAs (Waiman Long) [RHEL-83897 RHEL-83906] {CVE-2024-36357 CVE-2024-36350}
167+
- KVM: SVM: Advertise TSA CPUID bits to guests (Waiman Long) [RHEL-83897 RHEL-83906] {CVE-2024-36357 CVE-2024-36350}
168+
- x86/bugs: Add a Transient Scheduler Attacks mitigation (Waiman Long) [RHEL-83897 RHEL-83906] {CVE-2024-36357 CVE-2024-36350}
169+
- x86/bugs: Rename MDS machinery to something more generic (Waiman Long) [RHEL-83897 RHEL-83906] {CVE-2024-36357 CVE-2024-36350}
170+
- x86/idle: Use MONITOR and MWAIT mnemonics in <asm/mwait.h> (Waiman Long) [RHEL-83897]
171+
- x86/idle: Remove .s output beautifying delimiters from simpler asm() templates (Waiman Long) [RHEL-83897]
172+
- x86/idle: Standardize argument types for MONITOR{,X} and MWAIT{,X} instruction wrappers on 'u32' (Waiman Long) [RHEL-83897]
173+
- x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints() and prefer_mwait_c1_over_halt() (Waiman Long) [RHEL-83897]
174+
- x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clear (Waiman Long) [RHEL-83897]
175+
- x86/microcode: Consolidate the loader enablement checking (Waiman Long) [RHEL-83897]
176+
- x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (Waiman Long) [RHEL-83897] {CVE-2025-22047}
177+
- x86/microcode/AMD: Add some forgotten models to the SHA check (Waiman Long) [RHEL-83897]
178+
- x86/microcode/AMD: Load only SHA256-checksummed patches (Waiman Long) [RHEL-83897]
179+
- x86/microcode/AMD: Add get_patch_level() (Waiman Long) [RHEL-83897]
180+
- x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (Waiman Long) [RHEL-83897]
181+
- x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (Waiman Long) [RHEL-83897]
182+
- x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (Waiman Long) [RHEL-83897]
183+
- x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (Waiman Long) [RHEL-83897]
184+
- x86/cpu: Introduce new microcode matching helper (Waiman Long) [RHEL-83897]
185+
- x86/microcode/AMD: Remove ret local var in early_apply_microcode() (Waiman Long) [RHEL-83897]
186+
- x86/microcode/AMD: Have __apply_microcode_amd() return bool (Waiman Long) [RHEL-83897]
187+
- x86/microcode/AMD: Return bool from find_blobs_in_containers() (Waiman Long) [RHEL-83897]
188+
- x86/microcode/AMD: Flush patch buffer mapping after application (Waiman Long) [RHEL-83897]
189+
- x86/CPU/AMD: Terminate the erratum_1386_microcode array (Waiman Long) [RHEL-83897] {CVE-2024-56721}
190+
- x86/mm: Carve out INVLPG inline asm for use by others (Waiman Long) [RHEL-83897]
191+
- x86/cpu: Fix formatting of cpuid_bits[] in scattered.c (Waiman Long) [RHEL-83897]
192+
- x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bit (Waiman Long) [RHEL-83897]
193+
- x86/microcode/AMD: Split load_microcode_amd() (Waiman Long) [RHEL-83897]
194+
- x86/microcode/AMD: Pay attention to the stepping dynamically (Waiman Long) [RHEL-83897]
195+
- x86/bugs: Use code segment selector for VERW operand (Waiman Long) [RHEL-83897] {CVE-2024-50072}
196+
- x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positive (Waiman Long) [RHEL-83897]
197+
- x86/microcode/AMD: Use the family,model,stepping encoded in the patch ID (Waiman Long) [RHEL-83897]
198+
- x86/CPU/AMD: Improve the erratum 1386 workaround (Waiman Long) [RHEL-83897]
199+
- x86: Add a comment about the "magic" behind shadow sti before mwait (Waiman Long) [RHEL-83897]
200+
- x86/bugs: Revert "Reverse instruction order of CLEAR_CPU_BUFFERS" (Waiman Long) [RHEL-83897]
201+
- scsi: mpt3sas: Fix a fw_event memory leak (Tomas Henzl) [RHEL-108656]
202+
- Revert "drm/gem-dma: Use dma_buf from GEM object instance" (Robert Foss) [RHEL-106696]
203+
- Revert "drm/gem-framebuffer: Use dma_buf from GEM object instance" (Robert Foss) [RHEL-106696]
204+
- Revert "drm/prime: Use dma_buf from GEM object instance" (Robert Foss) [RHEL-106696]
205+
- drm/framebuffer: Acquire internal references on GEM handles (Robert Foss) [RHEL-106696]
206+
- drm/gem: Acquire references on GEM handles for framebuffers (CKI Backport Bot) [RHEL-106696] {CVE-2025-38449}
207+
- Revert "e1000e: change k1 configuration on MTP and later platforms" (Michal Schmidt) [RHEL-110519]
208+
Resolves: RHEL-102859, RHEL-108616, RHEL-104148, RHEL-113559, RHEL-101033, RHEL-109583, RHEL-70228
209+
1210
* Mon Sep 15 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-617.el9]
2211
- sctp: linearize cloned gso packets in sctp_rcv (CKI Backport Bot) [RHEL-113331] {CVE-2025-38718}
3212
- ceph: fix client race condition where r_parent becomes stale before sending message (Alex Markuze) [RHEL-109212]

0 commit comments

Comments
 (0)