From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0CA01C433EF for ; Thu, 20 Jan 2022 10:24:19 +0000 (UTC) Received: from localhost ([::1]:35346 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nAUc5-0002oQ-Qy for qemu-devel@archiver.kernel.org; Thu, 20 Jan 2022 05:24:17 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42950) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nATbr-0000Bd-AR; Thu, 20 Jan 2022 04:19:59 -0500 Received: from kerio.kamp.de ([195.62.97.192]:51814) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nATbp-0008Tz-Gj; Thu, 20 Jan 2022 04:19:58 -0500 X-Footer: a2FtcC5kZQ== Received: from [172.20.250.7] ([172.20.250.7]) (authenticated user pl@kamp.de) by kerio.kamp.de with ESMTPSA (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)); Thu, 20 Jan 2022 10:19:28 +0100 Subject: Re: [PATCH V2 for-6.2 0/2] fixes for bdrv_co_block_status To: Stefano Garzarella , Kevin Wolf References: <20220113144426.4036493-1-pl@kamp.de> <20220119145735.qkuxqnnfqws7xbme@steredhat> From: Peter Lieven Message-ID: Date: Thu, 20 Jan 2022 10:19:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20220119145735.qkuxqnnfqws7xbme@steredhat> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US Received-SPF: pass client-ip=195.62.97.192; envelope-from=pl@kamp.de; helo=kerio.kamp.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?Q?Daniel_P=2e_Berrang=c3=a9?= , qemu block , qemu-devel@nongnu.org, Christian Theune , Max Reitz , Paolo Bonzini , Ilya Dryomov Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Am 19.01.22 um 15:57 schrieb Stefano Garzarella: > On Fri, Jan 14, 2022 at 11:58:40AM +0100, Ilya Dryomov wrote: >> On Thu, Jan 13, 2022 at 3:44 PM Peter Lieven wrote: >>> >>> V1->V2: >>>  Patch 1: Treat a hole just like an unallocated area. [Ilya] >>>  Patch 2: Apply workaround only for pre-Quincy librbd versions and >>>           ensure default striping and non child images. [Ilya] >>> >>> Peter Lieven (2): >>>   block/rbd: fix handling of holes in .bdrv_co_block_status >>>   block/rbd: workaround for ceph issue #53784 >>> >>>  block/rbd.c | 52 +++++++++++++++++++++++++++++++++++++++++++++------- >>>  1 file changed, 45 insertions(+), 7 deletions(-) >>> >>> -- >>> 2.25.1 >>> >>> >> >> These patches have both "for-6.2" in the subject and >> Cc: qemu-stable@nongnu.org in the description, which is a little >> confusing.  Just want to clarify that they should go into master >> and be backported to 6.2. > > Yeah, a bit confusing. These are for 7.0, so @Kevin can these patches go with your tree? Yes, sorry, my fault. It should be 7.0 Peter