Skip to content

Commit 08e7937

Browse files
committed
[redhat] kernel-5.14.0-503.3.1.el9_5
Signed-off-by: Lucas Zampieri <[email protected]>
1 parent 81df182 commit 08e7937

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-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 = 503.2.1
15+
RHEL_RELEASE = 503.3.1
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.5

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
* Tue Sep 10 2024 Lucas Zampieri <[email protected]> [5.14.0-503.3.1.el9_5]
2+
- perf: Fix event leak upon exec and file release (Michael Petlan) [RHEL-55606] {CVE-2024-43869}
3+
- perf: Fix event leak upon exit (Michael Petlan) [RHEL-55603] {CVE-2024-43870}
4+
- task_work: Introduce task_work_cancel() again (Michael Petlan) [RHEL-55603]
5+
- task_work: s/task_work_cancel()/task_work_cancel_func()/ (Michael Petlan) [RHEL-55603]
6+
- net: openvswitch: fix overwriting ct original tuple for ICMPv6 (cki-backport-bot) [RHEL-44213] {CVE-2024-38558}
7+
- net: drop bad gso csum_start and offset in virtio_net_hdr (Laurent Vivier) [RHEL-54891] {CVE-2024-43817}
8+
- net: change maximum number of UDP segments to 128 (Laurent Vivier) [RHEL-54891] {CVE-2024-43817}
9+
- net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation (Laurent Vivier) [RHEL-54891] {CVE-2024-43817}
10+
- net: missing check virtio (Laurent Vivier) [RHEL-54891] {CVE-2024-43817}
11+
- fuse: Initialize beyond-EOF page contents before setting uptodate (CKI Backport Bot) [RHEL-56932] {CVE-2024-44947}
12+
- wifi: mac80211: Avoid address calculations via out of bounds array indexing (CKI Backport Bot) [RHEL-51285] {CVE-2024-41071}
13+
- nvme-pci: add missing condition check for existence of mapped data (Maurizio Lombardi) [RHEL-55099] {CVE-2024-42276}
14+
Resolves: RHEL-44213, RHEL-51285, RHEL-54891, RHEL-55099, RHEL-55603, RHEL-55606, RHEL-56932
15+
116
* Fri Sep 06 2024 Lucas Zampieri <[email protected]> [5.14.0-503.2.1.el9_5]
217
- sctp: fix association labeling in the duplicate COOKIE-ECHO case (Ondrej Mosnacek) [RHEL-48647]
318
- s390/ap: Refine AP bus bindings complete processing (Cédric Le Goater) [RHEL-50373]

0 commit comments

Comments
 (0)