From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id C0D281FF13E for ; Fri, 06 Mar 2026 12:21:06 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 654B51F930; Fri, 6 Mar 2026 12:22:13 +0100 (CET) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Subject: [PATCH zfsonlinux] update submodule to 2.4.1 and refresh patches Date: Fri, 6 Mar 2026 12:21:26 +0100 Message-ID: <20260306112130.1985912-1-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1772796070036 X-SPAM-LEVEL: Spam detection results: 0 AWL -1.116 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish RCVD_IN_MSPIKE_H2 0.001 Average reputation (+2) RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.617 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.892 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.622 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: B36ABTZCDC47DA5KWXOVXRCC5RTLHJFG X-Message-ID-Hash: B36ABTZCDC47DA5KWXOVXRCC5RTLHJFG X-MailFrom: s.ivanov@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: 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 --- ...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 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