Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1665662yba; Tue, 2 Apr 2019 13:17:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqyxTqmuCiP+EqscsdV7CcR8guUxkl34de7cquL63TCpitxrcg+pM2MR7J8rebVaySj7Didm X-Received: by 2002:a17:902:31a4:: with SMTP id x33mr35934444plb.24.1554236263405; Tue, 02 Apr 2019 13:17:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554236263; cv=none; d=google.com; s=arc-20160816; b=B+12t0KldZClhgSO0yK6B1PrHqZ+n9RpqitIylZZXWzOFk2FXKrGJfxvc7BJZ7uUyT cNUyVpfjxuvMlvFQAFwJWXeH0fzAS8ejD9LeLGbUK70/IQm27bt+WX9zl0bTBnfFgzjM 7AfswMLa/hogIio9b4rehrUNM4fNw0wyG0f3cXNQw9xsHPCEJuFOgDW6IU2CAcNIiCC7 XOryULt1uFgvQEr/Yf1ygi2Hgvz/wOls2IETt1ykHgkLAVgms9xZvrYjHWGT02YRyq5o zbN1xRRyj98iZ0mHUdHmdKXA9akYi8dRDdwZJP9fLjECL7eL7HOGUckhM7SwNLRBUYyh ICZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=Fgwlcj426vNPr1Zk7L7k5LY+HGdH7onlyfedTfEaV48=; b=jhTtJWjJuzsWV7oVnCCZ9GNBZ/6wXaIYP5L9T+R21qSE0Xhh6UmzGff32xmr6tVaJo vWSEuJs7x8+e6UxUMfpTK76mN1M3260hTjGZqzPlRRIrsXC++PJzUmiI8ZnmWnZupT5e WegC2eu8gdUqF74r5OHJdzxIfzmepIp7+aiIA8eCz76nriwXRqutKtms+2xcr0sL0C4m LfKmj+FZAQEI8zw7NPsG2Cu4z74STfoF/ulRSgpJtvhlmDxRIWPZTbYMY3PX9U6vhh/H ls17JeyQvDei1GM5vT/9rJvtk8chi13Xru4ZSR2xjNia2CHDN8vC9emFrAiP9zwByrgF Zq6Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i37si11961960pgb.436.2019.04.02.13.17.25; Tue, 02 Apr 2019 13:17:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726154AbfDBUQd (ORCPT + 99 others); Tue, 2 Apr 2019 16:16:33 -0400 Received: from mx2.suse.de ([195.135.220.15]:38000 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725812AbfDBUQd (ORCPT ); Tue, 2 Apr 2019 16:16:33 -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 E90F1AEA3; Tue, 2 Apr 2019 20:16:31 +0000 (UTC) Message-ID: <1554236175.2828.5.camel@suse.de> Subject: Re: [PATCH] mm/hugetlb: Get rid of NODEMASK_ALLOC From: Oscar Salvador To: Andrew Morton Cc: mike.kravetz@oracle.com, n-horiguchi@ah.jp.nec.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Date: Tue, 02 Apr 2019 22:16:15 +0200 In-Reply-To: <20190402130153.338e59c6cfda1ed3ec882517@linux-foundation.org> References: <20190402133415.21983-1-osalvador@suse.de> <20190402130153.338e59c6cfda1ed3ec882517@linux-foundation.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2019-04-02 at 13:01 -0700, Andrew Morton wrote: > It took a bit of sleuthing to figure out that this patch applies to > Mike's "hugetlbfs: fix potential over/underflow setting node specific > nr_hugepages". Should they be folded together? I'm thinking not. Sorry Andrew, I should have mentioned that this patch was based on Mike's "hugetlb fix potential over/underflow" patch. Given said that, I would keep the two patches separated, as that one is a fix, and this one is a cleanup. > (Also, should "hugetlbfs: fix potential over/underflow setting node > specific nr_hugepages" have been -stableified? I also think not, but > I > bet it happens anyway). I am not sure of the consequences in older branches, but if it is not too much of a hassle, it might be worth? Mike might know better here. -- Oscar Salvador SUSE L3