Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp192214imu; Fri, 16 Nov 2018 00:46:52 -0800 (PST) X-Google-Smtp-Source: AJdET5eO/IKozwHPEnRGb1lmks99EIx00TCSqvs5ntc0ovAlg+6TEqRTCgN8Ix/YTrxfP1IZflg3 X-Received: by 2002:a63:1a0c:: with SMTP id a12mr8938930pga.157.1542358012168; Fri, 16 Nov 2018 00:46:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542358012; cv=none; d=google.com; s=arc-20160816; b=d+iW/Nm5uGK5riLKR3ojX2AoqtADZZ2RSErnTr+yR9u98tRb3CUEKaDj6VswmJJhgs cufHvlwB8REyvf0Z/YHuajF5bPR8udEsqxZ8o8jF4v3BIoFZz5v/bCU0AHr8WNHap91W zkyquz86ZQ2BDjeTCewx5dgygjQylC+rIEDzd2l+PnTq97AIH8/fnOkKC8Jg3IVUjtDJ LCS4NGcyJG5+VARWFOPCR/MWZxGxOvMxMpFsz4gKNxY9vxF+aaNCExphO3cZprPcrU9r zVJd96ZYTqew+R2uG6epnM0EzAkzNrFdMXmRtS57b9HYi4WxeeQr8G8l8I0Gfg2JM99U HWGw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=FAum9AkkgAJQ8sS2GT9vaJQoTFpS5soQi/XSNE+3trk=; b=ZYFWGqORze2Zjl8yAeygsci+IJar8OZOsorAwkdyVQkrZvmcdUZBlvAk2w8/JLmryP t01nrfv6VoanjDwCpJyv0s8tKu7YjNIMHf9TElvsFC6mHdnVy8BYjDMZOaAic1hmfDir vEj9sitQCwtjjrki8VGR7uxzJoZM1s1GrN52/LBjbT2n0R2THZaKgW9Ku5wg/RkgdRSM D4BDyY1Qb96hFFAp92al8Rmej31nQe6maB2HIKKE1DET39m0h0HhmyeEXTGawUTdqL19 PkY17yCfJqseMyq/+Ro+798uhZsFnbmQf8iIXQasJrIsdrO39zdVyYzhgGUjGOJNnh7A QZuw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h31si5720029pgl.482.2018.11.16.00.46.36; Fri, 16 Nov 2018 00:46:52 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727878AbeKPS5U (ORCPT + 99 others); Fri, 16 Nov 2018 13:57:20 -0500 Received: from mx2.suse.de ([195.135.220.15]:53296 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727398AbeKPS5U (ORCPT ); Fri, 16 Nov 2018 13:57:20 -0500 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 EEDE6ACF8; Fri, 16 Nov 2018 08:45:56 +0000 (UTC) Date: Fri, 16 Nov 2018 09:45:56 +0100 From: Michal Hocko To: Aaron Lu Cc: linux-mm , lkml , Vasily Averin , Huang Ying , Andrew Morton Subject: Re: [PATCH] mm/swap: use nr_node_ids for avail_lists in swap_info_struct Message-ID: <20181116084556.GB14706@dhcp22.suse.cz> References: <20181115083847.GA11129@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181115083847.GA11129@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 15-11-18 16:38:47, Aaron Lu wrote: > Since commit a2468cc9bfdf ("swap: choose swap device according to > numa node"), avail_lists field of swap_info_struct is changed to > an array with MAX_NUMNODES elements. This made swap_info_struct > size increased to 40KiB and needs an order-4 page to hold it. > > This is not optimal in that: > 1 Most systems have way less than MAX_NUMNODES(1024) nodes so it > is a waste of memory; > 2 It could cause swapon failure if the swap device is swapped on > after system has been running for a while, due to no order-4 > page is available as pointed out by Vasily Averin. > > Solve the above two issues by using nr_node_ids(which is the actual > possible node number the running system has) for avail_lists instead > of MAX_NUMNODES. > > nr_node_ids is unknown at compile time so can't be directly used > when declaring this array. What I did here is to declare avail_lists > as zero element array and allocate space for it when allocating > space for swap_info_struct. The reason why keep using array but > not pointer is plist_for_each_entry needs the field to be part > of the struct, so pointer will not work. > > This patch is on top of Vasily Averin's fix commit. I think the > use of kvzalloc for swap_info_struct is still needed in case > nr_node_ids is really big on some systems. I haven't seen any system with a huge nr_node_ids but using kvzalloc is not harmfull. > Cc: Vasily Averin > Cc: Michal Hocko > Cc: Huang Ying > Signed-off-by: Aaron Lu Acked-by: Michal Hocko > --- > include/linux/swap.h | 11 ++++++++++- > mm/swapfile.c | 3 ++- > 2 files changed, 12 insertions(+), 2 deletions(-) > > diff --git a/include/linux/swap.h b/include/linux/swap.h > index d8a07a4f171d..3d3630b3f63d 100644 > --- a/include/linux/swap.h > +++ b/include/linux/swap.h > @@ -233,7 +233,6 @@ struct swap_info_struct { > unsigned long flags; /* SWP_USED etc: see above */ > signed short prio; /* swap priority of this type */ > struct plist_node list; /* entry in swap_active_head */ > - struct plist_node avail_lists[MAX_NUMNODES];/* entry in swap_avail_heads */ > signed char type; /* strange name for an index */ > unsigned int max; /* extent of the swap_map */ > unsigned char *swap_map; /* vmalloc'ed array of usage counts */ > @@ -274,6 +273,16 @@ struct swap_info_struct { > */ > struct work_struct discard_work; /* discard worker */ > struct swap_cluster_list discard_clusters; /* discard clusters list */ > + struct plist_node avail_lists[0]; /* > + * entries in swap_avail_heads, one > + * entry per node. > + * Must be last as the number of the > + * array is nr_node_ids, which is not > + * a fixed value so have to allocate > + * dynamically. > + * And it has to be an array so that > + * plist_for_each_* can work. > + */ > }; > > #ifdef CONFIG_64BIT > diff --git a/mm/swapfile.c b/mm/swapfile.c > index 8688ae65ef58..6e06821623f6 100644 > --- a/mm/swapfile.c > +++ b/mm/swapfile.c > @@ -2812,8 +2812,9 @@ static struct swap_info_struct *alloc_swap_info(void) > struct swap_info_struct *p; > unsigned int type; > int i; > + int size = sizeof(*p) + nr_node_ids * sizeof(struct plist_node); > > - p = kvzalloc(sizeof(*p), GFP_KERNEL); > + p = kvzalloc(size, GFP_KERNEL); > if (!p) > return ERR_PTR(-ENOMEM); > > -- > 2.17.2 > -- Michal Hocko SUSE Labs