Skip to content

Commit 5b54e29

Browse files
committed
[redhat] kernel-5.14.0-591.el9
Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent 212d281 commit 5b54e29

File tree

2 files changed

+113
-1
lines changed

2 files changed

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

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.7

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,115 @@
1+
* Tue Jun 03 2025 Jan Stancek <jstancek@redhat.com> [5.14.0-591.el9]
2+
- uki_addons: add 'fedora' SBAT suffix for UKI addons (Li Tian) [RHEL-93399]
3+
- Subject: net/smc: check return value of sock_recvmsg when draining clc data (Mete Durlu) [RHEL-73484] {CVE-2024-57791}
4+
- net/smc: check smcd_v2_ext_offset when receiving proposal msg (Mete Durlu) [RHEL-73484] {CVE-2024-57791}
5+
- net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg (Mete Durlu) [RHEL-73484] {CVE-2024-57791}
6+
- net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg (Mete Durlu) [RHEL-73484] {CVE-2024-57791}
7+
- net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll (Mete Durlu) [RHEL-73484] {CVE-2024-57791}
8+
- net/smc: protect link down work from execute after lgr freed (Mete Durlu) [RHEL-73484] {CVE-2024-57791}
9+
- net/smc: Introduce IPPROTO_SMC (Mete Durlu) [RHEL-73484]
10+
- net/smc: expose smc proto operations (Mete Durlu) [RHEL-73484]
11+
- net/smc: refactoring initialization of smc sock (Mete Durlu) [RHEL-73484]
12+
- net/smc: change SMCR_RMBE_SIZES from 5 to 15 (Mete Durlu) [RHEL-73484]
13+
- net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG_CHAIN is defined (Mete Durlu) [RHEL-73484]
14+
- net/smc: implement DMB-merged operations of loopback-ism (Mete Durlu) [RHEL-73484]
15+
- net/smc: adapt cursor update when sndbuf and peer DMB are merged (Mete Durlu) [RHEL-73484]
16+
- net/smc: add operations to merge sndbuf with peer DMB (Mete Durlu) [RHEL-73484]
17+
- net/smc: register loopback-ism into SMC-D device list (Mete Durlu) [RHEL-73484]
18+
- net/smc: ignore loopback-ism when dumping SMC-D devices (Mete Durlu) [RHEL-73484]
19+
- net/smc: mark optional smcd_ops and check for support when called (Mete Durlu) [RHEL-73484]
20+
- net/smc: implement DMB-related operations of loopback-ism (Mete Durlu) [RHEL-73484]
21+
- net/smc: implement ID-related operations of loopback-ism (Mete Durlu) [RHEL-73484]
22+
- redhat/configs: Add SMC_LO config option (Mete Durlu) [RHEL-73484]
23+
- net/smc: introduce loopback-ism for SMC intra-OS shortcut (Mete Durlu) [RHEL-73484]
24+
- net/smc: decouple ism_client from SMC-D DMB registration (Mete Durlu) [RHEL-73484]
25+
- net/smc: Avoid -Wflex-array-member-not-at-end warnings (Mete Durlu) [RHEL-73484]
26+
- net/smc: make smc_hash_sk/smc_unhash_sk static (Mete Durlu) [RHEL-73484]
27+
- net/smc: change the term virtual ISM to Emulated-ISM (Mete Durlu) [RHEL-73484]
28+
- net/smc: fix incorrect SMC-D link group matching logic (Mete Durlu) [RHEL-73484]
29+
- net/smc: fix invalid link access in dumping SMC-R connections (Mete Durlu) [RHEL-73484]
30+
- net/smc: manage system EID in SMC stack instead of ISM driver (Mete Durlu) [RHEL-73484]
31+
- net/smc: disable SEID on non-s390 archs where virtual ISM may be used (Mete Durlu) [RHEL-73484]
32+
- net/smc: support extended GID in SMC-D lgr netlink attribute (Mete Durlu) [RHEL-73484]
33+
- net/smc: compatible with 128-bits extended GID of virtual ISM device (Mete Durlu) [RHEL-73484]
34+
- net/smc: define a reserved CHID range for virtual ISM devices (Mete Durlu) [RHEL-73484]
35+
- net/smc: introduce virtual ISM device support feature (Mete Durlu) [RHEL-73484]
36+
- net/smc: support SMCv2.x supplemental features negotiation (Mete Durlu) [RHEL-73484]
37+
- net/smc: unify the structs of accept or confirm message for v1 and v2 (Mete Durlu) [RHEL-73484]
38+
- net/smc: introduce sub-functions for smc_clc_send_confirm_accept() (Mete Durlu) [RHEL-73484]
39+
- net/smc: rename some 'fce' to 'fce_v2x' for clarity (Mete Durlu) [RHEL-73484]
40+
- net/smc: fix missing byte order conversion in CLC handshake (Mete Durlu) [RHEL-73484]
41+
- net/smc: remove unneeded atomic operations in smc_tx_sndbuf_nonempty (Mete Durlu) [RHEL-73484]
42+
- net/smc: add sysctl for max conns per lgr for SMC-R v2.1 (Mete Durlu) [RHEL-73484]
43+
- net/smc: add sysctl for max links per lgr for SMC-R v2.1 (Mete Durlu) [RHEL-73484]
44+
- net/smc: put sk reference if close work was canceled (Mete Durlu) [RHEL-73484]
45+
- net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc (Mete Durlu) [RHEL-73484]
46+
- net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT (Mete Durlu) [RHEL-73484]
47+
- net/smc: return the right falback reason when prefix checks fail (Mete Durlu) [RHEL-73484]
48+
- net/smc: fix smc clc failed issue when netdevice not in init_net (Mete Durlu) [RHEL-73484]
49+
- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (Mete Durlu) [RHEL-73484]
50+
- net/smc: bugfix for smcr v2 server connect success statistic (Mete Durlu) [RHEL-73484]
51+
- net/smc: Extend SMCR v2 linkgroup netlink attribute (Mete Durlu) [RHEL-73484]
52+
- net/smc: support max links per lgr negotiation in clc handshake (Mete Durlu) [RHEL-73484]
53+
- net/smc: support max connections per lgr negotiation (Mete Durlu) [RHEL-73484]
54+
- net/smc: support smc v2.x features validate (Mete Durlu) [RHEL-73484]
55+
- net/smc: add vendor unique experimental options area in clc handshake (Mete Durlu) [RHEL-73484]
56+
- net/smc: support smc release version negotiation in clc handshake (Mete Durlu) [RHEL-73484]
57+
- net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT (Mete Durlu) [RHEL-73484]
58+
- net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK (Mete Durlu) [RHEL-73484]
59+
- net/smc: Scan from current RMB list when no position specified (Mete Durlu) [RHEL-73484]
60+
- net/smc: Reset connection when trying to use SMCRv2 fails. (Mete Durlu) [RHEL-73484]
61+
- smc: Fix use-after-free in tcp_write_timer_handler(). (Mete Durlu) [RHEL-73484]
62+
- smc: preserve const qualifier in smc_sk() (Mete Durlu) [RHEL-73484]
63+
- net/smc: Use percpu ref for wr tx reference (Mete Durlu) [RHEL-73484]
64+
- net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link() (Mete Durlu) [RHEL-73484]
65+
- vlan: enforce underlying device type (Guillaume Nault) [RHEL-87883] {CVE-2025-21920}
66+
- dm: fix copying after src array boundaries (Benjamin Marzinski) [RHEL-92761]
67+
- dm: add missing unlock on in dm_keyslot_evict() (Benjamin Marzinski) [RHEL-92761]
68+
- dm: always update the array size in realloc_argv on success (Benjamin Marzinski) [RHEL-92761]
69+
- dm-integrity: fix a warning on invalid table line (Benjamin Marzinski) [RHEL-92761]
70+
- dm-bufio: don't schedule in atomic context (Benjamin Marzinski) [RHEL-92761]
71+
- dm-ebs: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92761]
72+
- dm-verity: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92761]
73+
- dm-integrity: fix non-constant-time tag verification (Benjamin Marzinski) [RHEL-92761]
74+
- dm cache: support shrinking the origin device (Benjamin Marzinski) [RHEL-56106]
75+
- dm cache: prevent BUG_ON by blocking retries on failed device resumes (Benjamin Marzinski) [RHEL-56106]
76+
- dm: fix unconditional IO throttle caused by REQ_PREFLUSH (Benjamin Marzinski) [RHEL-92761]
77+
- dm-integrity: set ti->error on memory allocation failure (Benjamin Marzinski) [RHEL-92761]
78+
- NFSv4: Don't check for OPEN feature support in v4.1 (Scott Mayhew) [RHEL-83435]
79+
- MAINTAINERS: Update maintainers for crypto/marvell (Vladis Dronov) [RHEL-74335]
80+
- crypto: octeontx2 - suppress auth failure screaming due to negative tests (Vladis Dronov) [RHEL-74335]
81+
- crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_info (Vladis Dronov) [RHEL-74335]
82+
- crypto: drivers - Use str_enable_disable-like helpers [partial] (Vladis Dronov) [RHEL-74335]
83+
- crypto: marvell - replace deprecated PCI functions (Vladis Dronov) [RHEL-74335]
84+
- PCI: Make pcim_request_all_regions() a public function (Vladis Dronov) [RHEL-74335]
85+
- crypto: octeontx* - Select CRYPTO_AUTHENC [partial] (Vladis Dronov) [RHEL-74335]
86+
- crypto: octeontx2 - select CONFIG_NET_DEVLINK (Vladis Dronov) [RHEL-74335]
87+
- crypto: octeontx2 - Fix authenc setkey (Vladis Dronov) [RHEL-74335]
88+
- crypto: octeontx2 - Remove custom swap functions in favor of built-in sort swap (Vladis Dronov) [RHEL-74335]
89+
- crypto: octeontx2 - update CPT inbound inline IPsec mailbox (Vladis Dronov) [RHEL-74335]
90+
- selftests: net: fdb_notify: Add a test for FDB notifications (Ivan Vecera) [RHEL-78780]
91+
- selftests: net: lib: Add kill_process (Ivan Vecera) [RHEL-78780]
92+
- selftests: net: lib: Move checks from forwarding/lib.sh here (Ivan Vecera) [RHEL-78780]
93+
- selftests: net: lib: Move tests_run from forwarding/lib.sh here (Ivan Vecera) [RHEL-78780]
94+
- selftests: net: lib: Move logging from forwarding/lib.sh here (Ivan Vecera) [RHEL-78780]
95+
- selftests: net: include lib/sh/*.sh with lib.sh (Ivan Vecera) [RHEL-78780]
96+
- selftests: mptcp: include net_helper.sh file (Ivan Vecera) [RHEL-78780]
97+
- selftests: mptcp: include lib.sh file (Ivan Vecera) [RHEL-78780]
98+
- selftests: forwarding: lib: Allow passing PID to stop_traffic() (Ivan Vecera) [RHEL-78780]
99+
- selftests: forwarding: Add a fallback cleanup() (Ivan Vecera) [RHEL-78780]
100+
- selftests: net: lib: Introduce deferred commands (Ivan Vecera) [RHEL-78780]
101+
- selftests: forwarding: Convert log_test() to recognize RET values (Ivan Vecera) [RHEL-78780]
102+
- ndo_fdb_del: Add a parameter to report whether notification was sent (Izabela Bakollari) [RHEL-78780]
103+
- ndo_fdb_add: Add a parameter to report whether notification was sent (Izabela Bakollari) [RHEL-78780]
104+
- bonding: assign random address if device address is same as bond (Hangbin Liu) [RHEL-93062]
105+
- ice: Fix deinitializing VF in error path (Petr Oros) [RHEL-87626] {CVE-2025-21883}
106+
- ice: add E830 HW VF mailbox message limit support (Petr Oros) [RHEL-87626]
107+
- perf test stat_all_pmu.sh: Correctly check 'perf stat' result (Michael Petlan) [RHEL-81954]
108+
- perf test: Extra verbosity and hypervisor skip for tpebs test (Michael Petlan) [RHEL-81954]
109+
- perf test: Tag parallel failing shell tests with "(exclusive)" (Michael Petlan) [RHEL-81954]
110+
- perf test: Ignore security failures in all PMU test (Michael Petlan) [RHEL-81954]
111+
Resolves: RHEL-56106, RHEL-73484, RHEL-74335, RHEL-78780, RHEL-81954, RHEL-83435, RHEL-87626, RHEL-87883, RHEL-92761, RHEL-93062, RHEL-93399
112+
1113
* Fri May 30 2025 Jan Stancek <jstancek@redhat.com> [5.14.0-590.el9]
2114
- cifs: Fix integer overflow while processing acdirmax mount option (Paulo Alcantara) [RHEL-87940] {CVE-2025-21963}
3115
- perf test: Update event_groups test to use instructions (Michael Petlan) [RHEL-80165]

0 commit comments

Comments
 (0)