Whamcloud - gitweb
LU-15126 kernel: new kernel [RHEL 8.5 4.18.0-348.2.1.el8_5] 25/45525/5
authorJian Yu <yujian@whamcloud.com>
Sat, 20 Nov 2021 22:18:59 +0000 (14:18 -0800)
committerOleg Drokin <green@whamcloud.com>
Sat, 5 Feb 2022 06:11:07 +0000 (06:11 +0000)
This patch makes changes to support new RHEL 8.5 release
for Lustre client.

Test-Parameters: trivial env=SANITY_EXCEPT="101j" \
clientdistro=el8.5

Lustre-change: https://review.whamcloud.com/45285
Lustre-commit: 951f31789f76295d182f56bef1fa8d92f69e7e2a

Change-Id: I068f091817126fffc14402254f45dcd75ba7f3fc
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/45525
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
Reviewed-by: Olaf Faaland-LLNL <faaland1@llnl.gov>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/ChangeLog
lustre/autoconf/lustre-core.m4
lustre/kernel_patches/targets/4.18-rhel8.5.target.in [new file with mode: 0644]

index e7f0e7f..3f09912 100644 (file)
@@ -40,6 +40,7 @@ TBD Whamcloud
          4.18.0-193.28.1.el8  (RHEL8.2)
          4.18.0-240.1.1.el8   (RHEL8.3)
          4.18.0-305.3.1.el8   (RHEL8.4)
+         4.18.0-348.2.1.el8   (RHEL8.5)
          4.4.120-92.70        (SLES12 SP2)
          4.4.180-94.100       (SLES12 SP3)
          4.4.0-131            (Ubuntu 16.04)
index 9f6837e..fd62b4a 100644 (file)
@@ -2854,6 +2854,7 @@ lustre/doc/Makefile
 lustre/include/Makefile
 lustre/include/lustre/Makefile
 lustre/include/uapi/linux/lustre/Makefile
+lustre/kernel_patches/targets/4.18-rhel8.5.target
 lustre/kernel_patches/targets/4.18-rhel8.4.target
 lustre/kernel_patches/targets/4.18-rhel8.3.target
 lustre/kernel_patches/targets/4.18-rhel8.2.target
diff --git a/lustre/kernel_patches/targets/4.18-rhel8.5.target.in b/lustre/kernel_patches/targets/4.18-rhel8.5.target.in
new file mode 100644 (file)
index 0000000..9ff6013
--- /dev/null
@@ -0,0 +1,26 @@
+lnxmaj="4.18.0"
+lnxrel="348.2.1.el8_5"
+
+KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm
+SERIES=""
+EXTRA_VERSION=${lnxrel}_lustre.@VERSION@
+LUSTRE_VERSION=@VERSION@
+
+DEVEL_PATH_ARCH_DELIMETER="."
+OFED_VERSION=inkernel
+
+BASE_ARCHS="i686 x86_64 ia64 ppc64"
+BIGMEM_ARCHS=""
+BOOT_ARCHS=""
+JENSEN_ARCHS=""
+#SMP_ARCHS="i686 x86_64 ia64 ppc64"
+# RHEL8 doesn't use smp specific kernels
+SMP_ARCHS=""
+UP_ARCHS=""
+
+for cc in gcc ; do
+    if which $cc >/dev/null 2>/dev/null ; then
+        export CC=$cc
+        break
+    fi
+done