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 89762CDB47E for ; Wed, 18 Oct 2023 21:26:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230391AbjJRV00 (ORCPT ); Wed, 18 Oct 2023 17:26:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229894AbjJRV0Z (ORCPT ); Wed, 18 Oct 2023 17:26:25 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 714969B for ; Wed, 18 Oct 2023 14:26:24 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E310C433C8; Wed, 18 Oct 2023 21:26:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697664384; bh=BglcM4atM+2rf5B/mp1sHG8DqPMTxuGyhRalY9Zn6Us=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R4w2CGYYg9TGEuwZbCTuExyWqr1UZrosAv2oZcC+oL3cS3Wxsf6lKkyfXS1R/8+9w veQYYuO9q97Kaa/7arcQ+uU2sUPXwVwcT/jZp56PMauBCzhA5dznT0OQr2WKB0fQlc VVwqnaU/l9zn5yKDrxCM+FN0FCh9vERfox1hFSvp90s3zM84gAwkykTGhmR2UUOoq7 PnFaQ+m3/nZVURYdP3feVau5Znjc7hm2LYbyrmbO4TIuzI4r3vvtFJCGZljDyH/Frr cSN2AQHvlPWSYizCnYMNXmcQe5ZRG1zaXr+m8K64iMzimysodmqHcZqJn+1YGjPV60 1v/0S7ygKTgAg== Date: Wed, 18 Oct 2023 15:26:20 -0600 From: Keith Busch To: Kanchan Joshi Cc: hch@lst.de, axboe@kernel.dk, sagi@grimberg.me, linux-nvme@lists.infradead.org, gost.dev@samsung.com, vincentfu@gmail.com, stable@vger.kernel.org Subject: Re: [PATCH v2] nvme: remove unprivileged passthrough support Message-ID: References: <20231016060519.231880-1-joshi.k@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On further consideration and some offline chats, I believe this large change is a bit too late for 6.6. I think this should wait for 6.7 (and stable), hopefully preserving non-root access in some sane capacity. It's backed out now, and current nvme-6.6 PR does not include this patch.