Skip to content

Commit 6aab43e

Browse files
committed
[redhat] kernel-5.14.0-495.el9
Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
1 parent 80852bc commit 6aab43e

File tree

2 files changed

+49
-1
lines changed

2 files changed

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

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.5

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
* Fri Aug 09 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-495.el9]
2+
- tcp_metrics: validate source addr length (Guillaume Nault) [RHEL-52031] {CVE-2024-42154}
3+
- SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (Benjamin Coddington) [RHEL-53004]
4+
- NFSD: Support write delegations in LAYOUTGET (Benjamin Coddington) [RHEL-53004]
5+
- nfs: fix undefined behavior in nfs_block_bits() (Benjamin Coddington) [RHEL-53004]
6+
- knfsd: LOOKUP can return an illegal error value (Benjamin Coddington) [RHEL-53004]
7+
- SUNRPC: Fixup gss_status tracepoint error output (Benjamin Coddington) [RHEL-53004]
8+
- nfs: pass explicit offset/count to trace events (Benjamin Coddington) [RHEL-53004]
9+
- net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket (Benjamin Coddington) [RHEL-53004]
10+
- gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey (Benjamin Coddington) [RHEL-53004]
11+
- NFSD: Fix nfsdcld warning (Benjamin Coddington) [RHEL-53004]
12+
- NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS server (Benjamin Coddington) [RHEL-53004]
13+
- SUNRPC: avoid soft lockup when transmitting UDP to reachable server. (Benjamin Coddington) [RHEL-53004]
14+
- xprtrdma: Fix rpcrdma_reqs_reset() (Benjamin Coddington) [RHEL-53004]
15+
- Revert "nfsd: fix oops when reading pool_stats before server is started" (Benjamin Coddington) [RHEL-53004]
16+
- nfsd: initialise nfsd_info.mutex early. (Benjamin Coddington) [RHEL-53004]
17+
- nfs: drop the incorrect assertion in nfs_swap_rw() (Benjamin Coddington) [RHEL-53004]
18+
- SUNRPC: Fix backchannel reply, again (Benjamin Coddington) [RHEL-53004]
19+
- NFS: add barriers when testing for NFS_FSDATA_BLOCKED (Benjamin Coddington) [RHEL-53004]
20+
- SUNRPC: return proper error from gss_wrap_req_priv (Benjamin Coddington) [RHEL-53004]
21+
- NFSv4.1 enforce rootpath check in fs_location query (Benjamin Coddington) [RHEL-53004]
22+
- pNFS/filelayout: fixup pNfs allocation modes (Benjamin Coddington) [RHEL-53004]
23+
- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL (Benjamin Coddington) [RHEL-53004]
24+
- NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS (Benjamin Coddington) [RHEL-53004]
25+
- sunrpc: fix NFSACL RPC retry on soft mount (Benjamin Coddington) [RHEL-53004]
26+
- nfs: keep server info for remounts (Benjamin Coddington) [RHEL-53004]
27+
- SUNRPC: Fix gss_free_in_token_pages() (Benjamin Coddington) [RHEL-53004]
28+
- sunrpc: removed redundant procp check (Benjamin Coddington) [RHEL-53004]
29+
- wifi: mt76: replace skb_put with skb_put_zero (CKI Backport Bot) [RHEL-52367] {CVE-2024-42225}
30+
- ice: xsk: fix txq interrupt mapping (Petr Oros) [RHEL-15670]
31+
- ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog (Petr Oros) [RHEL-15670]
32+
- ice: improve updating ice_{t,r}x_ring::xsk_pool (Petr Oros) [RHEL-15670]
33+
- ice: toggle netif_carrier when setting up XSK pool (Petr Oros) [RHEL-15670]
34+
- ice: modify error handling when setting XSK pool in ndo_bpf (Petr Oros) [RHEL-15670]
35+
- ice: replace synchronize_rcu with synchronize_net (Petr Oros) [RHEL-15670]
36+
- ice: don't busy wait for Rx queue disable in ice_qp_dis() (Petr Oros) [RHEL-15670]
37+
- ice: respect netif readiness in AF_XDP ZC related ndo's (Petr Oros) [RHEL-15670]
38+
- wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if no 6 GHz sband (CKI Backport Bot) [RHEL-51809] {CVE-2024-42125}
39+
- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values (CKI Backport Bot) [RHEL-51767] {CVE-2024-42114}
40+
- udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). (CKI Backport Bot) [RHEL-51033] {CVE-2024-41041}
41+
- ACPI: fix double INT_SRC_OVR override (Desnes Nunes) [RHEL-45576]
42+
- vfs: don't mod negative dentry count when on shrinker list (Brian Foster) [RHEL-46609]
43+
- fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading (Brian Foster) [RHEL-46609]
44+
- netpoll: Fix race condition in netpoll_owner_active (CKI Backport Bot) [RHEL-49371] {CVE-2024-41005}
45+
- xfs: fix log recovery buffer allocation for the legacy h_size fixup (Bill O'Donnell) [RHEL-46479] {CVE-2024-39472}
46+
- tun: limit printing rate when illegal packet received by tun dev (Jon Maloy) [RHEL-35048] {CVE-2024-27013}
47+
Resolves: RHEL-15670, RHEL-35048, RHEL-45576, RHEL-46479, RHEL-46609, RHEL-49371, RHEL-51033, RHEL-51767, RHEL-51809, RHEL-52031, RHEL-52367, RHEL-53004
48+
149
* Thu Aug 08 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-494.el9]
250
- Revert: Duplicated code of __iowrite32_copy() (Lucas Zampieri)
351
- cxl/mem: Fix no cxl_nvd during pmem region auto-assembling (John W. Linville) [RHEL-51364] {CVE-2024-41085}

0 commit comments

Comments
 (0)