Skip to content

Commit 9901382

Browse files
committed
[redhat] kernel-5.14.0-496.el9
Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
1 parent 55f9677 commit 9901382

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 = 495
15+
RHEL_RELEASE = 496
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+
* Mon Aug 12 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-496.el9]
2+
- mptcp: fix possible NULL dereferences (Antoine Tenart) [RHEL-48648]
3+
- af_packet: use sk_skb_reason_drop to free rx packets (Antoine Tenart) [RHEL-48648]
4+
- udp: use sk_skb_reason_drop to free rx packets (Antoine Tenart) [RHEL-48648]
5+
- tcp: use sk_skb_reason_drop to free rx packets (Antoine Tenart) [RHEL-48648]
6+
- net: raw: use sk_skb_reason_drop to free rx packets (Antoine Tenart) [RHEL-48648]
7+
- ping: use sk_skb_reason_drop to free rx packets (Antoine Tenart) [RHEL-48648]
8+
- net: introduce sk_skb_reason_drop function (Antoine Tenart) [RHEL-48648]
9+
- net: add rx_sk to trace_kfree_skb (Antoine Tenart) [RHEL-48648]
10+
- tcp: rstreason: fully support in tcp_check_req() (Antoine Tenart) [RHEL-48648]
11+
- tcp: rstreason: handle timewait cases in the receive path (Antoine Tenart) [RHEL-48648]
12+
- tcp: rstreason: fully support in tcp_rcv_state_process() (Antoine Tenart) [RHEL-48648]
13+
- tcp: rstreason: fully support in tcp_ack() (Antoine Tenart) [RHEL-48648]
14+
- tcp: rstreason: fully support in tcp_rcv_synsent_state_process() (Antoine Tenart) [RHEL-48648]
15+
- rstreason: make it work in trace world (Antoine Tenart) [RHEL-48648]
16+
- mptcp: introducing a helper into active reset logic (Antoine Tenart) [RHEL-48648]
17+
- mptcp: support rstreason for passive reset (Antoine Tenart) [RHEL-48648]
18+
- tcp: support rstreason for passive reset (Antoine Tenart) [RHEL-48648]
19+
- rstreason: prepare for active reset (Antoine Tenart) [RHEL-48648]
20+
- rstreason: prepare for passive reset (Antoine Tenart) [RHEL-48648]
21+
- net: introduce rstreason to detect why the RST is sent (Antoine Tenart) [RHEL-48648]
22+
- trace: tcp: fully support trace_tcp_send_reset (Antoine Tenart) [RHEL-48648]
23+
- trace: adjust TP_STORE_ADDR_PORTS_SKB() parameters (Antoine Tenart) [RHEL-48648]
24+
- net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb (Antoine Tenart) [RHEL-48648]
25+
- net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independent (Antoine Tenart) [RHEL-48648]
26+
- trace: use TP_STORE_ADDRS() macro in inet_sock_set_state() (Antoine Tenart) [RHEL-48648]
27+
- trace: use TP_STORE_ADDRS() macro in inet_sk_error_report() (Antoine Tenart) [RHEL-48648]
28+
- trace: move to TP_STORE_ADDRS related macro to net_probe_common.h (Antoine Tenart) [RHEL-48648]
29+
- inet: preserve const qualifier in inet_sk() (Antoine Tenart) [RHEL-48648]
30+
- tcp: make dropreason in tcp_child_process() work (Antoine Tenart) [RHEL-48648]
31+
- tcp: make the dropreason really work when calling tcp_rcv_state_process() (Antoine Tenart) [RHEL-48648]
32+
- tcp: add dropreasons in tcp_rcv_state_process() (Antoine Tenart) [RHEL-48648]
33+
- tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process() (Antoine Tenart) [RHEL-48648]
34+
- tcp: introduce dropreasons in receive path (Antoine Tenart) [RHEL-48648]
35+
- tcp: use drop reasons in cookie check for ipv6 (Antoine Tenart) [RHEL-48648]
36+
- tcp: directly drop skb in cookie check for ipv6 (Antoine Tenart) [RHEL-48648]
37+
- tcp: use drop reasons in cookie check for ipv4 (Antoine Tenart) [RHEL-48648]
38+
- tcp: directly drop skb in cookie check for ipv4 (Antoine Tenart) [RHEL-48648]
39+
- tcp: add a dropreason definitions and prepare for cookie check (Antoine Tenart) [RHEL-48648]
40+
- tcp: Clean up goto labels in cookie_v[46]_check(). (Antoine Tenart) [RHEL-48648]
41+
- net: use %%pS for kfree_skb tracing event location (Antoine Tenart) [RHEL-48648]
42+
- PCI: endpoint: remove bogus return in pci_epf_device_remove() (Brian Masney) [RHEL-47218]
43+
- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity update (Ivan Vecera) [RHEL-37006] {CVE-2024-35855}
44+
- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehash (Ivan Vecera) [RHEL-37010] {CVE-2024-35854}
45+
- mlxsw: spectrum_acl_tcam: Fix memory leak during rehash (Ivan Vecera) [RHEL-37014] {CVE-2024-35853}
46+
- mlxsw: spectrum_acl_tcam: Fix incorrect list API usage (Ivan Vecera) [RHEL-37486] {CVE-2024-36006}
47+
Resolves: RHEL-37006, RHEL-37010, RHEL-37014, RHEL-37486, RHEL-47218, RHEL-48648
48+
149
* Fri Aug 09 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-495.el9]
250
- tcp_metrics: validate source addr length (Guillaume Nault) [RHEL-52031] {CVE-2024-42154}
351
- SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (Benjamin Coddington) [RHEL-53004]

0 commit comments

Comments
 (0)