From: Bob Glossman Date: Thu, 25 Feb 2016 21:44:57 +0000 (-0800) Subject: LU-7818 kernel: kernel update [SLES12 SP1 3.12.53-60.30] X-Git-Tag: 2.8.51~29 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=9ac9565b0b02d51d5b49721f695a5a0957733c2c LU-7818 kernel: kernel update [SLES12 SP1 3.12.53-60.30] Update target and kernel_config files for new version Test-Parameters: clientdistro=sles12 testgroup=review-ldiskfs \ mdsdistro=sles12 ossdistro=sles12 mdsfilesystemtype=ldiskfs \ mdtfilesystemtype=ldiskfs ostfilesystemtype=ldiskfs Signed-off-by: Bob Glossman Change-Id: I88acf88a3c9418afa2c86b2dc9bdfb2d65192e20 Reviewed-on: http://review.whamcloud.com/18708 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Yang Sheng Reviewed-by: Minh Diep Reviewed-by: Oleg Drokin --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index dc608af..596080f 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -9,7 +9,7 @@ TBD Intel Corporation 3.10.0-327.10.1.el7 (RHEL7.2) 3.0.101-0.47.71 (SLES11 SP3) 3.0.101-68 (SLES11 SP4) - 3.12.51-60.25 (SLES12 SP1) + 3.12.53-60.30 (SLES12 SP1) vanilla linux 4.2.1 (ZFS only) * Client known to build on unpatched kernels: 2.6.32-431.29.2.el6 (RHEL6.5) @@ -18,7 +18,7 @@ TBD Intel Corporation 3.10.0-327.10.1.el7 (RHEL7.2) 3.0.101-0.47.71 (SLES11 SP3) 3.0.101-68 (SLES11 SP4) - 3.12.51-60.25 (SLES12 SP1) + 3.12.53-60.30 (SLES12 SP1) vanilla linux 4.2.1 * Recommended e2fsprogs version: 1.42.13.wc4 or newer * Recommended ZFS / SPL version: 0.6.4.2 diff --git a/lustre/kernel_patches/kernel_configs/kernel-3.12-3.12-sles12-x86_64.config b/lustre/kernel_patches/kernel_configs/kernel-3.12-3.12-sles12-x86_64.config index 7950281..9174cb8 100644 --- a/lustre/kernel_patches/kernel_configs/kernel-3.12-3.12-sles12-x86_64.config +++ b/lustre/kernel_patches/kernel_configs/kernel-3.12-3.12-sles12-x86_64.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.12.51 Kernel Configuration +# Linux/x86 3.12.53 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -54,7 +54,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-60.25-default" +CONFIG_LOCALVERSION="-60.30-default" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y diff --git a/lustre/kernel_patches/targets/3.12-sles12.target.in b/lustre/kernel_patches/targets/3.12-sles12.target.in index ca9f53f..77faa48 100644 --- a/lustre/kernel_patches/targets/3.12-sles12.target.in +++ b/lustre/kernel_patches/targets/3.12-sles12.target.in @@ -1,6 +1,6 @@ lnxmaj="3.12" -lnxmin=".51" -lnxrel="60.25" +lnxmin=".53" +lnxrel="60.30" # use this when there is an "RPM fix" which means that the name of the # (source) RPM has been updated but the version of the kernel inside the # RPM is not also updated diff --git a/lustre/kernel_patches/which_patch b/lustre/kernel_patches/which_patch index 7d00ead..cc4ac3d 100644 --- a/lustre/kernel_patches/which_patch +++ b/lustre/kernel_patches/which_patch @@ -19,6 +19,6 @@ PATCH SERIES FOR SERVER KERNELS: 3.10-rhel7.series 3.10.0-327.10.1.el7 (RHEL 7.2) 3.0-sles11sp3.series 3.0.101-0.47.71 (SLES11 SP3) 3.0-sles11sp3.series 3.0.101-68 (SLES11 SP4) -3.12-sles12.series 3.12.51-60.25 (SLES12 SP1) +3.12-sles12.series 3.12.53-60.30 (SLES12 SP1) See lustre/ChangeLog for supported client kernel versions.