From: Jian Yu Date: Tue, 15 Nov 2022 00:39:43 +0000 (-0800) Subject: LU-16304 kernel: kernel update RHEL8.7 [4.18.0-425.3.1.el8] X-Git-Tag: 2.15.2-RC1~13 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F49156%2F2;p=fs%2Flustre-release.git LU-16304 kernel: kernel update RHEL8.7 [4.18.0-425.3.1.el8] Update RHEL8.7 kernel to 4.18.0-425.3.1.el8. Lustre-change: https://review.whamcloud.com/49080 Lustre-commit: TBD (from 8900b469b4d521361d31ca96fed23c49a141fe93) Test-Parameters: trivial fstype=ldiskfs \ clientdistro=el8.7 serverdistro=el8.7 testlist=sanity Test-Parameters: trivial fstype=zfs \ clientdistro=el8.7 serverdistro=el8.7 testlist=sanity Signed-off-by: Jian Yu Change-Id: I13e6d83ada1ec0c4da92f307bf56db5281c41892 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49156 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Yang Sheng Reviewed-by: Minh Diep Reviewed-by: Oleg Drokin --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 14b223a..df0b1c2 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-423.el8 (RHEL8.7) + 4.18.0-425.3.1.el8 (RHEL8.7) * Other server kernels known to build and work at some point (others may also work): 3.10.0-862.14.4.el7 (RHEL7.5) 3.10.0-957.27.2.el7 (RHEL7.6) @@ -28,7 +28,7 @@ TBD Whamcloud * ldiskfs needs an ldiskfs patch series for that kernel, ZFS does not * Client primary kernels built and tested during release cycle: 5.14.0-70.26.1.el9 (RHEL9.0) - 4.18.0-423.el8 (RHEL8.7) + 4.18.0-425.3.1.el8 (RHEL8.7) 5.4.0-37 (Ubuntu 20.04) 5.14.21-150400.24.21 (SLES15 SP4) * Other clients known to build on these kernels at some point (others may also work): diff --git a/lustre/kernel_patches/targets/4.18-rhel8.7.target.in b/lustre/kernel_patches/targets/4.18-rhel8.7.target.in index 2ecbd00..a628de22 100644 --- a/lustre/kernel_patches/targets/4.18-rhel8.7.target.in +++ b/lustre/kernel_patches/targets/4.18-rhel8.7.target.in @@ -1,5 +1,5 @@ lnxmaj="4.18.0" -lnxrel="423.el8" +lnxrel="425.3.1.el8" KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm SERIES=4.18-rhel8.7.series diff --git a/lustre/kernel_patches/which_patch b/lustre/kernel_patches/which_patch index 165f857..1051377 100644 --- a/lustre/kernel_patches/which_patch +++ b/lustre/kernel_patches/which_patch @@ -24,6 +24,6 @@ PATCH SERIES FOR SERVER KERNELS: 4.18-rhel8.4.series 4.18.0-305.25.1.el8 (RHEL 8.4) 4.18-rhel8.5.series 4.18.0-348.23.1.el8 (RHEL 8.5) 4.18-rhel8.6.series 4.18.0-372.19.1.el8 (RHEL 8.6) -4.18-rhel8.7.series 4.18.0-423.el8 (RHEL 8.7) +4.18-rhel8.7.series 4.18.0-425.3.1.el8 (RHEL 8.7) See lustre/ChangeLog for supported client kernel versions.