Whamcloud - gitweb
LU-7316 build: Update ZFS/SPL version to 0.6.5.3 77/16877/2
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Mon, 19 Oct 2015 18:13:49 +0000 (14:13 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 2 Dec 2015 04:08:33 +0000 (04:08 +0000)
Bug Fixes

* Fix CPU hotplug zfsonlinux/spl#482
* Disable dynamic taskqs by default to avoid deadlock
  zfsonlinux/spl#484
* Don't import all visible pools in zfs-import init script
  zfsonlinux/zfs#3777
* Fix use-after-free in vdev_disk_physio_completion
  zfsonlinux/zfs#3920
* Fix avl_is_empty(&dn->dn_dbufs) assertion zfsonlinux/zfs#3865

Signed-off-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Change-Id: I36347630be2506bee4ff0a05f1b236ba2ba7a0ae
Reviewed-on: http://review.whamcloud.com/16877
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
contrib/lbuild/lbuild
lustre/ChangeLog

index 09a634c..45582d0 100755 (executable)
@@ -1057,7 +1057,7 @@ build_spl_zfs() {
     # The spl/zfs spec files expect RPM_BUILD_ROOT to point to the root of the
     # destination for the rpms
     export RPM_BUILD_ROOT=$TOPDIR
-    SPLZFSVER=${SPLZFSVER:-0.6.5.2}
+    SPLZFSVER=${SPLZFSVER:-0.6.5.3}
     SPLZFSTAG=${SPLZFSTAG:-}
 
     # The files expect a kver to be set to the kernel version .
index 2ae7185..0adfbf0 100644 (file)
@@ -20,8 +20,8 @@ TBD Intel Corporation
          3.12.39-47          (SLES12)
          vanilla linux 4.2.1
        * Recommended e2fsprogs version: 1.42.13.wc3 or newer
-       * Recommended ZFS / SPL version: 0.6.5.2
-       * Tested with ZFS / SPL version: 0.6.5.2
+       * Recommended ZFS / SPL version: 0.6.5.3
+       * Tested with ZFS / SPL version: 0.6.5.3
        * NFS export disabled when stack size < 8192 (32-bit Lustre clients),
          since the NFSv4 export of Lustre filesystem with 4K stack may cause a
          stack overflow. For more information, please refer to bugzilla 17630.