Whamcloud - gitweb
LU-5025 kernel: kernel update [RHEL6.5 2.6.32-431.17.1.el6] 83/10283/2
authorBob Glossman <bob.glossman@intel.com>
Thu, 8 May 2014 19:18:50 +0000 (12:18 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 14 May 2014 16:31:44 +0000 (16:31 +0000)
update RHEL6.5 kernel to 2.6.32-431.17.1.el6

Signed-off-by: Bob Glossman <bob.glossman@intel.com>
Change-Id: I0c89b09f40cae082dd03a1effb80fe36c3ea0897
Reviewed-on: http://review.whamcloud.com/10283
Reviewed-by: James Simmons <uja.ornl@gmail.com>
Tested-by: Jenkins
Reviewed-by: Yang Sheng <yang.sheng@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ChangeLog
lustre/kernel_patches/patches/vfs_linkat_leakfix.patch [deleted file]
lustre/kernel_patches/series/2.6-rhel6.series
lustre/kernel_patches/targets/2.6-rhel6.target.in
lustre/kernel_patches/which_patch

index ffb169b..d42dc90 100644 (file)
@@ -2,10 +2,10 @@
        * version 2.5.1
        * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix
        * Server support for kernels:
-        2.6.32-431.5.1.el6  (RHEL6)
+        2.6.32-431.17.1.el6 (RHEL6)
         3.0.101-0.21        (SLES11SP3)
        * Client support for unpatched kernels:
-         2.6.32-431.5.1.el6  (RHEL6)
+         2.6.32-431.17.1.el6 (RHEL6)
          3.0.101-0.21        (SLES11SP3)
          3.6.10-2.fc17       (FC17)
        * Recommended e2fsprogs version: 1.42.7.wc2 or newer
diff --git a/lustre/kernel_patches/patches/vfs_linkat_leakfix.patch b/lustre/kernel_patches/patches/vfs_linkat_leakfix.patch
deleted file mode 100644 (file)
index 3a7a327..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- linux-2.6.32-431.3.1.el6-debug/fs/namei.c-orig     2014-01-30 19:53:32.885946633 -0500
-+++ linux-2.6.32-431.3.1.el6-debug/fs/namei.c  2014-01-30 21:10:31.880946625 -0500
-@@ -2897,6 +2897,7 @@ out_release:
-       path_put(&nd.path);
-       putname(to);
-       if (retry_estale(error, how)) {
-+              path_put(&old_path);
-               how |= LOOKUP_REVAL;
-               goto retry;
-       }
index 689c451..0f8e3b3 100644 (file)
@@ -8,4 +8,3 @@ jbd2-jcberr-2.6-rhel6.patch
 bh_lru_size_config.patch
 quota-replace-dqptr-sem.patch
 quota-avoid-dqget-calls.patch
-vfs_linkat_leakfix.patch
index 5d4b925..3695356 100644 (file)
@@ -1,5 +1,5 @@
 lnxmaj="2.6.32"
-lnxrel="431.5.1.el6"
+lnxrel="431.17.1.el6"
 
 KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm
 SERIES=2.6-rhel6.series
index 309cc14..f1a3c33 100644 (file)
@@ -11,7 +11,7 @@ ldiskfs build process and SHOULD NOT be applied to the kernel directly.
 Servers running only ZFS OSDs DO NOT need any patches.
 
 PATCH SERIES FOR SERVER KERNELS:
-2.6-rhel6.series       2.6.32-431.5.1.el6
+2.6-rhel6.series       2.6.32-431.17.1.el6
 
 Clients since 2.6.18 DO NOT need any patches.
 See lustre/ChangeLog for supported client kernel versions.