Whamcloud - gitweb
LU-11553 kernel: new kernel [RHEL7.5 4.14.0-49.13.1.el7a] 11/33411/5
authorMinh Diep <mdiep@whamcloud.com>
Sun, 21 Oct 2018 21:27:14 +0000 (14:27 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 23 Oct 2018 20:45:05 +0000 (20:45 +0000)
This patch makes changes to support new RHEL 7.5 release on ARM.

Test-Parameters: forbuildonly

Change-Id: Id0bab8510b7479d979b5d66ea96969140c509feb
Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/33411
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Tested-by: Jenkins
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/ChangeLog
lustre/autoconf/lustre-core.m4
lustre/kernel_patches/series/4.14-rhel7.series [new file with mode: 0644]
lustre/kernel_patches/targets/4.14-rhel7.target.in [new file with mode: 0644]

index 5e25e2e..063f753 100644 (file)
@@ -25,6 +25,7 @@ TBD Intel Corporation
          2.6.32-642.15.1.el6 (RHEL6.8)
          2.6.32-696.18.7.el6 (RHEL6.9)
          3.10.0-862.14.4.el7 (RHEL7.5)
+         4.14.0-49.13.1.el7a (RHEL7.5)
          3.0.101-0.47.71     (SLES11 SP3)
          3.0.101-107         (SLES11 SP4)
          3.12.74-60.64.40    (SLES12 SP1)
index 2abe8cd..0f2ce66 100644 (file)
@@ -3472,6 +3472,7 @@ lustre/include/Makefile
 lustre/include/lustre/Makefile
 lustre/include/uapi/linux/lustre/Makefile
 lustre/kernel_patches/targets/3.10-rhel7.target
+lustre/kernel_patches/targets/4.14-rhel7.target
 lustre/kernel_patches/targets/2.6-rhel6.9.target
 lustre/kernel_patches/targets/2.6-rhel6.8.target
 lustre/kernel_patches/targets/2.6-rhel6.7.target
diff --git a/lustre/kernel_patches/series/4.14-rhel7.series b/lustre/kernel_patches/series/4.14-rhel7.series
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/lustre/kernel_patches/targets/4.14-rhel7.target.in b/lustre/kernel_patches/targets/4.14-rhel7.target.in
new file mode 100644 (file)
index 0000000..47e142c
--- /dev/null
@@ -0,0 +1,26 @@
+lnxmaj="4.14.0"
+lnxrel="49.13.1.el7a"
+
+KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm
+SERIES=4.14-rhel7.series
+EXTRA_VERSION=${lnxrel}_lustre.@VERSION@
+LUSTRE_VERSION=@VERSION@
+
+DEVEL_PATH_ARCH_DELIMETER="."
+OFED_VERSION=inkernel
+
+BASE_ARCHS="i686 x86_64 ia64 ppc64 aarch64"
+BIGMEM_ARCHS=""
+BOOT_ARCHS=""
+JENSEN_ARCHS=""
+#SMP_ARCHS="i686 x86_64 ia64 ppc64"
+# RHEL5 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