using import-patchqueue and export-patchqueue from pve-kernel/debian/scripts. all existing patches applied cleanly.
The changelog is quite long - a (biased) selection of improved/fixed issues (issue numbers refer to https://github.com/openzfs/zfs/): * Improved accounting of available space (special vdevs/dedup) #1822 * Added a CI test for building ZFS into the kernel (not DKMS, not as a module like we do) * Support for Linux kernel 6.19 #18197 * Improvments to shell code in zfs-initramfs #18000 * Improved parallel arc eviction #17970 Minimally tested with 2 VMs running containers with replication. Signed-off-by: Stoiko Ivanov <[email protected]> --- ...8-zpool-status-tighten-bounds-for-noalloc-stat-availab.patch | 2 +- upstream | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/0008-zpool-status-tighten-bounds-for-noalloc-stat-availab.patch b/debian/patches/0008-zpool-status-tighten-bounds-for-noalloc-stat-availab.patch index 8c1cecaee..d9adf54e7 100644 --- a/debian/patches/0008-zpool-status-tighten-bounds-for-noalloc-stat-availab.patch +++ b/debian/patches/0008-zpool-status-tighten-bounds-for-noalloc-stat-availab.patch @@ -51,7 +51,7 @@ Signed-off-by: Thomas Lamprecht <[email protected]> 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c -index a4a372834718ed48255e9b7a2dd375be0b45bc64..c059dd75283dbf89dcd3959c44b2341f13aac820 100644 +index cd1b61f137e5bf0cd35966418e1f3a2739244306..59bc5b972934f2ade80dc2d86e7437085486ae6d 100644 --- a/cmd/zpool/zpool_main.c +++ b/cmd/zpool/zpool_main.c @@ -3112,7 +3112,8 @@ print_status_config(zpool_handle_t *zhp, status_cbdata_t *cb, const char *name, diff --git a/upstream b/upstream index 743334913..1c702dda3 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit 743334913e5a5f60baf287bcc6d8a23515b02ac5 +Subproject commit 1c702dda346a59e05cfd3029569bbb1d5d91c54b -- 2.47.3
