[Kernel-packages] [Bug 2019450] Re: zfs-linux FTBFS with v6.2.8 stable updates

2023-06-01 Thread Launchpad Bug Tracker
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   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 <>/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: 
<>/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


[Kernel-packages] [Bug 2019450] Re: zfs-linux FTBFS with v6.2.8 stable updates

2023-06-01 Thread Dimitri John Ledkov
Everything works as expected against newly upgraded kernels in lunar
with zfs-linux 2.1.9-2ubuntu1.1 as seen in RT testing, autopkgtests, and
kernel builds. Please release this update.

** Tags added: verification-done verification-done-lunar

-- 
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 Committed
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 <>/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: 
<>/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


[Kernel-packages] [Bug 2019450] Re: zfs-linux FTBFS with v6.2.8 stable updates

2023-05-16 Thread Launchpad Bug Tracker
This bug was fixed in the package zfs-linux - 2.1.9-2ubuntu2

---
zfs-linux (2.1.9-2ubuntu2) mantic; urgency=medium

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

 -- Dimitri John Ledkov   Sat, 13 May 2023
00:49:15 +0100

** Changed in: zfs-linux (Ubuntu Mantic)
   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 Committed
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 <>/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: 
<>/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


[Kernel-packages] [Bug 2019450] Re: zfs-linux FTBFS with v6.2.8 stable updates

2023-05-16 Thread Dimitri John Ledkov
** 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 <>/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: 
<>/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


[Kernel-packages] [Bug 2019450] Re: zfs-linux FTBFS with v6.2.8 stable updates

2023-05-16 Thread Timo Aaltonen
Hello Dimitri, or anyone else affected,

Accepted zfs-linux into lunar-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/zfs-
linux/2.1.9-2ubuntu1.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
lunar to verification-done-lunar. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-lunar. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

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


[Kernel-packages] [Bug 2019450] Re: zfs-linux FTBFS with v6.2.8 stable updates

2023-05-15 Thread Dimitri John Ledkov
** Description changed:

  [ Impact ]
  
-  * Stable kernel updates changed signature of a function call, thus zfs-
+  * 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
+  * linux 6.2 with 6.2.8 stable updates builds with zfs, without this fix
+ build fails with
+ 
+   MODPOST <>/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: 
<>/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
+  * This is a cherry-pick of build-compat only, without any other changes
  
  [ Other Info ]
-  
-  * Upstream commit
+ 
+  * Upstream commit
  
  
https://github.com/openzfs/zfs/pull/14677/commits/1a951502f0b4200a13f23f0d2f5759ef60188c17

** Changed in: zfs-linux (Ubuntu Mantic)
   Status: New => Fix Committed

-- 
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:
  New
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 <>/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: 
<>/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