Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp5501809ybf; Thu, 5 Mar 2020 01:49:38 -0800 (PST) X-Google-Smtp-Source: ADFU+vt74vjvU87hjsVO8Z+w+RtL7xwMPGImsS2UJ6Y1PXiJFSsoVhcu7wfFczrI+fLlt9Jgqgdq X-Received: by 2002:aca:1c01:: with SMTP id c1mr5055408oic.18.1583401777863; Thu, 05 Mar 2020 01:49:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583401777; cv=none; d=google.com; s=arc-20160816; b=0XR3kW8qOrgFZYh718nnG9ikkgK/mZ81zgl2986PUaJ+YP9G1mpPuonWEWtCVVu/dV t/T+Q7/YEb3g8RauOg5P+mhES6BqDfQIiEc5aDKu5EW93lNNUJgdr3PoskpD0AbfFGA3 yG3QOSltdMufDaPEy/m2x/SXnUSULNMvkddUxy0INX84b1fPH875/iAX8IBIq8iK4KBD fSkniK5y2m+VOYK4Y9XFuOXFvjaCYwpG3Nw8CvM79+2P08EKLtStzsc+7LnZUt9LRIsF BJGOHs7MZAZILyvIxKMivF63yQeg1kDhpymPH894eSRk5kDg9O2JBpyazQxwr7s82p7M LOWA== 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 :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=/zeKWCj4eONcyASEmd2L9ycr3/DI95XpKK0Voa7b2s4=; b=D8B89ybh8BxVUV1sY9MHCiWkjOvlhkWVT4UT2iYx3Hs8Efzt38W0iOB48YfPA7cBg4 LesczBSjwAT9p2yWBHV5eQhUgZKrE7xUWszrJkLfpqaUnlVuULkEls1B8Vm6PmY6L9DR KtNk5wxKPedoOCLZY1VjdtNdIuy9Dg0HcQAazQKKt76Yq0hTifDcClsgTj172QMRPpuA x9mDQrabZ3d7TuxuD4uGMhD6NS1Jw3uUIv+v6JzuiaUMSauwFBiKACGIQBy/bxicGpqv rwnR+YJ1maaRfpnrTpUJIK8x4pHZIQuawqWqY2kYlWaq/qI2fow+d5HfyNJrLcYGNRGB iVNg== 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 x80si3025711oif.111.2020.03.05.01.49.25; Thu, 05 Mar 2020 01:49:37 -0800 (PST) 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 S1726674AbgCEJtE (ORCPT + 99 others); Thu, 5 Mar 2020 04:49:04 -0500 Received: from foss.arm.com ([217.140.110.172]:46020 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725897AbgCEJtE (ORCPT ); Thu, 5 Mar 2020 04:49:04 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B221531B; Thu, 5 Mar 2020 01:49:03 -0800 (PST) Received: from [192.168.1.161] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 420DB3F6C4; Thu, 5 Mar 2020 01:49:02 -0800 (PST) Subject: Re: [PATCH] mm: Make mem_cgroup_id_get_many dependent on MMU and MEMCG_SWAP To: Michal Hocko Cc: cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Johannes Weiner , Vladimir Davydov , Andrew Morton References: <20200304142348.48167-1-vincenzo.frascino@arm.com> <20200304165336.GO16139@dhcp22.suse.cz> From: Vincenzo Frascino Message-ID: <8c489836-b824-184e-7cfe-25e55ab73000@arm.com> Date: Thu, 5 Mar 2020 09:49:23 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20200304165336.GO16139@dhcp22.suse.cz> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Michal, On 3/4/20 4:53 PM, Michal Hocko wrote: > On Wed 04-03-20 14:23:48, Vincenzo Frascino wrote: >> mem_cgroup_id_get_many() is currently used only when MMU or MEMCG_SWAP >> configuration options are enabled. Having them disabled triggers the >> following warning at compile time: >> >> linux/mm/memcontrol.c:4797:13: warning: ‘mem_cgroup_id_get_many’ defined >> but not used [-Wunused-function] >> static void mem_cgroup_id_get_many(struct mem_cgroup *memcg, unsigned >> int n) >> >> Make mem_cgroup_id_get_many() dependent on MMU and MEMCG_SWAP to address >> the issue. > > A similar patch has been proposed recently > http://lkml.kernel.org/r/87fthjh2ib.wl-kuninori.morimoto.gx@renesas.com. > The conclusion was that the warning is not really worth adding code. > Thank you for pointing this out, I was not aware of it. I understand that you are against "#ifdeffery" in this case, but isn't it the case of adding at least __maybe_unused? This would prevent people from reporting it over and over again and you to have to push them back :) Let me know what do you think, in case I am happy to change my patch accordingly. [...] -- Regards, Vincenzo