Whamcloud - gitweb
Prepare for Build 33 1.10.0.33 v1_10_0_33
authorRobert Read <rread@sun.com>
Tue, 22 Dec 2009 19:35:20 +0000 (11:35 -0800)
committerRobert Read <rread@sun.com>
Tue, 22 Dec 2009 19:35:20 +0000 (11:35 -0800)
  - Update lustre/ChangeLog.
  - Update which_patch with correct kernels.
  - Increment build number.

lustre/ChangeLog
lustre/autoconf/lustre-version.ac
lustre/kernel_patches/which_patch

index 27a2f92..c97bfc3 100644 (file)
@@ -1,18 +1,58 @@
 tbd  Sun Microsystems, Inc.
        * version 2.0.0
 tbd  Sun Microsystems, Inc.
        * version 2.0.0
-       * Support for kernels:
-        2.6.18-164.6.1.0.1.el5 (RHEL 5, OEL 5)
+       * Server support for kernels:
+         2.6.18-164.6.1.el5 (RHEL 5)
+         2.6.18-164.6.1.0.1.el5 (OEL 5)
        * Client support for unpatched kernels:
         (see http://wiki.lustre.org/index.php?title=Patchless_Client)
        * Client support for unpatched kernels:
         (see http://wiki.lustre.org/index.php?title=Patchless_Client)
-        2.6.16 - 2.6.27 vanilla (kernel.org)
-         2.6.16.60-0.39.3 (SLES 10),
          2.6.18-164.6.1.el5 (RHEL 5),
          2.6.18-164.6.1.el5 (RHEL 5),
+         2.6.18-164.6.1.0.1.el5 (OEL 5)
+         2.6.16.60-0.39.3 (SLES 10),
          2.6.27.19-5 (SLES11)
          2.6.27.19-5 (SLES11)
-         2.6.27 vanilla (kernel.org).
        * Recommended e2fsprogs version: 1.41.6.sun1
        * Note that reiserfs quotas are disabled on SLES 10 in this kernel.
        * Recommended e2fsprogs version: 1.41.6.sun1
        * Note that reiserfs quotas are disabled on SLES 10 in this kernel.
-       * RHEL 4 and RHEL 5/SLES 10 clients behaves differently on 'cd' to a
-        removed cwd "./" (refer to Bugzilla 14399).
+
+Severity   : normal
+Bugzilla   : 21547
+Description: Add cascading_rw to lustre mpi tests.
+
+Severity   : normal
+Bugzilla   : 19964
+Description: Store SOM data in EA.
+Details    : Also several SOM related cleanups.
+
+Severity   : normal
+Bugzilla   : 20098
+Description: Add refcount to md_open_data
+
+Severity   : normal
+Bugzilla   : 20607
+Description: Use refcount on lov_request_set to prevent memory corruption.
+
+Severity   : normal
+Bugzilla   : 15692
+Description: Statahead: use parent dir's i_mutex for synchronization.
+
+Severity   : normal
+Bugzilla   : 21571
+Description: loadgen improvements.
+
+Severity   : normal
+Bugzilla   : 16186
+Description: Enable peer health detection in ksocklnd and ko2iblnd.
+
+Severity   : normal
+Bugzilla   : 17545
+Description: Control DCACHE_LUSTRE_INVALID flag with MDS_INODE_LOOKCUP lock
+
+Severity   : normal
+Bugzilla   : 21591
+Description: Fix race on obd_devcie:md_stats
+
+Severity   : normal
+Bugzilla   : 21600
+Description: Fix SLES 11 client builds.
+Details    : Resolved uninitalized pointer gcc warnings.
 
 Severity   : normal
 Bugzilla   : 21259
 
 Severity   : normal
 Bugzilla   : 21259
index 836139a..926f6ac 100644 (file)
@@ -1,7 +1,7 @@
 m4_define([LUSTRE_MAJOR],[1])
 m4_define([LUSTRE_MINOR],[10])
 m4_define([LUSTRE_PATCH],[0])
 m4_define([LUSTRE_MAJOR],[1])
 m4_define([LUSTRE_MINOR],[10])
 m4_define([LUSTRE_PATCH],[0])
-m4_define([LUSTRE_FIX],[32])
+m4_define([LUSTRE_FIX],[33])
 
 dnl # don't forget to update the service tags info
 m4_define([CLIENT_URN],["LUSTRE-200-CLT"])
 
 dnl # don't forget to update the service tags info
 m4_define([CLIENT_URN],["LUSTRE-200-CLT"])
index 696115b..20c632a 100644 (file)
@@ -1,17 +1,11 @@
 SERIES                VERSION                  COMMENT
 
 SUPPORTED KERNELS:
 SERIES                VERSION                  COMMENT
 
 SUPPORTED KERNELS:
-2.6-sles10            SLES10: 2.6.16.60-0.39.3
 2.6-rhel5             RHEL5: 2.6.18-164.6.1.el5
 2.6-rhel5             OEL5: 2.6.18-164.6.1.0.1.el5
 2.6-rhel5             RHEL5: 2.6.18-164.6.1.el5
 2.6-rhel5             OEL5: 2.6.18-164.6.1.0.1.el5
-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:
 
 CLIENT SUPPORT FOR UNPATCHED KERNELS:
-                   kernel.org 2.6.16-2.6.27
-                   RHEL4: 2.6.9-42.0.8EL
-
-NB - The patches in the 2.6-suse series should already be in the SLES9 SP1
-     kernel.  The patches in the 2.6-suse-newer series are patches that
-     have been created since the SP1 kernel was released and should be
-     applied to the already-patched SP1 kernel.
+         2.6.18-164.6.1.el5 (RHEL 5),
+         2.6.18-164.6.1.0.1.el5 (OEL 5)
+         2.6.16.60-0.39.3 (SLES 10),
+         2.6.27.19-5 (SLES11)