]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
UBUNTU: SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
authorColin Ian King <colin.king@canonical.com>
Wed, 7 Jun 2017 12:28:24 +0000 (13:28 +0100)
committerSeth Forshee <seth.forshee@canonical.com>
Mon, 29 Jan 2018 13:44:57 +0000 (07:44 -0600)
commit837ca015d509f0a9196bcb43e16e5bb0710c2e95
tree66f70dcfa947cbc179e63e830c5c8b866d366ab6
parentb1925d9979b15a514d20a1ec0494c1d5bf5f8553
UBUNTU: SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7

Sync with upstream 4.12 compat fixes to build with 4.12. Tested against
upstream 4.12-rc4 and ubuntu Artful 4.11 kernels.

SPL:
  * Add 4.12 compat patch from upstream to build with 4.12 kernel:
    - 8f87971e1fd11e Linux 4.12 compat: PF_FSTRANS was removed
ZFS:
  * Add 4.12 compat patches from upstream to build with 4.12 kernel:
    - 608d6942b70436 Linux 4.12 compat: super_setup_bdi_name()
    - e624cd19599047 Linux 4.12 compat: PF_FSTRANS was removed
    - 2946a1a15aab87 Linux 4.12 compat: CURRENT_TIME removed
    - 3e6c9433474f0b Linux 4.12 compat: fix super_setup_bdi_name() call

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
27 files changed:
spl/META
spl/include/sys/kmem.h
spl/module/spl/spl-vnode.c
zfs/META
zfs/Makefile.in
zfs/aclocal.m4
zfs/config/kernel-bdi-setup-and-register.m4 [deleted file]
zfs/config/kernel-bdi.m4 [new file with mode: 0644]
zfs/config/kernel-current-time.m4 [new file with mode: 0644]
zfs/config/kernel.m4
zfs/configure
zfs/include/Makefile.in
zfs/include/linux/Makefile.in
zfs/include/linux/vfs_compat.h
zfs/include/sys/Makefile.in
zfs/include/sys/fm/Makefile.in
zfs/include/sys/fm/fs/Makefile.in
zfs/include/sys/fs/Makefile.in
zfs/include/sys/zfs_context.h
zfs/include/sys/zfs_vfsops.h
zfs/module/zfs/vdev_file.c
zfs/module/zfs/zfs_ctldir.c
zfs/module/zfs/zfs_vfsops.c
zfs/module/zfs/zpl_ctldir.c
zfs/module/zfs/zpl_inode.c
zfs/module/zfs/zpl_xattr.c
zfs/zfs_config.h.in