From c8b7d486fa920cacc504809bce8a2433629cf818 Mon Sep 17 00:00:00 2001 From: Augusto Caringi Date: Wed, 11 Jun 2025 13:05:54 -0300 Subject: [PATCH] kernel-5.14.0-593.el9 * Wed Jun 11 2025 Augusto Caringi [5.14.0-593.el9] - selftests/mm: virtual_address_range: avoid reading from VM_IO mappings (Li Wang) [RHEL-88165] - selftests/mm: vm_util: split up /proc/self/smaps parsing (Li Wang) [RHEL-88165] - mm: selftest to verify zero-filled pages are mapped to zeropage (Li Wang) [RHEL-88165] - selftests/mm: virtual_address_range: unmap chunks after validation (Li Wang) [RHEL-88165] - selftests/mm: virtual_address_range: mmap() without PROT_WRITE (Li Wang) [RHEL-88165] - selftest/mm: fix typo in virtual_address_range (Li Wang) [RHEL-88165] - selftests: add ksft_exit_fail_perror() (Li Wang) [RHEL-88165] - thermal: intel: int340x: Fix Panther Lake DLVR support (David Arcari) [RHEL-88234] - iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids (Steve Dunnagan) [RHEL-89787] - cxl/core/regs: Refactor out functions to count regblocks of given type (John W. Linville) [RHEL-88727] - cxl/test: Update test code for event records to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] - cxl/events: Update Memory Module Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] - cxl/events: Update DRAM Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] - cxl/events: Update General Media Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] - cxl/events: Add Component Identifier formatting for CXL spec rev 3.1 (John W. Linville) [RHEL-88727] - cxl/events: Update Common Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] - cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode() (John W. Linville) [RHEL-88727] - cxl/region: Fix region creation for greater than x2 switches (John W. Linville) [RHEL-88727] - cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessing (John W. Linville) [RHEL-88727] - cxl/pci: Fix potential bogus return value upon successful probing (John W. Linville) [RHEL-88727] - cxl/region: Refactor common create region code (John W. Linville) [RHEL-88727] - cxl/hdm: Use guard() in cxl_dpa_set_mode() (John W. Linville) [RHEL-88727] - cxl/pci: Delay event buffer allocation (John W. Linville) [RHEL-88727] - cxl/cdat: Use %%pra for dpa range outputs (John W. Linville) [RHEL-88727] - cxl: downgrade a warning message to debug level in cxl_probe_component_regs() (John W. Linville) [RHEL-88727] - cxl/pci: Add sysfs attribute for CXL 1.1 device link status (John W. Linville) [RHEL-88727] - cxl/core/regs: Add rcd_pcie_cap initialization (John W. Linville) [RHEL-88727] - cxl/test: Improve init-order fidelity relative to real-world systems (John W. Linville) [RHEL-88727] - cxl/acpi: Ensure ports ready at cxl_acpi_probe() return (John W. Linville) [RHEL-88727] - cxl/port: Fix CXL port initialization order when the subsystem is built-in (John W. Linville) [RHEL-88727] - cxl: Fix comment regarding cxl_query_cmd() return data (John W. Linville) [RHEL-88727] - cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input (John W. Linville) [RHEL-88727] - cxl: Move mailbox related bits to the same context (John W. Linville) [RHEL-88727] - cxl: move cxl headers to new include/cxl/ directory (John W. Linville) [RHEL-88727] - cxl/region: Remove lock from memory notifier callback (John W. Linville) [RHEL-88727] - cxl/pci: simplify the check of mem_enabled in cxl_hdm_decode_init() (John W. Linville) [RHEL-88727] - cxl/pci: Check Mem_info_valid bit for each applicable DVSEC (John W. Linville) [RHEL-88727] - cxl/pci: Remove duplicated implementation of waiting for memory_info_valid (John W. Linville) [RHEL-88727] - cxl/pci: Remove duplicate host_bridge->native_aer checking (John W. Linville) [RHEL-88727] - cxl/pci: cxl_dport_map_rch_aer() cleanup (John W. Linville) [RHEL-88727] - cxl/pci: Rename cxl_setup_parent_dport() and cxl_dport_map_regs() (John W. Linville) [RHEL-88727] - cxl/port: Refactor __devm_cxl_add_port() to drop goto pattern (John W. Linville) [RHEL-88727] - cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_port (John W. Linville) [RHEL-88727] - cxl/port: Use __free() to drop put_device() for cxl_port (John W. Linville) [RHEL-88727] - cxl: Remove duplicate included header file core.h (John W. Linville) [RHEL-88727] - tools/testing/cxl: Use dev_is_platform() (John W. Linville) [RHEL-88727] - cxl/port: Convert to use ERR_CAST() (John W. Linville) [RHEL-88727] - cxl/core/pci: Move reading of control register to immediately before usage (John W. Linville) [RHEL-88727] - cxl: Remove defunct code calculating host bridge target positions (John W. Linville) [RHEL-88727] - cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa() (John W. Linville) [RHEL-88727] - cxl/test: Replace ENXIO with EBUSY for inject poison limit reached (John W. Linville) [RHEL-88727] - cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reached (John W. Linville) [RHEL-88727] - cxl/acpi: Warn on mixed CXL VH and RCH/RCD Hierarchy (John W. Linville) [RHEL-88727] - cxl/region: Simplify cxl_region_nid() (John W. Linville) [RHEL-88727] - cxl/region: Support to calculate memory tier abstract distance (John W. Linville) [RHEL-88727] - cxl: add missing MODULE_DESCRIPTION() macros (John W. Linville) [RHEL-88727] - cxl/events: Use a common struct for DRAM and General Media events (John W. Linville) [RHEL-88727] - unroll: add generic loop unroll helpers (CKI Backport Bot) [RHEL-92670] - debugfs: Fix the missing initializations in __debugfs_file_get() (Jose Ignacio Tornos Martinez) [RHEL-87378] - saner replacement for debugfs_rename() (Jose Ignacio Tornos Martinez) [RHEL-87378] - debugfs: take debugfs_short_fops definition out of ifdef (Jose Ignacio Tornos Martinez) [RHEL-87378] - debugfs: allow to store an additional opaque pointer at file creation (Jose Ignacio Tornos Martinez) [RHEL-87378] - debugfs: don't mess with bits in ->d_fsdata (Jose Ignacio Tornos Martinez) [RHEL-87378] - debugfs: get rid of dynamically allocation proxy_ops (Jose Ignacio Tornos Martinez) [RHEL-87378] - debugfs: move ->automount into debugfs_inode_info (Jose Ignacio Tornos Martinez) [RHEL-87378] - debugfs: separate cache for debugfs inodes (Jose Ignacio Tornos Martinez) [RHEL-87378] - debugfs: drop inline constant formatting for ERR_PTR(-ERROR) (Jose Ignacio Tornos Martinez) [RHEL-87378] - debugfs: update comment of debugfs_rename() (Jose Ignacio Tornos Martinez) [RHEL-87378] - OPP: fix error checking in opp_migrate_dentry() (Jose Ignacio Tornos Martinez) [RHEL-87378] - bonding: fix oops during rmmod (Jose Ignacio Tornos Martinez) [RHEL-87378] - bonding: use IS_ERR instead of NULL check in bond_create_debugfs (Jose Ignacio Tornos Martinez) [RHEL-87378] - bonding: remove redundant NULL check in debugfs function (Jose Ignacio Tornos Martinez) [RHEL-87378] - bonding: fix error checking in bond_debug_reregister() (Jose Ignacio Tornos Martinez) [RHEL-87378] - iommu/amd: Enable support for up to 2K interrupts per function (Eder Zulian) [RHEL-22785] - iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macro (Eder Zulian) [RHEL-22785] - iommu/amd: Replace slab cache allocator with page allocator (Eder Zulian) [RHEL-22785] - iommu/amd: Introduce generic function to set multibit feature value (Eder Zulian) [RHEL-22785] - qed: remove cast to pointers passed to kfree (John Meneghini) [RHEL-72637] - net: qed: make 'qed_ll2_ops_pass' as __maybe_unused (John Meneghini) [RHEL-72637] - net: qed: fix typos (John Meneghini) [RHEL-72637] - scsi: Constify struct pci_device_id (John Meneghini) [RHEL-72637] - qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate() (John Meneghini) [RHEL-72637] - net/qed: allow old cards not supporting "num_images" to work (John Meneghini) [RHEL-72637] - scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() (John Meneghini) [RHEL-72637] - scsi: qedf: Remove dead code (John Meneghini) [RHEL-72637] - net: qlogic: use ethtool string helpers (John Meneghini) [RHEL-72637] - scsi: qedf: Remove trailing space after \n newline (John Meneghini) [RHEL-72637] - scsi: qedf: Call scsi_done() directly (John Meneghini) [RHEL-72637] - scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (John Meneghini) [RHEL-72637] - message deprecated state in ahci_xgene, ahci_seattle and hisi_sas_main (Tomas Henzl) [RHEL-95986] - s390/cpumf: Update CPU Measurement facility extended counter set support (Mete Durlu) [RHEL-90738] - selftests/mm: restore default nr_hugepages value during cleanup in hugetlb_reparenting_test.sh (Li Wang) [RHEL-86180] - selftest/mm: make hugetlb_reparenting_test tolerant to async reparenting (Li Wang) [RHEL-86180] - selftests/mm: generate a temporary mountpoint for cgroup filesystem (Li Wang) [RHEL-86180] - perf: arm_cspmu: nvidia: monitor all ports by default (Michael Petlan) [RHEL-89488] - perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (Michael Petlan) [RHEL-89488] - perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (Michael Petlan) [RHEL-89488] - perf: arm_cspmu: nvidia: remove unsupported SCF events (Michael Petlan) [RHEL-89488] - lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN (Herton R. Krzesinski) [RHEL-82922] - dim: pass dim_sample to net_dim() by reference (Ivan Vecera) [RHEL-94962] - dim: make dim_calc_stats() inputs const pointers (Ivan Vecera) [RHEL-94962] - linux/dim: Do nothing if no time delta between samples (Ivan Vecera) [RHEL-94962] - powerpc/pseries/iommu: Fix kmemleak in TCE table userspace view (Mamatha Inamdar) [RHEL-94838] - octeon_ep_vf: Resolve netdevice usage count issue (Kamal Heib) [RHEL-83999] - rtla: Define _GNU_SOURCE in timerlat_bpf.c (Tomas Glozar) [RHEL-88653] - nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() (CKI Backport Bot) [RHEL-83195] {CVE-2025-21848} - scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer (Ewan D. Milne) [RHEL-94042] - scsi: Improve CDL control (Ewan D. Milne) [RHEL-94042] - scsi: core: Clear flags for scsi_cmnd that did not complete (Ewan D. Milne) [RHEL-94042] - scsi: scsi_transport_srp: Replace min/max nesting with clamp() (Ewan D. Milne) [RHEL-94042] - scsi: st: Tighten the page format heuristics with MODE SELECT (Ewan D. Milne) [RHEL-94042] - scsi: st: ERASE does not change tape location (Ewan D. Milne) [RHEL-94042] - scsi: st: Fix array overflow in st_setup() (Ewan D. Milne) [RHEL-94042] - scsi: core: Use a switch statement when attaching VPD pages (Ewan D. Milne) [RHEL-94042] - scsi: logging: Fix scsi_logging_level bounds (Ewan D. Milne) [RHEL-94042] - scsi: scsi_error: Add comments to scsi_check_sense() (Ewan D. Milne) [RHEL-94042] - scsi: scsi_debug: Fix uninitialized variable use (Ewan D. Milne) [RHEL-94042] - scsi: core: Fix missing lock protection (Ewan D. Milne) [RHEL-94042] - scsi: scsi_debug: Do not sleep in atomic sections (Ewan D. Milne) [RHEL-94042] - scsi: scsi_debug: Simplify command handling (Ewan D. Milne) [RHEL-94042] - scsi: scsi_debug: Remove a reference to in_use_bm (Ewan D. Milne) [RHEL-94042] - scsi: scsi_debug: Remove sdebug_device_access_info (Ewan D. Milne) [RHEL-94042] - scsi: scsi_debug: Add support for partitioning the tape (Ewan D. Milne) [RHEL-94042] - scsi: scsi_debug: Reset tape setting at device reset (Ewan D. Milne) [RHEL-94042] - scsi: scsi_debug: Add compression mode page for tapes (Ewan D. Milne) [RHEL-94042] - scsi: scsi_debug: Add read support and update locate for tapes (Ewan D. Milne) [RHEL-94042] - scsi: scsi_debug: Add write support with block lengths and 4 bytes of data (Ewan D. Milne) [RHEL-94042] - scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapes (Ewan D. Milne) [RHEL-94042] - scsi: scsi_debug: First fixes for tapes (Ewan D. Milne) [RHEL-94042] - scsi: st: Add sysfs file position_lost_in_reset (Ewan D. Milne) [RHEL-94042] - scsi: st: Modify st.c to use the new scsi_error counters (Ewan D. Milne) [RHEL-94042] - scsi: core: Add counters for New Media and Power On/Reset UNIT ATTENTIONs (Ewan D. Milne) [RHEL-94042] - scsi: st: Restore some drive settings after reset (Ewan D. Milne) [RHEL-94042] - scsi: sg: Enable runtime power management (Ewan D. Milne) [RHEL-94042] - scsi: st: Fix input/output error on empty drive reset (Ewan D. Milne) [RHEL-94042] - scsi: mpi3mr: Fix ATA NCQ priority support (Ewan D. Milne) [RHEL-94042] - scsi: block: pm: Always set request queue runtime active in blk_post_runtime_resume() (Ewan D. Milne) [RHEL-94042] - PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type (Luis Claudio R. Goncalves) [RHEL-79183] Resolves: RHEL-22785, RHEL-72637, RHEL-79183, RHEL-82922, RHEL-83195, RHEL-83999, RHEL-86180, RHEL-87378, RHEL-88165, RHEL-88234, RHEL-88653, RHEL-88727, RHEL-89488, RHEL-89787, RHEL-90738, RHEL-92670, RHEL-94042, RHEL-94838, RHEL-94962, RHEL-95986 Signed-off-by: Augusto Caringi --- Makefile.rhelver | 2 +- kernel.changelog | 141 ++++++++++++++++++++++++++++++++++++++++++++ kernel.spec | 148 +++++++++++++++++++++++++++++++++++++++++++++-- sources | 6 +- 4 files changed, 289 insertions(+), 8 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index afe0aee65..8175953ee 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 7 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 592 +RHEL_RELEASE = 593 # # ZSTREAM diff --git a/kernel.changelog b/kernel.changelog index a95ef463b..7a5fe1ae4 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,144 @@ +* Wed Jun 11 2025 Augusto Caringi [5.14.0-593.el9] +- selftests/mm: virtual_address_range: avoid reading from VM_IO mappings (Li Wang) [RHEL-88165] +- selftests/mm: vm_util: split up /proc/self/smaps parsing (Li Wang) [RHEL-88165] +- mm: selftest to verify zero-filled pages are mapped to zeropage (Li Wang) [RHEL-88165] +- selftests/mm: virtual_address_range: unmap chunks after validation (Li Wang) [RHEL-88165] +- selftests/mm: virtual_address_range: mmap() without PROT_WRITE (Li Wang) [RHEL-88165] +- selftest/mm: fix typo in virtual_address_range (Li Wang) [RHEL-88165] +- selftests: add ksft_exit_fail_perror() (Li Wang) [RHEL-88165] +- thermal: intel: int340x: Fix Panther Lake DLVR support (David Arcari) [RHEL-88234] +- iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids (Steve Dunnagan) [RHEL-89787] +- cxl/core/regs: Refactor out functions to count regblocks of given type (John W. Linville) [RHEL-88727] +- cxl/test: Update test code for event records to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] +- cxl/events: Update Memory Module Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] +- cxl/events: Update DRAM Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] +- cxl/events: Update General Media Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] +- cxl/events: Add Component Identifier formatting for CXL spec rev 3.1 (John W. Linville) [RHEL-88727] +- cxl/events: Update Common Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] +- cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode() (John W. Linville) [RHEL-88727] +- cxl/region: Fix region creation for greater than x2 switches (John W. Linville) [RHEL-88727] +- cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessing (John W. Linville) [RHEL-88727] +- cxl/pci: Fix potential bogus return value upon successful probing (John W. Linville) [RHEL-88727] +- cxl/region: Refactor common create region code (John W. Linville) [RHEL-88727] +- cxl/hdm: Use guard() in cxl_dpa_set_mode() (John W. Linville) [RHEL-88727] +- cxl/pci: Delay event buffer allocation (John W. Linville) [RHEL-88727] +- cxl/cdat: Use %%pra for dpa range outputs (John W. Linville) [RHEL-88727] +- cxl: downgrade a warning message to debug level in cxl_probe_component_regs() (John W. Linville) [RHEL-88727] +- cxl/pci: Add sysfs attribute for CXL 1.1 device link status (John W. Linville) [RHEL-88727] +- cxl/core/regs: Add rcd_pcie_cap initialization (John W. Linville) [RHEL-88727] +- cxl/test: Improve init-order fidelity relative to real-world systems (John W. Linville) [RHEL-88727] +- cxl/acpi: Ensure ports ready at cxl_acpi_probe() return (John W. Linville) [RHEL-88727] +- cxl/port: Fix CXL port initialization order when the subsystem is built-in (John W. Linville) [RHEL-88727] +- cxl: Fix comment regarding cxl_query_cmd() return data (John W. Linville) [RHEL-88727] +- cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input (John W. Linville) [RHEL-88727] +- cxl: Move mailbox related bits to the same context (John W. Linville) [RHEL-88727] +- cxl: move cxl headers to new include/cxl/ directory (John W. Linville) [RHEL-88727] +- cxl/region: Remove lock from memory notifier callback (John W. Linville) [RHEL-88727] +- cxl/pci: simplify the check of mem_enabled in cxl_hdm_decode_init() (John W. Linville) [RHEL-88727] +- cxl/pci: Check Mem_info_valid bit for each applicable DVSEC (John W. Linville) [RHEL-88727] +- cxl/pci: Remove duplicated implementation of waiting for memory_info_valid (John W. Linville) [RHEL-88727] +- cxl/pci: Remove duplicate host_bridge->native_aer checking (John W. Linville) [RHEL-88727] +- cxl/pci: cxl_dport_map_rch_aer() cleanup (John W. Linville) [RHEL-88727] +- cxl/pci: Rename cxl_setup_parent_dport() and cxl_dport_map_regs() (John W. Linville) [RHEL-88727] +- cxl/port: Refactor __devm_cxl_add_port() to drop goto pattern (John W. Linville) [RHEL-88727] +- cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_port (John W. Linville) [RHEL-88727] +- cxl/port: Use __free() to drop put_device() for cxl_port (John W. Linville) [RHEL-88727] +- cxl: Remove duplicate included header file core.h (John W. Linville) [RHEL-88727] +- tools/testing/cxl: Use dev_is_platform() (John W. Linville) [RHEL-88727] +- cxl/port: Convert to use ERR_CAST() (John W. Linville) [RHEL-88727] +- cxl/core/pci: Move reading of control register to immediately before usage (John W. Linville) [RHEL-88727] +- cxl: Remove defunct code calculating host bridge target positions (John W. Linville) [RHEL-88727] +- cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa() (John W. Linville) [RHEL-88727] +- cxl/test: Replace ENXIO with EBUSY for inject poison limit reached (John W. Linville) [RHEL-88727] +- cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reached (John W. Linville) [RHEL-88727] +- cxl/acpi: Warn on mixed CXL VH and RCH/RCD Hierarchy (John W. Linville) [RHEL-88727] +- cxl/region: Simplify cxl_region_nid() (John W. Linville) [RHEL-88727] +- cxl/region: Support to calculate memory tier abstract distance (John W. Linville) [RHEL-88727] +- cxl: add missing MODULE_DESCRIPTION() macros (John W. Linville) [RHEL-88727] +- cxl/events: Use a common struct for DRAM and General Media events (John W. Linville) [RHEL-88727] +- unroll: add generic loop unroll helpers (CKI Backport Bot) [RHEL-92670] +- debugfs: Fix the missing initializations in __debugfs_file_get() (Jose Ignacio Tornos Martinez) [RHEL-87378] +- saner replacement for debugfs_rename() (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: take debugfs_short_fops definition out of ifdef (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: allow to store an additional opaque pointer at file creation (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: don't mess with bits in ->d_fsdata (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: get rid of dynamically allocation proxy_ops (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: move ->automount into debugfs_inode_info (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: separate cache for debugfs inodes (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: drop inline constant formatting for ERR_PTR(-ERROR) (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: update comment of debugfs_rename() (Jose Ignacio Tornos Martinez) [RHEL-87378] +- OPP: fix error checking in opp_migrate_dentry() (Jose Ignacio Tornos Martinez) [RHEL-87378] +- bonding: fix oops during rmmod (Jose Ignacio Tornos Martinez) [RHEL-87378] +- bonding: use IS_ERR instead of NULL check in bond_create_debugfs (Jose Ignacio Tornos Martinez) [RHEL-87378] +- bonding: remove redundant NULL check in debugfs function (Jose Ignacio Tornos Martinez) [RHEL-87378] +- bonding: fix error checking in bond_debug_reregister() (Jose Ignacio Tornos Martinez) [RHEL-87378] +- iommu/amd: Enable support for up to 2K interrupts per function (Eder Zulian) [RHEL-22785] +- iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macro (Eder Zulian) [RHEL-22785] +- iommu/amd: Replace slab cache allocator with page allocator (Eder Zulian) [RHEL-22785] +- iommu/amd: Introduce generic function to set multibit feature value (Eder Zulian) [RHEL-22785] +- qed: remove cast to pointers passed to kfree (John Meneghini) [RHEL-72637] +- net: qed: make 'qed_ll2_ops_pass' as __maybe_unused (John Meneghini) [RHEL-72637] +- net: qed: fix typos (John Meneghini) [RHEL-72637] +- scsi: Constify struct pci_device_id (John Meneghini) [RHEL-72637] +- qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate() (John Meneghini) [RHEL-72637] +- net/qed: allow old cards not supporting "num_images" to work (John Meneghini) [RHEL-72637] +- scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() (John Meneghini) [RHEL-72637] +- scsi: qedf: Remove dead code (John Meneghini) [RHEL-72637] +- net: qlogic: use ethtool string helpers (John Meneghini) [RHEL-72637] +- scsi: qedf: Remove trailing space after \n newline (John Meneghini) [RHEL-72637] +- scsi: qedf: Call scsi_done() directly (John Meneghini) [RHEL-72637] +- scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (John Meneghini) [RHEL-72637] +- message deprecated state in ahci_xgene, ahci_seattle and hisi_sas_main (Tomas Henzl) [RHEL-95986] +- s390/cpumf: Update CPU Measurement facility extended counter set support (Mete Durlu) [RHEL-90738] +- selftests/mm: restore default nr_hugepages value during cleanup in hugetlb_reparenting_test.sh (Li Wang) [RHEL-86180] +- selftest/mm: make hugetlb_reparenting_test tolerant to async reparenting (Li Wang) [RHEL-86180] +- selftests/mm: generate a temporary mountpoint for cgroup filesystem (Li Wang) [RHEL-86180] +- perf: arm_cspmu: nvidia: monitor all ports by default (Michael Petlan) [RHEL-89488] +- perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (Michael Petlan) [RHEL-89488] +- perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (Michael Petlan) [RHEL-89488] +- perf: arm_cspmu: nvidia: remove unsupported SCF events (Michael Petlan) [RHEL-89488] +- lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN (Herton R. Krzesinski) [RHEL-82922] +- dim: pass dim_sample to net_dim() by reference (Ivan Vecera) [RHEL-94962] +- dim: make dim_calc_stats() inputs const pointers (Ivan Vecera) [RHEL-94962] +- linux/dim: Do nothing if no time delta between samples (Ivan Vecera) [RHEL-94962] +- powerpc/pseries/iommu: Fix kmemleak in TCE table userspace view (Mamatha Inamdar) [RHEL-94838] +- octeon_ep_vf: Resolve netdevice usage count issue (Kamal Heib) [RHEL-83999] +- rtla: Define _GNU_SOURCE in timerlat_bpf.c (Tomas Glozar) [RHEL-88653] +- nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() (CKI Backport Bot) [RHEL-83195] {CVE-2025-21848} +- scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer (Ewan D. Milne) [RHEL-94042] +- scsi: Improve CDL control (Ewan D. Milne) [RHEL-94042] +- scsi: core: Clear flags for scsi_cmnd that did not complete (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_transport_srp: Replace min/max nesting with clamp() (Ewan D. Milne) [RHEL-94042] +- scsi: st: Tighten the page format heuristics with MODE SELECT (Ewan D. Milne) [RHEL-94042] +- scsi: st: ERASE does not change tape location (Ewan D. Milne) [RHEL-94042] +- scsi: st: Fix array overflow in st_setup() (Ewan D. Milne) [RHEL-94042] +- scsi: core: Use a switch statement when attaching VPD pages (Ewan D. Milne) [RHEL-94042] +- scsi: logging: Fix scsi_logging_level bounds (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_error: Add comments to scsi_check_sense() (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Fix uninitialized variable use (Ewan D. Milne) [RHEL-94042] +- scsi: core: Fix missing lock protection (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Do not sleep in atomic sections (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Simplify command handling (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Remove a reference to in_use_bm (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Remove sdebug_device_access_info (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Add support for partitioning the tape (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Reset tape setting at device reset (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Add compression mode page for tapes (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Add read support and update locate for tapes (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Add write support with block lengths and 4 bytes of data (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapes (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: First fixes for tapes (Ewan D. Milne) [RHEL-94042] +- scsi: st: Add sysfs file position_lost_in_reset (Ewan D. Milne) [RHEL-94042] +- scsi: st: Modify st.c to use the new scsi_error counters (Ewan D. Milne) [RHEL-94042] +- scsi: core: Add counters for New Media and Power On/Reset UNIT ATTENTIONs (Ewan D. Milne) [RHEL-94042] +- scsi: st: Restore some drive settings after reset (Ewan D. Milne) [RHEL-94042] +- scsi: sg: Enable runtime power management (Ewan D. Milne) [RHEL-94042] +- scsi: st: Fix input/output error on empty drive reset (Ewan D. Milne) [RHEL-94042] +- scsi: mpi3mr: Fix ATA NCQ priority support (Ewan D. Milne) [RHEL-94042] +- scsi: block: pm: Always set request queue runtime active in blk_post_runtime_resume() (Ewan D. Milne) [RHEL-94042] +- PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type (Luis Claudio R. Goncalves) [RHEL-79183] +Resolves: RHEL-22785, RHEL-72637, RHEL-79183, RHEL-82922, RHEL-83195, RHEL-83999, RHEL-86180, RHEL-87378, RHEL-88165, RHEL-88234, RHEL-88653, RHEL-88727, RHEL-89488, RHEL-89787, RHEL-90738, RHEL-92670, RHEL-94042, RHEL-94838, RHEL-94962, RHEL-95986 + * Thu Jun 05 2025 Jan Stancek [5.14.0-592.el9] - drm: remove driver date from struct drm_driver and all drivers (Robert Foss) [RHEL-75950] - overflow: Introduce overflows_type() and castable_to_type() (Robert Foss) [RHEL-75950] diff --git a/kernel.spec b/kernel.spec index 3922f02cd..05b04c97e 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 592 +%define pkgrelease 593 %define kversion 5 -%define tarfile_release 5.14.0-592.el9 +%define tarfile_release 5.14.0-593.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 592%{?buildid}%{?dist} +%define specrelease 593%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-592.el9 +%define kabiversion 5.14.0-593.el9 # # End of genspec.sh variables @@ -3676,6 +3676,146 @@ fi # # %changelog +* Wed Jun 11 2025 Augusto Caringi [5.14.0-593.el9] +- selftests/mm: virtual_address_range: avoid reading from VM_IO mappings (Li Wang) [RHEL-88165] +- selftests/mm: vm_util: split up /proc/self/smaps parsing (Li Wang) [RHEL-88165] +- mm: selftest to verify zero-filled pages are mapped to zeropage (Li Wang) [RHEL-88165] +- selftests/mm: virtual_address_range: unmap chunks after validation (Li Wang) [RHEL-88165] +- selftests/mm: virtual_address_range: mmap() without PROT_WRITE (Li Wang) [RHEL-88165] +- selftest/mm: fix typo in virtual_address_range (Li Wang) [RHEL-88165] +- selftests: add ksft_exit_fail_perror() (Li Wang) [RHEL-88165] +- thermal: intel: int340x: Fix Panther Lake DLVR support (David Arcari) [RHEL-88234] +- iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids (Steve Dunnagan) [RHEL-89787] +- cxl/core/regs: Refactor out functions to count regblocks of given type (John W. Linville) [RHEL-88727] +- cxl/test: Update test code for event records to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] +- cxl/events: Update Memory Module Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] +- cxl/events: Update DRAM Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] +- cxl/events: Update General Media Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] +- cxl/events: Add Component Identifier formatting for CXL spec rev 3.1 (John W. Linville) [RHEL-88727] +- cxl/events: Update Common Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727] +- cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode() (John W. Linville) [RHEL-88727] +- cxl/region: Fix region creation for greater than x2 switches (John W. Linville) [RHEL-88727] +- cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessing (John W. Linville) [RHEL-88727] +- cxl/pci: Fix potential bogus return value upon successful probing (John W. Linville) [RHEL-88727] +- cxl/region: Refactor common create region code (John W. Linville) [RHEL-88727] +- cxl/hdm: Use guard() in cxl_dpa_set_mode() (John W. Linville) [RHEL-88727] +- cxl/pci: Delay event buffer allocation (John W. Linville) [RHEL-88727] +- cxl/cdat: Use %%pra for dpa range outputs (John W. Linville) [RHEL-88727] +- cxl: downgrade a warning message to debug level in cxl_probe_component_regs() (John W. Linville) [RHEL-88727] +- cxl/pci: Add sysfs attribute for CXL 1.1 device link status (John W. Linville) [RHEL-88727] +- cxl/core/regs: Add rcd_pcie_cap initialization (John W. Linville) [RHEL-88727] +- cxl/test: Improve init-order fidelity relative to real-world systems (John W. Linville) [RHEL-88727] +- cxl/acpi: Ensure ports ready at cxl_acpi_probe() return (John W. Linville) [RHEL-88727] +- cxl/port: Fix CXL port initialization order when the subsystem is built-in (John W. Linville) [RHEL-88727] +- cxl: Fix comment regarding cxl_query_cmd() return data (John W. Linville) [RHEL-88727] +- cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input (John W. Linville) [RHEL-88727] +- cxl: Move mailbox related bits to the same context (John W. Linville) [RHEL-88727] +- cxl: move cxl headers to new include/cxl/ directory (John W. Linville) [RHEL-88727] +- cxl/region: Remove lock from memory notifier callback (John W. Linville) [RHEL-88727] +- cxl/pci: simplify the check of mem_enabled in cxl_hdm_decode_init() (John W. Linville) [RHEL-88727] +- cxl/pci: Check Mem_info_valid bit for each applicable DVSEC (John W. Linville) [RHEL-88727] +- cxl/pci: Remove duplicated implementation of waiting for memory_info_valid (John W. Linville) [RHEL-88727] +- cxl/pci: Remove duplicate host_bridge->native_aer checking (John W. Linville) [RHEL-88727] +- cxl/pci: cxl_dport_map_rch_aer() cleanup (John W. Linville) [RHEL-88727] +- cxl/pci: Rename cxl_setup_parent_dport() and cxl_dport_map_regs() (John W. Linville) [RHEL-88727] +- cxl/port: Refactor __devm_cxl_add_port() to drop goto pattern (John W. Linville) [RHEL-88727] +- cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_port (John W. Linville) [RHEL-88727] +- cxl/port: Use __free() to drop put_device() for cxl_port (John W. Linville) [RHEL-88727] +- cxl: Remove duplicate included header file core.h (John W. Linville) [RHEL-88727] +- tools/testing/cxl: Use dev_is_platform() (John W. Linville) [RHEL-88727] +- cxl/port: Convert to use ERR_CAST() (John W. Linville) [RHEL-88727] +- cxl/core/pci: Move reading of control register to immediately before usage (John W. Linville) [RHEL-88727] +- cxl: Remove defunct code calculating host bridge target positions (John W. Linville) [RHEL-88727] +- cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa() (John W. Linville) [RHEL-88727] +- cxl/test: Replace ENXIO with EBUSY for inject poison limit reached (John W. Linville) [RHEL-88727] +- cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reached (John W. Linville) [RHEL-88727] +- cxl/acpi: Warn on mixed CXL VH and RCH/RCD Hierarchy (John W. Linville) [RHEL-88727] +- cxl/region: Simplify cxl_region_nid() (John W. Linville) [RHEL-88727] +- cxl/region: Support to calculate memory tier abstract distance (John W. Linville) [RHEL-88727] +- cxl: add missing MODULE_DESCRIPTION() macros (John W. Linville) [RHEL-88727] +- cxl/events: Use a common struct for DRAM and General Media events (John W. Linville) [RHEL-88727] +- unroll: add generic loop unroll helpers (CKI Backport Bot) [RHEL-92670] +- debugfs: Fix the missing initializations in __debugfs_file_get() (Jose Ignacio Tornos Martinez) [RHEL-87378] +- saner replacement for debugfs_rename() (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: take debugfs_short_fops definition out of ifdef (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: allow to store an additional opaque pointer at file creation (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: don't mess with bits in ->d_fsdata (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: get rid of dynamically allocation proxy_ops (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: move ->automount into debugfs_inode_info (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: separate cache for debugfs inodes (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: drop inline constant formatting for ERR_PTR(-ERROR) (Jose Ignacio Tornos Martinez) [RHEL-87378] +- debugfs: update comment of debugfs_rename() (Jose Ignacio Tornos Martinez) [RHEL-87378] +- OPP: fix error checking in opp_migrate_dentry() (Jose Ignacio Tornos Martinez) [RHEL-87378] +- bonding: fix oops during rmmod (Jose Ignacio Tornos Martinez) [RHEL-87378] +- bonding: use IS_ERR instead of NULL check in bond_create_debugfs (Jose Ignacio Tornos Martinez) [RHEL-87378] +- bonding: remove redundant NULL check in debugfs function (Jose Ignacio Tornos Martinez) [RHEL-87378] +- bonding: fix error checking in bond_debug_reregister() (Jose Ignacio Tornos Martinez) [RHEL-87378] +- iommu/amd: Enable support for up to 2K interrupts per function (Eder Zulian) [RHEL-22785] +- iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macro (Eder Zulian) [RHEL-22785] +- iommu/amd: Replace slab cache allocator with page allocator (Eder Zulian) [RHEL-22785] +- iommu/amd: Introduce generic function to set multibit feature value (Eder Zulian) [RHEL-22785] +- qed: remove cast to pointers passed to kfree (John Meneghini) [RHEL-72637] +- net: qed: make 'qed_ll2_ops_pass' as __maybe_unused (John Meneghini) [RHEL-72637] +- net: qed: fix typos (John Meneghini) [RHEL-72637] +- scsi: Constify struct pci_device_id (John Meneghini) [RHEL-72637] +- qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate() (John Meneghini) [RHEL-72637] +- net/qed: allow old cards not supporting "num_images" to work (John Meneghini) [RHEL-72637] +- scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() (John Meneghini) [RHEL-72637] +- scsi: qedf: Remove dead code (John Meneghini) [RHEL-72637] +- net: qlogic: use ethtool string helpers (John Meneghini) [RHEL-72637] +- scsi: qedf: Remove trailing space after \n newline (John Meneghini) [RHEL-72637] +- scsi: qedf: Call scsi_done() directly (John Meneghini) [RHEL-72637] +- scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (John Meneghini) [RHEL-72637] +- message deprecated state in ahci_xgene, ahci_seattle and hisi_sas_main (Tomas Henzl) [RHEL-95986] +- s390/cpumf: Update CPU Measurement facility extended counter set support (Mete Durlu) [RHEL-90738] +- selftests/mm: restore default nr_hugepages value during cleanup in hugetlb_reparenting_test.sh (Li Wang) [RHEL-86180] +- selftest/mm: make hugetlb_reparenting_test tolerant to async reparenting (Li Wang) [RHEL-86180] +- selftests/mm: generate a temporary mountpoint for cgroup filesystem (Li Wang) [RHEL-86180] +- perf: arm_cspmu: nvidia: monitor all ports by default (Michael Petlan) [RHEL-89488] +- perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (Michael Petlan) [RHEL-89488] +- perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (Michael Petlan) [RHEL-89488] +- perf: arm_cspmu: nvidia: remove unsupported SCF events (Michael Petlan) [RHEL-89488] +- lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN (Herton R. Krzesinski) [RHEL-82922] +- dim: pass dim_sample to net_dim() by reference (Ivan Vecera) [RHEL-94962] +- dim: make dim_calc_stats() inputs const pointers (Ivan Vecera) [RHEL-94962] +- linux/dim: Do nothing if no time delta between samples (Ivan Vecera) [RHEL-94962] +- powerpc/pseries/iommu: Fix kmemleak in TCE table userspace view (Mamatha Inamdar) [RHEL-94838] +- octeon_ep_vf: Resolve netdevice usage count issue (Kamal Heib) [RHEL-83999] +- rtla: Define _GNU_SOURCE in timerlat_bpf.c (Tomas Glozar) [RHEL-88653] +- nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() (CKI Backport Bot) [RHEL-83195] {CVE-2025-21848} +- scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer (Ewan D. Milne) [RHEL-94042] +- scsi: Improve CDL control (Ewan D. Milne) [RHEL-94042] +- scsi: core: Clear flags for scsi_cmnd that did not complete (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_transport_srp: Replace min/max nesting with clamp() (Ewan D. Milne) [RHEL-94042] +- scsi: st: Tighten the page format heuristics with MODE SELECT (Ewan D. Milne) [RHEL-94042] +- scsi: st: ERASE does not change tape location (Ewan D. Milne) [RHEL-94042] +- scsi: st: Fix array overflow in st_setup() (Ewan D. Milne) [RHEL-94042] +- scsi: core: Use a switch statement when attaching VPD pages (Ewan D. Milne) [RHEL-94042] +- scsi: logging: Fix scsi_logging_level bounds (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_error: Add comments to scsi_check_sense() (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Fix uninitialized variable use (Ewan D. Milne) [RHEL-94042] +- scsi: core: Fix missing lock protection (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Do not sleep in atomic sections (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Simplify command handling (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Remove a reference to in_use_bm (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Remove sdebug_device_access_info (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Add support for partitioning the tape (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Reset tape setting at device reset (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Add compression mode page for tapes (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Add read support and update locate for tapes (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Add write support with block lengths and 4 bytes of data (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapes (Ewan D. Milne) [RHEL-94042] +- scsi: scsi_debug: First fixes for tapes (Ewan D. Milne) [RHEL-94042] +- scsi: st: Add sysfs file position_lost_in_reset (Ewan D. Milne) [RHEL-94042] +- scsi: st: Modify st.c to use the new scsi_error counters (Ewan D. Milne) [RHEL-94042] +- scsi: core: Add counters for New Media and Power On/Reset UNIT ATTENTIONs (Ewan D. Milne) [RHEL-94042] +- scsi: st: Restore some drive settings after reset (Ewan D. Milne) [RHEL-94042] +- scsi: sg: Enable runtime power management (Ewan D. Milne) [RHEL-94042] +- scsi: st: Fix input/output error on empty drive reset (Ewan D. Milne) [RHEL-94042] +- scsi: mpi3mr: Fix ATA NCQ priority support (Ewan D. Milne) [RHEL-94042] +- scsi: block: pm: Always set request queue runtime active in blk_post_runtime_resume() (Ewan D. Milne) [RHEL-94042] +- PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type (Luis Claudio R. Goncalves) [RHEL-79183] + * Thu Jun 05 2025 Jan Stancek [5.14.0-592.el9] - drm: remove driver date from struct drm_driver and all drivers (Robert Foss) [RHEL-75950] - overflow: Introduce overflows_type() and castable_to_type() (Robert Foss) [RHEL-75950] diff --git a/sources b/sources index 885e3fd4f..2cd2efa65 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-592.el9.tar.xz) = 49f90391650bb38722b519106c8b035216d2832d8250f979afff058dfefe1b1cd913e8e9fca1cd9cd959777556cd5048c62028b60db28beb1e35ea3e0c4f9168 -SHA512 (kernel-abi-stablelists-5.14.0-592.el9.tar.bz2) = 5f69180880db2aabe03104e0e9043003e6815992c3f7ed433464b6601fe5c3b8de468f601d8745156d291ae106f681cc5781db459c3b9c1418772a0448fedfaf -SHA512 (kernel-kabi-dw-5.14.0-592.el9.tar.bz2) = 1c3d6e8545c32a5526507797e7affb1f8042dd345c98bc11e84582f358a1cb77a10150293f57c1e48176fd7197bad741a6d7abf21a305d844983260fcd635eee +SHA512 (linux-5.14.0-593.el9.tar.xz) = 4969e0ef2560fc1e3c0148f0e95da0896be0e70bb2d61041fd9d6159030e1270e55c3169c0572489aeea8e71339d31a0e947ff4d2b182aa15d82413bb757d382 +SHA512 (kernel-abi-stablelists-5.14.0-593.el9.tar.bz2) = b6adfbf86df5f678175cce38a3b805659c9ca5eb2f53cbca6bfa22d9180a259ba196daea969eb3bba60d4a7c94a75060c435e12b58ccbfa6e574c6a22892e575 +SHA512 (kernel-kabi-dw-5.14.0-593.el9.tar.bz2) = fdc1585f269b6aef07f21b0772899224a158799e77cc1d8cd4b143fc4d1aeaf3c0165be543c3f28c3cd4879160bdb7c16ad3382183d896136650e204fa50fe27