Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp3989611pxv; Tue, 13 Jul 2021 08:21:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzeJcLbWYiHxJyUL1tvUxZjBseo+Nqdt7ZxrT+WoBZMh0UxELLX1R228hzJumgX3PiZNGVE X-Received: by 2002:a05:6638:24ce:: with SMTP id y14mr4444119jat.82.1626189716745; Tue, 13 Jul 2021 08:21:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626189716; cv=none; d=google.com; s=arc-20160816; b=ZhLDG2qz9L+H4W+ZrGaJNmDD2+0uc2rwM7lK3bNQl2xYzOF7G0waRvuSuihcCuggjm 8nMFvnDv+F5Z/YEHPARG3ceihlFm6sKioSfwedwhKKi8woa+dg3o1yUFlUO/AEuJ3PRQ Pi4ZUpvKWAX5TmzkB4EYquvyzuuvQ/+TMPcXDu3TpMayWyLqx5hboGn7cj3GFa4+3HJc 34XmUJCCg4FOcN6yoI4GO9HBO1Vu5F/muACldWPb2pfeH1AV1InmOxeJSwVVxbEthpn0 +vCykBb5XYW569fIOAXkpYsAaBIAJCTxPie4koT30pOfQJ3xanexlo98kXOxRPD2lza5 45rA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=AQEOForbWEhieUtrD6tP5h51p/I78tXI9NDEejpcbts=; b=R5nYz1esN1c7epb9vg+V5AmRCEIvGP4D8a1/Ld2hoWR01j25Zhx+8Lav99/pMXgXUL noAtjkSBwnipIsv4P506HgPjQlyDEN63/JeSTvx1B6TBJndNSs/jQhPmJM3pKgZ0VAlu znQufSYu03vcnGyp63nSE61sTnUAE060gKKu/aaQQtJQBJGaKzs5Y9gGa48RmJU+CgIK BJFCr4ikPxmT+fIX8nNfUBAQVXYYvOV2DAvfdPMolx++qoBHBGvY5Zkk6WbUpygIcDYh J5YxLdFtnIDdXdg26+BzR6Tdc7mCISKXlzWoqPzZVC24dhGKeDNjneNe8MqKr35vl1nm 1C9g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d14si22036053iow.80.2021.07.13.08.21.35; Tue, 13 Jul 2021 08:21:56 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237005AbhGMPXx (ORCPT + 99 others); Tue, 13 Jul 2021 11:23:53 -0400 Received: from outbound-smtp29.blacknight.com ([81.17.249.32]:50075 "EHLO outbound-smtp29.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236977AbhGMPXw (ORCPT ); Tue, 13 Jul 2021 11:23:52 -0400 Received: from mail.blacknight.com (pemlinmail01.blacknight.ie [81.17.254.10]) by outbound-smtp29.blacknight.com (Postfix) with ESMTPS id 06E42BEC88 for ; Tue, 13 Jul 2021 16:21:01 +0100 (IST) Received: (qmail 14824 invoked from network); 13 Jul 2021 15:21:00 -0000 Received: from unknown (HELO stampy.112glenside.lan) (mgorman@techsingularity.net@[84.203.17.255]) by 81.17.254.9 with ESMTPA; 13 Jul 2021 15:21:00 -0000 From: Mel Gorman To: Andrew Morton Cc: Desmond Cheong Zhi Xi , Zhang Qiang , Yanfei Xu , Chuck Lever , Jesper Dangaard Brouer , Matteo Croce , Linux-MM , LKML , Mel Gorman Subject: [PATCH 0/4 v2] 5.14-rc1 mm/page_alloc.c stray patches Date: Tue, 13 Jul 2021 16:20:56 +0100 Message-Id: <20210713152100.10381-1-mgorman@techsingularity.net> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (This v2 is because I didn't refresh the patches from my git tree properly before sending, sorry for the noise) This series is some fixes that would have likely have been included in the 5.14-rc1 merge window if they were on time. Mail indicates that some may already be picked up for mmotm but the tree is not up to date yet so I'm including them just in case. Three are fixes to the bulk memory allocator and one is a fallout from cleaning up warnings that trips BTF that expected a symbol to be global. mm/page_alloc.c | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) -- 2.26.2