Skip to content

Commit 5928120

Browse files
committed
[redhat] kernel-5.14.0-537.el9
Signed-off-by: Rado Vrbovsky <[email protected]>
1 parent bb12c1b commit 5928120

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-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 = 6
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 536
15+
RHEL_RELEASE = 537
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.6

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
* Mon Dec 02 2024 Rado Vrbovsky <[email protected]> [5.14.0-537.el9]
2+
- smb: client: Handle kstrdup failures for passwords (Paulo Alcantara) [RHEL-65939] {CVE-2024-50120}
3+
- fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name (CKI Backport Bot) [RHEL-64530] {CVE-2024-49934}
4+
- mptcp: init: protect sched with rcu_read_lock (CKI Backport Bot) [RHEL-68179] {CVE-2024-53047}
5+
- ARM: 9361/1: amba: store owner from modules with amba_driver_register() (Mark Salter) [RHEL-56484]
6+
- amba: bus: balance firmware node reference counting (Mark Salter) [RHEL-56484]
7+
- of/platform: increase refcount of fwnode (Mark Salter) [RHEL-56484]
8+
- of/platform: Propagate firmware node by calling device_set_node() (Mark Salter) [RHEL-56484]
9+
- amba: bus: fix refcount leak (Mark Salter) [RHEL-56484]
10+
- amba: move to_amba_device() to use container_of_const (Mark Salter) [RHEL-56484]
11+
- ARM: tegra: Remove MODULE_LICENSE in non-modules (Mark Salter) [RHEL-56484]
12+
- ARM: 9261/1: amba: Drop redundant assignments of the system PM callbacks (Mark Salter) [RHEL-56484]
13+
- ARM: 9229/1: amba: Fix use-after-free in amba_read_periphid() (Mark Salter) [RHEL-56484]
14+
- ARM: 9220/1: amba: Remove deferred device addition (Mark Salter) [RHEL-56484]
15+
- ARM: 9207/1: amba: fix refcount underflow if amba_device_add() fails (Mark Salter) [RHEL-56484]
16+
- ARM: 9192/1: amba: fix memory leak in amba_device_try_add() (Mark Salter) [RHEL-56484]
17+
- ARM: 9193/1: amba: Add amba_read_periphid() helper (Mark Salter) [RHEL-56484]
18+
- amba: Use driver_set_override() instead of open-coding (Mark Salter) [RHEL-56484]
19+
- ARM: 9174/1: amba: Move EXPORT_SYMBOL() closer to definition (Mark Salter) [RHEL-56484]
20+
- ARM: 9173/1: amba: kill amba_find_match() (Mark Salter) [RHEL-56484]
21+
- ARM: 9172/1: amba: Cleanup amba pclk operation (Mark Salter) [RHEL-56484]
22+
- ARM: 9163/1: amba: Move of_amba_device_decode_irq() into amba_probe() (Mark Salter) [RHEL-56484]
23+
- ARM: 9162/1: amba: Kill sysfs attribute file of irq (Mark Salter) [RHEL-56484]
24+
- ARM: 9121/1: amba: Drop unused functions about APB/AHB devices add (Mark Salter) [RHEL-56484]
25+
- KVM: selftests: Allow skipping the KVM_RUN sanity check in rseq_test (Vitaly Kuznetsov) [RHEL-28186]
26+
- smb: client: fix OOBs when building SMB2_IOCTL request (Paulo Alcantara) [RHEL-66476] {CVE-2024-50151}
27+
- smb: client: fix possible double free in smb2_set_ea() (Paulo Alcantara) [RHEL-66493] {CVE-2024-50152}
28+
- libeth: add Tx buffer completion helpers (Petr Oros) [RHEL-59099]
29+
- net: intel: Remove MODULE_AUTHORs (Petr Oros) [RHEL-59099]
30+
- libeth: support different types of buffers for Rx (Petr Oros) [RHEL-59099]
31+
- libeth: add cacheline / struct layout assertion helpers (Petr Oros) [RHEL-59099]
32+
- net: intel: Use *-y instead of *-objs in Makefile (Petr Oros) [RHEL-59099]
33+
- libeth: add Rx buffer management (Petr Oros) [RHEL-59099]
34+
- net: intel: introduce {, Intel} Ethernet common library (Petr Oros) [RHEL-59099]
35+
- e1000e: Remove Meteor Lake SMBUS workarounds (Ivan Vecera) [RHEL-49812]
36+
- e1000e: change I219 (19) devices to ADP (Ivan Vecera) [RHEL-49812]
37+
- e1000e: avoid failing the system during pm_suspend (Ivan Vecera) [RHEL-49812]
38+
- net: intel: Remove MODULE_AUTHORs (Ivan Vecera) [RHEL-49812]
39+
- e1000e: fix force smbus during suspend flow (Ivan Vecera) [RHEL-49812]
40+
- e1000e: Fix S0ix residency on corporate systems (Ivan Vecera) [RHEL-49812]
41+
- net: intel: Use *-y instead of *-objs in Makefile (Ivan Vecera) [RHEL-49812]
42+
- e1000e: move force SMBUS near the end of enable_ulp function (Ivan Vecera) [RHEL-49812]
43+
- net: e1000e & ixgbe: Remove PCI_HEADER_TYPE_MFD duplicates (Ivan Vecera) [RHEL-49812]
44+
- e1000e: change usleep_range to udelay in PHY mdic access (Ivan Vecera) [RHEL-49812]
45+
- e1000e: Remove redundant runtime resume for ethtool_ops (Ivan Vecera) [RHEL-49812]
46+
- net: intel: implement modern PM ops declarations (Ivan Vecera) [RHEL-49812]
47+
- e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue (Ivan Vecera) [RHEL-49812]
48+
- e1000e: Workaround for sporadic MDI error on Meteor Lake systems (Ivan Vecera) [RHEL-49812]
49+
- intel: legacy: Partial revert of field get conversion (Ivan Vecera) [RHEL-49812]
50+
- e1000e: Minor flow correction in e1000_shutdown function (Ivan Vecera) [RHEL-49812]
51+
- e1000e: correct maximum frequency adjustment values (Ivan Vecera) [RHEL-49812]
52+
- intel: legacy: field get conversion (Ivan Vecera) [RHEL-49812]
53+
- intel: legacy: field prep conversion (Ivan Vecera) [RHEL-49812]
54+
- e1000e: make lost bits explicit (Ivan Vecera) [RHEL-49812]
55+
- e1000e: Use pcie_capability_read_word() for reading LNKSTA (Ivan Vecera) [RHEL-49812]
56+
- e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/code (Ivan Vecera) [RHEL-49812]
57+
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find() (Guillaume Nault) [RHEL-68205] {CVE-2024-50304}
58+
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow() (Guillaume Nault) [RHEL-68250] {CVE-2024-53042}
59+
- Bluetooth: ISO: Fix UAF on iso_sock_timeout (CKI Backport Bot) [RHEL-66320] {CVE-2024-50124}
60+
Resolves: RHEL-28186, RHEL-49812, RHEL-56484, RHEL-59099, RHEL-64530, RHEL-65939, RHEL-66320, RHEL-66476, RHEL-66493, RHEL-68179, RHEL-68205, RHEL-68250
61+
162
* Thu Nov 28 2024 Rado Vrbovsky <[email protected]> [5.14.0-536.el9]
263
- gfs2: Get rid of demote_ok checks (Andreas Gruenbacher) [RHEL-67675]
364
- gfs2: Remove freeze_go_demote_ok (Andreas Gruenbacher) [RHEL-67675]

0 commit comments

Comments
 (0)