** Merge proposal linked: https://code.launchpad.net/~xnox/+git/kernel-versions/+merge/442998
-- 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 Committed Status in zfs-linux source package in Jammy: New Status in zfs-linux source package in Lunar: Fix Committed Status in zfs-linux source package in Mantic: Fix Committed 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