From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id 08DF01FF0AB for ; Mon, 07 Sep 2026 11:47:58 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 640B12159E; Mon, 07 Sep 2026 11:47:56 +0200 (CEST) From: Erik Fastermann To: pve-devel@lists.proxmox.com Subject: [PATCH qemu v2 1/9] d/patches: normalize header of pbs-restore no-cache patch Date: Mon, 7 Sep 2026 11:47:35 +0200 Message-ID: <20260907094744.131193-2-e.fastermann@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260907094744.131193-1-e.fastermann@proxmox.com> References: <20260907094744.131193-1-e.fastermann@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 1 AWL -0.518 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods RDNS_NONE 1.274 Delivered to internal network by a host with no rDNS SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record Message-ID-Hash: 5JKA2MCYDB4G545U32KQUL7DTC2BQSOE X-Message-ID-Hash: 5JKA2MCYDB4G545U32KQUL7DTC2BQSOE X-MailFrom: efastermann@ruth.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 CC: Erik Fastermann X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Every other patch in the series is generated with --zero-commit and --no-signature. Bring the outlier in line, so regenerating the series does not produce unrelated churn. Signed-off-by: Erik Fastermann --- ...bs-restore-add-no-cache-flag-to-skip-host-page-cach.patch | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/patches/pve/0047-pbs-restore-add-no-cache-flag-to-skip-host-page-cach.patch b/debian/patches/pve/0047-pbs-restore-add-no-cache-flag-to-skip-host-page-cach.patch index fff7127..3ef6e69 100644 --- a/debian/patches/pve/0047-pbs-restore-add-no-cache-flag-to-skip-host-page-cach.patch +++ b/debian/patches/pve/0047-pbs-restore-add-no-cache-flag-to-skip-host-page-cach.patch @@ -1,4 +1,4 @@ -From d7ca855d826bb20cd896fe95e1cc2154ce32980d Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Christian Ebner Date: Mon, 17 Aug 2026 10:21:58 +0200 Subject: [PATCH] pbs-restore: add no-cache flag to skip host page cache on @@ -67,6 +67,3 @@ index f165f418af..55a3cb235d 100644 BlockBackend *blk = blk_new_open(target, NULL, options, flags, &local_err); if (!blk) { fprintf(stderr, "%s\n", error_get_pretty(local_err)); --- -2.47.3 - -- 2.47.3