Whamcloud - gitweb
Branch b_release_1_8_1
authoryangsheng <yangsheng>
Tue, 15 Sep 2009 15:33:31 +0000 (15:33 +0000)
committeryangsheng <yangsheng>
Tue, 15 Sep 2009 15:33:31 +0000 (15:33 +0000)
b=20400

i=shadow, bobijam

Update kernel to RHEL5 2.6.18-128.7.1.el5.

lustre/ChangeLog
lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch
lustre/kernel_patches/targets/2.6-rhel5.target.in
lustre/kernel_patches/which_patch

index 78ae48f..61d630a 100644 (file)
@@ -3,7 +3,7 @@ TBD Sun Microsystems, Inc.
        * Support for kernels:
         2.6.16.60-0.42.4 (SLES 10),
         2.6.27.23-0.1 (SLES11, i686 & x84_64 only),
-        2.6.18-128.1.14.el5 (RHEL 5),
+        2.6.18-128.7.1.el5 (RHEL 5),
        * Client support for unpatched kernels:
          (see http://wiki.lustre.org/index.php?title=Patchless_Client)
          2.6.16 - 2.6.27 vanilla (kernel.org)
@@ -16,6 +16,10 @@ TBD Sun Microsystems, Inc.
          used in production.
 
 Severity   : enhancement
+Bugzilla   : 20400
+Description: Update kernel to RHEL5 2.6.18-128.7.1.el5.
+
+Severity   : enhancement
 Bugzilla   : 20758
 Description: Update kernel to SLES10 SP2 2.6.16.60-0.42.4.
 
index e66bf54..deb8b60 100644 (file)
@@ -382,9 +382,9 @@ Index: linux-2.6.18-128.1.14/include/linux/page-flags.h
 --- linux-2.6.18-128.1.14.orig/include/linux/page-flags.h      2009-06-19 12:33:11.000000000 -0600
 +++ linux-2.6.18-128.1.14/include/linux/page-flags.h   2009-06-19 12:34:50.000000000 -0600
 @@ -87,6 +87,7 @@
+ #define PG_reclaim            17      /* To be reclaimed asap */
  #define PG_nosave_free                18      /* Free, should not be written */
  #define PG_buddy              19      /* Page is free, on buddy lists */
- #define PG_gup                        20      /* Page pin may be because of gup */
 +#define PG_constant           21      /* To mark if the page is constant */
  #define PG_xpmem              27      /* Testing for xpmem. */
  
index 66c7a3a..a21e014 100644 (file)
@@ -1,5 +1,5 @@
 lnxmaj="2.6.18"
-lnxrel="128.1.14.el5"
+lnxrel="128.7.1.el5"
 
 KERNEL_SRPM=kernel-$lnxmaj-$lnxrel.src.rpm
 SERIES=2.6-rhel5.series
index e6636fb..8c0da00 100644 (file)
@@ -2,7 +2,7 @@ SERIES                VERSION                  COMMENT
 
 SUPPORTED KERNELS:
 2.6-sles10            SLES10: 2.6.16.60-0.42.4
-2.6-rhel5             RHEL5: 2.6.18-128.1.14.el5
+2.6-rhel5             RHEL5: 2.6.18-128.7.1.el5
 2.6-sles11            SLES11: 2.6.27.23-0.1
 
 CLIENT SUPPORT FOR UNPATCHED KERNELS: