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 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0D161C433FF for ; Tue, 30 Jul 2019 13:11:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D61C020665 for ; Tue, 30 Jul 2019 13:11:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564492290; bh=ucUfyNbPV1QhOYaCb+k5f4IcjRDHmzT4KSj57l5KVSQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Tx3qFb4eB8VeBfmu++Nw2kBqxAd2ipfGlRw9InQ13bnCU84Tc3WeAIq8j7qtIN3FQ ya785jxagGDnxBTPJ95TTjPFO/mng4nMv/NrT+HkQI5FHSJg/oahBUhDuWI44QK8s8 /mhgtOMxFUxA18bxt5La64cpAk/XK4HG5sSpOuJE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729915AbfG3NL3 (ORCPT ); Tue, 30 Jul 2019 09:11:29 -0400 Received: from mx2.suse.de ([195.135.220.15]:36182 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728761AbfG3NL3 (ORCPT ); Tue, 30 Jul 2019 09:11:29 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 02C8DB03A; Tue, 30 Jul 2019 13:11:27 +0000 (UTC) Date: Tue, 30 Jul 2019 15:11:27 +0200 From: Michal Hocko To: Andrew Morton Cc: David Rientjes , Mel Gorman , Andrea Arcangeli , Vlastimil Babka , Zi Yan , Stefan Priebe - Profihost AG , "Kirill A. Shutemov" , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] Revert "mm, thp: restore node-local hugepage allocations" Message-ID: <20190730131127.GT9330@dhcp22.suse.cz> References: <20190503223146.2312-1-aarcange@redhat.com> <20190503223146.2312-3-aarcange@redhat.com> <20190520153621.GL18914@techsingularity.net> <20190523175737.2fb5b997df85b5d117092b5b@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190523175737.2fb5b997df85b5d117092b5b@linux-foundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 23-05-19 17:57:37, Andrew Morton wrote: [...] > It does appear to me that this patch does more good than harm for the > totality of kernel users, so I'm inclined to push it through and to try > to talk Linus out of reverting it again. What is the status here? I do not see the patch upstream nor in the mmotm tree. -- Michal Hocko SUSE Labs