From: Jian Yu Date: Thu, 7 Dec 2023 07:57:48 +0000 (-0800) Subject: LU-17338 kernel: update RHEL 8.9 [4.18.0-513.9.1.el8_9] X-Git-Tag: 2.15.4~4 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3efe5fc35f8d2019bb2f6ec7fc74e1411ad21fb2;p=fs%2Flustre-release.git LU-17338 kernel: update RHEL 8.9 [4.18.0-513.9.1.el8_9] Update RHEL 8.9 kernel to 4.18.0-513.9.1.el8_9. Lustre-change: https://review.whamcloud.com/53357 Lustre-commit: TBD (from 5574088906d813c8a17237edc85e55c5d54f10f5) Test-Parameters: trivial fstype=ldiskfs mdtcount=4 mdscount=2 \ clientdistro=el8.9 serverdistro=el8.8 testlist=sanity Test-Parameters: trivial fstype=zfs mdtcount=4 mdscount=2 \ clientdistro=el8.9 serverdistro=el8.8 testlist=sanity Test-Parameters: trivial fstype=ldiskfs mdtcount=4 mdscount=2 \ clientdistro=el8.8 serverdistro=el8.9 testlist=sanity Test-Parameters: trivial fstype=zfs mdtcount=4 mdscount=2 \ clientdistro=el8.8 serverdistro=el8.9 testlist=sanity Test-Parameters: optional clientdistro=el8.9 serverdistro=el8.9 \ testgroup=full-part-1 Test-Parameters: optional clientdistro=el8.9 serverdistro=el8.9 \ testgroup=full-part-2 Test-Parameters: optional clientdistro=el8.9 serverdistro=el8.9 \ testgroup=full-part-3 Change-Id: Ied0d2873974a3c8cc6e346373457c8ebc09740d6 Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53361 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Yang Sheng Reviewed-by: Minh Diep Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 6102e75..0689f70 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-513.5.1.el8 (RHEL8.9) + 4.18.0-513.9.1.el8 (RHEL8.9) 4.18.0-477.15.1.el8 (RHEL8.8) * Other server kernels known to build and work at some point (others may also work): 3.10.0-862.14.4.el7 (RHEL7.5) @@ -31,7 +31,7 @@ TBD Whamcloud * Client primary kernels built and tested during release cycle: 5.14.0-362.13.1.el9 (RHEL9.3) 5.14.0-284.30.1.el9 (RHEL9.2) - 4.18.0-513.5.1.el8 (RHEL8.9) + 4.18.0-513.9.1.el8 (RHEL8.9) 4.18.0-477.15.1.el8 (RHEL8.8) 5.4.0-37 (Ubuntu 20.04) 5.14.21-150500.55.36 (SLES15 SP5) diff --git a/lustre/kernel_patches/targets/4.18-rhel8.9.target.in b/lustre/kernel_patches/targets/4.18-rhel8.9.target.in index 642ed09..f142fc0 100644 --- a/lustre/kernel_patches/targets/4.18-rhel8.9.target.in +++ b/lustre/kernel_patches/targets/4.18-rhel8.9.target.in @@ -1,5 +1,5 @@ lnxmaj="4.18.0" -lnxrel="513.5.1.el8_9" +lnxrel="513.9.1.el8_9" KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm SERIES=4.18-rhel8.9.series diff --git a/lustre/kernel_patches/which_patch b/lustre/kernel_patches/which_patch index 51e34eb..e554430 100644 --- a/lustre/kernel_patches/which_patch +++ b/lustre/kernel_patches/which_patch @@ -26,6 +26,6 @@ PATCH SERIES FOR SERVER KERNELS: 4.18-rhel8.6.series 4.18.0-372.32.1.el8 (RHEL 8.6) 4.18-rhel8.7.series 4.18.0-425.3.1.el8 (RHEL 8.7) 4.18-rhel8.8.series 4.18.0-477.15.1.el8 (RHEL 8.8) -4.18-rhel8.9.series 4.18.0-513.5.1.el8 (RHEL 8.9) +4.18-rhel8.9.series 4.18.0-513.9.1.el8 (RHEL 8.9) See lustre/ChangeLog for supported client kernel versions.