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 9FB66C0015E for ; Sat, 12 Aug 2023 05:57:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234797AbjHLF5R (ORCPT ); Sat, 12 Aug 2023 01:57:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234787AbjHLF5Q (ORCPT ); Sat, 12 Aug 2023 01:57:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DE0922D44; Fri, 11 Aug 2023 22:57:15 -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 73C6764359; Sat, 12 Aug 2023 05:57:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87FE9C433C7; Sat, 12 Aug 2023 05:57:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691819834; bh=uZAQzoFipmUZFtQmE1dYQ0dK9Re2VCDZAO2Fa835pA0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vYEDECX3e+qlIBCjFXTFoSXjDWaaE3HBOjxoaqJdu6VtlSmIxpWiGua1+T8qOcdzY pO6pRKDpltvo/7GsGENkwomPvYHIOodRH6i48t8iZQd8T/y03ueN3e2yH4W6tT/Ug6 DPYuEpoM7flDE9oQ8I42t41AsaFvymolriNXb46A= Date: Sat, 12 Aug 2023 07:57:11 +0200 From: Greg KH To: August Wikerfors Cc: stable@vger.kernel.org, Mario Limonciello , Keith Busch , 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: <2023081258-marital-idly-e4da@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: <0f422dbe-2e3f-4401-be87-2963cbbc1234@augustwikerfors.se> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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") Now queued up to 6.4.y and 6.1.y, thanks. greg k-h