Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3930879ybi; Mon, 3 Jun 2019 02:49:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqz9CCDgU/f2y7C25rwNTe9nL+wmSaA4u/VnP6XI5FHDW4gTUmag0UtF9RSvGk332NWdXMTO X-Received: by 2002:a17:90a:2648:: with SMTP id l66mr257843pje.65.1559555365805; Mon, 03 Jun 2019 02:49:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559555365; cv=none; d=google.com; s=arc-20160816; b=pxM9Gsz5GEQMHbNvHzZeMGIgSRsnB0lTfMj+YZQIlrkSoZdyCM34d+VKBXg0aqmanm F4Y9QholI8lo8qwnetkjKEqdo8Hi/Vkj6VSYqtCQ5anNZg+NGaGAU4upBXD/KECHPfaH gy09Opoz7sBu4vysztlulF9C5G/QkKjmcLL56kcpXOJ1QvHeZja9ilEt0oMHHhxx7Vc9 /WvTvmUInwMo/N7TuPgbW9fxQSN0yva6Uz/f4gkIl9Xzm533PgmyIGFMUlQ+6uwKNhpH pbxM6k98PK3sjr6ZAidz1H7jvLmrHUDRf7jG03AgIsUHlsIKHGt2I015ssp57k3pWNDD 5K3g== 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=TcUfCOeJBJp9O+U5YdQywRi1GhSonhNYKIV+JErCtd4=; b=W5jQJCU6ZKd0uGba7vrrvgWCl7+CDwX5gGhWCFihwdx8joXdfFw1xwIIMIs5+2Z8X1 +etH9fP7H2ysvrC6Q0kurmQg8S6ibShAbuQQua3bTHZIK/kqw8g/38R+X7KVdSXTvAFn 5hpFldZt5dveX5stWswZw4IJgq6KqXgblQzF6bExEOaxco4euoriV0t2We13XZM4zV42 3K19n/XLyVF324AXTTSoQVO0czwe5PqC+tUyazHfX2cKvQL/H42dwE3T5sk92sGXj3O1 1pyZEtShpT7skAb9t7Fjl4wgqFxFnFs7JbUS+SG4u47mwbPBUxJ5/q7VCCv4691+A9HO Ba1g== 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 c18si16729848pgp.74.2019.06.03.02.49.04; Mon, 03 Jun 2019 02:49:25 -0700 (PDT) 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 S1727189AbfFCHQL (ORCPT + 99 others); Mon, 3 Jun 2019 03:16:11 -0400 Received: from mx2.suse.de ([195.135.220.15]:38900 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726960AbfFCHQL (ORCPT ); Mon, 3 Jun 2019 03:16:11 -0400 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 DA7AAADA2; Mon, 3 Jun 2019 07:16:08 +0000 (UTC) Date: Mon, 3 Jun 2019 09:16:07 +0200 From: Michal Hocko To: Minchan Kim Cc: Andrew Morton , linux-mm , LKML , linux-api@vger.kernel.org, Johannes Weiner , Tim Murray , Joel Fernandes , Suren Baghdasaryan , Daniel Colascione , Shakeel Butt , Sonny Rao , Brian Geffon , jannh@google.com, oleg@redhat.com, christian@brauner.io, oleksandr@redhat.com, hdanton@sina.com Subject: Re: [RFCv2 1/6] mm: introduce MADV_COLD Message-ID: <20190603071607.GB4531@dhcp22.suse.cz> References: <20190531064313.193437-1-minchan@kernel.org> <20190531064313.193437-2-minchan@kernel.org> <20190531084752.GI6896@dhcp22.suse.cz> <20190531133904.GC195463@google.com> <20190531140332.GT6896@dhcp22.suse.cz> <20190531143407.GB216592@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190531143407.GB216592@google.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 Fri 31-05-19 23:34:07, Minchan Kim wrote: > On Fri, May 31, 2019 at 04:03:32PM +0200, Michal Hocko wrote: > > On Fri 31-05-19 22:39:04, Minchan Kim wrote: > > > On Fri, May 31, 2019 at 10:47:52AM +0200, Michal Hocko wrote: > > > > On Fri 31-05-19 15:43:08, Minchan Kim wrote: > > > > > When a process expects no accesses to a certain memory range, it could > > > > > give a hint to kernel that the pages can be reclaimed when memory pressure > > > > > happens but data should be preserved for future use. This could reduce > > > > > workingset eviction so it ends up increasing performance. > > > > > > > > > > This patch introduces the new MADV_COLD hint to madvise(2) syscall. > > > > > MADV_COLD can be used by a process to mark a memory range as not expected > > > > > to be used in the near future. The hint can help kernel in deciding which > > > > > pages to evict early during memory pressure. > > > > > > > > > > Internally, it works via deactivating pages from active list to inactive's > > > > > head if the page is private because inactive list could be full of > > > > > used-once pages which are first candidate for the reclaiming and that's a > > > > > reason why MADV_FREE move pages to head of inactive LRU list. Therefore, > > > > > if the memory pressure happens, they will be reclaimed earlier than other > > > > > active pages unless there is no access until the time. > > > > > > > > [I am intentionally not looking at the implementation because below > > > > points should be clear from the changelog - sorry about nagging ;)] > > > > > > > > What kind of pages can be deactivated? Anonymous/File backed. > > > > Private/shared? If shared, are there any restrictions? > > > > > > Both file and private pages could be deactived from each active LRU > > > to each inactive LRU if the page has one map_count. In other words, > > > > > > if (page_mapcount(page) <= 1) > > > deactivate_page(page); > > > > Why do we restrict to pages that are single mapped? > > Because page table in one of process shared the page would have access bit > so finally we couldn't reclaim the page. The more process it is shared, > the more fail to reclaim. So what? In other words why should it be restricted solely based on the map count. I can see a reason to restrict based on the access permissions because we do not want to simplify all sorts of side channel attacks but memory reclaim is capable of reclaiming shared pages and so far I haven't heard any sound argument why madvise should skip those. Again if there are any reasons, then document them in the changelog. [...] > > Please document this, if this is really a desirable semantic because > > then you have the same set of problems as we've had with the early > > MADV_FREE implementation mentioned above. > > IIRC, the problem of MADV_FREE was that we couldn't discard freeable > pages because VM never scan anonymous LRU with swapless system. > However, it's not the our case because we should reclaim them, not > discarding. Right. But there is still the page cache reclaim. Is it expected that an explicitly cold memory doesn't get reclaimed because we have a sufficient amount of page cache (a very common case) and we never age anonymous memory because of that? -- Michal Hocko SUSE Labs