From c71139ce44f5883470f23f921725a4a3b66216e0 Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Fri, 7 Dec 2018 07:28:32 -0800 Subject: [PATCH] LU-11740 kernel: new kernel [RHEL7.6 4.14.0-115.2.2.el7a] This patch support new RHEL 7.6 release on ARM Test-Parameters: trivial Change-Id: I79424f0759b79e0a2f45ea5337c3577f832dccb1 Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/33804 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/ChangeLog | 1 + lustre/autoconf/lustre-core.m4 | 1 + lustre/kernel_patches/series/4.14-rhel7.6.series | 0 .../kernel_patches/targets/4.14-rhel7.6.target.in | 26 ++++++++++++++++++++++ 4 files changed, 28 insertions(+) create mode 100644 lustre/kernel_patches/series/4.14-rhel7.6.series create mode 100644 lustre/kernel_patches/targets/4.14-rhel7.6.target.in diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 5b33e6b..26aee16 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -18,6 +18,7 @@ TBD Whamcloud 3.10.0-862.14.4.el7 (RHEL7.5) 3.10.0-957.el7 (RHEL7.6) 4.14.0-49.13.1.el7a (RHEL7.5) + 4.14.0-115.2.2.el7a (RHEL7.6) 4.4.120-92.70 (SLES12 SP2) 4.4.162-94.69 (SLES12 SP3) 4.4.0-131 (Ubuntu 16.04) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 0e58b7b..735d0dc 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -3536,6 +3536,7 @@ lustre/include/uapi/linux/lustre/Makefile lustre/kernel_patches/targets/3.10-rhel7.6.target lustre/kernel_patches/targets/3.10-rhel7.5.target lustre/kernel_patches/targets/4.14-rhel7.5.target +lustre/kernel_patches/targets/4.14-rhel7.6.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.6.series b/lustre/kernel_patches/series/4.14-rhel7.6.series new file mode 100644 index 0000000..e69de29 diff --git a/lustre/kernel_patches/targets/4.14-rhel7.6.target.in b/lustre/kernel_patches/targets/4.14-rhel7.6.target.in new file mode 100644 index 0000000..853a686 --- /dev/null +++ b/lustre/kernel_patches/targets/4.14-rhel7.6.target.in @@ -0,0 +1,26 @@ +lnxmaj="4.14.0" +lnxrel="115.2.2.el7a" + +KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm +SERIES=4.14-rhel7.6.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