Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4534376pxj; Tue, 25 May 2021 10:06:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyAFjrkevFb40GO262m+6clK7MUC54HV6xI+4PPPgl43btl6+5rmR2v2/fE7FaeZgRO3J9I X-Received: by 2002:a6b:5c04:: with SMTP id z4mr21873437ioh.51.1621962377482; Tue, 25 May 2021 10:06:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621962377; cv=none; d=google.com; s=arc-20160816; b=Dqr3zAVXUeVT76mA4jxFxETtbJ9Ql/9AUbhIAOWligdHyjQO7j1wsNVSn+0xiPTkA6 emse9bfAIiDs8g+4IyaAhmODkx2549uJbITYh0N9cFrrtI4o6SD/hHJvOHddVNDJQdUo miIpvq2mwLf4giZJTQA4lSErvZbC/C8BWohn5nwgXqPB7AiDnx3eZEpuZIJhsmj3Tqiz Wmb1Oh0KBlAAxloESCdQ0dMqrW4ko2D16jAG8VopirxhNCjZD44c5uSppBPvc/AqXNSx r1jxs9/dNbhZnmbRW/siIStDR3YLnAyAWrBhmYwOH/m1WICaPFQXVXGlixwopg/JqiWo e3Xw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=SCkTVOkYkJ/NlfXmcSclbnylFSzqqKh+CUTIV99Y5m0=; b=JZtiMBIJ+ZDYr0diSw5RJerPror7xrLbJGSJUA8knFEYT6pcZP9EW2CtqTGGWXkop5 am/r0VGtDPj7CE8dLa5PzZh8PULeII0kLREWB6rHqDZuj4XCCB57KXE47+kB7uGbNR1O 8Rxy0nb1EhmkYKDMQHu+zOdvLUhv6d/SJDa7MYMdfC41DiQ5nCa3LlXpW50I4pvuSnx5 A2iPJeqv4p+EeEXkNB2FMVGO4Uy7VU/3zvJnWiVDZoYVxzh1FJtZB6WDa1MS6JMFb/uk Mmi5WFFPFshoWZ7YwawKn5TKBWGo4LVkaFONhjwELdOYnnaJHMaoHw/UYL1HtMEuJ4PM Iw8Q== 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 a8si18290714ild.38.2021.05.25.10.06.02; Tue, 25 May 2021 10:06:17 -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 S233793AbhEYO05 (ORCPT + 99 others); Tue, 25 May 2021 10:26:57 -0400 Received: from outbound-smtp45.blacknight.com ([46.22.136.57]:46427 "EHLO outbound-smtp45.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233600AbhEYO04 (ORCPT ); Tue, 25 May 2021 10:26:56 -0400 Received: from mail.blacknight.com (pemlinmail04.blacknight.ie [81.17.254.17]) by outbound-smtp45.blacknight.com (Postfix) with ESMTPS id 44FD0FAC79 for ; Tue, 25 May 2021 15:25:26 +0100 (IST) Received: (qmail 29112 invoked from network); 25 May 2021 14:25:26 -0000 Received: from unknown (HELO techsingularity.net) (mgorman@techsingularity.net@[84.203.23.168]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 25 May 2021 14:25:26 -0000 Date: Tue, 25 May 2021 15:25:24 +0100 From: Mel Gorman To: Vlastimil Babka Cc: Andrew Morton , Michal Hocko , David Hildenbrand , Dan Streetman , Yang Shi , Linux-MM , LKML Subject: Re: [PATCH 00/14] Clean W=1 build warnings for mm/ Message-ID: <20210525142524.GU30378@techsingularity.net> References: <20210520084809.8576-1-mgorman@techsingularity.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 25, 2021 at 01:48:26PM +0200, Vlastimil Babka wrote: > On 5/20/21 10:47 AM, Mel Gorman wrote: > > This is a janitorial only. During development of a tool to catch build > > warnings early to avoid tripping the Intel lkp-robot, I noticed that mm/ > > is not clean for W=1. This is generally harmless but there is no harm in > > cleaning it up. It disrupts git blame a little but on relatively obvious > > lines that are unlikely to be git blame targets. > > > > include/asm-generic/early_ioremap.h | 9 +++++++++ > > include/linux/mmzone.h | 5 ++++- > > include/linux/swap.h | 6 +++++- > > mm/internal.h | 3 +-- > > mm/mapping_dirty_helpers.c | 2 +- > > mm/memcontrol.c | 2 +- > > mm/memory_hotplug.c | 6 +++--- > > mm/mmap_lock.c | 2 ++ > > mm/page_alloc.c | 2 +- > > mm/vmalloc.c | 3 +++ > > mm/vmscan.c | 2 +- > > mm/z3fold.c | 2 ++ > > mm/zbud.c | 2 ++ > > 13 files changed, 35 insertions(+), 11 deletions(-) > > Thanks, looks good. > > patch 3/14 subject looks like it should read just "mm/page_alloc: Make > should_fail_alloc_page a static function" > Yes it should. Andrew, do you mind fixing it directly instead of resending the entire series? > Acked-by: Vlastimil Babka > Thanks! -- Mel Gorman SUSE Labs