From 97275bf776240b6657a2704762c7953af026212c Mon Sep 17 00:00:00 2001 From: yangsheng Date: Tue, 30 Jun 2009 15:20:33 +0000 Subject: [PATCH] Branch b1_8 b=19848 Update kernel to SLES11 2.6.27.23-0.1.1. --- lustre/ChangeLog | 6 +++++- lustre/kernel_patches/targets/2.6-sles11.target.in | 6 +++--- lustre/kernel_patches/which_patch | 1 + 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index a2418af..a8b57ae 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -2,7 +2,7 @@ tbd Sun Microsystems, Inc. * version 1.8.2 * Support for kernels: 2.6.16.60-0.37 (SLES 10), - 2.6.27.21-0.1 (SLES11), + 2.6.27.23-0.1 (SLES11), 2.6.18-128.1.6.el5 (RHEL 5) * Client support for unpatched kernels: (see http://wiki.lustre.org/index.php?title=Patchless_Client) @@ -14,6 +14,10 @@ tbd Sun Microsystems, Inc. of Lustre filesystem with 4K stack may cause a stack overflow. For more information, please refer to bugzilla 17630. +Severity : enhancement +Bugzilla : 19848 +Description: Update kernel to SLES11 2.6.27.23-0.1. + Severity : normal Bugzilla : 18624 Description: Unable to run several mkfs.lustre on loop devices at the same diff --git a/lustre/kernel_patches/targets/2.6-sles11.target.in b/lustre/kernel_patches/targets/2.6-sles11.target.in index acc938f..1d059fb 100644 --- a/lustre/kernel_patches/targets/2.6-sles11.target.in +++ b/lustre/kernel_patches/targets/2.6-sles11.target.in @@ -1,9 +1,9 @@ lnxmaj="2.6.27" -lnxmin=".21" +lnxmin=".23" # when we fix up this lnxmaj/lnxmin/lnxrel business... #lnxrel="0.37_f594963d" # and note that this means we get rid of the EXTRA_VERSION_DELIMITER crap!! -lnxrel="21-0.1" +lnxrel="23-0.1" # this is the delimeter that goes between $lnxmaj and $lnxrel # defaults to "-" @@ -13,7 +13,7 @@ EXTRA_VERSION_DELIMITER="." # defaults to empty TARGET_DELIMITER="-" -KERNEL_SRPM=kernel-source-$lnxmaj.$lnxrel.src.rpm +KERNEL_SRPM=kernel-source-$lnxmaj.$lnxrel.1.src.rpm SERIES=2.6-sles11.series VERSION=$lnxmaj EXTRA_VERSION="${lnxrel}_lustre.@VERSION@" diff --git a/lustre/kernel_patches/which_patch b/lustre/kernel_patches/which_patch index eaffeb9..ea750b8 100644 --- a/lustre/kernel_patches/which_patch +++ b/lustre/kernel_patches/which_patch @@ -5,6 +5,7 @@ SUPPORTED KERNELS: 2.6-rhel5 RHEL5: 2.6.18-128.1.6.el5 2.6.18-vanilla kernel.org: 2.6.18.8 2.6.22-vanilla kernel.org: 2.6.22.14 +2.6-sles11 SLES11: 2.6.27.23-0.1 CLIENT SUPPORT FOR UNPATCHED KERNELS: kernel.org 2.6.16-2.6.22 -- 1.8.3.1