Skip to content

Commit 818e414

Browse files
committed
[redhat] kernel-5.14.0-579.el9
Signed-off-by: Augusto Caringi <[email protected]>
1 parent ea2affa commit 818e414

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

Makefile.rhelver

+1-1
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 = 578
15+
RHEL_RELEASE = 579
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.7

+41
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
* Fri Apr 11 2025 Augusto Caringi <[email protected]> [5.14.0-579.el9]
2+
- selftest/mm: va_high_addr_switch: add ppc64 support check (Li Wang) [RHEL-85318]
3+
- selftests/mm: va_high_addr_switch: reduce test noise (Li Wang) [RHEL-85318]
4+
- redhat: spec: fix "unexpected argument to non-parametric macro" warnings (Augusto Caringi)
5+
- perf test: Parse 'perf stat' Topdown events for aarch64 (Anubhav Shelat) [RHEL-78426]
6+
- powerpc/pseries: make max polling consistent for longer H_CALLs (Mamatha Inamdar) [RHEL-79919]
7+
- Fix mmu notifiers for range-based invalidates (Charles Mirabile) [RHEL-83459]
8+
- OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized (Jared Kangas) [RHEL-84805] {CVE-2024-58068}
9+
- OPP: add index check to assert to avoid buffer overflow in _read_freq() (Jared Kangas) [RHEL-81432] {CVE-2024-57998}
10+
- OPP: Add dev_pm_opp_find_freq_exact_indexed() (Jared Kangas) [RHEL-81432]
11+
- s390/diag: Move diag.c to diag specific folder (Mete Durlu) [RHEL-72676]
12+
- s390/diag324: Retrieve power readings via diag 0x324 (Mete Durlu) [RHEL-72676]
13+
- s390/diag: Create misc device /dev/diag (Mete Durlu) [RHEL-72676]
14+
- NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client() (CKI Backport Bot) [RHEL-81064] {CVE-2024-54456}
15+
- mei: me: add panther lake P DID (David Arcari) [RHEL-79720]
16+
- block: fix adding folio to bio (Gavin Shan) [RHEL-79410]
17+
- x86/topology: Use x86_sched_itmt_flags for PKG domain unconditionally (David Arcari) [RHEL-53784]
18+
- x86/topology: Remove x86_smt_flags and use cpu_smt_flags directly (David Arcari) [RHEL-53784]
19+
- x86/itmt: Move the "sched_itmt_enabled" sysctl to debugfs (David Arcari) [RHEL-53784]
20+
- x86/cpu: Enable SD_ASYM_PACKING for PKG domain on AMD (David Arcari) [RHEL-53784]
21+
- x86/itmt: Use guard() for itmt_update_mutex (David Arcari) [RHEL-53784]
22+
- x86/itmt: Convert "sysctl_sched_itmt_enabled" to boolean (David Arcari) [RHEL-53784]
23+
- perf tools: Fix build-id event recording (Michael Petlan) [RHEL-83537]
24+
- powerpc/rtas: avoid scheduling in rtas_os_term() (Mamatha Inamdar) [RHEL-81040]
25+
- ice: ensure periodic output start time is in the future (Petr Oros) [RHEL-29207]
26+
- ice: fix PHY Clock Recovery availability check (Petr Oros) [RHEL-29207]
27+
- ice: Drop auxbus use for PTP to finalize ice_adapter move (Petr Oros) [RHEL-29207]
28+
- ice: Use ice_adapter for PTP shared data instead of auxdev (Petr Oros) [RHEL-29207]
29+
- ice: Initial support for E825C hardware in ice_adapter (Petr Oros) [RHEL-29207]
30+
- ice: Add ice_get_ctrl_ptp() wrapper to simplify the code (Petr Oros) [RHEL-29207]
31+
- ice: Introduce ice_get_phy_model() wrapper (Petr Oros) [RHEL-29207]
32+
- ice: Enable 1PPS out from CGU for E825C products (Petr Oros) [RHEL-29207]
33+
- ice: Read SDP section from NVM for pin definitions (Petr Oros) [RHEL-29207]
34+
- ice: Disable shared pin on E810 on setfunc (Petr Oros) [RHEL-29207]
35+
- ice: Cache perout/extts requests and check flags (Petr Oros) [RHEL-29207]
36+
- ice: Align E810T GPIO to other products (Petr Oros) [RHEL-29207]
37+
- ice: Add SDPs support for E825C (Petr Oros) [RHEL-29207]
38+
- ice: Implement ice_ptp_pin_desc (Petr Oros) [RHEL-29207]
39+
- rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read (CKI Backport Bot) [RHEL-82456] {CVE-2024-58069}
40+
Resolves: RHEL-29207, RHEL-53784, RHEL-72676, RHEL-78426, RHEL-79410, RHEL-79720, RHEL-79919, RHEL-81040, RHEL-81064, RHEL-81432, RHEL-82456, RHEL-83459, RHEL-83537, RHEL-84805, RHEL-85318
41+
142
* Fri Apr 04 2025 Augusto Caringi <[email protected]> [5.14.0-578.el9]
243
- mfd: intel-lpss: Add Intel Panther Lake LPSS PCI IDs (David Arcari) [RHEL-47428]
344
- mfd: intel-lpss: Switch over to MSI interrupts (David Arcari) [RHEL-47428]

0 commit comments

Comments
 (0)