Skip to content

Commit ef2902a

Browse files
committed
[redhat] kernel-5.14.0-573.el9
Signed-off-by: Augusto Caringi <[email protected]>
1 parent 78b5632 commit ef2902a

File tree

2 files changed

+129
-1
lines changed

2 files changed

+129
-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 = 572
15+
RHEL_RELEASE = 573
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.7

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,131 @@
1+
* Mon Mar 17 2025 Augusto Caringi <[email protected]> [5.14.0-573.el9]
2+
- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-79818]
3+
- Revert "mm: add vma_has_recency()" (Luiz Capitulino) [RHEL-80655]
4+
- Revert "mm: support POSIX_FADV_NOREUSE" (Luiz Capitulino) [RHEL-80655]
5+
- phy: tegra: xusb: reset VBUS & ID OVERRIDE (Rupinderjit Singh) [RHEL-80628]
6+
- smb: client: fix chmod(2) regression with ATTR_READONLY (Jay Shin) [RHEL-80527 RHEL-78507]
7+
- scsi: megaraid_sas: Fix for a potential deadlock (Tomas Henzl) [RHEL-21980] {CVE-2024-57807}
8+
- scsi: core: Fix command pass through retry regression (Ewan D. Milne) [RHEL-77122]
9+
- fs/proc: fix softlockup in __read_vmcore (part 2) (Baoquan He) [RHEL-79112] {CVE-2025-21694}
10+
- RDMA/mlx5: Fix a WARN during dereg_mr for DM type (Benjamin Poirier) [RHEL-49958 RHEL-6641 RHEL-77115]
11+
- CVE-2025-1272: security: Re-enable lockdown LSM in some setup_arch() (Lenny Szubowicz) [RHEL-78974] {CVE-2025-1272}
12+
- redhat/self-test: Remove --all from git query (Prarit Bhargava)
13+
- redhat: fix selftest git command so it picks the right commit (Patrick Talbert)
14+
- arm64: mm: Fix zone_dma_limit calculation (Luiz Capitulino) [RHEL-71914]
15+
- Documentation/powerpc/fadump: add additional parameter feature details (Mamatha Inamdar) [RHEL-74219]
16+
- powerpc: increase MIN RMA size for CAS negotiation (Mamatha Inamdar) [RHEL-74219]
17+
- powerpc/fadump: fix additional param memory reservation for HASH MMU (Mamatha Inamdar) [RHEL-74219]
18+
- powerpc: export MIN RMA size (Mamatha Inamdar) [RHEL-74219]
19+
- cxgb4: use port number to set mac addr (Michal Schmidt) [RHEL-75514]
20+
- pps: Fix a use-after-free (Michal Schmidt) [RHEL-9309]
21+
- gitlab-ci: add jobs for rhel9 automotive pipelines (Michael Hofmann)
22+
- gitlab-ci: clean up trigger job naming and template inheritance (Michael Hofmann)
23+
- can: bcm: Fix UAF in bcm_proc_show() (Michal Schmidt) [RHEL-80748] {CVE-2023-52922}
24+
- Revert "x86/kvm: Override default caching mode for SEV-SNP and TDX" (Vitaly Kuznetsov) [RHEL-75512]
25+
- idpf: call set_real_num_queues in idpf_open (Michal Schmidt) [RHEL-68688]
26+
- scsi: st: Don't set pos_unknown just after device recognition (John Meneghini) [RHEL-78429]
27+
- scsi: sg: Fix slab-use-after-free read in sg_release() (Ewan D. Milne) [RHEL-75864] {CVE-2024-56631}
28+
- RAS/AMD/ATL: Translate normalized to system physical addresses using PRM (Aristeu Rozanski) [RHEL-22695]
29+
- ACPI: PRM: Add PRM handler direct call support (Aristeu Rozanski) [RHEL-22695]
30+
- efi/runtime-wrappers: Clean up white space and add __init annotation (Aristeu Rozanski) [RHEL-22695]
31+
- acpi/prmt: Use EFI runtime sandbox to invoke PRM handlers (Aristeu Rozanski) [RHEL-22695]
32+
- efi/runtime-wrappers: Don't duplicate setup/teardown code (Aristeu Rozanski) [RHEL-22695]
33+
- efi/runtime-wrapper: Move workqueue manipulation out of line (Aristeu Rozanski) [RHEL-22695]
34+
- efi/runtime-wrappers: Use type safe encapsulation of call arguments (Aristeu Rozanski) [RHEL-22695]
35+
- scsi: storvsc: Set correct data length for sending SCSI command without payload (Cathy Avery) [RHEL-82537]
36+
- tcp: fix excessive TLP and RACK timeouts from HZ rounding (CKI Backport Bot) [RHEL-83546]
37+
- pm: cpupower: Add missing residency header changes in cpuidle.h to SWIG (David Arcari) [RHEL-80660]
38+
- pm: cpupower: Add header changes for cpufreq.h to SWIG bindings (David Arcari) [RHEL-80660]
39+
- pm: cpupower: Add install and uninstall options to bindings makefile (David Arcari) [RHEL-80660]
40+
- cpupower: Adjust whitespace for amd-pstate specific prints (David Arcari) [RHEL-80660]
41+
- cpupower: Don't fetch maximum latency when EPP is enabled (David Arcari) [RHEL-80660]
42+
- cpupower: Add support for showing energy performance preference (David Arcari) [RHEL-80660]
43+
- cpupower: Don't try to read frequency from hardware when kernel uses aperfmperf (David Arcari) [RHEL-80660]
44+
- cpupower: Add support for amd-pstate preferred core rankings (David Arcari) [RHEL-80660]
45+
- cpupower: Add support for parsing 'enabled' or 'disabled' strings from table (David Arcari) [RHEL-80660]
46+
- cpupower: Remove spurious return statement (David Arcari) [RHEL-80660]
47+
- cpupower: fix TSC MHz calculation (David Arcari) [RHEL-80660]
48+
- cpupower: revise is_valid flag handling for idle_monitor (David Arcari) [RHEL-80660]
49+
- pm: cpupower: Makefile: Fix cross compilation (David Arcari) [RHEL-80660]
50+
- cpupower: add checks for xgettext and msgfmt (David Arcari) [RHEL-80660]
51+
- cpupower: Add Chinese Simplified translation (David Arcari) [RHEL-80660]
52+
- pm: cpupower: bindings: Add test to confirm cpu state is disabled (David Arcari) [RHEL-80660]
53+
- pm: cpupower: bindings: Improve disable c_state block (David Arcari) [RHEL-80660]
54+
- pm: cpupower: gitignore: Add compile_commands.json (David Arcari) [RHEL-80660]
55+
- pm: cpupower: Makefile: Allow overriding cross-compiling env params (David Arcari) [RHEL-80660]
56+
- pm: cpupower: bench: print config file path when open cpufreq-bench.conf fails (David Arcari) [RHEL-80660]
57+
- tools/power/cpupower: Add documentation for some recently introduced options (David Arcari) [RHEL-80660]
58+
- pm: cpupower: Clean up bindings gitignore (David Arcari) [RHEL-80660]
59+
- pm: cpupower: rename raw_pylibcpupower.i (David Arcari) [RHEL-80660]
60+
- pm:cpupower: Add error warning when SWIG is not installed (David Arcari) [RHEL-80660]
61+
- pm:cpupower: Include test_raw_pylibcpupower.py (David Arcari) [RHEL-80660]
62+
- pm:cpupower: Add SWIG bindings files for libcpupower (David Arcari) [RHEL-80660]
63+
- pm:cpupower: Add missing powercap_set_enabled() stub function (David Arcari) [RHEL-80660]
64+
- cpupower: fix lib default installation path (David Arcari) [RHEL-80660]
65+
- cpupower: Disable direct build of the 'bench' subproject (David Arcari) [RHEL-80660]
66+
- cpupower: Remove absent 'v' parameter from monitor man page (David Arcari) [RHEL-80660]
67+
- cpupower: Improve cpupower build process description (David Arcari) [RHEL-80660]
68+
- cpupower: Add 'help' target to the main Makefile (David Arcari) [RHEL-80660]
69+
- cpupower: Replace a dead reference link with working ones (David Arcari) [RHEL-80660]
70+
- Fix cpupower-frequency-info.1 man page typo (David Arcari) [RHEL-80660]
71+
- tools cpupower bench: Override CFLAGS assignments (David Arcari) [RHEL-80660]
72+
- cpupower: fix reference to nonexistent document (David Arcari) [RHEL-80660]
73+
- EDAC/amd64: Simplify ECC check on unified memory controllers (Aristeu Rozanski) [RHEL-73049]
74+
- PCI: vmd: Set devices to D0 before enabling PM L1 Substates (Myron Stowe) [RHEL-47438]
75+
- PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUs (Myron Stowe) [RHEL-47438]
76+
- can: isotp: fix support for transmission of SF without flow control (Radu Rendec) [RHEL-80832]
77+
- can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag (Radu Rendec) [RHEL-80832]
78+
- can: isotp: restore accidentally removed MSG_PEEK feature (Radu Rendec) [RHEL-80832]
79+
- can: isotp: fix race between isotp_sendsmg() and isotp_release() (Radu Rendec) [RHEL-80832]
80+
- can: isotp: handle wait_event_interruptible() return values (Radu Rendec) [RHEL-80832]
81+
- can: isotp: split tx timer into transmission and timeout (Radu Rendec) [RHEL-80832]
82+
- can: isotp: fix potential CAN frame reception race in isotp_rcv() (Radu Rendec) [RHEL-80832]
83+
- can: isotp: fix tx state handling for echo tx processing (Radu Rendec) [RHEL-80832]
84+
- can: isotp: isotp_bind(): do not validate unused address information (Radu Rendec) [RHEL-80832]
85+
- can: isotp: add support for transmission without flow control (Radu Rendec) [RHEL-80832]
86+
- can: isotp: remove re-binding of bound socket (Radu Rendec) [RHEL-80832]
87+
- can: isotp: stop timeout monitoring when no first frame was sent (Radu Rendec) [RHEL-80832]
88+
- can: isotp: support MSG_TRUNC flag when reading from socket (Radu Rendec) [RHEL-80832]
89+
- can: isotp: return -EADDRNOTAVAIL when reading from unbound socket (Radu Rendec) [RHEL-80832]
90+
- can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting (Radu Rendec) [RHEL-80832]
91+
- can: isotp: sanitize CAN ID checks in isotp_bind() (Radu Rendec) [RHEL-80832] {CVE-2022-49269}
92+
- can: isotp: set max PDU size to 64 kByte (Radu Rendec) [RHEL-80832]
93+
- can: isotp: set default value for N_As to 50 micro seconds (Radu Rendec) [RHEL-80832]
94+
- can: isotp: add local echo tx processing for consecutive frames (Radu Rendec) [RHEL-80832]
95+
- selftests: livepatch: test livepatching a kprobed function (Denis Aleksandrov) [RHEL-80215]
96+
- selftests: livepatch: save and restore kprobe state (Denis Aleksandrov) [RHEL-80215]
97+
- selftests: livepatch: rename KLP_SYSFS_DIR to SYSFS_KLP_DIR (Denis Aleksandrov) [RHEL-80215]
98+
- Documentation: livepatch: Correct release locks antonym (Denis Aleksandrov) [RHEL-80215]
99+
- EDAC/mce_amd: Add support for FRU text in MCA (Aristeu Rozanski) [RHEL-52657]
100+
- x86/mce/apei: Handle variable SMCA BERT record size (Aristeu Rozanski) [RHEL-52657]
101+
- x86/MCE/AMD: Add support for new MCA_SYND{1,2} registers (Aristeu Rozanski) [RHEL-52657]
102+
- tracing: Add __print_dynamic_array() helper (Aristeu Rozanski) [RHEL-52657]
103+
- x86/mce: Add wrapper for struct mce to export vendor specific info (Aristeu Rozanski) [RHEL-52657]
104+
- x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error() (Aristeu Rozanski) [RHEL-52657]
105+
- x86/mce: Define mce_prep_record() helpers for common and per-CPU fields (Aristeu Rozanski) [RHEL-52657]
106+
- x86/mce: Rename mce_setup() to mce_prep_record() (Aristeu Rozanski) [RHEL-52657]
107+
- workqueue: Put the pwq after detaching the rescuer from the pool (CKI Backport Bot) [RHEL-81472] {CVE-2025-21786}
108+
- EDAC/{i10nm,skx,skx_common}: Support UV systems (Aristeu Rozanski) [RHEL-73892]
109+
- x86/xen: add FRAME_END to xen_hypercall_hvm() (Vitaly Kuznetsov) [RHEL-70669] {CVE-2024-53241}
110+
- x86/xen: fix xen_hypercall_hvm() to not clobber %%rbx (Vitaly Kuznetsov) [RHEL-70669] {CVE-2024-53241}
111+
- x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0 (Vitaly Kuznetsov) [RHEL-70669] {CVE-2024-53241}
112+
- x86/asm: Make serialize() always_inline (Vitaly Kuznetsov) [RHEL-70669] {CVE-2024-53241}
113+
- x86/static-call: fix 32-bit build (Vitaly Kuznetsov) [RHEL-70669] {CVE-2024-53241}
114+
- x86/xen: remove hypercall page (Vitaly Kuznetsov) [RHEL-70669] {CVE-2024-53241}
115+
- x86/xen: use new hypercall functions instead of hypercall page (Vitaly Kuznetsov) [RHEL-70669] {CVE-2024-53241}
116+
- x86/xen: add central hypercall functions (Vitaly Kuznetsov) [RHEL-70669] {CVE-2024-53241}
117+
- x86/xen: don't do PV iret hypercall through hypercall page (Vitaly Kuznetsov) [RHEL-70669] {CVE-2024-53241}
118+
- x86/static-call: provide a way to do very early static-call updates (Vitaly Kuznetsov) [RHEL-70669] {CVE-2024-53241}
119+
- objtool/x86: allow syscall instruction (Vitaly Kuznetsov) [RHEL-70669] {CVE-2024-53241}
120+
- x86: make get_cpu_vendor() accessible from Xen code (Vitaly Kuznetsov) [RHEL-70669] {CVE-2024-53241}
121+
- x86/xen: Avoid relocatable quantities in Xen ELF notes (Vitaly Kuznetsov) [RHEL-70669]
122+
- tracing: Fix bad hist from corrupting named_triggers list (Tomas Glozar) [RHEL-81911]
123+
- tracing/histograms: Return an error if we fail to add histogram to hist_vars list (Tomas Glozar) [RHEL-81911]
124+
- tracing/histograms: Add histograms to hist_vars if they have referenced variables (Tomas Glozar) [RHEL-81911]
125+
- Documentation/sysctl: Add timer_migration to kernel.rst (Phil Auld) [RHEL-11707]
126+
- netfilter: nfnetlink_queue: drop bogus WARN_ON (Florian Westphal) [RHEL-80104]
127+
Resolves: RHEL-11707, RHEL-21980, RHEL-22695, RHEL-47438, RHEL-49958, RHEL-52657, RHEL-6641, RHEL-68688, RHEL-70669, RHEL-71914, RHEL-73049, RHEL-73892, RHEL-74219, RHEL-75512, RHEL-75514, RHEL-75864, RHEL-77115, RHEL-77122, RHEL-78429, RHEL-78974, RHEL-79112, RHEL-79818, RHEL-80104, RHEL-80215, RHEL-80527, RHEL-80628, RHEL-80655, RHEL-80660, RHEL-80748, RHEL-80832, RHEL-81472, RHEL-81911, RHEL-82537, RHEL-83546, RHEL-9309
128+
1129
* Wed Mar 12 2025 Augusto Caringi <[email protected]> [5.14.0-572.el9]
2130
- sched: Don't define sched_clock_irqtime as static key (Phil Auld) [RHEL-78821]
3131
- sched/fair: Do not compute overloaded status unnecessarily during lb (Phil Auld) [RHEL-78821]

0 commit comments

Comments
 (0)