viewtopic.php?p=756154#p756154
UPDATE: 2023/12/14 - 07:45
I had serious trouble over WE with this updated LTS 6.1.0-15 (6.1.66) LTS 6.1.0-14 (6.1.65) kernel on two production setups, tried to upgrade the setups to 6.5 LTS-Backports by Debian kernels (and also tried w#6.6.4 custom compiled ...), w# setups, that had ZFS-DKMS enabled AND: worked well on LTS kernels 6.1.0-13 before!
TL;DR:
When you are using 'ZFS-on-Linux' in production, avoid to update to any >=6.6.++ kernel variant,
when 6.1.66 6.1.64 or 6.1.65 current EXT4 BUGS stresses you, stay on 6.1.0-13, if applicable

Solution found for the bug-fixed ZFS-DKMS 2.1.14 and official debian backport 6.5.10 STABLE kernel
viewtopic.php?p=756393#p756393
and 6.5.13 TRIXIE/TESTING kernel
viewtopic.php?p=756460#p756460

Here are some notes by me, archived over the weekend, regarding BUGs, triggered by 'coreutils v9.x.y cp', in ZoL <=2.1.14-bpo12u2, and the fix in 2.2.2-experimental only thus far (so not really a solution for InProd setups

sudo apt search linux-headers |grep installed
linux-headers-6.5.0-0.deb12.4-amd64/stable-backports,now 6.5.10-1~bpo12+1 amd64 [installed,automatic]
linux-headers-6.5.0-0.deb12.4-common/stable-backports,stable-backports,now 6.5.10-1~bpo12+1 all [installed,automatic]
linux-headers-6.6.2-humpie-1/now 6.6.2-humpie-1-4 amd64 [installed,local]
linux-headers-6.6.4-humpie-2/now 6.6.4-humpie-2-1 amd64 [installed,local]
linux-headers-amd64/stable-backports,now 6.5.10-1~bpo12+1 amd64 [installed]
OK!
sudo apt install zfs-dkms zfs-zed zfsutils-linux
Oooops!!
Building initial module for 6.6.4-humpie-2
configure: error:
*** None of the expected "bops->release()" interfaces were detected.
*** This may be because your kernel version is newer than what is
*** supported, or you are using a patched custom kernel with
*** incompatible modifications.
***
*** ZFS Version: zfs-2.1.11-1
*** Compatible Kernels: 3.10 - 6.2
On MX Linux, CleanUp unused / unnecessary kernels ..., then
sudo apt purge zfs-dkms zfs-zed zfsutils-linux && sudo apt autoremove
sudo apt install -t bookworm-backports zfs-dkms zfs-zed zfsutils-linux
Oooops2: still .. errors for kernel 6.6.4-humpie-2 !?
Loading new zfs-2.1.14 DKMS files...
Building for 6.6.4-humpie-2
Building initial module for 6.6.4-humpie-2
Error! Bad return status for module build on kernel: 6.6.4-humpie-2 (x86_64)
Consult /var/lib/dkms/zfs/2.1.14/build/make.log for more information.
Error! Bad return status for module build on kernel: 6.6.4-humpie-2 (x86_64)
Consult /var/lib/dkms/zfs/2.1.14/build/make.log for more information.
Done.
Setting up libuutil3linux (2.1.14-1~bpo12+1) ...
Setting up libzfs4linux (2.1.14-1~bpo12+1) ...
Setting up libzpool5linux (2.1.14-1~bpo12+1) ...
Setting up zfsutils-linux (2.1.14-1~bpo12+1) ...
modprobe: FATAL: Module zfs not found in directory /lib/modules/6.6.4-humpie-2
modprobe: FATAL: Module zfs not found in directory /lib/modules/6.6.4-humpie-2
invoke-rc.d: initscript zfs-import, action "start" failed.
dpkg: error processing package zfsutils-linux (--configure):
installed zfsutils-linux package post-installation script subprocess returned error exit status 1
Processing triggers for libc-bin (2.36-9+deb12u3) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-6.6.4-humpie-2
Errors were encountered while processing:
zfsutils-linux
Aaaargh :( - g00gled - found
https://bugs.debian.org/cgi-bin/bugrepo ... ug=1057452
:sudo apt purge zfs-dkms zfsutils-linux && sudo apt autoremovePackage: zfs-dkms
Version: 2.1.14-1
Severity: important
Control: close -1 2.2.2-1~exp1
Hi,
zfs-dkms fails to build a module for Linux 6.6 that was just uploaded
to experimental
:
Date: Tue, 5 Dec 2023 10:21:01 UTC
Severity: important
Found in version zfs-linux/2.1.14-1
Fixed in version zfs-linux/2.2.2-1~exp1
situation asof 2023/12/12 - 11:00
https://forums.debian.net/viewtopic.php?t=157693
for further reference, see:
https://www.phoronix.com/forums/forum/s ... ssue/page5
https://forums.debian.net/viewtopic.php?t=157693
https://bugs.debian.org/cgi-bin/bugrepo ... =1057452#8
:
et al++ (g00gle!)
BE CAREFUL, stay well ... greetz, l0dr3