Whamcloud - gitweb
LU-8337 kernel: kernel update [SLES12 SP1 3.12.59-60.41] 51/21051/3
authorBob Glossman <bob.glossman@intel.com>
Tue, 28 Jun 2016 14:48:37 +0000 (07:48 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 14 Jul 2016 16:09:31 +0000 (16:09 +0000)
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 <bob.glossman@intel.com>
Change-Id: I35038f0715abaa7ae69011e102c19d43b5e416bc
Reviewed-on: http://review.whamcloud.com/21051
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Yang Sheng <yang.sheng@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ChangeLog
lustre/kernel_patches/kernel_configs/kernel-3.12-3.12-sles12-x86_64.config
lustre/kernel_patches/targets/3.12-sles12.target.in
lustre/kernel_patches/which_patch

index b03ae58..12d2efe 100644 (file)
@@ -10,7 +10,7 @@ TBD Intel Corporation
          3.10.0-327.22.2.el7 (RHEL7.2)
          3.0.101-0.47.71     (SLES11 SP3)
          3.0.101-77          (SLES11 SP4)
-         3.12.57-60.35       (SLES12 SP1)
+         3.12.59-60.41       (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)
@@ -19,9 +19,8 @@ TBD Intel Corporation
          2.6.32-642.1.1.el6  (RHEL6.8)
          3.10.0-327.22.2.el7 (RHEL7.2)
          3.0.101-0.47.71     (SLES11 SP3)
-         3.0.101-68          (SLES11 SP4)
          3.0.101-77          (SLES11 SP4)
-         3.12.57-60.35       (SLES12 SP1)
+         3.12.59-60.41       (SLES12 SP1)
          vanilla linux 4.4.6
        * Recommended e2fsprogs version: 1.42.13.wc4 or newer
        * Recommended ZFS / SPL version: 0.6.5.7
index f044fec..ab47f0a 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.12.57 Kernel Configuration
+# Linux/x86 3.12.59 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.35-default"
+CONFIG_LOCALVERSION="-60.41-default"
 # CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_HAVE_KERNEL_GZIP=y
 CONFIG_HAVE_KERNEL_BZIP2=y
@@ -5367,7 +5367,9 @@ CONFIG_SUNRPC_XPRT_RDMA=m
 CONFIG_SUNRPC_SWAP=y
 CONFIG_RPCSEC_GSS_KRB5=m
 CONFIG_SUNRPC_DEBUG=y
-# CONFIG_CEPH_FS is not set
+CONFIG_CEPH_FS=m
+CONFIG_CEPH_FSCACHE=y
+CONFIG_CEPH_FS_POSIX_ACL=y
 CONFIG_CIFS=m
 CONFIG_CIFS_STATS=y
 CONFIG_CIFS_STATS2=y
index ab8d6b7..08c5413 100644 (file)
@@ -1,10 +1,10 @@
 lnxmaj="3.12"
-lnxmin=".57"
-lnxrel="60.35"
+lnxmin=".59"
+lnxrel="60.41"
 # 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
-rpmfix=".1"
+rpmfix=".2"
 
 # this is the delimeter that goes before the "smp" at the end of the version
 # defaults to empty
index 3883892..9e4cc44 100644 (file)
@@ -19,7 +19,7 @@ PATCH SERIES FOR SERVER KERNELS:
 2.6-rhel6.8.series      2.6.32-642.1.1.el6  (RHEL 6.8)
 3.10-rhel7.series       3.10.0-327.22.2.el7 (RHEL 7.2)
 3.0-sles11sp3.series    3.0.101-0.47.71     (SLES11 SP3)
-3.0-sles11sp3.series    3.0.1010-77         (SLES11 SP4)
-3.12-sles12.series      3.12.57-60.35       (SLES12 SP1)
+3.0-sles11sp3.series    3.0.101-77          (SLES11 SP4)
+3.12-sles12.series      3.12.59-60.41       (SLES12 SP1)
 
 See lustre/ChangeLog for supported client kernel versions.