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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham 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 118FEC07E95 for ; Tue, 13 Jul 2021 15:21:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EABE86128C for ; Tue, 13 Jul 2021 15:21:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237026AbhGMPXx (ORCPT ); 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