Whamcloud - gitweb
LU-17942 kernel: update RHEL 8.10 [4.18.0-553.5.1.el8_10] 11/55411/2
authorJian Yu <yujian@whamcloud.com>
Wed, 12 Jun 2024 17:08:24 +0000 (10:08 -0700)
committerOleg Drokin <green@whamcloud.com>
Sun, 16 Jun 2024 03:35:18 +0000 (03:35 +0000)
Update RHEL 8.10 kernel to 4.18.0-553.5.1.el8_10.

Lustre-change: https://review.whamcloud.com/55410
Lustre-commit: TBD (from 2cc06472d975dfe224d09bac0fd54316a721a122)

Test-Parameters: trivial fstype=ldiskfs mdtcount=4 mdscount=2 \
  clientdistro=el8.10 serverdistro=el8.9 testlist=sanity

Test-Parameters: trivial fstype=zfs mdtcount=4 mdscount=2 \
  clientdistro=el8.10 serverdistro=el8.9 testlist=sanity

Test-Parameters: trivial fstype=ldiskfs mdtcount=4 mdscount=2 \
  clientdistro=el8.9 serverdistro=el8.10 testlist=sanity

Test-Parameters: trivial fstype=zfs mdtcount=4 mdscount=2 \
  clientdistro=el8.9 serverdistro=el8.10 testlist=sanity

Test-Parameters: optional clientdistro=el8.10 serverdistro=el8.10 \
  testgroup=full-part-1

Test-Parameters: optional clientdistro=el8.10 serverdistro=el8.10 \
  testgroup=full-part-2

Test-Parameters: optional clientdistro=el8.10 serverdistro=el8.10 \
  testgroup=full-part-3

Change-Id: I9e36b42c56f0d5e45077350d0afc32f207e3d8b7
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55411
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/ChangeLog
lustre/kernel_patches/targets/4.18-rhel8.10.target.in
lustre/kernel_patches/which_patch

index 6bc74ea..fec89c5 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:
-         4.18.0-553.el8       (RHEL8.10)
+         4.18.0-553.5.1.el8   (RHEL8.10)
          4.18.0-513.24.1.el8  (RHEL8.9)
          4.18.0-477.27.1.el8  (RHEL8.8)
        * Other server kernels known to build and work at some point (others may also work):
@@ -32,7 +32,7 @@ TBD Whamcloud
        * Client primary kernels built and tested during release cycle:
          5.14.0-427.18.1.el9  (RHEL9.4)
          5.14.0-362.24.1.el9  (RHEL9.3)
-         4.18.0-553.el8       (RHEL8.10)
+         4.18.0-553.5.1.el8   (RHEL8.10)
          4.18.0-513.24.1.el8  (RHEL8.9)
          4.18.0-477.27.1.el8  (RHEL8.8)
          5.4.0-37             (Ubuntu 20.04)
index 2cc0b2d..3c95076 100644 (file)
@@ -1,5 +1,5 @@
 lnxmaj="4.18.0"
-lnxrel="553.el8_10"
+lnxrel="553.5.1.el8_10"
 
 KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm
 SERIES=4.18-rhel8.10.series
index fd967db..8db9da4 100644 (file)
@@ -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.el8       (RHEL 8.10)
+4.18-rhel8.10.series    4.18.0-553.5.1.el8   (RHEL 8.10)
 
 See lustre/ChangeLog for supported client kernel versions.