Skip to content

Commit 1e629b3

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

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-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 = 509
15+
RHEL_RELEASE = 510
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.6

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
* Mon Sep 16 2024 Rado Vrbovsky <[email protected]> [5.14.0-510.el9]
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+
- sctp: fix association labeling in the duplicate COOKIE-ECHO case (Ondrej Mosnacek) [RHEL-48647]
15+
- s390/ap: Refine AP bus bindings complete processing (Cédric Le Goater) [RHEL-50373]
16+
- ice: Add netif_device_attach/detach into PF reset flow (Michal Schmidt) [RHEL-56084]
17+
- ext4: make sure the first directory block is not a hole (CKI Backport Bot) [RHEL-54975] {CVE-2024-42304}
18+
- ext4: check dot and dotdot of dx_root before making dir indexed (CKI Backport Bot) [RHEL-54964] {CVE-2024-42305}
19+
Resolves: RHEL-44213, RHEL-48647, RHEL-50373, RHEL-51285, RHEL-54891, RHEL-54964, RHEL-54975, RHEL-55099, RHEL-55603, RHEL-55606, RHEL-56084, RHEL-56932
20+
121
* Fri Sep 13 2024 Rado Vrbovsky <[email protected]> [5.14.0-509.el9]
222
- RDMA/mana_ib: Set correct device into ib (Maxim Levitsky) [RHEL-54330]
323
- net: mana: Fix possible double free in error handling path (Maxim Levitsky) [RHEL-54330]

0 commit comments

Comments
 (0)