Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3695645pxk; Tue, 29 Sep 2020 04:03:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwP5Mmd3/YzXBVRJMNd3ULkxAE/l5YCl+6PzjpNSKIBZChtnvtlAj0JVAz1YTGv7nfIqIIp X-Received: by 2002:a17:906:4046:: with SMTP id y6mr3428256ejj.148.1601377437491; Tue, 29 Sep 2020 04:03:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601377437; cv=none; d=google.com; s=arc-20160816; b=FDcHHdlyH/kXWUUbdHuPtOvwlYW6lIV5oWMx09lY1/fpFhb5xwYU1851MHEiyyvFza dOlcbzQI86gUdyFG5145n65Pq8MPKpcA1QOefMqFHNQXq7k0sekSE0WL5JYaT1XDyANR T3hE+LodVh3GM5h7tuCM7fvoT+/RUFHwef1aEXfpwSn+jhXRqw5f/Ld6SRbX4vqdLzzr O72vVXFXu54JaCyNctyG0v+sqd11n0Dbmq48GVv4flCOIDz4TCGabdBVBlzMDZHggW8/ sDfHx3odIRzKIs//6pfq2sxyUYJDd4YdGenK9guH40IbTLjjl25e2vDxpyHL+1jt1h1D UHHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=q+t142FJowYv9U/KQfzL6/Hv5qmJhtIa8MKT5NKNmY4=; b=j5DSYo3GW7jkbtwzthCRYWX3xZZbFb0+I9cN26HdIgVJ8H9F79lRJMIbtYx5sr286F ha174puoYZJJS9oD1gaUGqqAaFNgzSY04M/F/4Gm8vSR4fWdfRxkTNqrltaVT2nwbyeG /7tfW4C9mnZ9MkVF6ECYVAVVY629vDfD/AgZJ7i8xAeKCeT1JTau/p2+4OXd/xKtPDUg wLkcTT2U2CzwTH940se+PzX4gNmcJNTnmDF9qkE3aHhoRA8AFGeoqPSapGiu8oc4/9Tp YcBJBIU25OqhbSU8rnsAzvygqULiH5V//aHwfyTgEFwuQKcFTDghxxKIxGyXt19t/03/ Eo9Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nvidia.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q21si2477265eds.392.2020.09.29.04.03.34; Tue, 29 Sep 2020 04:03:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nvidia.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727761AbgI2LCZ (ORCPT + 99 others); Tue, 29 Sep 2020 07:02:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:37944 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725283AbgI2LCY (ORCPT ); Tue, 29 Sep 2020 07:02:24 -0400 Received: from localhost (unknown [213.57.247.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A3DEE20848; Tue, 29 Sep 2020 11:02:23 +0000 (UTC) Date: Tue, 29 Sep 2020 14:02:19 +0300 From: Leon Romanovsky To: Linus Torvalds Cc: Peter Xu , Linux Kernel Mailing List , Linux-MM , Jason Gunthorpe , John Hubbard , Andrew Morton , Christoph Hellwig , Yang Shi , Oleg Nesterov , Kirill Tkhai , Kirill Shutemov , Hugh Dickins , Jann Horn , Michal Hocko , Jan Kara , Andrea Arcangeli Subject: Re: [PATCH v2 0/4] mm: Break COW for pinned pages during fork() Message-ID: <20200929110219.GF3094@unreal> References: <20200925222600.6832-1-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 27, 2020 at 12:35:59PM -0700, Linus Torvalds wrote: > On Fri, Sep 25, 2020 at 3:26 PM Peter Xu wrote: > > > > This series is majorly inspired by the previous discussion on the list [1], > > starting from the report from Jason on the rdma test failure. > > Ok, this is now in my git tree with the changes I outlined in the other email. > > > I tested it myself with fork() after vfio pinning a bunch of device pages, > > .. but _my_ only testing was to just add a nasty hack that said that > all pages are pinned, and made fork() much slower, but hey, it at > least tests the preallocation paths etc. And I'm not seeing any > obvious failures due to taking that slow-path that is supposed to be a > special case. > > Let's hope this closes the rdma issues. Hi Linus, We tested your tree upto commit "fb0155a09b02 Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs" and our RDMA tests passed. Thanks > > Linus