From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 15 Oct 2018 15:44:59 -0700 From: Andrew Morton To: David Rientjes Cc: Andrea Arcangeli , Michal Hocko , Mel Gorman , Vlastimil Babka , Andrea Argangeli , Zi Yan , Stefan Priebe - Profihost AG , "Kirill A. Shutemov" , linux-mm@kvack.org, LKML , Stable tree Subject: Re: [PATCH 1/2] mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings Message-Id: <20181015154459.e870c30df5c41966ffb4aed8@linux-foundation.org> In-Reply-To: References: <20180925120326.24392-2-mhocko@kernel.org> <20181005073854.GB6931@suse.de> <20181005232155.GA2298@redhat.com> <20181009094825.GC6931@suse.de> <20181009122745.GN8528@dhcp22.suse.cz> <20181009130034.GD6931@suse.de> <20181009142510.GU8528@dhcp22.suse.cz> <20181009230352.GE9307@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: On Mon, 15 Oct 2018 15:30:17 -0700 (PDT) David Rientjes wrote: > At the risk of beating a dead horse that has already been beaten, what are > the plans for this patch when the merge window opens? I'll hold onto it until we've settled on something. Worst case, Andrea's original is easily backportable. > It would be rather > unfortunate for us to start incurring a 14% increase in access latency and > 40% increase in fault latency. Yes. > Would it be possible to test with my > patch[*] that does not try reclaim to address the thrashing issue? Yes please. And have you been able to test it with the sort of workloads which Andrea is attempting to address?