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 688B5C04A94 for ; Sat, 12 Aug 2023 05:57:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235184AbjHLF5w (ORCPT ); Sat, 12 Aug 2023 01:57:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233647AbjHLF5v (ORCPT ); Sat, 12 Aug 2023 01:57:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6D6F2D44; Fri, 11 Aug 2023 22:57:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 451FB60EB2; Sat, 12 Aug 2023 05:57:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58012C433C7; Sat, 12 Aug 2023 05:57:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691819870; bh=ZThS3z/Cr+ADxRaKGfkjS2bncKPUrhLfkLKGIPqXyLM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tC4fybrKzzSIpZkP6LpWo0wc5dCoYRMOxtLlRsCz5BEpNnK+aghoJXG2w5NJ2pDlK 1rw5+GJQtMzHq927M990P8aQpmHbs4F7CuunUc7TKGyK+ZJM/YnvN1Or9hEYmQZmLc Bn1xTrEBhh4Lw4d5H2xpQV/egVolQyHxfKEALo4w= Date: Sat, 12 Aug 2023 07:57:47 +0200 From: Greg KH To: Keith Busch Cc: August Wikerfors , stable@vger.kernel.org, Mario Limonciello , Christoph Hellwig , axboe@fb.com, sagi@grimberg.me, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, nilskruse97@gmail.com, David.Chang@amd.com Subject: Re: [PATCH] nvme: Don't fail to resume if NSIDs change Message-ID: <2023081215-stock-huddling-03c9@gregkh> References: <040c5788-1a7b-26ea-23cc-ba239c76efa9@augustwikerfors.se> <39697f68-9dc8-7692-7210-b75cce32c6ce@amd.com> <20230731201047.GA14034@lst.de> <36319a0f-34a6-9353-bc52-4d4d0fac27a5@amd.com> <20230801112403.GA3972@lst.de> <0f422dbe-2e3f-4401-be87-2963cbbc1234@augustwikerfors.se> 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 Fri, Aug 11, 2023 at 02:59:33PM -0600, Keith Busch wrote: > On Fri, Aug 11, 2023 at 10:19:35PM +0200, August Wikerfors wrote: > > On 2023-08-01 22:34, Mario Limonciello wrote: > > > If you can still change it before sending out can you add a stable tag > > > as well? > > > > This didn't get added in time, so, stable team, please backport: > > > > 688b419c57c1 ("nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G") > > Perhaps bad form on my end for relying on it, but in my experience, the > stable bot has a great record on auto selecting nvme quirks. It's better for everyone if you mark it for stable, so you know it will get reviewed, otherwise you are at the mercy of our scripts and free time to dig for patches :) thanks, greg k-h