Whamcloud - gitweb
LU-16782 kernel: update RHEL 9.1 [5.14.0-162.23.1.el9_1] 85/50785/1
authorJian Yu <yujian@whamcloud.com>
Thu, 27 Apr 2023 23:39:47 +0000 (16:39 -0700)
committerJian Yu <yujian@whamcloud.com>
Thu, 27 Apr 2023 23:39:47 +0000 (16:39 -0700)
Update RHEL 9.1 kernel to 5.14.0-162.23.1.el9_1.

Test-Parameters: trivial fstype=ldiskfs \
clientdistro=el9.1 serverdistro=el9.1 testlist=sanity

Change-Id: I961bac2129b98da2950694fa03e0bf47b780d85c
Signed-off-by: Jian Yu <yujian@whamcloud.com>
lustre/ChangeLog
lustre/kernel_patches/kernel_configs/kernel-5.14.0-5.14-rhel9.1-x86_64.config
lustre/kernel_patches/targets/5.14-rhel9.1.target.in
lustre/kernel_patches/which_patch

index 272efb6..81c51f8 100644 (file)
@@ -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:
-         5.14.0-162.22.2.el9  (RHEL9.1)
+         5.14.0-162.23.1.el9  (RHEL9.1)
          4.18.0-425.10.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)
@@ -29,7 +29,7 @@ TBD Whamcloud
          5.10.0-60.79.0.103.oe2203 (openEuler 22.03 LTS)
        * ldiskfs needs an ldiskfs patch series for that kernel, ZFS does not
        * Client primary kernels built and tested during release cycle:
-         5.14.0-162.22.2.el9  (RHEL9.1)
+         5.14.0-162.23.1.el9  (RHEL9.1)
          4.18.0-425.10.1.el8  (RHEL8.7)
          5.4.0-37             (Ubuntu 20.04)
          5.14.21-150400.24.46 (SLES15 SP4)
index 8c2557b..077583b 100644 (file)
@@ -28,7 +28,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32
 CONFIG_UAPI_HEADER_TEST=y
 CONFIG_LOCALVERSION=""
 # CONFIG_LOCALVERSION_AUTO is not set
-CONFIG_BUILD_SALT="5.14.0-162.22.2.el9_1.x86_64"
+CONFIG_BUILD_SALT="5.14.0-162.23.1.el9_1.x86_64"
 CONFIG_HAVE_KERNEL_GZIP=y
 CONFIG_HAVE_KERNEL_BZIP2=y
 CONFIG_HAVE_KERNEL_LZMA=y
index 74ad92b..d353051 100644 (file)
@@ -1,5 +1,5 @@
 lnxmaj="5.14.0"
-lnxrel="162.22.2.el9_1"
+lnxrel="162.23.1.el9_1"
 
 KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm
 SERIES=5.14-rhel9.1.series
index 8c759ab..04207ca 100644 (file)
@@ -25,6 +25,6 @@ PATCH SERIES FOR SERVER KERNELS:
 4.18-rhel8.5.series     4.18.0-348.23.1.el8  (RHEL 8.5)
 4.18-rhel8.6.series     4.18.0-372.32.1.el8  (RHEL 8.6)
 4.18-rhel8.7.series     4.18.0-425.10.1.el8  (RHEL 8.7)
-5.14-rhel9.1.series     5.14.0-162.22.2.el9  (RHEL 9.1)
+5.14-rhel9.1.series     5.14.0-162.23.1.el9  (RHEL 9.1)
 
 See lustre/ChangeLog for supported client kernel versions.