Skip to content

Commit 638423b

Browse files
committed
[redhat] kernel-5.14.0-593.el9
Signed-off-by: Augusto Caringi <acaringi@redhat.com>
1 parent f157078 commit 638423b

File tree

2 files changed

+142
-1
lines changed

2 files changed

+142
-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 = 7
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 592
15+
RHEL_RELEASE = 593
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.7

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,144 @@
1+
* Wed Jun 11 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-593.el9]
2+
- selftests/mm: virtual_address_range: avoid reading from VM_IO mappings (Li Wang) [RHEL-88165]
3+
- selftests/mm: vm_util: split up /proc/self/smaps parsing (Li Wang) [RHEL-88165]
4+
- mm: selftest to verify zero-filled pages are mapped to zeropage (Li Wang) [RHEL-88165]
5+
- selftests/mm: virtual_address_range: unmap chunks after validation (Li Wang) [RHEL-88165]
6+
- selftests/mm: virtual_address_range: mmap() without PROT_WRITE (Li Wang) [RHEL-88165]
7+
- selftest/mm: fix typo in virtual_address_range (Li Wang) [RHEL-88165]
8+
- selftests: add ksft_exit_fail_perror() (Li Wang) [RHEL-88165]
9+
- thermal: intel: int340x: Fix Panther Lake DLVR support (David Arcari) [RHEL-88234]
10+
- iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids (Steve Dunnagan) [RHEL-89787]
11+
- cxl/core/regs: Refactor out functions to count regblocks of given type (John W. Linville) [RHEL-88727]
12+
- cxl/test: Update test code for event records to CXL spec rev 3.1 (John W. Linville) [RHEL-88727]
13+
- cxl/events: Update Memory Module Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727]
14+
- cxl/events: Update DRAM Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727]
15+
- cxl/events: Update General Media Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727]
16+
- cxl/events: Add Component Identifier formatting for CXL spec rev 3.1 (John W. Linville) [RHEL-88727]
17+
- cxl/events: Update Common Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727]
18+
- cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode() (John W. Linville) [RHEL-88727]
19+
- cxl/region: Fix region creation for greater than x2 switches (John W. Linville) [RHEL-88727]
20+
- cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessing (John W. Linville) [RHEL-88727]
21+
- cxl/pci: Fix potential bogus return value upon successful probing (John W. Linville) [RHEL-88727]
22+
- cxl/region: Refactor common create region code (John W. Linville) [RHEL-88727]
23+
- cxl/hdm: Use guard() in cxl_dpa_set_mode() (John W. Linville) [RHEL-88727]
24+
- cxl/pci: Delay event buffer allocation (John W. Linville) [RHEL-88727]
25+
- cxl/cdat: Use %%pra for dpa range outputs (John W. Linville) [RHEL-88727]
26+
- cxl: downgrade a warning message to debug level in cxl_probe_component_regs() (John W. Linville) [RHEL-88727]
27+
- cxl/pci: Add sysfs attribute for CXL 1.1 device link status (John W. Linville) [RHEL-88727]
28+
- cxl/core/regs: Add rcd_pcie_cap initialization (John W. Linville) [RHEL-88727]
29+
- cxl/test: Improve init-order fidelity relative to real-world systems (John W. Linville) [RHEL-88727]
30+
- cxl/acpi: Ensure ports ready at cxl_acpi_probe() return (John W. Linville) [RHEL-88727]
31+
- cxl/port: Fix CXL port initialization order when the subsystem is built-in (John W. Linville) [RHEL-88727]
32+
- cxl: Fix comment regarding cxl_query_cmd() return data (John W. Linville) [RHEL-88727]
33+
- cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input (John W. Linville) [RHEL-88727]
34+
- cxl: Move mailbox related bits to the same context (John W. Linville) [RHEL-88727]
35+
- cxl: move cxl headers to new include/cxl/ directory (John W. Linville) [RHEL-88727]
36+
- cxl/region: Remove lock from memory notifier callback (John W. Linville) [RHEL-88727]
37+
- cxl/pci: simplify the check of mem_enabled in cxl_hdm_decode_init() (John W. Linville) [RHEL-88727]
38+
- cxl/pci: Check Mem_info_valid bit for each applicable DVSEC (John W. Linville) [RHEL-88727]
39+
- cxl/pci: Remove duplicated implementation of waiting for memory_info_valid (John W. Linville) [RHEL-88727]
40+
- cxl/pci: Remove duplicate host_bridge->native_aer checking (John W. Linville) [RHEL-88727]
41+
- cxl/pci: cxl_dport_map_rch_aer() cleanup (John W. Linville) [RHEL-88727]
42+
- cxl/pci: Rename cxl_setup_parent_dport() and cxl_dport_map_regs() (John W. Linville) [RHEL-88727]
43+
- cxl/port: Refactor __devm_cxl_add_port() to drop goto pattern (John W. Linville) [RHEL-88727]
44+
- cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_port (John W. Linville) [RHEL-88727]
45+
- cxl/port: Use __free() to drop put_device() for cxl_port (John W. Linville) [RHEL-88727]
46+
- cxl: Remove duplicate included header file core.h (John W. Linville) [RHEL-88727]
47+
- tools/testing/cxl: Use dev_is_platform() (John W. Linville) [RHEL-88727]
48+
- cxl/port: Convert to use ERR_CAST() (John W. Linville) [RHEL-88727]
49+
- cxl/core/pci: Move reading of control register to immediately before usage (John W. Linville) [RHEL-88727]
50+
- cxl: Remove defunct code calculating host bridge target positions (John W. Linville) [RHEL-88727]
51+
- cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa() (John W. Linville) [RHEL-88727]
52+
- cxl/test: Replace ENXIO with EBUSY for inject poison limit reached (John W. Linville) [RHEL-88727]
53+
- cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reached (John W. Linville) [RHEL-88727]
54+
- cxl/acpi: Warn on mixed CXL VH and RCH/RCD Hierarchy (John W. Linville) [RHEL-88727]
55+
- cxl/region: Simplify cxl_region_nid() (John W. Linville) [RHEL-88727]
56+
- cxl/region: Support to calculate memory tier abstract distance (John W. Linville) [RHEL-88727]
57+
- cxl: add missing MODULE_DESCRIPTION() macros (John W. Linville) [RHEL-88727]
58+
- cxl/events: Use a common struct for DRAM and General Media events (John W. Linville) [RHEL-88727]
59+
- unroll: add generic loop unroll helpers (CKI Backport Bot) [RHEL-92670]
60+
- debugfs: Fix the missing initializations in __debugfs_file_get() (Jose Ignacio Tornos Martinez) [RHEL-87378]
61+
- saner replacement for debugfs_rename() (Jose Ignacio Tornos Martinez) [RHEL-87378]
62+
- debugfs: take debugfs_short_fops definition out of ifdef (Jose Ignacio Tornos Martinez) [RHEL-87378]
63+
- debugfs: allow to store an additional opaque pointer at file creation (Jose Ignacio Tornos Martinez) [RHEL-87378]
64+
- debugfs: don't mess with bits in ->d_fsdata (Jose Ignacio Tornos Martinez) [RHEL-87378]
65+
- debugfs: get rid of dynamically allocation proxy_ops (Jose Ignacio Tornos Martinez) [RHEL-87378]
66+
- debugfs: move ->automount into debugfs_inode_info (Jose Ignacio Tornos Martinez) [RHEL-87378]
67+
- debugfs: separate cache for debugfs inodes (Jose Ignacio Tornos Martinez) [RHEL-87378]
68+
- debugfs: drop inline constant formatting for ERR_PTR(-ERROR) (Jose Ignacio Tornos Martinez) [RHEL-87378]
69+
- debugfs: update comment of debugfs_rename() (Jose Ignacio Tornos Martinez) [RHEL-87378]
70+
- OPP: fix error checking in opp_migrate_dentry() (Jose Ignacio Tornos Martinez) [RHEL-87378]
71+
- bonding: fix oops during rmmod (Jose Ignacio Tornos Martinez) [RHEL-87378]
72+
- bonding: use IS_ERR instead of NULL check in bond_create_debugfs (Jose Ignacio Tornos Martinez) [RHEL-87378]
73+
- bonding: remove redundant NULL check in debugfs function (Jose Ignacio Tornos Martinez) [RHEL-87378]
74+
- bonding: fix error checking in bond_debug_reregister() (Jose Ignacio Tornos Martinez) [RHEL-87378]
75+
- iommu/amd: Enable support for up to 2K interrupts per function (Eder Zulian) [RHEL-22785]
76+
- iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macro (Eder Zulian) [RHEL-22785]
77+
- iommu/amd: Replace slab cache allocator with page allocator (Eder Zulian) [RHEL-22785]
78+
- iommu/amd: Introduce generic function to set multibit feature value (Eder Zulian) [RHEL-22785]
79+
- qed: remove cast to pointers passed to kfree (John Meneghini) [RHEL-72637]
80+
- net: qed: make 'qed_ll2_ops_pass' as __maybe_unused (John Meneghini) [RHEL-72637]
81+
- net: qed: fix typos (John Meneghini) [RHEL-72637]
82+
- scsi: Constify struct pci_device_id (John Meneghini) [RHEL-72637]
83+
- qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate() (John Meneghini) [RHEL-72637]
84+
- net/qed: allow old cards not supporting "num_images" to work (John Meneghini) [RHEL-72637]
85+
- scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() (John Meneghini) [RHEL-72637]
86+
- scsi: qedf: Remove dead code (John Meneghini) [RHEL-72637]
87+
- net: qlogic: use ethtool string helpers (John Meneghini) [RHEL-72637]
88+
- scsi: qedf: Remove trailing space after \n newline (John Meneghini) [RHEL-72637]
89+
- scsi: qedf: Call scsi_done() directly (John Meneghini) [RHEL-72637]
90+
- scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (John Meneghini) [RHEL-72637]
91+
- message deprecated state in ahci_xgene, ahci_seattle and hisi_sas_main (Tomas Henzl) [RHEL-95986]
92+
- s390/cpumf: Update CPU Measurement facility extended counter set support (Mete Durlu) [RHEL-90738]
93+
- selftests/mm: restore default nr_hugepages value during cleanup in hugetlb_reparenting_test.sh (Li Wang) [RHEL-86180]
94+
- selftest/mm: make hugetlb_reparenting_test tolerant to async reparenting (Li Wang) [RHEL-86180]
95+
- selftests/mm: generate a temporary mountpoint for cgroup filesystem (Li Wang) [RHEL-86180]
96+
- perf: arm_cspmu: nvidia: monitor all ports by default (Michael Petlan) [RHEL-89488]
97+
- perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (Michael Petlan) [RHEL-89488]
98+
- perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (Michael Petlan) [RHEL-89488]
99+
- perf: arm_cspmu: nvidia: remove unsupported SCF events (Michael Petlan) [RHEL-89488]
100+
- lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN (Herton R. Krzesinski) [RHEL-82922]
101+
- dim: pass dim_sample to net_dim() by reference (Ivan Vecera) [RHEL-94962]
102+
- dim: make dim_calc_stats() inputs const pointers (Ivan Vecera) [RHEL-94962]
103+
- linux/dim: Do nothing if no time delta between samples (Ivan Vecera) [RHEL-94962]
104+
- powerpc/pseries/iommu: Fix kmemleak in TCE table userspace view (Mamatha Inamdar) [RHEL-94838]
105+
- octeon_ep_vf: Resolve netdevice usage count issue (Kamal Heib) [RHEL-83999]
106+
- rtla: Define _GNU_SOURCE in timerlat_bpf.c (Tomas Glozar) [RHEL-88653]
107+
- nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() (CKI Backport Bot) [RHEL-83195] {CVE-2025-21848}
108+
- scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer (Ewan D. Milne) [RHEL-94042]
109+
- scsi: Improve CDL control (Ewan D. Milne) [RHEL-94042]
110+
- scsi: core: Clear flags for scsi_cmnd that did not complete (Ewan D. Milne) [RHEL-94042]
111+
- scsi: scsi_transport_srp: Replace min/max nesting with clamp() (Ewan D. Milne) [RHEL-94042]
112+
- scsi: st: Tighten the page format heuristics with MODE SELECT (Ewan D. Milne) [RHEL-94042]
113+
- scsi: st: ERASE does not change tape location (Ewan D. Milne) [RHEL-94042]
114+
- scsi: st: Fix array overflow in st_setup() (Ewan D. Milne) [RHEL-94042]
115+
- scsi: core: Use a switch statement when attaching VPD pages (Ewan D. Milne) [RHEL-94042]
116+
- scsi: logging: Fix scsi_logging_level bounds (Ewan D. Milne) [RHEL-94042]
117+
- scsi: scsi_error: Add comments to scsi_check_sense() (Ewan D. Milne) [RHEL-94042]
118+
- scsi: scsi_debug: Fix uninitialized variable use (Ewan D. Milne) [RHEL-94042]
119+
- scsi: core: Fix missing lock protection (Ewan D. Milne) [RHEL-94042]
120+
- scsi: scsi_debug: Do not sleep in atomic sections (Ewan D. Milne) [RHEL-94042]
121+
- scsi: scsi_debug: Simplify command handling (Ewan D. Milne) [RHEL-94042]
122+
- scsi: scsi_debug: Remove a reference to in_use_bm (Ewan D. Milne) [RHEL-94042]
123+
- scsi: scsi_debug: Remove sdebug_device_access_info (Ewan D. Milne) [RHEL-94042]
124+
- scsi: scsi_debug: Add support for partitioning the tape (Ewan D. Milne) [RHEL-94042]
125+
- scsi: scsi_debug: Reset tape setting at device reset (Ewan D. Milne) [RHEL-94042]
126+
- scsi: scsi_debug: Add compression mode page for tapes (Ewan D. Milne) [RHEL-94042]
127+
- scsi: scsi_debug: Add read support and update locate for tapes (Ewan D. Milne) [RHEL-94042]
128+
- scsi: scsi_debug: Add write support with block lengths and 4 bytes of data (Ewan D. Milne) [RHEL-94042]
129+
- scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapes (Ewan D. Milne) [RHEL-94042]
130+
- scsi: scsi_debug: First fixes for tapes (Ewan D. Milne) [RHEL-94042]
131+
- scsi: st: Add sysfs file position_lost_in_reset (Ewan D. Milne) [RHEL-94042]
132+
- scsi: st: Modify st.c to use the new scsi_error counters (Ewan D. Milne) [RHEL-94042]
133+
- scsi: core: Add counters for New Media and Power On/Reset UNIT ATTENTIONs (Ewan D. Milne) [RHEL-94042]
134+
- scsi: st: Restore some drive settings after reset (Ewan D. Milne) [RHEL-94042]
135+
- scsi: sg: Enable runtime power management (Ewan D. Milne) [RHEL-94042]
136+
- scsi: st: Fix input/output error on empty drive reset (Ewan D. Milne) [RHEL-94042]
137+
- scsi: mpi3mr: Fix ATA NCQ priority support (Ewan D. Milne) [RHEL-94042]
138+
- scsi: block: pm: Always set request queue runtime active in blk_post_runtime_resume() (Ewan D. Milne) [RHEL-94042]
139+
- PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type (Luis Claudio R. Goncalves) [RHEL-79183]
140+
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
141+
1142
* Thu Jun 05 2025 Jan Stancek <jstancek@redhat.com> [5.14.0-592.el9]
2143
- drm: remove driver date from struct drm_driver and all drivers (Robert Foss) [RHEL-75950]
3144
- overflow: Introduce overflows_type() and castable_to_type() (Robert Foss) [RHEL-75950]

0 commit comments

Comments
 (0)