Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
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
rpms
kernel
Commits
754af6c9
Commit
754af6c9
authored
1 month ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import kernel-6.12.0-59.el10
parent
2d277ac3
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.kernel.metadata
+3
-3
3 additions, 3 deletions
.kernel.metadata
SOURCES/Makefile.rhelver
+1
-1
1 addition, 1 deletion
SOURCES/Makefile.rhelver
SOURCES/kernel.changelog
+10
-0
10 additions, 0 deletions
SOURCES/kernel.changelog
SPECS/kernel.spec
+14
-5
14 additions, 5 deletions
SPECS/kernel.spec
with
28 additions
and
9 deletions
.kernel.metadata
+
3
−
3
View file @
754af6c9
0da1fcb3a71e9230a13f99dd2615ba428c5179991ff398acadb1a3114cd2eed3
SOURCES/kernel-abi-stablelists-6.12.0-5
8
.el10.tar.xz
b6876512800e2b776d02c7fde5add55a244099303fe394077ba6a99c1f9d3065 SOURCES/kernel-kabi-dw-6.12.0-5
8
.el10.tar.xz
be097fd5c2684e14956db8e9531cab329e8e7f680aea710648716a0271ce2787
SOURCES/linux-6.12.0-5
8
.el10.tar.xz
b07f38ccc48424a687e803e85ef8a858bd1e3c967e2ef16af7ec8e3245e54261
SOURCES/kernel-abi-stablelists-6.12.0-5
9
.el10.tar.xz
b6876512800e2b776d02c7fde5add55a244099303fe394077ba6a99c1f9d3065 SOURCES/kernel-kabi-dw-6.12.0-5
9
.el10.tar.xz
dc0381f4c2fb1c5c2fa06eff7dfeb8ba40606918ec06f96bd8ceed931f8fd020
SOURCES/linux-6.12.0-5
9
.el10.tar.xz
This diff is collapsed.
Click to expand it.
SOURCES/Makefile.rhelver
+
1
−
1
View file @
754af6c9
...
...
@@ -12,7 +12,7 @@ RHEL_MINOR = 1
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE
=
5
8
RHEL_RELEASE
=
5
9
#
# RHEL_REBASE_NUM
...
...
This diff is collapsed.
Click to expand it.
SOURCES/kernel.changelog
+
10
−
0
View file @
754af6c9
* Mon Mar 03 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-59.el10]
- gpu: host1x: Fix a use of uninitialized mutex (Rupinderjit Singh) [RHEL-67594]
- selftests/memfd: add test for mapping write-sealed memfd read-only (Rafael Aquini) [RHEL-77292] {CVE-2024-57937}
- mm: reinstate ability to map write-sealed memfd mappings read-only (Rafael Aquini) [RHEL-77292] {CVE-2024-57937}
- bonding: Correctly support GSO ESP offload (CKI Backport Bot) [RHEL-74426]
- redhat: adjust rhel branch name (Jan Stancek)
- redhat: set defaults for RHEL 10.0 (Jan Stancek)
- Revert "x86/kvm: Override default caching mode for SEV-SNP and TDX" (Vitaly Kuznetsov) [RHEL-76109]
Resolves: RHEL-67594, RHEL-74426, RHEL-77292
* Thu Feb 27 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-58.el10]
- quota: flush quota_release_work upon quota writeback (CKI Backport Bot) [RHEL-73465]
- s390/topology: Improve topology detection (Mete Durlu) [RHEL-76349]
...
...
This diff is collapsed.
Click to expand it.
SPECS/kernel.spec
+
14
−
5
View file @
754af6c9
...
...
@@ -162,15 +162,15 @@ Summary: The Linux kernel
%define specrpmversion 6.12.0
%define specversion 6.12.0
%define patchversion 6.12
%define pkgrelease 5
8
%define pkgrelease 5
9
%define kversion 6
%define tarfile_release 6.12.0-5
8
.el10
%define tarfile_release 6.12.0-5
9
.el10
# This is needed to do merge window version magic
%define patchlevel 12
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 5
8
%{?buildid}%{?dist}
%define specrelease 5
9
%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.12.0-5
8
.el10
%define kabiversion 6.12.0-5
9
.el10
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
...
...
@@ -4314,11 +4314,20 @@ fi\
#
#
%changelog
*
Fri Feb 28
2025 Release Engineering <releng@rockylinux.org> - 6.12.0-5
8
*
Wed Mar 05
2025 Release Engineering <releng@rockylinux.org> - 6.12.0-5
9
- Porting to Rocky Linux 10, debranding and Rocky Linux branding
- Add partial riscv64 support for build root
- Provide basic VisionFive 2 support
* Mon Mar 03 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-59.el10]
- gpu: host1x: Fix a use of uninitialized mutex (Rupinderjit Singh) [RHEL-67594]
- selftests/memfd: add test for mapping write-sealed memfd read-only (Rafael Aquini) [RHEL-77292] {CVE-2024-57937}
- mm: reinstate ability to map write-sealed memfd mappings read-only (Rafael Aquini) [RHEL-77292] {CVE-2024-57937}
- bonding: Correctly support GSO ESP offload (CKI Backport Bot) [RHEL-74426]
- redhat: adjust rhel branch name (Jan Stancek)
- redhat: set defaults for RHEL 10.0 (Jan Stancek)
- Revert "x86/kvm: Override default caching mode for SEV-SNP and TDX" (Vitaly Kuznetsov) [RHEL-76109]
* Thu Feb 27 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-58.el10]
- quota: flush quota_release_work upon quota writeback (CKI Backport Bot) [RHEL-73465]
- s390/topology: Improve topology detection (Mete Durlu) [RHEL-76349]
...
...
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