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 DCF38CDB465 for ; Mon, 16 Oct 2023 05:32:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231605AbjJPFcu (ORCPT ); Mon, 16 Oct 2023 01:32:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231511AbjJPFcu (ORCPT ); Mon, 16 Oct 2023 01:32:50 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD21DE0 for ; Sun, 15 Oct 2023 22:32:48 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 4C2C36732A; Mon, 16 Oct 2023 07:32:43 +0200 (CEST) Date: Mon, 16 Oct 2023 07:32:42 +0200 From: Christoph Hellwig To: Kanchan Joshi Cc: hch@lst.de, kbusch@kernel.org, axboe@kernel.dk, sagi@grimberg.me, linux-nvme@lists.infradead.org, vincentfu@gmail.com, ankit.kumar@samsung.com, joshiiitr@gmail.com, stable@vger.kernel.org Subject: Re: [PATCH] nvme: remove unprivileged passthrough support Message-ID: <20231016053242.GA25813@lst.de> References: <20231014090108.128809-1-joshi.k@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231014090108.128809-1-joshi.k@samsung.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig (with the Fixes tag fixes up as per the comment from Greg)