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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 73D8DC38A02 for ; Wed, 26 Oct 2022 03:04:25 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4A0AC10E2A4; Wed, 26 Oct 2022 03:04:24 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id DC4A710E2E2 for ; Wed, 26 Oct 2022 03:04:20 +0000 (UTC) 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 0F49561C5A; Wed, 26 Oct 2022 03:04:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3585C433D7; Wed, 26 Oct 2022 03:04:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1666753459; bh=BJRek8JE8PbRiFnJ+9mL3bLqWsbDCsQpG9QwxgqCafw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rMkoScGP715mzv3cGwxrexYAd0o2G6y7H9waTt6Jr13QCSf+7injFcz1l5cudMvTA g8/w+qkDcs3ORI75EholOlaDuL3RxekMSlZGA3JhPmrYFgBPeJ5V0DiSXqEh90v1Gs aDkMoVrT4TnjqI/z1y9by8dPVnollwWzUN4VCziU= Date: Tue, 25 Oct 2022 20:04:17 -0700 From: Andrew Morton To: Mel Gorman Message-Id: <20221025200417.4657a50e93cf13fb08a87db4@linux-foundation.org> In-Reply-To: <20221025100338.zcvqyji5gwiuj3nj@techsingularity.net> References: <1596edbb-02ad-6bdf-51b8-15c2d2e08b76@linux.intel.com> <20221024142321.f2etddxtqa47bib7@techsingularity.net> <8d9517cc-6fba-ede0-a95f-e9b036e75ceb@linux.intel.com> <20221025100338.zcvqyji5gwiuj3nj@techsingularity.net> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Intel-gfx] mm/huge_memory: do not clobber swp_entry_t during THP split X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Intel-gfx@lists.freedesktop.org" , Hugh Dickins , "Matthew Wilcox \(Oracle\)" , Linux MM , Matthew Auld Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, 25 Oct 2022 11:03:38 +0100 Mel Gorman wrote: > > If so I > > can temporarily put it in until it arrives via the next rc - assuming that > > would be the flow from upstream pov? > > > > I expect it to. It's currently in the akpm/mm.git branch > mm/mm-hotfixes-unstable where I expect it to flow to mm/mm-hotfixes-stable > in due course before sending to Linus. I can't make promises about the > timing as that's determined by Andrew. This is now in mainline, 71e2d666ef85.