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 68568EB64DC for ; Wed, 21 Jun 2023 22:40:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230042AbjFUWkD (ORCPT ); Wed, 21 Jun 2023 18:40:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229675AbjFUWkA (ORCPT ); Wed, 21 Jun 2023 18:40:00 -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 C9D99F1; Wed, 21 Jun 2023 15:39:59 -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 4CEEE616F5; Wed, 21 Jun 2023 22:39:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37ABCC433C0; Wed, 21 Jun 2023 22:39:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1687387198; bh=VyqjPyps4nuqT5r5rNc+NdMWdhxgrdW46su+aFieyIM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=W5LDBYdwO0S4DUiuZvMiJfMk155+dDMCkjTaRR6GpHTsVuqKdiX30i1Pa6ZsdL34d Z0HzF4J9gq2Sz8fZIXvFd70XSra1Y5wd3oDtytLy8hXC1Sj9tM+G2ih3vaJSf0lh6L GrF5OUObk8eVIho5CfJ7tsnvRUrWAsiCjtYflDAE= Date: Wed, 21 Jun 2023 15:39:57 -0700 From: Andrew Morton To: Sidhartha Kumar Cc: Mike Kravetz , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Matthew Wilcox , Ackerley Tng , Muchun Song , Vishal Annapurve , Erdem Aktas , Greg Kroah-Hartman Subject: Re: [PATCH 2/2] hugetlb: revert use of page_cache_next_miss() Message-Id: <20230621153957.725e3a4e1f38dc7dd76cc1aa@linux-foundation.org> In-Reply-To: <8a1fc1b1-db68-83f2-3718-e795430e5837@oracle.com> References: <20230621212403.174710-1-mike.kravetz@oracle.com> <20230621212403.174710-2-mike.kravetz@oracle.com> <8a1fc1b1-db68-83f2-3718-e795430e5837@oracle.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 21 Jun 2023 15:19:58 -0700 Sidhartha Kumar wrote: > > IMPORTANT NOTE FOR STABLE BACKPORTS: > > This patch will apply cleanly to v6.3. However, due to the change of > > filemap_get_folio() return values, it will not function correctly. This > > patch must be modified for stable backports. > > This patch I sent previously can be used for the 6.3 backport: > > https://lore.kernel.org/lkml/b5bd2b39-7e1e-148f-7462-9565773f6d41@oracle.com/T/#me37b56ca89368dc8dda2a33d39f681337788d13c Are we suggesting that this be backported? If so, I'll add the cc:stable. Because -stable maintainers have been asked not to backport MM patches to which we didn't add the cc:stable.