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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1488C4321E for ; Tue, 29 Nov 2022 13:39:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232419AbiK2NjE (ORCPT ); Tue, 29 Nov 2022 08:39:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229900AbiK2NjB (ORCPT ); Tue, 29 Nov 2022 08:39:01 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C35AD5B5A3 for ; Tue, 29 Nov 2022 05:39:00 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 3C6C86732D; Tue, 29 Nov 2022 14:38:57 +0100 (CET) Date: Tue, 29 Nov 2022 14:38:56 +0100 From: Christoph Hellwig To: Lei Rao Cc: kbusch@kernel.org, axboe@fb.com, hch@lst.de, sagi@grimberg.me, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, hang.yuan@intel.com Subject: Re: [PATCH] nvme: clear the prp2 field of the nvme command. Message-ID: <20221129133856.GA13668@lst.de> References: <20221129094811.893586-1-lei.rao@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221129094811.893586-1-lei.rao@intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks, I've applied the patch with a slightly update commit message to the nvme-6.1 tree.