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 9A504C7EE23 for ; Thu, 1 Jun 2023 09:44:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232211AbjFAJoP (ORCPT ); Thu, 1 Jun 2023 05:44:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232713AbjFAJoP (ORCPT ); Thu, 1 Jun 2023 05:44:15 -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 76E3BD7 for ; Thu, 1 Jun 2023 02:44:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0AC67641D0 for ; Thu, 1 Jun 2023 09:44:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2262EC433D2; Thu, 1 Jun 2023 09:44:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685612653; bh=KeJijn1cAP93TXRZnlnCAc6Ymw9X50flgPprbrFO9xQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FflH6MCNMF7P0pJ+j4dEp25PHInOFVC3fjDfzahtUEsJcE5fIregcEFAuYxpr/9Ma BTkTQES+Zr9oHdgRCFHNcnYqzWPSiERrhZ4pi3FLxSV+gjdDxfqFnsAYqXu8Xd2QAA sFiXya7qczrytInbw2jbZYKeCuqURsyI/jYv9XN4= Date: Thu, 1 Jun 2023 10:44:11 +0100 From: Greg KH To: Piyush Sachdeva Cc: stable@vger.kernel.org, "Aneesh Kumar K.V" , Tarun Sahu , Joao Martins , Muchun Song , Dan Williams , Mike Kravetz , Andrew Morton Subject: Re: [PATCH 6.2.16] mm/vmemmap/devdax: fix kernel crash when probing devdax devices Message-ID: <2023060128-kindness-vision-7ce7@gregkh> References: <2023050736-railway-greyhound-b246@gregkh> <43baafa1897127eb0e362bba3e785740017afc50.1684485577.git.piyushs@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43baafa1897127eb0e362bba3e785740017afc50.1684485577.git.piyushs@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, May 30, 2023 at 06:51:46PM +0530, Piyush Sachdeva wrote: > From: "Aneesh Kumar K.V" > > [ Upstream commit 87a7ae75d7383afa998f57656d1d14e2a730cc47 ] 6.2.y is long end-of-life, so there's nothing we can do here. Always remember to check the front page of kernel.org to see the list of kernels to check if they are active or not. thanks, greg k-h