The verification of the Stable Release Update for zfs-linux has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
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