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
83b1db86
Commit
83b1db86
authored
1 month ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import kernel-6.12.0-55.el10
parent
45c7a174
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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 @
83b1db86
958e52e7a984fc551fdd90ced222ca178f182828dbb040e99a532d277d5eb69c
SOURCES/kernel-abi-stablelists-6.12.0-5
4
.el10.tar.xz
e70dd4fcb9d27af0d654cb815372606f64cc61d6fc7f184b3775580e6bc7d511 SOURCES/kernel-kabi-dw-6.12.0-5
4
.el10.tar.xz
4bd31db5070bf2f212a1833595518977fb79943e2fb81232a62cacc733257ce5
SOURCES/linux-6.12.0-5
4
.el10.tar.xz
b03efbd7117bf7c4bb71d9b66a8d1e3057345071e7f540074fba5b95cdf49546
SOURCES/kernel-abi-stablelists-6.12.0-5
5
.el10.tar.xz
e70dd4fcb9d27af0d654cb815372606f64cc61d6fc7f184b3775580e6bc7d511 SOURCES/kernel-kabi-dw-6.12.0-5
5
.el10.tar.xz
561112543e34aef51fdecbe480f7ff1ab77b4cfe7c7cd9a56352d0a150483c7a
SOURCES/linux-6.12.0-5
5
.el10.tar.xz
This diff is collapsed.
Click to expand it.
SOURCES/Makefile.rhelver
+
1
−
1
View file @
83b1db86
...
...
@@ -12,7 +12,7 @@ RHEL_MINOR = 0
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE
=
5
4
RHEL_RELEASE
=
5
5
#
# RHEL_REBASE_NUM
...
...
This diff is collapsed.
Click to expand it.
SOURCES/kernel.changelog
+
10
−
0
View file @
83b1db86
* Sun Feb 16 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.el10]
- ovl: support encoding fid from inode with no alias (Miklos Szeredi) [RHEL-77301] {CVE-2025-21654}
- ovl: pass realinode to ovl_encode_real_fh() instead of realdentry (Miklos Szeredi) [RHEL-77301] {CVE-2025-21654}
- pmdomain: imx8mp-blk-ctrl: add missing loop break condition (CKI Backport Bot) [RHEL-77240] {CVE-2025-21668}
- io_uring/rsrc: require cloned buffers to share accounting contexts (Jeff Moyer) [RHEL-78677] {CVE-2025-21686}
- vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] (CKI Backport Bot) [RHEL-77214] {CVE-2025-21666}
- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (CKI Backport Bot) [RHEL-78685] {CVE-2025-21689}
- lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN (Herton R. Krzesinski) [RHEL-58817]
Resolves: RHEL-58817, RHEL-77214, RHEL-77240, RHEL-77301, RHEL-78677, RHEL-78685
* Fri Feb 14 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-54.el10]
- mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CKI Backport Bot) [RHEL-76120] {CVE-2024-56611}
- Revert "redhat: gating.yaml: drop unstable test" (Jan Stancek)
...
...
This diff is collapsed.
Click to expand it.
SPECS/kernel.spec
+
14
−
5
View file @
83b1db86
...
...
@@ -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
4
%define pkgrelease 5
5
%define kversion 6
%define tarfile_release 6.12.0-5
4
.el10
%define tarfile_release 6.12.0-5
5
.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
4
%{?buildid}%{?dist}
%define specrelease 5
5
%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.12.0-5
4
.el10
%define kabiversion 6.12.0-5
5
.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 1
4
2025 Release Engineering <releng@rockylinux.org> - 6.12.0-5
4
*
Mon
Feb 1
7
2025 Release Engineering <releng@rockylinux.org> - 6.12.0-5
5
- Porting to Rocky Linux 10, debranding and Rocky Linux branding
- Add partial riscv64 support for build root
- Provide basic VisionFive 2 support
* Sun Feb 16 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.el10]
- ovl: support encoding fid from inode with no alias (Miklos Szeredi) [RHEL-77301] {CVE-2025-21654}
- ovl: pass realinode to ovl_encode_real_fh() instead of realdentry (Miklos Szeredi) [RHEL-77301] {CVE-2025-21654}
- pmdomain: imx8mp-blk-ctrl: add missing loop break condition (CKI Backport Bot) [RHEL-77240] {CVE-2025-21668}
- io_uring/rsrc: require cloned buffers to share accounting contexts (Jeff Moyer) [RHEL-78677] {CVE-2025-21686}
- vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] (CKI Backport Bot) [RHEL-77214] {CVE-2025-21666}
- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (CKI Backport Bot) [RHEL-78685] {CVE-2025-21689}
- lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN (Herton R. Krzesinski) [RHEL-58817]
* Fri Feb 14 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-54.el10]
- mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CKI Backport Bot) [RHEL-76120] {CVE-2024-56611}
- Revert "redhat: gating.yaml: drop unstable test" (Jan Stancek)
...
...
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