From faf314bba0341c337969be4e01213aa18ca46466 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 16 Dec 2023 13:57:29 +0100 Subject: [PATCH] kernel-rt-4.18.0-531.rt7.320.el8 * Sat Dec 16 2023 Denys Vlasenko [4.18.0-531.rt7.320.el8] - [rt] build kernel-rt-4.18.0-531.rt7.320.el8 [RHEL-5332] - s390/pci: fix iommu bitmap allocation (Tobias Huschle) [RHEL-18202] - net/smc: Fix pos miscalculation in statistics (Tobias Huschle) [RHEL-18203] - ibmveth: Remove condition to recompute TCP header checksum. (Mamatha Inamdar) [RHEL-12553] - net: thunderx: Fix the ACPI memory leak (Maurizio Lombardi) [RHEL-18244] - null_blk: Always check queue mode setting from configfs (Ming Lei) [RHEL-18182] - drivers: net: slip: fix NPD bug in sl_tx_timeout() (Michal Schmidt) [RHEL-6655] {CVE-2022-41858} - mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split (David Hildenbrand) [RHEL-8517] - net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict() (Sabrina Dubroca) [RHEL-16720] {CVE-2023-6176} - nfp: fix use-after-free in area_cache_get() (Ricardo Robaina) [RHEL-6567] {CVE-2022-3545} - igb: set max size RX buffer when store bad packet is enabled (Wander Lairson Costa) [RHEL-15188] {CVE-2023-45871} - igbvf: replace deprecated strncpy with strscpy (Corinna Vinschen) [RHEL-15679] - igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80 (Corinna Vinschen) [RHEL-15679] - ixgbe: Fix panic during XDP_TX with > 64 CPUs (Ken Cox) [RHEL-15682] - ixgbe: Enable setting RSS table to default values (Ken Cox) [RHEL-15682] - ixgbe: Allow flow hash to be set via ethtool (Ken Cox) [RHEL-15682] - vsock/virtio: remove socket from connected/bound list on shutdown (Stefano Garzarella) [RHEL-17877] - vsock/virtio: initialize the_virtio_vsock before using VQs (Stefano Garzarella) [RHEL-17877] - vsock: send SIGPIPE on write to shutdowned socket (Stefano Garzarella) [RHEL-17877] - vsock/virtio: factor our the code to initialize and delete VQs (Stefano Garzarella) [RHEL-17877] - virtio-net: fix for skb_over_panic inside big mode (Laurent Vivier) [RHEL-7165] - virtio-net: fix pages leaking when building skb in big mode (Laurent Vivier) [RHEL-7165] - virtio_net: fix wrong buf address calculation when using xdp (Laurent Vivier) [RHEL-7165] - virtio_net: get build_skb() buf by data ptr (Laurent Vivier) [RHEL-7165] - virtio-net: fix for unable to handle page fault for address (Laurent Vivier) [RHEL-7165] - scsi: qedi: Remove unused declarations (Nilesh Javali) [RHEL-9860] - scsi: qedi: Fix firmware halt over suspend and resume (Nilesh Javali) [RHEL-9860] - scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock (Nilesh Javali) [RHEL-9860] - scsi: qedi: Replace all non-returning strlcpy with strscpy (Nilesh Javali) [RHEL-9860] - scsi: qedi: Fix use after free bug in qedi_remove() (Nilesh Javali) [RHEL-9860] - scsi: qedi: Remove unneeded version.h include (Nilesh Javali) [RHEL-9860] - perf/x86/amd/uncore: Pass through error code for initialization failures, instead of -ENODEV (Michael Petlan) [RHEL-9993] - perf/x86/amd/uncore: Fix uninitialized return value in amd_uncore_init() (Michael Petlan) [RHEL-9993] - perf/x86/amd/uncore: Add memory controller support (Michael Petlan) [RHEL-9993] - perf/x86/amd/uncore: Add group exclusivity (Michael Petlan) [RHEL-9993] - perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailable (Michael Petlan) [RHEL-9993] - perf/x86/amd/uncore: Move discovery and registration (Michael Petlan) [RHEL-9993] - perf/x86/amd/uncore: Refactor uncore management (Michael Petlan) [RHEL-9993] - RDMA/hfi1: Workaround truncation compilation error (Izabela Bakollari) [RHEL-18211] - IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lock (Izabela Bakollari) [RHEL-18211] - RDMA/hfi1: Remove redundant assignment to pointer ppd (Izabela Bakollari) [RHEL-18211] - IB/hfi1: Replace deprecated strncpy (Izabela Bakollari) [RHEL-18211] - RDMA/hfi1: Use FIELD_GET() to extract Link Width (Izabela Bakollari) [RHEL-18211] - IB/hfi1: Reduce printing of errors during driver shut down (Izabela Bakollari) [RHEL-18211] - RDMA/hfi1: Use list_for_each_entry() helper (Izabela Bakollari) [RHEL-18211] - IB/hfi1: Fix possible panic during hotplug remove (Izabela Bakollari) [RHEL-18211] - IB/hfi1: Use struct_size() (Izabela Bakollari) [RHEL-18211] - IB/hfi1: Suppress useless compiler warnings (Izabela Bakollari) [RHEL-18211] - IB/hfi1: Remove trace newlines (Izabela Bakollari) [RHEL-18211] - IB/hfi1: Drop redundant pci_enable_pcie_error_reporting() (Izabela Bakollari) [RHEL-18211] - IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_init (Izabela Bakollari) [RHEL-18211] Resolves: RHEL-5332, RHEL-15199, RHEL-7242, RHEL-2234, RHEL-7240 Signed-off-by: Denys Vlasenko --- kernel.spec | 62 +++++++++++++++++++++++++++++++++++++++++++++++++---- sources | 2 +- 2 files changed, 59 insertions(+), 5 deletions(-) diff --git a/kernel.spec b/kernel.spec index 640652e..bf911b3 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ # change below to w4T.xzdio): %define _binary_payload w3T.xzdio -%global distro_build 530 +%global distro_build 531 # Sign the x86_64 kernel for secure boot authentication %ifarch x86_64 aarch64 s390x ppc64le @@ -38,10 +38,10 @@ # define buildid .local %define specversion 4.18.0 -%define pkgrelease 530.rt7.319.el8 +%define pkgrelease 531.rt7.320.el8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 530.rt7.319%{?dist} +%define specrelease 531.rt7.320%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -147,7 +147,7 @@ # The preempt RT patch level %global rttag .rt7 # realtimeN -%global rtbuild .319 +%global rtbuild .320 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -2698,6 +2698,60 @@ fi # # %changelog +* Sat Dec 16 2023 Denys Vlasenko [4.18.0-531.rt7.320.el8] +- [rt] build kernel-rt-4.18.0-531.rt7.320.el8 [RHEL-5332] +- s390/pci: fix iommu bitmap allocation (Tobias Huschle) [RHEL-18202] +- net/smc: Fix pos miscalculation in statistics (Tobias Huschle) [RHEL-18203] +- ibmveth: Remove condition to recompute TCP header checksum. (Mamatha Inamdar) [RHEL-12553] +- net: thunderx: Fix the ACPI memory leak (Maurizio Lombardi) [RHEL-18244] +- null_blk: Always check queue mode setting from configfs (Ming Lei) [RHEL-18182] +- drivers: net: slip: fix NPD bug in sl_tx_timeout() (Michal Schmidt) [RHEL-6655] {CVE-2022-41858} +- mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split (David Hildenbrand) [RHEL-8517] +- net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict() (Sabrina Dubroca) [RHEL-16720] {CVE-2023-6176} +- nfp: fix use-after-free in area_cache_get() (Ricardo Robaina) [RHEL-6567] {CVE-2022-3545} +- igb: set max size RX buffer when store bad packet is enabled (Wander Lairson Costa) [RHEL-15188] {CVE-2023-45871} +- igbvf: replace deprecated strncpy with strscpy (Corinna Vinschen) [RHEL-15679] +- igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80 (Corinna Vinschen) [RHEL-15679] +- ixgbe: Fix panic during XDP_TX with > 64 CPUs (Ken Cox) [RHEL-15682] +- ixgbe: Enable setting RSS table to default values (Ken Cox) [RHEL-15682] +- ixgbe: Allow flow hash to be set via ethtool (Ken Cox) [RHEL-15682] +- vsock/virtio: remove socket from connected/bound list on shutdown (Stefano Garzarella) [RHEL-17877] +- vsock/virtio: initialize the_virtio_vsock before using VQs (Stefano Garzarella) [RHEL-17877] +- vsock: send SIGPIPE on write to shutdowned socket (Stefano Garzarella) [RHEL-17877] +- vsock/virtio: factor our the code to initialize and delete VQs (Stefano Garzarella) [RHEL-17877] +- virtio-net: fix for skb_over_panic inside big mode (Laurent Vivier) [RHEL-7165] +- virtio-net: fix pages leaking when building skb in big mode (Laurent Vivier) [RHEL-7165] +- virtio_net: fix wrong buf address calculation when using xdp (Laurent Vivier) [RHEL-7165] +- virtio_net: get build_skb() buf by data ptr (Laurent Vivier) [RHEL-7165] +- virtio-net: fix for unable to handle page fault for address (Laurent Vivier) [RHEL-7165] +- scsi: qedi: Remove unused declarations (Nilesh Javali) [RHEL-9860] +- scsi: qedi: Fix firmware halt over suspend and resume (Nilesh Javali) [RHEL-9860] +- scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock (Nilesh Javali) [RHEL-9860] +- scsi: qedi: Replace all non-returning strlcpy with strscpy (Nilesh Javali) [RHEL-9860] +- scsi: qedi: Fix use after free bug in qedi_remove() (Nilesh Javali) [RHEL-9860] +- scsi: qedi: Remove unneeded version.h include (Nilesh Javali) [RHEL-9860] +- perf/x86/amd/uncore: Pass through error code for initialization failures, instead of -ENODEV (Michael Petlan) [RHEL-9993] +- perf/x86/amd/uncore: Fix uninitialized return value in amd_uncore_init() (Michael Petlan) [RHEL-9993] +- perf/x86/amd/uncore: Add memory controller support (Michael Petlan) [RHEL-9993] +- perf/x86/amd/uncore: Add group exclusivity (Michael Petlan) [RHEL-9993] +- perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailable (Michael Petlan) [RHEL-9993] +- perf/x86/amd/uncore: Move discovery and registration (Michael Petlan) [RHEL-9993] +- perf/x86/amd/uncore: Refactor uncore management (Michael Petlan) [RHEL-9993] +- RDMA/hfi1: Workaround truncation compilation error (Izabela Bakollari) [RHEL-18211] +- IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lock (Izabela Bakollari) [RHEL-18211] +- RDMA/hfi1: Remove redundant assignment to pointer ppd (Izabela Bakollari) [RHEL-18211] +- IB/hfi1: Replace deprecated strncpy (Izabela Bakollari) [RHEL-18211] +- RDMA/hfi1: Use FIELD_GET() to extract Link Width (Izabela Bakollari) [RHEL-18211] +- IB/hfi1: Reduce printing of errors during driver shut down (Izabela Bakollari) [RHEL-18211] +- RDMA/hfi1: Use list_for_each_entry() helper (Izabela Bakollari) [RHEL-18211] +- IB/hfi1: Fix possible panic during hotplug remove (Izabela Bakollari) [RHEL-18211] +- IB/hfi1: Use struct_size() (Izabela Bakollari) [RHEL-18211] +- IB/hfi1: Suppress useless compiler warnings (Izabela Bakollari) [RHEL-18211] +- IB/hfi1: Remove trace newlines (Izabela Bakollari) [RHEL-18211] +- IB/hfi1: Drop redundant pci_enable_pcie_error_reporting() (Izabela Bakollari) [RHEL-18211] +- IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_init (Izabela Bakollari) [RHEL-18211] + + * Sun Dec 10 2023 Denys Vlasenko [4.18.0-530.rt7.319.el8] - [rt] build kernel-rt-4.18.0-530.rt7.319.el8 [RHEL-5332] - Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb (David Marlin) [RHEL-1231] {CVE-2023-40283} diff --git a/sources b/sources index 3a5ce67..704c407 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (linux-4.18.0-530.rt7.319.el8.tar.xz) = 11f467927bb223c6a2c315321de975287ac5946aa715919aacb123f778fe6f7caeec483369797098c4d80a3cc5923e34621e58740cd4e731d69e5a0b04cb9765 +SHA512 (linux-4.18.0-531.rt7.320.el8.tar.xz) = 1c28b1f9220be3cde81c69a72d824466acd7550dd3ffbd1f146fdc607406eef9f99ce2417e12f86d1a836fed8e0cf3c404f6a8a7af08dd8f69444a0933a66b58