kernel/sources
Denys Vlasenko 8e46f5fe82 kernel-4.18.0-531.el8
* Sat Dec 16 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-531.el8]
- 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-12553, RHEL-15188, RHEL-15679, RHEL-15682, RHEL-16720, RHEL-17877, RHEL-18182, RHEL-18202, RHEL-18203, RHEL-18211, RHEL-18244, RHEL-6567, RHEL-6655, RHEL-7165, RHEL-8517, RHEL-9860, RHEL-9993

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-12-16 07:55:11 +01:00

4 lines
524 B
Plaintext

SHA512 (linux-4.18.0-531.el8.tar.xz) = e132106849648ff77448928982fea9afa1610a5e7ad05d3f638a12209016c89f53eb4430edd4994506d3a2c5fb2cef57dad74cbfd8b003d31f023f933a426b30
SHA512 (kernel-abi-stablelists-4.18.0-531.tar.bz2) = 65c848f2c0f3e87ed6f19d8c8dd1bef8077c1fb4da4a99db5197d3a1f800e0f01ca3bed8f7be1e64342e9ef4b4dcbfcba2e6a98dce95a4c9950a2ef2bc9656d2
SHA512 (kernel-kabi-dw-4.18.0-531.tar.bz2) = a8b00c7ae3653dc7305ad2a7c14ebbdad9c0b90248b7c2e4b4f31f2a23a11dfe7a1931f8e676a7dcb11b06ff87a21838ae4ccf837549b73ff76bff397e758a9f