From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 7A5EF2638BA for ; Tue, 25 Feb 2025 09:42:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740476539; cv=none; b=UdliKiperciaeAswgPGMUgIZY/u6WtZFmS49N07PJkvPSCZFaM2XUS3yWga/17WVF7IvN0Z6drgQnzVM7jMe3TvUDJZeM03kcqScTXoAbrlU/+7TCb4wodGXLcG0gwpDxth8oE1vTl0CAHQbhwzdm6uZLgQnScf80PqaL3Tr97Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740476539; c=relaxed/simple; bh=DlMS0Wj6BALT7glSDOHo3OuVJW8+hWkASn8ha2Zauz0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DcYnM7+GW+HG5kkCvInxaqEqX4xAyJBfbKOwAPZ+464nSXOu2g4CgAlkuNXhgUpFMkA9bjeapupOj32MCIJ2g22c4YCL2m/LPasGrIEN2FrrdF/WIYVdx8Mu16aTXsFpjqrYrPNF7lOo3TqYGDBaTg8HGyy0B5y0zUBLhUThAXk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=MohkxxRa; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="MohkxxRa" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1740476535; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6hCglnFAAnHz251jrwMUdMs/kU7N9ipr7lgfsukSxr0=; b=MohkxxRaykF63HRlDYEqrt+Lu+lLVOsJeXhPWUqTtFMFmy2V4iakBzxFkgHOCzcxTt11ui PitLHu33fDmc+FuBruY2Wumh9fD2iSWnTlAru97yUm7y6RXLpDyI5kYuq79LYTo2OlWLrg ycswBy2o0RzSXZc4l0t1gzDqFtlQKlE= Received: from mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-518-08rqH9ApM0SZOMORbTBP-w-1; Tue, 25 Feb 2025 04:42:09 -0500 X-MC-Unique: 08rqH9ApM0SZOMORbTBP-w-1 X-Mimecast-MFC-AGG-ID: 08rqH9ApM0SZOMORbTBP-w_1740476528 Received: from mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.93]) (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 mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 39C7A18D95E0; Tue, 25 Feb 2025 09:42:08 +0000 (UTC) Received: from fedora (unknown [10.72.120.31]) by mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id D7AE21800366; Tue, 25 Feb 2025 09:42:01 +0000 (UTC) Date: Tue, 25 Feb 2025 17:41:56 +0800 From: Ming Lei To: Keith Busch Cc: asml.silence@gmail.com, axboe@kernel.dk, linux-block@vger.kernel.org, io-uring@vger.kernel.org, bernd@bsbernd.com, csander@purestorage.com, Xinyu Zhang , Keith Busch Subject: Re: [PATCHv5 08/11] nvme: map uring_cmd data even if address is 0 Message-ID: References: <20250224213116.3509093-1-kbusch@meta.com> <20250224213116.3509093-9-kbusch@meta.com> Precedence: bulk X-Mailing-List: linux-block@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: <20250224213116.3509093-9-kbusch@meta.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.93 On Mon, Feb 24, 2025 at 01:31:13PM -0800, Keith Busch wrote: > From: Xinyu Zhang > > When using kernel registered bvec fixed buffers, the "address" is > actually the offset into the bvec rather than userspace address. > Therefore it can be 0. > We can skip checking whether the address is NULL before mapping > uring_cmd data. Bad userspace address will be handled properly later when > the user buffer is imported. > With this patch, we will be able to use the kernel registered bvec fixed > buffers in io_uring NVMe passthru with ublk zero-copy support in > https://lore.kernel.org/io-uring/20250218224229.837848-1-kbusch@meta.com/T/#u. > > Reviewed-by: Caleb Sander Mateos > Reviewed-by: Jens Axboe > Reviewed-by: Keith Busch > Signed-off-by: Xinyu Zhang Reviewed-by: Ming Lei Thanks, Ming