From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id A3ECD8653D for ; Thu, 23 Dec 2021 17:23:20 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8D4D4242BB for ; Thu, 23 Dec 2021 17:22:50 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 56E2524287 for ; Thu, 23 Dec 2021 17:22:48 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id BE4EF46AF4 for ; Thu, 23 Dec 2021 17:22:47 +0100 (CET) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Thu, 23 Dec 2021 17:22:20 +0100 Message-Id: <20211223162224.1120203-1-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.020 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH zfsonlinux/kernel] update ZFS to 2.1.2 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2021 16:23:20 -0000 This patchset updates ZFS to 2.1.2 and adapt the buildsystem to it. The cherry-picked patch from debian-upstream - of ignoring failed abigail runs is due to ZFS switching over to libabigail 2.0.0 (which is not available in bullseye) - one alternative could be to completely drop the ABI checking in our build-scripts - but I went with the smaller delta to debian for the kernel-repo I needed to add the commiter information for Fabian's "KConfig: disable module BTF debug info" patch since else import-patchqueue refused to work. The changes were tested on a virtual node of mine - the zvol ERSTARTSYS issue is still fixed - tested with: ` parallel -j1000% nice -n19 dd if=\{\} of=/dev/null status=none bs=4K count=1 ::: /dev/zd*` zfsonlinux: Aron Xu (1): d/rules: allow abigail to fail Stoiko Ivanov (1): update submodule and patches to ZFS 2.1.2 debian/patches/0005-Enable-zed-emails.patch | 2 +- debian/patches/0007-Use-installed-python3.patch | 6 +++--- debian/rules | 2 +- upstream | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) pve-kernel Stoiko Ivanov (2): patches: add Author information to disable-split-btf.patch drop -ERESTARTSYS handling in blkdev_get_by_dev patch ...Config-disable-module-BTF-debug-info.patch | 23 +++++++++++ ...ove-the-ERESTARTSYS-handling-in-blkd.patch | 40 ------------------- patches/kernel/0009-disable-split-btf.patch | 13 ------ 3 files changed, 23 insertions(+), 53 deletions(-) create mode 100644 patches/kernel/0008-KConfig-disable-module-BTF-debug-info.patch delete mode 100644 patches/kernel/0008-Revert-block-remove-the-ERESTARTSYS-handling-in-blkd.patch delete mode 100644 patches/kernel/0009-disable-split-btf.patch -- 2.30.2