Skip to content

Commit 1295404

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-5.14.0-621.el9
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
1 parent c73c76d commit 1295404

File tree

2 files changed

+160
-1
lines changed

2 files changed

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

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.8

Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,162 @@
1+
* Tue Sep 30 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-621.el9]
2+
- platform/x86: ideapad-laptop: pass a correct pointer to the driver data (David Arcari) [RHEL-105420]
3+
- ACPI: platform_profile: Avoid initializing on non-ACPI platforms (David Arcari) [RHEL-105420]
4+
- platform/x86/amd: pmf: Simplify error flow in amd_pmf_init_smart_pc() (David Arcari) [RHEL-105420]
5+
- platform/x86/amd: pmf: Prevent amd_pmf_tee_deinit() from running twice (David Arcari) [RHEL-105420]
6+
- platform/x86/amd: pmf: Use device managed allocations (David Arcari) [RHEL-105420]
7+
- drivers/platform/x86/amd: pmf: Check for invalid Smart PC Policies (David Arcari) [RHEL-105420]
8+
- drivers/platform/x86/amd: pmf: Check for invalid sideloaded Smart PC Policies (David Arcari) [RHEL-105420]
9+
- platform/x86: amd: pmf: Fix STT limits (David Arcari) [RHEL-105420]
10+
- platform/x86/amd/pmf: convert timeouts to secs_to_jiffies() (David Arcari) [RHEL-105420]
11+
- platform/x86/amd: pmf: Fix missing hidden options for Smart PC (David Arcari) [RHEL-105420]
12+
- platform/x86/amd/pmf: fix cleanup in amd_pmf_init_smart_pc() (David Arcari) [RHEL-105420]
13+
- platform/x86/amd/pmf: Update PMF Driver for Compatibility with new PMF-TA (David Arcari) [RHEL-105420]
14+
- platform/x86/amd/pmf: Propagate PMF-TA return codes (David Arcari) [RHEL-105420]
15+
- platform/x86/amd: pmf: Add balanced-performance to hidden choices (David Arcari) [RHEL-105420]
16+
- platform/x86/amd: pmf: Add 'quiet' to hidden choices (David Arcari) [RHEL-105420]
17+
- platform/x86/amd/pmf: Initialize and clean up `cb_mutex` (David Arcari) [RHEL-105420]
18+
- ACPI: platform-profile: Fix CFI violation when accessing sysfs files (David Arcari) [RHEL-105420]
19+
- ACPI: platform_profile: Add support for hidden choices (David Arcari) [RHEL-105420]
20+
- ACPI: platform_profile: Fix memory leak in profile_class_is_visible() (David Arcari) [RHEL-105420]
21+
- ACPI: platform_profile: Improve platform_profile_unregister() (David Arcari) [RHEL-105420]
22+
- ACPI: platform_profile: Add a prefix to log messages (David Arcari) [RHEL-105420]
23+
- ACPI: platform_profile: Add documentation (David Arcari) [RHEL-105420]
24+
- ACPI: platform_profile: Clean platform_profile_handler (David Arcari) [RHEL-105420]
25+
- ACPI: platform_profile: Move platform_profile_handler (David Arcari) [RHEL-105420]
26+
- platform/x86: thinkpad_acpi: Fix registration of tpacpi platform driver (David Arcari) [RHEL-105420]
27+
- ACPI: platform_profile: Remove platform_profile_handler from exported symbols (David Arcari) [RHEL-105420]
28+
- platform/x86: thinkpad_acpi: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
29+
- platform/x86: hp-wmi: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
30+
- platform/x86: ideapad-laptop: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
31+
- platform/surface: surface_platform_profile: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
32+
- platform/x86: amd: pmf: sps: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
33+
- ACPI: platform_profile: Add `probe` to platform_profile_ops (David Arcari) [RHEL-105420]
34+
- ACPI: platform_profile: Add `ops` member to handlers (David Arcari) [RHEL-105420]
35+
- ACPI: platform_profile: Remove platform_profile_handler from callbacks (David Arcari) [RHEL-105420]
36+
- ACPI: platform_profile: Let drivers set drvdata to the class device (David Arcari) [RHEL-105420]
37+
- platform/x86/amd/pmf: Get SRA sensor data from AMD SFH driver (David Arcari) [RHEL-105420]
38+
- HID: amd_sfh: Fix SRA sensor when it's the only sensor (David Arcari) [RHEL-105420]
39+
- HID: amd_sfh: Add support to export device operating states (David Arcari) [RHEL-105420]
40+
- platform/x86/amd: pmf: Switch to guard(mutex) (David Arcari) [RHEL-105420]
41+
- platform/x86/amd/pmf: Enable Custom BIOS Inputs for PMF-TA (David Arcari) [RHEL-105420]
42+
- platform/x86/amd: pmf: Drop all quirks (David Arcari) [RHEL-105420]
43+
- ACPI: platform_profile: Replace *class_dev member with class_dev (David Arcari) [RHEL-105420]
44+
- ACPI: platform_profile: Add devm_platform_profile_register() (David Arcari) [RHEL-105420]
45+
- ACPI: platform_profile: Allow multiple handlers (David Arcari) [RHEL-105420]
46+
- ACPI: platform_profile: Notify class device from platform_profile_notify() (David Arcari) [RHEL-105420]
47+
- ACPI: platform_profile: Check all profile handler to calculate next (David Arcari) [RHEL-105420]
48+
- ACPI: platform_profile: Make sure all profile handlers agree on profile (David Arcari) [RHEL-105420]
49+
- ACPI: platform_profile: Add concept of a "custom" profile (David Arcari) [RHEL-105420]
50+
- ACPI: platform_profile: Only show profiles common for all handlers (David Arcari) [RHEL-105420]
51+
- ACPI: platform_profile: Notify change events on register and unregister (David Arcari) [RHEL-105420]
52+
- ACPI: platform_profile: Add profile attribute for class interface (David Arcari) [RHEL-105420]
53+
- ACPI: platform_profile: Add choices attribute for class interface (David Arcari) [RHEL-105420]
54+
- ACPI: platform_profile: Add name attribute to class interface (David Arcari) [RHEL-105420]
55+
- ACPI: platform_profile: Create class for ACPI platform profile (David Arcari) [RHEL-105420]
56+
- ACPI: platform_profile: Use `scoped_cond_guard` (David Arcari) [RHEL-105420]
57+
- ACPI: platform_profile: Use guard(mutex) for register/unregister (David Arcari) [RHEL-105420]
58+
- ACPI: platform_profile: Move matching string for new profile out of mutex (David Arcari) [RHEL-105420]
59+
- ACPI: platform_profile: Move sanity check out of the mutex (David Arcari) [RHEL-105420]
60+
- ACPI: platform_profile: Pass the profile handler into platform_profile_notify() (David Arcari) [RHEL-105420]
61+
- ACPI: platform_profile: Add platform handler argument to platform_profile_remove() (David Arcari) [RHEL-105420]
62+
- ACPI: add missing MODULE_DESCRIPTION() macros (David Arcari) [RHEL-105420]
63+
- ACPI: platform_profile: Add device pointer into platform profile handler (David Arcari) [RHEL-105420]
64+
- ACPI: platform-profile: Add a name member to handlers (David Arcari) [RHEL-105420]
65+
- platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_resource() (David Arcari) [RHEL-105420]
66+
- platform/x86/amd/pmf: Use dev_err_probe() to simplify error handling (David Arcari) [RHEL-105420]
67+
- platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h model (David Arcari) [RHEL-105420]
68+
- platform/x86/amd: pmf: Add quirk for TUF Gaming A14 (David Arcari) [RHEL-105420]
69+
- platform/x86/amd: pmf: Make ASUS GA403 quirk generic (David Arcari) [RHEL-105420]
70+
- platform/x86/amd/pmf: Update SMU metrics table for 1AH family series (David Arcari) [RHEL-105420]
71+
- platform/x86/amd/pmf: Relocate CPU ID macros to the PMF header (David Arcari) [RHEL-105420]
72+
- platform/x86/amd/pmf: Add support for notifying Smart PC Solution updates (David Arcari) [RHEL-105420]
73+
- platform/x86/amd/pmf: Fix to Update HPD Data When ALS is Disabled (David Arcari) [RHEL-105420]
74+
- platform/x86/amd/pmf: Add new ACPI ID AMDI0107 (David Arcari) [RHEL-105420]
75+
- platform/x86/amd: pmf: Add quirk for ROG Ally X (David Arcari) [RHEL-105420]
76+
- platform/x86/amd/pmf: Use existing input event codes to update system states (David Arcari) [RHEL-105420]
77+
- platform/x86/amd/pmf: Use memdup_user() (David Arcari) [RHEL-105420]
78+
- platform/x86/amd: pmf: Add new ACPI ID AMDI0105 (David Arcari) [RHEL-105420]
79+
- platform/x86/amd: pmf: Add quirk for ROG Zephyrus G14 (David Arcari) [RHEL-105420]
80+
- platform/x86/amd: pmf: Add infrastructure for quirking supported funcs (David Arcari) [RHEL-105420]
81+
- platform/x86/amd: pmf: Decrease error message to debug (David Arcari) [RHEL-105420]
82+
- powercap: Switch to use hrtimer_setup() (David Arcari) [RHEL-111365]
83+
- PM: EM: Rework the depends on for CONFIG_ENERGY_MODEL (David Arcari) [RHEL-111365]
84+
- powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changed (David Arcari) [RHEL-111365]
85+
- powercap: intel_rapl_msr: Add PL4 support for Panther Lake (David Arcari) [RHEL-111365]
86+
- powercap: intel_rapl: Add support for Bartlett Lake platform (David Arcari) [RHEL-111365]
87+
- kernel.spec: replace '=' with space in argument of kernel-install (Li Tian) [RHEL-114361]
88+
- net/mlx5: Not returning mlx5_link_info table when speed is unknown (Li Tian) [RHEL-114363]
89+
- arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS (Jerome Marchand) [RHEL-101598]
90+
- ftrace: Remove unused global 'ftrace_direct_func_count' (Jerome Marchand) [RHEL-101598]
91+
- ftrace: Remove unused list 'ftrace_direct_funcs' (Jerome Marchand) [RHEL-101598]
92+
- tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef (Jerome Marchand) [RHEL-101598]
93+
- ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default (Jerome Marchand) [RHEL-101598]
94+
- samples: ftrace: Replace bti assembly with hint for older compiler (Jerome Marchand) [RHEL-101598]
95+
- arm64: avoid executing padding bytes during kexec / hibernation (Jerome Marchand) [RHEL-101598]
96+
- arm64: ftrace: Add direct call trampoline samples support (Jerome Marchand) [RHEL-101598]
97+
- samples: ftrace: Save required argument registers in sample trampolines (Jerome Marchand) [RHEL-101598]
98+
- arm64: ftrace: Simplify get_ftrace_plt (Jerome Marchand) [RHEL-101598]
99+
- arm64: ftrace: Add direct call support (Jerome Marchand) [RHEL-101598]
100+
- ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS (Jerome Marchand) [RHEL-101598]
101+
- ftrace: Store direct called addresses in their ops (Jerome Marchand) [RHEL-101598]
102+
- ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs (Jerome Marchand) [RHEL-101598]
103+
- ftrace: Remove the legacy _ftrace_direct API (Jerome Marchand) [RHEL-101598]
104+
- ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi (Jerome Marchand) [RHEL-101598]
105+
- ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter() (Jerome Marchand) [RHEL-101598]
106+
- arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS (Jerome Marchand) [RHEL-101598]
107+
- arm64: ftrace: Update stale comment (Jerome Marchand) [RHEL-101598]
108+
- arm64: Extend support for CONFIG_FUNCTION_ALIGNMENT (Jerome Marchand) [RHEL-101598]
109+
- Compiler attributes: GCC cold function alignment workarounds (Jerome Marchand) [RHEL-101598]
110+
- ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS (Jerome Marchand) [RHEL-101598]
111+
- ftrace: arm64: remove static ftrace (Jerome Marchand) [RHEL-101598]
112+
- ftrace: arm64: move from REGS to ARGS (Jerome Marchand) [RHEL-101598]
113+
- ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accesses (Jerome Marchand) [RHEL-101598]
114+
- ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instruction_pointer() (Jerome Marchand) [RHEL-101598]
115+
- ftrace: pass fregs to arch_ftrace_set_direct_caller() (Jerome Marchand) [RHEL-101598]
116+
- arm64: ftrace: remove redundant label (Jerome Marchand) [RHEL-101598]
117+
- arm64/ftrace: Make function graph use ftrace directly (Jerome Marchand) [RHEL-101598]
118+
- arm64: Improve HAVE_DYNAMIC_FTRACE_WITH_REGS selection for clang (Jerome Marchand) [RHEL-101598]
119+
- tracing: Use linker magic instead of recasting ftrace_ops_list_func() (Jerome Marchand) [RHEL-101598]
120+
- ice: fix NULL access of tx->in_use in ice_ll_ts_intr (Petr Oros) [RHEL-84608]
121+
- ice: fix NULL access of tx->in_use in ice_ptp_ts_irq (Petr Oros) [RHEL-84608]
122+
- platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks list (David Arcari) [RHEL-102860]
123+
- platform/x86/amd: pmc: Drop SMU F/W match for Cezanne (David Arcari) [RHEL-102860]
124+
- platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk list (David Arcari) [RHEL-102860]
125+
- Move FCH header to a location accessible by all archs (David Arcari) [RHEL-102860]
126+
- platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to 8042 quirks list (David Arcari) [RHEL-102860]
127+
- platform/x86/amd: pmc: Clear metrics table at start of cycle (David Arcari) [RHEL-102860]
128+
- platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO Wujie 14XA (GX4HRXL) (David Arcari) [RHEL-102860]
129+
- platform/x86/amd: pmc: Require at least 2.5 seconds between HW sleep cycles (David Arcari) [RHEL-102860]
130+
- platform/x86/amd/pmc: fix leak in probe() (David Arcari) [RHEL-102860]
131+
- platform/x86/amd/pmc: Use managed APIs for mutex (David Arcari) [RHEL-102860]
132+
- platform/x86/amd/pmc: Remove unnecessary line breaks (David Arcari) [RHEL-102860]
133+
- platform/x86/amd/pmc: Move macros and structures to the PMC header file (David Arcari) [RHEL-102860]
134+
- platform/x86/amd/pmc: Notify user when platform does not support s0ix transition (David Arcari) [RHEL-102860]
135+
- platform/x86: amd: Use *-y instead of *-objs in Makefiles [partial] (David Arcari) [RHEL-102860]
136+
- platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it (David Arcari) [RHEL-102860]
137+
- platform/x86/amd: pmc: Use guard(mutex) (David Arcari) [RHEL-102860]
138+
- platform/x86/amd/pmc: Add STB support for AMD Desktop variants (David Arcari) [RHEL-102860]
139+
- platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h model (David Arcari) [RHEL-102860]
140+
- platform/x86/amd/pmc: Update IP information structure for newer SoCs (David Arcari) [RHEL-102860]
141+
- platform/x86/amd/pmc: Use ARRAY_SIZE() to fill num_ips information (David Arcari) [RHEL-102860]
142+
- platform/x86/amd/pmc: Isolate STB code changes to a new file (David Arcari) [RHEL-102860]
143+
- platform/x86/amd/pmc: Define enum for S2D/PMC msg_port and add helper function (David Arcari) [RHEL-102860]
144+
- platform/x86/amd/pmc: Update function names to align with new STB file (David Arcari) [RHEL-102860]
145+
- platform/x86/amd/pmc: Move STB functionality to a new file for better code organization (David Arcari) [RHEL-102860]
146+
- platform/x86/amd/pmc: Move STB block into amd_pmc_s2d_init() (David Arcari) [RHEL-102860]
147+
- platform/x86/amd/pmc: Extend support for PMC features on new AMD platform (David Arcari) [RHEL-102860]
148+
- platform/x86/amd/pmc: Fix SMU command submission path on new AMD platform (David Arcari) [RHEL-102860]
149+
- platform/x86/amd/pmc: Send OS_HINT command for new AMD platform (David Arcari) [RHEL-102860]
150+
- platform/x86/amd: pmc: Add new ACPI ID AMDI000B (David Arcari) [RHEL-102860]
151+
- platform/x86/amd/pmc: Fix implicit declaration error on i386 (David Arcari) [RHEL-102860]
152+
- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (David Arcari) [RHEL-102860]
153+
- platform/x86/amd/pmc: Add AMD MP2 STB functionality (David Arcari) [RHEL-102860]
154+
- redhat/configs: enable CONFIG_AMD_MP2_STB (David Arcari) [RHEL-102860]
155+
- RAS/AMD/FMPM: Get masked address (Aristeu Rozanski) [RHEL-87600]
156+
- RAS/AMD/ATL: Include row[13] bit in row retirement (Aristeu Rozanski) [RHEL-87600]
157+
- power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint (Mark Langsdorf) [RHEL-36251]
158+
Resolves: RHEL-101598, RHEL-102860, RHEL-105420, RHEL-111365, RHEL-114361, RHEL-114363, RHEL-36251, RHEL-84608, RHEL-87600
159+
1160
* Fri Sep 26 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-620.el9]
2161
- use uniform permission checks for all mount propagation changes (Ian Kent) [RHEL-107304] {CVE-2025-38498}
3162
- do_change_type(): refuse to operate on unmounted/not ours mounts (Ian Kent) [RHEL-107304] {CVE-2025-38498}

0 commit comments

Comments
 (0)