Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp6820387ybf; Fri, 6 Mar 2020 05:14:42 -0800 (PST) X-Google-Smtp-Source: ADFU+vscXJn+GDyiMgldm7M956JdFiCEqVk15ShlLeL1os0HX/EwT02fT/Gd0Z0beH76bPNB1rOQ X-Received: by 2002:a05:6830:1ded:: with SMTP id b13mr2274408otj.330.1583500482178; Fri, 06 Mar 2020 05:14:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583500482; cv=none; d=google.com; s=arc-20160816; b=spBdqwBUjJRw2dNSk+ngB/n2Lfs1OFIiVCIkKsqENTbxqDitqrH2I6hP/zOmgV9CL+ bzfw65qH5XwQB4bnFINRIwgFWOJYFoOVzYhG3iKfxNosN7URrAcy5tbAaep1es9dLA+b FFzkCftVM3ioNA7MvlKgG802yUA/lqDh8kaEeAsFMqzfMiJHIzUr4aH4EVr80T/pHo5m sCFWzDiYPkszNQn9QB1nfyN6ErkCv3hcl5DcjOYm0cr8TTo5o0zZ8IYxroysqPmNTDBp IrPwp6sgQdL7xpzdQNN8rDnb0lgL2casipHos6PS8sZp+XWFuGq9kUIyP/QS2X2EKA3W qvUw== 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=IgR7Maiso7RAPrCI2gCrC38QcFNx/sFplRm1qOy4uCM=; b=sLcfhu4JLW8DmVzSczaoTfQSw43mKsnRPRLjw3YkXwRJbUkz3TIblVctIWob48kdiz BNezb0xzCsiV/WYmi2nysq0mFJU3cyfFaQf8+obYc8Oeb6tBOxTNaCfM4GivRgdoMWUT XzaObnrBBiWEdZ55FhDJumj9fU6U/bIlwGBqAiv/6lEiv1sTAsuJnyh0n30ehXSDS09L fq30JpIl4C7r90K+56KmpiAidj44wmm/28+Ci0+dnHw8qi6+k7sib6k7T6WXm5sM2lJS HJNJl2ddLPNsmr0UL23UpfZPq2oRQFVeiw86zmXGjZkUmQR4yO6FY6mFtCr31BBFstIi mfdw== 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 z6si1429436oto.204.2020.03.06.05.14.28; Fri, 06 Mar 2020 05:14:42 -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 S1726650AbgCFNNy (ORCPT + 99 others); Fri, 6 Mar 2020 08:13:54 -0500 Received: from mx2.suse.de ([195.135.220.15]:45870 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726054AbgCFNNy (ORCPT ); Fri, 6 Mar 2020 08:13:54 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 7837FAC1E; Fri, 6 Mar 2020 13:13:51 +0000 (UTC) Subject: Re: [PATCH v7 7/7] mm/madvise: allow KSM hints for remote API To: Minchan Kim , Andrew Morton Cc: LKML , linux-mm , linux-api@vger.kernel.org, oleksandr@redhat.com, Suren Baghdasaryan , Tim Murray , Daniel Colascione , Sandeep Patil , Sonny Rao , Brian Geffon , Michal Hocko , Johannes Weiner , Shakeel Butt , John Dias , Joel Fernandes , Jann Horn , alexander.h.duyck@linux.intel.com, sj38.park@gmail.com, SeongJae Park References: <20200302193630.68771-1-minchan@kernel.org> <20200302193630.68771-8-minchan@kernel.org> From: Vlastimil Babka Message-ID: <2a66abd8-4103-f11b-06d1-07762667eee6@suse.cz> Date: Fri, 6 Mar 2020 14:13:49 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <20200302193630.68771-8-minchan@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/2/20 8:36 PM, Minchan Kim wrote: > From: Oleksandr Natalenko > > It all began with the fact that KSM works only on memory that is marked > by madvise(). And the only way to get around that is to either: > > * use LD_PRELOAD; or > * patch the kernel with something like UKSM or PKSM. > > (i skip ptrace can of worms here intentionally) > > To overcome this restriction, lets employ a new remote madvise API. This > can be used by some small userspace helper daemon that will do auto-KSM > job for us. > > I think of two major consumers of remote KSM hints: > > * hosts, that run containers, especially similar ones and especially in > a trusted environment, sharing the same runtime like Node.js; > > * heavy applications, that can be run in multiple instances, not > limited to opensource ones like Firefox, but also those that cannot be > modified since they are binary-only and, maybe, statically linked. > > Speaking of statistics, more numbers can be found in the very first > submission, that is related to this one [1]. For my current setup with > two Firefox instances I get 100 to 200 MiB saved for the second instance > depending on the amount of tabs. > > 1 FF instance with 15 tabs: > > $ echo "$(cat /sys/kernel/mm/ksm/pages_sharing) * 4 / 1024" | bc > 410 > > 2 FF instances, second one has 12 tabs (all the tabs are different): > > $ echo "$(cat /sys/kernel/mm/ksm/pages_sharing) * 4 / 1024" | bc > 592 > > At the very moment I do not have specific numbers for containerised > workload, but those should be comparable in case the containers share > similar/same runtime. > > [1] https://lore.kernel.org/patchwork/patch/1012142/ > > Reviewed-by: SeongJae Park > Signed-off-by: Oleksandr Natalenko > Signed-off-by: Minchan Kim This will lead to one process calling unmerge_ksm_pages() of another. There's a (signal_pending(current)) test there, should it check also the other task, analogically to task 3? Then break_ksm() is fine as it is, as ksmd also calls it, right? > --- > mm/madvise.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/mm/madvise.c b/mm/madvise.c > index e77c6c1fad34..f4fa962ee74d 100644 > --- a/mm/madvise.c > +++ b/mm/madvise.c > @@ -1005,6 +1005,10 @@ process_madvise_behavior_valid(int behavior) > switch (behavior) { > case MADV_COLD: > case MADV_PAGEOUT: > +#ifdef CONFIG_KSM > + case MADV_MERGEABLE: > + case MADV_UNMERGEABLE: > +#endif > return true; > default: > return false; >