This bug was fixed in the package zfs-linux - 2.1.9-2ubuntu1.1

---------------
zfs-linux (2.1.9-2ubuntu1.1) lunar; urgency=medium

  * Cherry-pick upstream fix to address FTBFS with v6.2.8+. LP: #2019450

 -- Dimitri John Ledkov <dimitri.led...@canonical.com>  Sat, 13 May 2023
00:49:15 +0100

** Changed in: zfs-linux (Ubuntu Lunar)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/2019450

Title:
  zfs-linux FTBFS with v6.2.8 stable updates

Status in zfs-linux package in Ubuntu:
  Fix Released
Status in zfs-linux source package in Jammy:
  New
Status in zfs-linux source package in Lunar:
  Fix Released
Status in zfs-linux source package in Mantic:
  Fix Released

Bug description:
  [ Impact ]

   * Stable kernel updates changed signature of a function call, thus
  zfs-linux needs adapting. Otherwise it fallsback to older symbols,
  which are GPL only.

  [ Test Plan ]

   * linux 6.2 with 6.2.8 stable updates builds with zfs, without this
  fix build fails with

    MODPOST <<DKMSDIR>>/build/zfs/2.1.9/build/module/Module.symvers
  ERROR: modpost: GPL-incompatible module zfs.ko uses GPL-only symbol 
'bio_start_io_acct'
  ERROR: modpost: GPL-incompatible module zfs.ko uses GPL-only symbol 
'bio_end_io_acct_remapped'
  make[5]: *** [scripts/Makefile.modpost:138: 
<<DKMSDIR>>/build/zfs/2.1.9/build/module/Module.symvers] Error 1

  as the signature of the non-gpl function call has changed, zfs
  configure scripts fail to detect it as available, fallback on a gpl
  symbol, which we then prohibit from using.

  [ Where problems could occur ]

   * This is a cherry-pick of build-compat only, without any other
  changes

  [ Other Info ]

   * Upstream commit

  
https://github.com/openzfs/zfs/pull/14677/commits/1a951502f0b4200a13f23f0d2f5759ef60188c17

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/2019450/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to