From 1c91721233da3e0324be8f9154f9592368578b7e Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Sun, 21 Oct 2018 14:27:14 -0700 Subject: [PATCH] LU-11553 kernel: new kernel [RHEL7.5 4.14.0-49.13.1.el7a] This patch makes changes to support new RHEL 7.5 release on ARM. Test-Parameters: forbuildonly Change-Id: Id0bab8510b7479d979b5d66ea96969140c509feb Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/33411 Reviewed-by: Jian Yu Tested-by: Jenkins Reviewed-by: Oleg Drokin --- lustre/ChangeLog | 1 + lustre/autoconf/lustre-core.m4 | 1 + lustre/kernel_patches/series/4.14-rhel7.series | 0 lustre/kernel_patches/targets/4.14-rhel7.target.in | 26 ++++++++++++++++++++++ 4 files changed, 28 insertions(+) create mode 100644 lustre/kernel_patches/series/4.14-rhel7.series create mode 100644 lustre/kernel_patches/targets/4.14-rhel7.target.in diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 5e25e2e..063f753 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -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) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 2abe8cd..0f2ce66 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -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 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 index 0000000..47e142c --- /dev/null +++ b/lustre/kernel_patches/targets/4.14-rhel7.target.in @@ -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 -- 1.8.3.1