From 9983ba33566f7dc6f625366f9cba742aea7d098b Mon Sep 17 00:00:00 2001 From: Lucas Zampieri Date: Mon, 29 Jul 2024 20:24:03 +0000 Subject: [PATCH] kernel-5.14.0-489.el9 * Mon Jul 29 2024 Lucas Zampieri [5.14.0-489.el9] - powerpc/pseries: Fix scv instruction crash with kexec (Mamatha Inamdar) [RHEL-14159] - powerpc/numa: Online a node if PHB is attached. (Mamatha Inamdar) [RHEL-50147] - KVM: s390: fix LPSWEY handling (CKI Backport Bot) [RHEL-49749] - Revert "nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage" (Chris Leech) [RHEL-49696] - Revert "nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage" (Chris Leech) [RHEL-49696] - Revert "nvme-tcp: Fix comma-related oops" (Chris Leech) [RHEL-49696] - sched/deadline: Fix task_struct reference leak (Phil Auld) [RHEL-48226] - sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath (Phil Auld) [RHEL-48226] - sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (Phil Auld) [RHEL-48226] - sched/fair: Remove stale FREQUENCY_UTIL comment (Phil Auld) [RHEL-48226] - sched/debug: Dump domains' level (Phil Auld) [RHEL-48226] - docs: cgroup-v1: Clarify that domain levels are system-specific (Phil Auld) [RHEL-48226] - sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level (Phil Auld) [RHEL-48226] - delayacct: track delays from IRQ/SOFTIRQ (Phil Auld) [RHEL-48226] - delayacct: improve the average delay precision of getdelay tool to microsecond (Phil Auld) [RHEL-48226] - nvme: cancel pending I/O if nvme controller is in terminal state (John Meneghini) [RHEL-35807] - iommu/amd: Fix GT feature enablement again (Jerry Snitselaar) [RHEL-42766] - iommu/amd: Invalidate cache before removing device from domain list (Jerry Snitselaar) [RHEL-44835] - dma: fix DMA sync for drivers not calling dma_set_mask*() (Jerry Snitselaar) [RHEL-44835] - iommu/dma: avoid expensive indirect calls for sync operations (Jerry Snitselaar) [RHEL-44835] - dma: avoid redundant calls for sync operations (Jerry Snitselaar) [RHEL-44835] - dma: compile-out DMA sync op calls when not used (Jerry Snitselaar) [RHEL-44835] - iommu/dma: fix zeroing of bounce buffer padding used by untrusted devices (Jerry Snitselaar) [RHEL-44835] - swiotlb: remove alloc_size argument to swiotlb_tbl_map_single() (Jerry Snitselaar) [RHEL-44835] - iommu/amd: Fix Invalid wait context issue (Jerry Snitselaar) [RHEL-44835] - iommu/amd: Fix sysfs leak in iommu init (Jerry Snitselaar) [RHEL-44835] - iommu/amd: Check EFR[EPHSup] bit before enabling PPR (Jerry Snitselaar) [RHEL-44835] - iommu/amd: Fix workqueue name (Jerry Snitselaar) [RHEL-44835] - iommu: Return right value in iommu_sva_bind_device() (Jerry Snitselaar) [RHEL-44835] - genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline (cki-backport-bot) [RHEL-44447] {CVE-2024-31076} - net: openvswitch: Fix Use-After-Free in ovs_ct_exit (cki-backport-bot) [RHEL-36364] {CVE-2024-27395} - mptcp: ensure snd_nxt is properly initialized on connect (cki-backport-bot) [RHEL-39867] {CVE-2024-36889} - pstore/ram: Fix crash when setting number of cpus to an odd number (Lenny Szubowicz) [RHEL-29473] {CVE-2023-52619} 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 Signed-off-by: Lucas Zampieri --- Makefile.rhelver | 2 +- kernel.changelog | 36 ++++++++++++++++++++++++++++++++++++ kernel.spec | 43 +++++++++++++++++++++++++++++++++++++++---- sources | 6 +++--- 4 files changed, 79 insertions(+), 8 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index a80145767..13bc1554e 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 5 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 488 +RHEL_RELEASE = 489 # # ZSTREAM diff --git a/kernel.changelog b/kernel.changelog index a83e8847b..8696ef6ef 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,39 @@ +* Mon Jul 29 2024 Lucas Zampieri [5.14.0-489.el9] +- powerpc/pseries: Fix scv instruction crash with kexec (Mamatha Inamdar) [RHEL-14159] +- powerpc/numa: Online a node if PHB is attached. (Mamatha Inamdar) [RHEL-50147] +- KVM: s390: fix LPSWEY handling (CKI Backport Bot) [RHEL-49749] +- Revert "nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage" (Chris Leech) [RHEL-49696] +- Revert "nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage" (Chris Leech) [RHEL-49696] +- Revert "nvme-tcp: Fix comma-related oops" (Chris Leech) [RHEL-49696] +- sched/deadline: Fix task_struct reference leak (Phil Auld) [RHEL-48226] +- sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath (Phil Auld) [RHEL-48226] +- sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (Phil Auld) [RHEL-48226] +- sched/fair: Remove stale FREQUENCY_UTIL comment (Phil Auld) [RHEL-48226] +- sched/debug: Dump domains' level (Phil Auld) [RHEL-48226] +- docs: cgroup-v1: Clarify that domain levels are system-specific (Phil Auld) [RHEL-48226] +- sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level (Phil Auld) [RHEL-48226] +- delayacct: track delays from IRQ/SOFTIRQ (Phil Auld) [RHEL-48226] +- delayacct: improve the average delay precision of getdelay tool to microsecond (Phil Auld) [RHEL-48226] +- nvme: cancel pending I/O if nvme controller is in terminal state (John Meneghini) [RHEL-35807] +- iommu/amd: Fix GT feature enablement again (Jerry Snitselaar) [RHEL-42766] +- iommu/amd: Invalidate cache before removing device from domain list (Jerry Snitselaar) [RHEL-44835] +- dma: fix DMA sync for drivers not calling dma_set_mask*() (Jerry Snitselaar) [RHEL-44835] +- iommu/dma: avoid expensive indirect calls for sync operations (Jerry Snitselaar) [RHEL-44835] +- dma: avoid redundant calls for sync operations (Jerry Snitselaar) [RHEL-44835] +- dma: compile-out DMA sync op calls when not used (Jerry Snitselaar) [RHEL-44835] +- iommu/dma: fix zeroing of bounce buffer padding used by untrusted devices (Jerry Snitselaar) [RHEL-44835] +- swiotlb: remove alloc_size argument to swiotlb_tbl_map_single() (Jerry Snitselaar) [RHEL-44835] +- iommu/amd: Fix Invalid wait context issue (Jerry Snitselaar) [RHEL-44835] +- iommu/amd: Fix sysfs leak in iommu init (Jerry Snitselaar) [RHEL-44835] +- iommu/amd: Check EFR[EPHSup] bit before enabling PPR (Jerry Snitselaar) [RHEL-44835] +- iommu/amd: Fix workqueue name (Jerry Snitselaar) [RHEL-44835] +- iommu: Return right value in iommu_sva_bind_device() (Jerry Snitselaar) [RHEL-44835] +- genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline (cki-backport-bot) [RHEL-44447] {CVE-2024-31076} +- net: openvswitch: Fix Use-After-Free in ovs_ct_exit (cki-backport-bot) [RHEL-36364] {CVE-2024-27395} +- mptcp: ensure snd_nxt is properly initialized on connect (cki-backport-bot) [RHEL-39867] {CVE-2024-36889} +- pstore/ram: Fix crash when setting number of cpus to an odd number (Lenny Szubowicz) [RHEL-29473] {CVE-2023-52619} +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 + * Fri Jul 26 2024 Lucas Zampieri [5.14.0-488.el9] - nvme-multipath: implement "queue-depth" iopolicy (John Meneghini) [RHEL-45230] - nvme-multipath: prepare for "queue-depth" iopolicy (John Meneghini) [RHEL-45230] diff --git a/kernel.spec b/kernel.spec index e61b008f0..10cf920fd 100755 --- a/kernel.spec +++ b/kernel.spec @@ -165,15 +165,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 488 +%define pkgrelease 489 %define kversion 5 -%define tarfile_release 5.14.0-488.el9 +%define tarfile_release 5.14.0-489.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 488%{?buildid}%{?dist} +%define specrelease 489%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-488.el9 +%define kabiversion 5.14.0-489.el9 # # End of genspec.sh variables @@ -3753,6 +3753,41 @@ fi # # %changelog +* Mon Jul 29 2024 Lucas Zampieri [5.14.0-489.el9] +- powerpc/pseries: Fix scv instruction crash with kexec (Mamatha Inamdar) [RHEL-14159] +- powerpc/numa: Online a node if PHB is attached. (Mamatha Inamdar) [RHEL-50147] +- KVM: s390: fix LPSWEY handling (CKI Backport Bot) [RHEL-49749] +- Revert "nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage" (Chris Leech) [RHEL-49696] +- Revert "nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage" (Chris Leech) [RHEL-49696] +- Revert "nvme-tcp: Fix comma-related oops" (Chris Leech) [RHEL-49696] +- sched/deadline: Fix task_struct reference leak (Phil Auld) [RHEL-48226] +- sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath (Phil Auld) [RHEL-48226] +- sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (Phil Auld) [RHEL-48226] +- sched/fair: Remove stale FREQUENCY_UTIL comment (Phil Auld) [RHEL-48226] +- sched/debug: Dump domains' level (Phil Auld) [RHEL-48226] +- docs: cgroup-v1: Clarify that domain levels are system-specific (Phil Auld) [RHEL-48226] +- sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level (Phil Auld) [RHEL-48226] +- delayacct: track delays from IRQ/SOFTIRQ (Phil Auld) [RHEL-48226] +- delayacct: improve the average delay precision of getdelay tool to microsecond (Phil Auld) [RHEL-48226] +- nvme: cancel pending I/O if nvme controller is in terminal state (John Meneghini) [RHEL-35807] +- iommu/amd: Fix GT feature enablement again (Jerry Snitselaar) [RHEL-42766] +- iommu/amd: Invalidate cache before removing device from domain list (Jerry Snitselaar) [RHEL-44835] +- dma: fix DMA sync for drivers not calling dma_set_mask*() (Jerry Snitselaar) [RHEL-44835] +- iommu/dma: avoid expensive indirect calls for sync operations (Jerry Snitselaar) [RHEL-44835] +- dma: avoid redundant calls for sync operations (Jerry Snitselaar) [RHEL-44835] +- dma: compile-out DMA sync op calls when not used (Jerry Snitselaar) [RHEL-44835] +- iommu/dma: fix zeroing of bounce buffer padding used by untrusted devices (Jerry Snitselaar) [RHEL-44835] +- swiotlb: remove alloc_size argument to swiotlb_tbl_map_single() (Jerry Snitselaar) [RHEL-44835] +- iommu/amd: Fix Invalid wait context issue (Jerry Snitselaar) [RHEL-44835] +- iommu/amd: Fix sysfs leak in iommu init (Jerry Snitselaar) [RHEL-44835] +- iommu/amd: Check EFR[EPHSup] bit before enabling PPR (Jerry Snitselaar) [RHEL-44835] +- iommu/amd: Fix workqueue name (Jerry Snitselaar) [RHEL-44835] +- iommu: Return right value in iommu_sva_bind_device() (Jerry Snitselaar) [RHEL-44835] +- genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline (cki-backport-bot) [RHEL-44447] {CVE-2024-31076} +- net: openvswitch: Fix Use-After-Free in ovs_ct_exit (cki-backport-bot) [RHEL-36364] {CVE-2024-27395} +- mptcp: ensure snd_nxt is properly initialized on connect (cki-backport-bot) [RHEL-39867] {CVE-2024-36889} +- pstore/ram: Fix crash when setting number of cpus to an odd number (Lenny Szubowicz) [RHEL-29473] {CVE-2023-52619} + * Fri Jul 26 2024 Lucas Zampieri [5.14.0-488.el9] - nvme-multipath: implement "queue-depth" iopolicy (John Meneghini) [RHEL-45230] - nvme-multipath: prepare for "queue-depth" iopolicy (John Meneghini) [RHEL-45230] diff --git a/sources b/sources index 2ef5e52aa..74a175fb9 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-488.el9.tar.xz) = 31f11e32ca346a3fc7070273b0f60afa2a9a3a2c68c57591b729bfe14174adb817cf5734be3ba6480d4606dcae47bf257ca17f263ff3d5f22e134be65a8861b3 -SHA512 (kernel-abi-stablelists-5.14.0-488.el9.tar.bz2) = cebc48d576cd4cc4d1283d1c107aa4788400c5d3f7f9f14e4342dc81e3531f513dfa2d345b16dfba2990318c7c8d2ce9c6ed351f2c96499d1395d412741d4d8b -SHA512 (kernel-kabi-dw-5.14.0-488.el9.tar.bz2) = b7e6a709a2b53aae8f94946053d93629c8d916be46198d72071f9e71ce77807029b8c89d09879371e6fef2d7ba4117d84d04480a76ce189eaba40bdd86e408df +SHA512 (linux-5.14.0-489.el9.tar.xz) = 53302439fea073b28d8d2f9f2ca7cfabc6af64149feeeeeb2e7d52edecff638ef3bbd3eace597dcb9c9b68e445c2e34d592457a1427a4424f6bfd69912dde8b8 +SHA512 (kernel-abi-stablelists-5.14.0-489.el9.tar.bz2) = 2634d35ca0b0434a6d45cdfe68452a35f4fc7a12132b8171aeaf89410d6f355166d2c0b5035dabd723a5a9d01ab40cde03f90a2592d930dba0078a0251dae69c +SHA512 (kernel-kabi-dw-5.14.0-489.el9.tar.bz2) = 0ee3b0ebda6c8df00c3202837cb847178fc35eb0d858e9320796b32f33737ac1be6abc5a8fd5610d47eb6e3db34d33fe0a2ad9bbfbaebe471d8d7cba7ae8a9b1