From: yangsheng Date: Fri, 18 Sep 2009 06:29:37 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_270~30 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=e70b491c2f87ebeafad4c8e805b27457c8780676 Branch HEAD b=20400 i=shadow, bobijam Update kernel to RHEL5 2.6.18-128.7.1.el5. --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 24bda42..6c8d98b 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -2,7 +2,7 @@ tbd Sun Microsystems, Inc. * version 2.0.0 * Support for kernels: 2.6.16.60-0.39.3 (SLES 10), - 2.6.18-128.1.14.el5 (RHEL 5), + 2.6.18-128.7.1.el5 (RHEL 5), 2.6.22.14 vanilla (kernel.org). * Client support for unpatched kernels: (see http://wiki.lustre.org/index.php?title=Patchless_Client) @@ -42,6 +42,10 @@ Bugzilla : 20200 Description: Added sanity-quota test to for lfs(1) to work with numeric uid/gid. Severity : enhancement +Bugzilla : 20400 +Description: Update kernel to RHEL5 2.6.18-128.7.1.el5. + +Severity : enhancement Bugzilla : 20200 Description: Enhancement for lfs(1) command to use numeric uid/gid. diff --git a/lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch b/lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch index a878139..51b48cb 100644 --- a/lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch +++ b/lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch @@ -382,9 +382,9 @@ Index: linux-2.6.18-128.1.6/include/linux/page-flags.h --- linux-2.6.18-128.1.6.orig/include/linux/page-flags.h 2009-04-14 21:05:24.000000000 -0600 +++ linux-2.6.18-128.1.6/include/linux/page-flags.h 2009-06-02 23:24:55.000000000 -0600 @@ -86,6 +86,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. */ diff --git a/lustre/kernel_patches/targets/2.6-rhel5.target.in b/lustre/kernel_patches/targets/2.6-rhel5.target.in index 66c7a3a..a21e014 100644 --- a/lustre/kernel_patches/targets/2.6-rhel5.target.in +++ b/lustre/kernel_patches/targets/2.6-rhel5.target.in @@ -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 diff --git a/lustre/kernel_patches/which_patch b/lustre/kernel_patches/which_patch index e20c1d0..33304b1 100644 --- a/lustre/kernel_patches/which_patch +++ b/lustre/kernel_patches/which_patch @@ -3,7 +3,7 @@ SERIES VERSION COMMENT SUPPORTED KERNELS: 2.6-rhel4 RHEL4: 2.6.9-67.0.20.EL 2.6-sles10 SLES10: 2.6.16.60-0.39.3 -2.6-rhel5 RHEL5: 2.6.18-128.1.14.el5 +2.6-rhel5 RHEL5: 2.6.18-128.7.1.el5 2.6.18-vanilla kernel.org: 2.6.18.8 2.6.22-vanilla kernel.org: 2.6.22.14