Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp808516ybm; Tue, 21 May 2019 04:02:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqxl/vAPwk2UXpa2CyaR7u9j1+x/OwwFc68aUTBlxe9qpjW0QBb/Cynlc6nVwokG1+5WY6a2 X-Received: by 2002:a63:9548:: with SMTP id t8mr82168154pgn.256.1558436522409; Tue, 21 May 2019 04:02:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558436522; cv=none; d=google.com; s=arc-20160816; b=XA6xoEq1HOmwkucd6vVafedN+ibs8CZxo9EpPSgewVyPIgkP1vdfKHDgjHrIeIzveV 1+Xb0l+3rILQahK1Gwm7b+mUR7o6T+83gQ4cBgEWAEhyhE/fsG40fmr0dO8kpRltpC7j poJ8vzBn+OqpmW1rtRqwZ3dfEaSwgXZIJQyo8QdisUoKY7F3NZaz6nlXvHdRYzOMpxPj l2oCM8rZQNDHHii2KLoac2ni4a3XMFef1Yeat9Gjm3i8Z41+tSj4j1SpzW5V5fKxs01A VZkNryZkyClSGnvGyV7KaSe4fIizUTwn1NY36rXjizR9mnDGCmp3MdDAXmF1cDykipET FLIA== 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=ET1wMqrFOstYPCHMYL62mdFN03DNLYto1nGyGG1/OwQ=; b=XkTyCR0nVuuP8HhIwbVIbRg9UvdMcj7+UcXH016G68d2r4fHVxVkY1f2r8xExsIuic nc7SZiIy+YMtk2BuYh5IqHtaFxU7ToSLWbroSP/eNydDXi04k8KheRvKLgGRDJaCugWp DxdhEhqSpu5SsiyC0GkqFz56f5robP6I8D1RANXQ5qTLHIqimqU0JA9AMoSvPWLvaFst a7Cx4EFPfkzd453Rp+nviR/1H0Sau6yqRA7Ab+b0ar8/einDUO6+nUSE9Ratd68Dq2Q8 PXG2NLc5pogugOUHpbDAQJBUmrtUSWxA+eGo/XP9T+8kFD39g0FeFW/sPk2d7jbPL0gb E63Q== 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 u67si23022686pfu.154.2019.05.21.04.01.46; Tue, 21 May 2019 04:02:02 -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 S1727708AbfEULAd (ORCPT + 99 others); Tue, 21 May 2019 07:00:33 -0400 Received: from mx2.suse.de ([195.135.220.15]:44982 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726242AbfEULAd (ORCPT ); Tue, 21 May 2019 07:00:33 -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 2064FAE31; Tue, 21 May 2019 11:00:32 +0000 (UTC) Date: Tue, 21 May 2019 13:00:30 +0200 From: Michal Hocko To: Minchan Kim Cc: Oleksandr Natalenko , Andrew Morton , LKML , linux-mm , Johannes Weiner , Tim Murray , Joel Fernandes , Suren Baghdasaryan , Daniel Colascione , Shakeel Butt , Sonny Rao , Brian Geffon Subject: Re: [RFC 4/7] mm: factor out madvise's core functionality Message-ID: <20190521110030.GR32329@dhcp22.suse.cz> References: <20190520035254.57579-1-minchan@kernel.org> <20190520035254.57579-5-minchan@kernel.org> <20190520142633.x5d27gk454qruc4o@butterfly.localdomain> <20190521012649.GE10039@google.com> <20190521063628.x2npirvs75jxjilx@butterfly.localdomain> <20190521065000.GH32329@dhcp22.suse.cz> <20190521070638.yhn3w4lpohwcqbl3@butterfly.localdomain> <20190521105256.GF219653@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190521105256.GF219653@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 Tue 21-05-19 19:52:56, Minchan Kim wrote: > On Tue, May 21, 2019 at 09:06:38AM +0200, Oleksandr Natalenko wrote: > > Hi. > > > > On Tue, May 21, 2019 at 08:50:00AM +0200, Michal Hocko wrote: > > > On Tue 21-05-19 08:36:28, Oleksandr Natalenko wrote: > > > [...] > > > > Regarding restricting the hints, I'm definitely interested in having > > > > remote MADV_MERGEABLE/MADV_UNMERGEABLE. But, OTOH, doing it via remote > > > > madvise() introduces another issue with traversing remote VMAs reliably. > > > > IIUC, one can do this via userspace by parsing [s]maps file only, which > > > > is not very consistent, and once some range is parsed, and then it is > > > > immediately gone, a wrong hint will be sent. > > > > > > > > Isn't this a problem we should worry about? > > > > > > See http://lkml.kernel.org/r/20190520091829.GY6836@dhcp22.suse.cz > > > > Oh, thanks for the pointer. > > > > Indeed, for my specific task with remote KSM I'd go with map_files > > instead. This doesn't solve the task completely in case of traversal > > through all the VMAs in one pass, but makes it easier comparing to a > > remote syscall. > > I'm wondering how map_files can solve your concern exactly if you have > a concern about the race of vma unmap/remap even there are anonymous > vma which map_files doesn't support. See http://lkml.kernel.org/r/20190521105503.GQ32329@dhcp22.suse.cz -- Michal Hocko SUSE Labs