From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 797A037143; Fri, 28 Jun 2024 06:04:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719554689; cv=none; b=rtGpoCOQ6yul1qq3OUuds4T8yvzRqAJ5BBkTY4dq6DnohQfcjk04FK1AzLso3BnWqLTtLLq0JQLgW1sQh+M7/eH+J5Kwg5Rf4jgj929DadBGrYcMBWxd7b9KXZvmsMlcdUhh36AdW6L6Bj5GYt+iTl/Myi/kML46dkhChfnMGUM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719554689; c=relaxed/simple; bh=6ODeKOE4/e/Vo+oOIjM9vkmo5av3kJbjbJUl8hpcuIY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nGAV9pDHEBl6k1nHcMR5n/rw8J7DYtuGqL3HIP3A0HBIMW5O+ZIlTnUoMWB/WAKJYEBqCKmXl3UvNy5aouuzfIlfFtaKBDkYTrRyV5/IM/HpnoTdXhcw3R0t+xpqlUZdq4oVfhAL0enI6q/M856fg3j8YmaIje+hBENeOiYRjRk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 67D2D68D05; Fri, 28 Jun 2024 08:04:45 +0200 (CEST) Date: Fri, 28 Jun 2024 08:04:44 +0200 From: Christoph Hellwig To: axboe@kernel.dk Cc: Anuj Gupta , asml.silence@gmail.com, mpatocka@redhat.com, axboe@kernel.dk, hch@lst.de, kbusch@kernel.org, martin.petersen@oracle.com, io-uring@vger.kernel.org, linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, Kanchan Joshi Subject: Re: [PATCH v2 02/10] block: set bip_vcnt correctly Message-ID: <20240628060444.GA26351@lst.de> References: <20240626100700.3629-1-anuj20.g@samsung.com> <20240626100700.3629-3-anuj20.g@samsung.com> Precedence: bulk X-Mailing-List: io-uring@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240626100700.3629-3-anuj20.g@samsung.com> User-Agent: Mutt/1.5.17 (2007-11-01) Jens, can you pick this one up for 6.11? We can't really trigger it as-is, but it would be good to get it out of the way and avoid someone else triggering the issue (e.g. Mikulas with his dm-integrity work).