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 F384F29CA; Thu, 27 Jun 2024 06:23:28 +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=1719469410; cv=none; b=mbfTggKJC5HaTmLQoo2rr42M1pTDit+4QF+XZCMt/ibU/fwkcjD0mRMQeQVkB9K1s3TgezUVcUf6uYXZicIFSzNSWDUaHLuk4G3ks65U6hSoUNHrwcqoHQeuJgVJrRrL1G61KvIP3FrDfi3RN34Wl1Ho3i6SJ/HOu5/fiCJb5R0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719469410; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oLSugn6cyUOeWK/6v5QiZiI3wUBps3sBnXVdwYVhRvP6G7BAZYXBfc2SujIHrCvtRMd70k6NfFPQR5/KXMe5AyLuTthXijhNzdQSj65aj/GspZi2A0NCHqkj91hstbNa/CEAaiPCluVklBXL7p8qCpST7HMUGoKrqEHRJgcbvC4= 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 F2A4968AFE; Thu, 27 Jun 2024 08:23:25 +0200 (CEST) Date: Thu, 27 Jun 2024 08:23:25 +0200 From: Christoph Hellwig To: Anuj Gupta Cc: 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 06/10] block: modify bio_integrity_map_user to accept iov_iter as argument Message-ID: <20240627062325.GE16047@lst.de> References: <20240626100700.3629-1-anuj20.g@samsung.com> <20240626100700.3629-7-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-7-anuj20.g@samsung.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig