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 4B324C77B7F for ; Fri, 19 May 2023 07:29:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230150AbjESH3C (ORCPT ); Fri, 19 May 2023 03:29:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbjESH3A (ORCPT ); Fri, 19 May 2023 03:29:00 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D9B4122 for ; Fri, 19 May 2023 00:28:59 -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 BE1526546B for ; Fri, 19 May 2023 07:28:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B1BBEC433EF; Fri, 19 May 2023 07:28:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1684481338; bh=lmXXYGrj6hHqqS4zlT/BiecD6RymwCiSsssvAM5GCeM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JcO76wyOkdYa2q5zd9GXcVEk04wSX1zNTJtAOACHFkOIOwwtRKtJyZMHt/0Ke8EU2 DN4nmXcHGyX7fiBmLiFvDbz4uiaB9nHOJuB9mEZmtFyi/eBMRNdgkidNmKpmLi90tr a6WPfCTJXBk2h9J+qUCsVEFEiRBVAuv8DTmOM8PY= Date: Fri, 19 May 2023 08:28:53 +0100 From: Greg Kroah-Hartman To: Jane Chu Cc: Tony Luck , Andrew Morton , Alexander Potapenko , Naoya Horiguchi , Miaohe Lin , Matthew Wilcox , Shuai Xue , Dan Williams , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 2/2] mm, hwpoison: When copy-on-write hits poison, take page offline Message-ID: <2023051938-pelvis-stucco-0c49@gregkh> References: <20221021200120.175753-1-tony.luck@intel.com> <20221031201029.102123-1-tony.luck@intel.com> <20221031201029.102123-3-tony.luck@intel.com> <71cdf8cc-a640-ec06-fca5-ed4d948c4880@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <71cdf8cc-a640-ec06-fca5-ed4d948c4880@oracle.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 18, 2023 at 02:49:44PM -0700, Jane Chu wrote: > Hi, Tony, Greg, > > Does it make sense to include this patch series in the > 5.15.y LTS kernel? I just checked: it's not in 5.15.112. This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.