Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
el9-upstream-kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
src-code
el9-upstream-kernel
Commits
818e4143
Commit
818e4143
authored
1 week ago
by
Augusto Caringi
Browse files
Options
Downloads
Patches
Plain Diff
[redhat] kernel-5.14.0-579.el9
Signed-off-by:
Augusto Caringi
<
acaringi@redhat.com
>
parent
ea2affaf
No related branches found
Branches containing commit
Tags
kernel-5.14.0-579.el9
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.rhelver
+1
-1
1 addition, 1 deletion
Makefile.rhelver
redhat/kernel.changelog-9.7
+41
-0
41 additions, 0 deletions
redhat/kernel.changelog-9.7
with
42 additions
and
1 deletion
Makefile.rhelver
+
1
−
1
View file @
818e4143
...
...
@@ -12,7 +12,7 @@ RHEL_MINOR = 7
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE
=
57
8
RHEL_RELEASE
=
57
9
#
# ZSTREAM
...
...
This diff is collapsed.
Click to expand it.
redhat/kernel.changelog-9.7
+
41
−
0
View file @
818e4143
* Fri Apr 11 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-579.el9]
- selftest/mm: va_high_addr_switch: add ppc64 support check (Li Wang) [RHEL-85318]
- selftests/mm: va_high_addr_switch: reduce test noise (Li Wang) [RHEL-85318]
- redhat: spec: fix "unexpected argument to non-parametric macro" warnings (Augusto Caringi)
- perf test: Parse 'perf stat' Topdown events for aarch64 (Anubhav Shelat) [RHEL-78426]
- powerpc/pseries: make max polling consistent for longer H_CALLs (Mamatha Inamdar) [RHEL-79919]
- Fix mmu notifiers for range-based invalidates (Charles Mirabile) [RHEL-83459]
- OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized (Jared Kangas) [RHEL-84805] {CVE-2024-58068}
- OPP: add index check to assert to avoid buffer overflow in _read_freq() (Jared Kangas) [RHEL-81432] {CVE-2024-57998}
- OPP: Add dev_pm_opp_find_freq_exact_indexed() (Jared Kangas) [RHEL-81432]
- s390/diag: Move diag.c to diag specific folder (Mete Durlu) [RHEL-72676]
- s390/diag324: Retrieve power readings via diag 0x324 (Mete Durlu) [RHEL-72676]
- s390/diag: Create misc device /dev/diag (Mete Durlu) [RHEL-72676]
- NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client() (CKI Backport Bot) [RHEL-81064] {CVE-2024-54456}
- mei: me: add panther lake P DID (David Arcari) [RHEL-79720]
- block: fix adding folio to bio (Gavin Shan) [RHEL-79410]
- x86/topology: Use x86_sched_itmt_flags for PKG domain unconditionally (David Arcari) [RHEL-53784]
- x86/topology: Remove x86_smt_flags and use cpu_smt_flags directly (David Arcari) [RHEL-53784]
- x86/itmt: Move the "sched_itmt_enabled" sysctl to debugfs (David Arcari) [RHEL-53784]
- x86/cpu: Enable SD_ASYM_PACKING for PKG domain on AMD (David Arcari) [RHEL-53784]
- x86/itmt: Use guard() for itmt_update_mutex (David Arcari) [RHEL-53784]
- x86/itmt: Convert "sysctl_sched_itmt_enabled" to boolean (David Arcari) [RHEL-53784]
- perf tools: Fix build-id event recording (Michael Petlan) [RHEL-83537]
- powerpc/rtas: avoid scheduling in rtas_os_term() (Mamatha Inamdar) [RHEL-81040]
- ice: ensure periodic output start time is in the future (Petr Oros) [RHEL-29207]
- ice: fix PHY Clock Recovery availability check (Petr Oros) [RHEL-29207]
- ice: Drop auxbus use for PTP to finalize ice_adapter move (Petr Oros) [RHEL-29207]
- ice: Use ice_adapter for PTP shared data instead of auxdev (Petr Oros) [RHEL-29207]
- ice: Initial support for E825C hardware in ice_adapter (Petr Oros) [RHEL-29207]
- ice: Add ice_get_ctrl_ptp() wrapper to simplify the code (Petr Oros) [RHEL-29207]
- ice: Introduce ice_get_phy_model() wrapper (Petr Oros) [RHEL-29207]
- ice: Enable 1PPS out from CGU for E825C products (Petr Oros) [RHEL-29207]
- ice: Read SDP section from NVM for pin definitions (Petr Oros) [RHEL-29207]
- ice: Disable shared pin on E810 on setfunc (Petr Oros) [RHEL-29207]
- ice: Cache perout/extts requests and check flags (Petr Oros) [RHEL-29207]
- ice: Align E810T GPIO to other products (Petr Oros) [RHEL-29207]
- ice: Add SDPs support for E825C (Petr Oros) [RHEL-29207]
- ice: Implement ice_ptp_pin_desc (Petr Oros) [RHEL-29207]
- rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read (CKI Backport Bot) [RHEL-82456] {CVE-2024-58069}
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
* Fri Apr 04 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-578.el9]
- mfd: intel-lpss: Add Intel Panther Lake LPSS PCI IDs (David Arcari) [RHEL-47428]
- mfd: intel-lpss: Switch over to MSI interrupts (David Arcari) [RHEL-47428]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment