Whamcloud - gitweb
LU-6396 kernel: kernel update [SLES11 SP3 3.0.101-0.47.52] 64/14164/5
authorBob Glossman <bob.glossman@intel.com>
Tue, 24 Mar 2015 19:44:57 +0000 (12:44 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 31 Mar 2015 13:44:57 +0000 (13:44 +0000)
Update target and config files for new version

Test-Parameters: envdefinitions=SANITY_EXCEPT=170\
  mdsdistro=sles11sp3 ossdistro=sles11sp3 \
  clientdistro=sles11sp3 mdsfilesystemtype=ldiskfs \
  mdtfilesystemtype=ldiskfs ostfilesystemtype=ldiskfs \
  testgroup=review-ldiskfs

Signed-off-by: Bob Glossman <bob.glossman@intel.com>
Change-Id: I4c8d24e45b0e3fbbc31a188ee416860f54371930
Reviewed-on: http://review.whamcloud.com/14164
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Yang Sheng <yang.sheng@intel.com>
Reviewed-by: Minh Diep <minh.diep@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ChangeLog
lustre/kernel_patches/kernel_configs/kernel-3.0-3.0-sles11sp3-x86_64.config
lustre/kernel_patches/targets/3.0-sles11sp3.target.in
lustre/kernel_patches/which_patch

index 7af10c7..04a9e44 100644 (file)
@@ -5,12 +5,12 @@ TBD Intel Corporation
        * Server known to build on patched kernels:
          2.6.32-431.29.2.el6 (RHEL6.5)
          2.6.32-504.12.2.el6 (RHEL6.6)
-         3.0.101-0.46        (SLES11 SP3)
+         3.0.101-0.47.52     (SLES11 SP3)
        * Client known to build on unpatched kernels:
          2.6.32-431.29.2.el6 (RHEL6.5)
          2.6.32-504.12.2.el6 (RHEL6.6)
          3.10.0-229.el7      (RHEL7.1)
-         3.0.101-0.46        (SLES11 SP3)
+         3.0.101-0.47.52     (SLES11 SP3)
        * Recommended e2fsprogs version: 1.42.9.wc1 or newer
        * NFS export disabled when stack size < 8192 (32-bit Lustre clients),
          since the NFSv4 export of Lustre filesystem with 4K stack may cause a
index e089feb..34e3403 100644 (file)
@@ -66,7 +66,7 @@ CONFIG_IRQ_WORK=y
 CONFIG_EXPERIMENTAL=y
 CONFIG_INIT_ENV_ARG_LIMIT=32
 CONFIG_CROSS_COMPILE=""
-CONFIG_LOCALVERSION="-0.46-default"
+CONFIG_LOCALVERSION="-0.47.52-default"
 # CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_HAVE_KERNEL_GZIP=y
 CONFIG_HAVE_KERNEL_BZIP2=y
@@ -117,7 +117,7 @@ CONFIG_TREE_RCU=y
 # CONFIG_RCU_TRACE is not set
 CONFIG_RCU_FANOUT=64
 # CONFIG_RCU_FANOUT_EXACT is not set
-CONFIG_RCU_FAST_NO_HZ=y
+# CONFIG_RCU_FAST_NO_HZ is not set
 # CONFIG_TREE_RCU_TRACE is not set
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
index 6b56444..e9b7ad3 100644 (file)
@@ -1,6 +1,6 @@
 lnxmaj="3.0"
 lnxmin=".101"
-lnxrel="0.46"
+lnxrel="0.47.52"
 # 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
index 6d4adcf..6be7afb 100644 (file)
@@ -15,6 +15,6 @@ Clients since 2.6.18 DO NOT need any patches.
 PATCH SERIES FOR SERVER KERNELS:
 2.6-rhel6.series        2.6.32-431.29.2.el6 (RHEL 6.5)
 2.6-rhel6.series        2.6.32-504.12.2.el6 (RHEL 6.6)
-3.0-sles11sp3.series    3.0.101-0.46        (SLES11 SP3)
+3.0-sles11sp3.series    3.0.101-0.47.52     (SLES11 SP3)
 
 See lustre/ChangeLog for supported client kernel versions.