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
0e7e3b29
Commit
0e7e3b29
authored
1 month ago
by
Augusto Caringi
Browse files
Options
Downloads
Patches
Plain Diff
[redhat] kernel-5.14.0-574.el9
Signed-off-by:
Augusto Caringi
<
acaringi@redhat.com
>
parent
d32d600b
No related branches found
Branches containing commit
Tags
kernel-5.14.0-574.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
+37
-0
37 additions, 0 deletions
redhat/kernel.changelog-9.7
with
38 additions
and
1 deletion
Makefile.rhelver
+
1
−
1
View file @
0e7e3b29
...
...
@@ -12,7 +12,7 @@ RHEL_MINOR = 7
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE
=
57
3
RHEL_RELEASE
=
57
4
#
# ZSTREAM
...
...
This diff is collapsed.
Click to expand it.
redhat/kernel.changelog-9.7
+
37
−
0
View file @
0e7e3b29
* Thu Mar 20 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-574.el9]
- ima: Fix a potential integer overflow in ima_appraise_measurement (CKI Backport Bot) [RHEL-80802] {CVE-2022-49643}
- selftests/mm: hugetlb_fault_after_madv: improve test output (David Hildenbrand) [RHEL-60023]
- selftests/mm: hugetlb_fault_after_madv: use default hugetlb page size (David Hildenbrand) [RHEL-60023]
- Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name() (CKI Backport Bot) [RHEL-81375] {CVE-2024-57988}
- list: fix a data-race around ep->rdllist (Jan Stancek) [RHEL-80985] {CVE-2022-49443}
- Bluetooth: btrtl: check for NULL in btrtl_setup_realtek() (CKI Backport Bot) [RHEL-81268] {CVE-2024-57987}
- RDMA/nldev: Set error code in rdma_nl_notify_event (Kamal Heib) [RHEL-77880]
- RDMA/core: Fix ENODEV error for iWARP test over vlan (Kamal Heib) [RHEL-77880]
- IB/cm: Rework sending DREQ when destroying a cm_id (Kamal Heib) [RHEL-77880]
- IB/cm: Do not hold reference on cm_id unless needed (Kamal Heib) [RHEL-77880]
- IB/cm: Explicitly mark if a response MAD is a retransmission (Kamal Heib) [RHEL-77880]
- RDMA/nldev: Add IB device and net device rename events (Kamal Heib) [RHEL-77880]
- RDMA/core: Move ib_uverbs_file struct to uverbs_types.h (Kamal Heib) [RHEL-77880]
- RDMA/core: Add device ufile cleanup operation (Kamal Heib) [RHEL-77880]
- RDMA: Use ethtool string helpers (Kamal Heib) [RHEL-77880]
- RDMA/ipoib: Use the networking stack default for txqueuelen (Kamal Heib) [RHEL-77880]
- RDMA/srpt: Make slab cache names unique (Kamal Heib) [RHEL-77880]
- efi: Add iMac Pro 2017 to uefi skip cert quirk (Coiby Xu) [RHEL-80989]
- efi: Correct Macmini DMI match in uefi cert quirk (Coiby Xu) [RHEL-80989]
- efi: Do not import certificates from UEFI Secure Boot for T2 Macs (CKI Backport Bot) [RHEL-80989] {CVE-2022-49357}
- NFSD: fix hang in nfsd4_shutdown_callback (Olga Kornievskaia) [RHEL-81291] {CVE-2025-21795}
- ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during params (CKI Backport Bot) [RHEL-81439] {CVE-2024-58012}
- netfilter: nf_tables: reject mismatching sum of field_len with set key length (CKI Backport Bot) [RHEL-82489] {CVE-2025-21826}
- usbnet: fix memory leak in error case (CKI Backport Bot) [RHEL-80848] {CVE-2022-49657}
- crypto: tegra - do not transfer req when tegra init fails (CKI Backport Bot) [RHEL-82476] {CVE-2024-58075}
- RAS/AMD/FMPM: Use atl internal.h for INVALID_SPA (Aristeu Rozanski) [RHEL-22697]
- RAS/AMD/ATL: Implement DF 4.5 NP2 denormalization (Aristeu Rozanski) [RHEL-22697]
- RAS/AMD/ATL: Validate address map when information is gathered (Aristeu Rozanski) [RHEL-22697]
- RAS/AMD/ATL: Expand helpers for adding and removing base and hole (Aristeu Rozanski) [RHEL-22697]
- RAS/AMD/ATL: Read DRAM hole base early (Aristeu Rozanski) [RHEL-22697]
- RAS/AMD/ATL: Add amd_atl pr_fmt() prefix (Aristeu Rozanski) [RHEL-22697]
- configs: enable IVPU driver on RHEL (Karol Herbst) [RHEL-38583]
- accel: add build system changes (Karol Herbst) [RHEL-38583]
- accel: backport ivpu driver from v6.12 (Karol Herbst) [RHEL-38583]
Resolves: RHEL-22697, RHEL-60023, RHEL-77880, RHEL-80802, RHEL-80848, RHEL-80985, RHEL-80989, RHEL-81268, RHEL-81291, RHEL-81375, RHEL-81439, RHEL-82476, RHEL-82489
* Mon Mar 17 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-573.el9]
- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-79818]
- Revert "mm: add vma_has_recency()" (Luiz Capitulino) [RHEL-80655]
...
...
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