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
30e79c94
Commit
30e79c94
authored
11 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import kernel-5.14.0-427.16.1.el9_4
parent
1f90d676
No related branches found
Branches containing commit
Tags
imports/r9/kernel-5.14.0-427.16.1.el9_4
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.kernel.checksum
+1
-1
1 addition, 1 deletion
.kernel.checksum
.kernel.metadata
+3
-3
3 additions, 3 deletions
.kernel.metadata
SOURCES/Makefile.rhelver
+1
-1
1 addition, 1 deletion
SOURCES/Makefile.rhelver
SPECS/kernel.spec
+42
-5
42 additions, 5 deletions
SPECS/kernel.spec
with
47 additions
and
10 deletions
.kernel.checksum
+
1
−
1
View file @
30e79c94
009bab39577cbf35b7da3a9e910e7bd5d7f048d594c8719f80c3101ce43b7e6e
4934ed06f9f8097c3250d45d03b143eea08fbddd7ba7525b1ebb73a8cda5767d
This diff is collapsed.
Click to expand it.
.kernel.metadata
+
3
−
3
View file @
30e79c94
02a38bc122fe5e1da39e0c5e0fd8f96f4c6a70b2a1f58f094be7ec52e91c0d95
SOURCES/kernel-abi-stablelists-5.14.0-427.1
3
.1.el9_4.tar.bz2
3724366574d55701b6be0256b2d2661997f0917a414c8f03a171a56bb2987cf7
SOURCES/kernel-kabi-dw-5.14.0-427.1
3
.1.el9_4.tar.bz2
98be1f5618fec
64
b
a6
f223cfae658103b6189754cd08cb16033013eba91c978a
SOURCES/linux-5.14.0-427.1
3
.1.el9_4.tar.xz
3a978b4ff9f40304ab9c2631b6b67e849eb7ea67fd05b2516d8178fd7b6d8c00
SOURCES/kernel-abi-stablelists-5.14.0-427.1
6
.1.el9_4.tar.bz2
05d87b0af8b1b9f1d9dbdea06ac27d49ada75455e7d1b822794e145eb092e74e
SOURCES/kernel-kabi-dw-5.14.0-427.1
6
.1.el9_4.tar.bz2
a1e8f
64
9
a6
3f45686af20109b0e12655c936dc8bc40cdcdd11ba12863ad8895d
SOURCES/linux-5.14.0-427.1
6
.1.el9_4.tar.xz
ca3aa0979f9426736d382747bba165e71ea4c42a2fb736d78fd8a4c4b7b58ad4 SOURCES/nvidiagpuoot001.x509
af61197112f29a3a52f3825d363fe3103dc98cad269763071ee86eb2aedc139b SOURCES/rheldup3.x509
b466265282193c17b3256b199ecc3bdd986797b4a82ad841de4a132132e9f6ab SOURCES/rhelima.x509
...
...
This diff is collapsed.
Click to expand it.
SOURCES/Makefile.rhelver
+
1
−
1
View file @
30e79c94
...
...
@@ -12,7 +12,7 @@ RHEL_MINOR = 4
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE
=
427.1
3
.1
RHEL_RELEASE
=
427.1
6
.1
#
# ZSTREAM
...
...
This diff is collapsed.
Click to expand it.
SPECS/kernel.spec
+
42
−
5
View file @
30e79c94
...
...
@@ -165,15 +165,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 427.1
3
.1
%define pkgrelease 427.1
6
.1
%define kversion 5
%define tarfile_release 5.14.0-427.1
3
.1.el9_4
%define tarfile_release 5.14.0-427.1
6
.1.el9_4
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 427.1
3
.1%{?buildid}%{?dist}
%define specrelease 427.1
6
.1%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-427.1
3
.1.el9_4
%define kabiversion 5.14.0-427.1
6
.1.el9_4
#
# End of genspec.sh variables
...
...
@@ -3732,9 +3732,46 @@ fi
#
#
%changelog
* Wed May 0
1
2024 Release Engineering <releng@rockylinux.org> - 5.14.0-427.1
3
.1
* Wed May 0
8
2024 Release Engineering <releng@rockylinux.org> - 5.14.0-427.1
6
.1
- Porting to 9.4, debranding and Rocky branding
* Fri Apr 26 2024 Scott Weaver <scweaver@redhat.com> [5.14.0-427.16.1.el9_4]
- memory: tegra: Skip SID programming if SID registers aren't set (Robert Foss) [RHEL-32675 RHEL-23656]
- memory: tegra: Add SID override programming for MC clients (Robert Foss) [RHEL-32675 RHEL-23656]
- iommu: Don't reserve 0-length IOVA region (Robert Foss) [RHEL-32675 RHEL-23656]
* Fri Apr 19 2024 Scott Weaver <scweaver@redhat.com> [5.14.0-427.15.1.el9_4]
- ice: fold ice_ptp_read_time into ice_ptp_gettimex64 (Michal Schmidt) [RHEL-30110 RHEL-19000]
- ice: avoid the PTP hardware semaphore in gettimex64 path (Michal Schmidt) [RHEL-30110 RHEL-19000]
- ice: add ice_adapter for shared data across PFs on the same NIC (Michal Schmidt) [RHEL-30110 RHEL-19000]
- crypto: iaa - mark tech preview (Vladis Dronov) [RHEL-32242 RHEL-29685]
- crypto: iaa - Fix nr_cpus < nr_iaa case (Vladis Dronov) [RHEL-32242 RHEL-29685]
- crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags (Vladis Dronov) [RHEL-32242 RHEL-29685]
- crypto: iaa - Fix comp/decomp delay statistics (Vladis Dronov) [RHEL-32242 RHEL-29685]
- crypto: iaa - Fix async_disable descriptor leak (Vladis Dronov) [RHEL-32242 RHEL-29685]
- crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init() (Vladis Dronov) [RHEL-32242 RHEL-29685]
- crypto: iaa - Remove header table code (Vladis Dronov) [RHEL-32242 RHEL-29685]
- cgroup: cgroup-v1: do not exclude cgrp_dfl_root (Laurent Vivier) [RHEL-32716 RHEL-31381]
- x86/sev: Harden #VC instruction emulation somewhat (Vitaly Kuznetsov) [RHEL-30030 RHEL-30031] {CVE-2024-25743 CVE-2024-25742}
* Fri Apr 12 2024 Scott Weaver <scweaver@redhat.com> [5.14.0-427.14.1.el9_4]
- crypto: dh - implement FIPS PCT (Vladis Dronov) [RHEL-27009 RHEL-25845]
- crypto: tcrypt - add ffdhe2048(dh) test (Vladis Dronov) [RHEL-27009 RHEL-25845]
- crypto: dh - Make public key test FIPS-only (Vladis Dronov) [RHEL-27009 RHEL-25845]
- printk: allow disabling printk per-console device kthreads at boot (Luis Claudio R. Goncalves) [RHEL-30678 RHEL-17709]
- mm, vmscan: remove ISOLATE_UNMAPPED (Nico Pache) [RHEL-29235 RHEL-28667]
- trace-vmscan-postprocess: sync with tracepoints updates (Nico Pache) [RHEL-29235 RHEL-28667]
- tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolate (Nico Pache) [RHEL-29235 RHEL-28667]
- mm/mglru: skip special VMAs in lru_gen_look_around() (Nico Pache) [RHEL-29235 RHEL-28667]
- mm/mglru: reclaim offlined memcgs harder (Nico Pache) [RHEL-29235 RHEL-28667]
- mm/mglru: try to stop at high watermarks (Nico Pache) [RHEL-29235 RHEL-28667]
- mm/mglru: fix underprotected page cache (Nico Pache) [RHEL-29235 RHEL-28667]
- mm: multi-gen LRU: reuse some legacy trace events (Nico Pache) [RHEL-29235 RHEL-28667]
- mm: multi-gen LRU: improve design doc (Nico Pache) [RHEL-29235 RHEL-28667]
- mm: multi-gen LRU: clean up sysfs code (Nico Pache) [RHEL-29235 RHEL-28667]
- cpu/hotplug: Do not bail-out in DYING/STARTING sections (David Arcari) [RHEL-29673 RHEL-19514]
- crypto: akcipher - Disable signing and decryption (Herbert Xu) [RHEL-29079 RHEL-17113] {CVE-2023-6240}
* Wed Apr 10 2024 Scott Weaver <scweaver@redhat.com> [5.14.0-427.13.1.el9_4]
- ice: fix enabling RX VLAN filtering (Petr Oros) [RHEL-28837]
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