From beafebce1b326f8b6783f9f9515c7fd0dd14aa12 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Wed, 21 May 2025 00:32:58 -0700 Subject: [PATCH] LU-19035 kernel: update RHEL 8.10 [4.18.0-553.53.1.el8_10] Update RHEL 8.10 kernel to 4.18.0-553.53.1.el8_10. Lustre-change: https://review.whamcloud.com/59341 Lustre-commit: TBD (from a845ffd5da40af2f24d5a4cad4c8af16513a338e) Test-Parameters: trivial fstype=ldiskfs mdtcount=4 mdscount=2 \ clientdistro=el8.10 serverdistro=el8.10 testlist=sanity Test-Parameters: optional fstype=zfs mdtcount=4 mdscount=2 \ clientdistro=el8.10 serverdistro=el8.10 testlist=sanity Test-Parameters: optional fstype=ldiskfs mdtcount=4 mdscount=2 \ clientdistro=el8.10 serverdistro=el8.10 testgroup=full-dne-part-1 Test-Parameters: optional fstype=ldiskfs mdtcount=4 mdscount=2 \ clientdistro=el8.10 serverdistro=el8.10 testgroup=full-dne-part-2 Test-Parameters: optional fstype=ldiskfs mdtcount=4 mdscount=2 \ clientdistro=el8.10 serverdistro=el8.10 testgroup=full-dne-part-3 Test-Parameters: optional fstype=zfs mdtcount=4 mdscount=2 \ clientdistro=el8.10 serverdistro=el8.10 testgroup=full-dne-zfs-part-1 Test-Parameters: optional fstype=zfs mdtcount=4 mdscount=2 \ clientdistro=el8.10 serverdistro=el8.10 testgroup=full-dne-zfs-part-2 Test-Parameters: optional fstype=zfs mdtcount=4 mdscount=2 \ clientdistro=el8.10 serverdistro=el8.10 testgroup=full-dne-zfs-part-3 Change-Id: Ide3ddc9dd8716e24cfb5bbbcba75237ac58041ba Signed-off-by: Jian Yu --- lustre/ChangeLog | 6 +++--- lustre/kernel_patches/targets/4.18-rhel8.10.target.in | 2 +- lustre/kernel_patches/which_patch | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 73affd0..4282076 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -3,7 +3,7 @@ TBD Whamcloud * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. * Server primary kernels built and tested during release cycle: - 4.18.0-553.52.1.el8 (RHEL8.10) + 4.18.0-553.53.1.el8 (RHEL8.10) 4.18.0-513.24.1.el8 (RHEL8.9) * Other server kernels known to build and work at some point (others may also work): 3.10.0-862.14.4.el7 (RHEL7.5) @@ -34,7 +34,7 @@ TBD Whamcloud 5.14.0-503.40.1.el9 (RHEL9.5) 5.14.0-427.42.1.el9 (RHEL9.4) 5.14.0-362.24.1.el9 (RHEL9.3) - 4.18.0-553.52.1.el8 (RHEL8.10) + 4.18.0-553.53.1.el8 (RHEL8.10) 4.18.0-513.24.1.el8 (RHEL8.9) 4.18.0-477.27.1.el8 (RHEL8.8) 5.15.0-88 (Ubuntu 22.04) @@ -74,7 +74,7 @@ TBD Whamcloud 5.11.0-31 (Ubuntu 20.04.3 HWE) 5.11.0 (vanilla kernel.org) * Recommended e2fsprogs version: 1.47.2-wc1 or newer - * Recommended ZFS version: 2.1.15 + * Recommended ZFS version: 2.2.7 * NFS export disabled when stack size < 8192 (32-bit Lustre clients), since the NFSv4 export of Lustre filesystem with 4K stack may cause a stack overflow. For more information, please refer to bugzilla 17630. diff --git a/lustre/kernel_patches/targets/4.18-rhel8.10.target.in b/lustre/kernel_patches/targets/4.18-rhel8.10.target.in index 9afce66..f31cc00 100644 --- a/lustre/kernel_patches/targets/4.18-rhel8.10.target.in +++ b/lustre/kernel_patches/targets/4.18-rhel8.10.target.in @@ -1,5 +1,5 @@ lnxmaj="4.18.0" -lnxrel="553.52.1.el8_10" +lnxrel="553.53.1.el8_10" KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm SERIES=4.18-rhel8.10.series diff --git a/lustre/kernel_patches/which_patch b/lustre/kernel_patches/which_patch index c53405f..2bfdb1c 100644 --- a/lustre/kernel_patches/which_patch +++ b/lustre/kernel_patches/which_patch @@ -27,6 +27,6 @@ PATCH SERIES FOR SERVER KERNELS: 4.18-rhel8.7.series 4.18.0-425.3.1.el8 (RHEL 8.7) 4.18-rhel8.8.series 4.18.0-477.27.1.el8 (RHEL 8.8) 4.18-rhel8.9.series 4.18.0-513.24.1.el8 (RHEL 8.9) -4.18-rhel8.10.series 4.18.0-553.52.1.el8 (RHEL 8.10) +4.18-rhel8.10.series 4.18.0-553.53.1.el8 (RHEL 8.10) See lustre/ChangeLog for supported client kernel versions. -- 1.8.3.1