Skip to content
Snippets Groups Projects
Commit 9620224e authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import kernel-5.14.0-503.33.1.el9_5

parent 67c86278
No related branches found
Tags imports/r9/kernel-5.14.0-503.23.1.el9_5
No related merge requests found
6fa1b3fdffff3c4b47b94a58282ce22c365df08c1d886221d4b6bfc6242d8188
915b1ef0547f02947ad4e19eadb782268631562fc2da4dd8ef5898ff4d61cdab
803d7366c5ec1b1a106d52e64b3f4585abf64556b5066a94fbb71ad31bd4aab3 SOURCES/kernel-abi-stablelists-5.14.0-503.31.1.el9_5.tar.bz2
e69f87c757bc47b5e763e2e524e2f7bb0b11aa7c24d9fb8deda010de76abc91a SOURCES/kernel-kabi-dw-5.14.0-503.31.1.el9_5.tar.bz2
56a08ad990da56389d04f887f6a488d10da2f199748fba99f15250239b2e5e74 SOURCES/linux-5.14.0-503.31.1.el9_5.tar.xz
79863eb8a259d13c21edb66b6e876e484c5e3fe3966619b691127ca800288d21 SOURCES/kernel-abi-stablelists-5.14.0-503.33.1.el9_5.tar.bz2
6021f9cab78cb555ea7f953f20d9cfa674fec22e7f18b24accd523474cb25c1a SOURCES/kernel-kabi-dw-5.14.0-503.33.1.el9_5.tar.bz2
d86bcfd9422e5477ce4aa5bcb2b4caf23b0f1acfbcad0b90d4cdb5f1c8a09a4c SOURCES/linux-5.14.0-503.33.1.el9_5.tar.xz
......@@ -12,7 +12,7 @@ RHEL_MINOR = 5
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 503.31.1
RHEL_RELEASE = 503.33.1
#
# ZSTREAM
......
* Wed Mar 12 2025 Chao YE <cye@redhat.com> [5.14.0-503.33.1.el9_5]
- scsi: st: New session only when Unit Attention for new tape (John Meneghini) [RHEL-62266]
- scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after device reset (John Meneghini) [RHEL-62266]
- scsi: st: Don't modify unknown block number in MTIOCGET (John Meneghini) [RHEL-62266]
- x86/mm/ident_map: Use gbpages only where full GB page should be mapped. (Chris von Recklinghausen) [RHEL-62210]
Resolves: RHEL-62210, RHEL-62266
* Sun Mar 09 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-503.32.1.el9_5]
- SUNRPC: Handle -ETIMEDOUT return from tlshd (Benjamin Coddington) [RHEL-79870]
- SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT (Benjamin Coddington) [RHEL-79870]
- tls: Fix tls_sw_sendmsg error handling (Benjamin Coddington) [RHEL-79870]
- SUNRPC: Fix a hang in TLS sock_close if sk_write_pending (Benjamin Coddington) [RHEL-79870]
Resolves: RHEL-79870
* Thu Mar 06 2025 Chao YE <cye@redhat.com> [5.14.0-503.31.1.el9_5]
- HID: core: zero-initialize the report buffer (Benjamin Tissoires) [RHEL-81838] {CVE-2024-50302}
- x86/kaslr: Expose and use the end of the physical memory address space (Waiman Long) [RHEL-70002]
......@@ -165,15 +165,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 503.31.1
%define pkgrelease 503.33.1
%define kversion 5
%define tarfile_release 5.14.0-503.31.1.el9_5
%define tarfile_release 5.14.0-503.33.1.el9_5
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 503.31.1%{?buildid}%{?dist}
%define specrelease 503.33.1%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-503.31.1.el9_5
%define kabiversion 5.14.0-503.33.1.el9_5
 
#
# End of genspec.sh variables
......@@ -3794,10 +3794,22 @@ fi
#
#
%changelog
* Tue Mar 11 2025 Release Engineering <releng@rockylinux.org> - 5.14.0-503.31.1
* Wed Mar 19 2025 Release Engineering <releng@rockylinux.org> - 5.14.0-503.33.1
- Porting to Rocky Linux 9, debranding and Rocky branding
- Ensure aarch64 kernel is not compressed
 
* Wed Mar 12 2025 Chao YE <cye@redhat.com> [5.14.0-503.33.1.el9_5]
- scsi: st: New session only when Unit Attention for new tape (John Meneghini) [RHEL-62266]
- scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after device reset (John Meneghini) [RHEL-62266]
- scsi: st: Don't modify unknown block number in MTIOCGET (John Meneghini) [RHEL-62266]
- x86/mm/ident_map: Use gbpages only where full GB page should be mapped. (Chris von Recklinghausen) [RHEL-62210]
* Sun Mar 09 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-503.32.1.el9_5]
- SUNRPC: Handle -ETIMEDOUT return from tlshd (Benjamin Coddington) [RHEL-79870]
- SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT (Benjamin Coddington) [RHEL-79870]
- tls: Fix tls_sw_sendmsg error handling (Benjamin Coddington) [RHEL-79870]
- SUNRPC: Fix a hang in TLS sock_close if sk_write_pending (Benjamin Coddington) [RHEL-79870]
* Thu Mar 06 2025 Chao YE <cye@redhat.com> [5.14.0-503.31.1.el9_5]
- HID: core: zero-initialize the report buffer (Benjamin Tissoires) [RHEL-81838] {CVE-2024-50302}
- x86/kaslr: Expose and use the end of the physical memory address space (Waiman Long) [RHEL-70002]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment