Skip to content

Commit 21e99e8

Browse files
committed
[redhat] kernel-5.14.0-489.el9
Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
1 parent ffa09cd commit 21e99e8

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-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 = 488
15+
RHEL_RELEASE = 489
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.5

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
* Mon Jul 29 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-489.el9]
2+
- powerpc/pseries: Fix scv instruction crash with kexec (Mamatha Inamdar) [RHEL-14159]
3+
- powerpc/numa: Online a node if PHB is attached. (Mamatha Inamdar) [RHEL-50147]
4+
- KVM: s390: fix LPSWEY handling (CKI Backport Bot) [RHEL-49749]
5+
- Revert "nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage" (Chris Leech) [RHEL-49696]
6+
- Revert "nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage" (Chris Leech) [RHEL-49696]
7+
- Revert "nvme-tcp: Fix comma-related oops" (Chris Leech) [RHEL-49696]
8+
- sched/deadline: Fix task_struct reference leak (Phil Auld) [RHEL-48226]
9+
- sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath (Phil Auld) [RHEL-48226]
10+
- sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (Phil Auld) [RHEL-48226]
11+
- sched/fair: Remove stale FREQUENCY_UTIL comment (Phil Auld) [RHEL-48226]
12+
- sched/debug: Dump domains' level (Phil Auld) [RHEL-48226]
13+
- docs: cgroup-v1: Clarify that domain levels are system-specific (Phil Auld) [RHEL-48226]
14+
- sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level (Phil Auld) [RHEL-48226]
15+
- delayacct: track delays from IRQ/SOFTIRQ (Phil Auld) [RHEL-48226]
16+
- delayacct: improve the average delay precision of getdelay tool to microsecond (Phil Auld) [RHEL-48226]
17+
- nvme: cancel pending I/O if nvme controller is in terminal state (John Meneghini) [RHEL-35807]
18+
- iommu/amd: Fix GT feature enablement again (Jerry Snitselaar) [RHEL-42766]
19+
- iommu/amd: Invalidate cache before removing device from domain list (Jerry Snitselaar) [RHEL-44835]
20+
- dma: fix DMA sync for drivers not calling dma_set_mask*() (Jerry Snitselaar) [RHEL-44835]
21+
- iommu/dma: avoid expensive indirect calls for sync operations (Jerry Snitselaar) [RHEL-44835]
22+
- dma: avoid redundant calls for sync operations (Jerry Snitselaar) [RHEL-44835]
23+
- dma: compile-out DMA sync op calls when not used (Jerry Snitselaar) [RHEL-44835]
24+
- iommu/dma: fix zeroing of bounce buffer padding used by untrusted devices (Jerry Snitselaar) [RHEL-44835]
25+
- swiotlb: remove alloc_size argument to swiotlb_tbl_map_single() (Jerry Snitselaar) [RHEL-44835]
26+
- iommu/amd: Fix Invalid wait context issue (Jerry Snitselaar) [RHEL-44835]
27+
- iommu/amd: Fix sysfs leak in iommu init (Jerry Snitselaar) [RHEL-44835]
28+
- iommu/amd: Check EFR[EPHSup] bit before enabling PPR (Jerry Snitselaar) [RHEL-44835]
29+
- iommu/amd: Fix workqueue name (Jerry Snitselaar) [RHEL-44835]
30+
- iommu: Return right value in iommu_sva_bind_device() (Jerry Snitselaar) [RHEL-44835]
31+
- genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline (cki-backport-bot) [RHEL-44447] {CVE-2024-31076}
32+
- net: openvswitch: Fix Use-After-Free in ovs_ct_exit (cki-backport-bot) [RHEL-36364] {CVE-2024-27395}
33+
- mptcp: ensure snd_nxt is properly initialized on connect (cki-backport-bot) [RHEL-39867] {CVE-2024-36889}
34+
- pstore/ram: Fix crash when setting number of cpus to an odd number (Lenny Szubowicz) [RHEL-29473] {CVE-2023-52619}
35+
Resolves: RHEL-14159, RHEL-29473, RHEL-35807, RHEL-36364, RHEL-39867, RHEL-42766, RHEL-44447, RHEL-44835, RHEL-48226, RHEL-49696, RHEL-49749, RHEL-50147
36+
137
* Fri Jul 26 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-488.el9]
238
- nvme-multipath: implement "queue-depth" iopolicy (John Meneghini) [RHEL-45230]
339
- nvme-multipath: prepare for "queue-depth" iopolicy (John Meneghini) [RHEL-45230]

0 commit comments

Comments
 (0)