From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Capper Subject: Re: [PATCH V3 0/6] RCU get_user_pages_fast and __get_user_pages_fast Date: Mon, 8 Sep 2014 10:06:27 +0100 Message-ID: <20140908090626.GA14634@linaro.org> References: <1409237107-24228-1-git-send-email-steve.capper@linaro.org> <20140828152320.GN22580@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org To: "linux-mm@kvack.org" , Will Deacon , "akpm@linux-foundation.org" Cc: "linux-arm-kernel@lists.infradead.org" , Catalin Marinas , "linux@arm.linux.org.uk" , "linux-arch@vger.kernel.org" , "gary.robertson@linaro.org" , "christoffer.dall@linaro.org" , "peterz@infradead.org" , "anders.roxell@linaro.org" , "dann.frazier@canonical.com" , Mark Rutland , "mgorman@suse.de" List-Id: linux-arch.vger.kernel.org On Mon, Sep 01, 2014 at 12:43:06PM +0100, Steve Capper wrote: > On 28 August 2014 16:23, Will Deacon wrote: > > On Thu, Aug 28, 2014 at 03:45:01PM +0100, Steve Capper wrote: > >> I would like to get this series into 3.18 as it fixes quite a big problem > >> with THP on arm and arm64. This series is split into a core mm part, an > >> arm part and an arm64 part. > >> > >> Could somebody please take patch #1 (if it looks okay)? > >> Russell, would you be happy with patches #2, #3, #4? (if we get #1 merged) > >> Catalin, would you be happy taking patches #5, #6? (if we get #1 merged) > > > > Pretty sure we're happy to take the arm64 bits once you've got the core > > changes sorted out. Failing that, Catalin's acked them so they could go via > > an mm tree if it's easier. > > > > Hello, > > Are any mm maintainers willing to take the first patch from this > series into their tree for merging into 3.18? > mm: Introduce a general RCU get_user_pages_fast. > > (or please let me know if there are any issues with the patch that > need addressing). > > As Will has stated, Catalin's already acked the arm64 patches, and > these can also go in via an mm tree if that makes things easier: > arm64: mm: Enable HAVE_RCU_TABLE_FREE logic > arm64: mm: Enable RCU fast_gup > > Thanks, > -- > Steve Hi, Just a ping on this. I was wondering if the first patch in this series: [PATCH V3 1/6] mm: Introduce a general RCU get_user_pages_fast. http://marc.info/?l=linux-mm&m=140923713202355&w=2 could be merged into 3.18 via an mm tree, or if there are any issues with the patch that I should fix? Acks or flames from the mm maintainers would be greatly appreciated! Cheers, -- Steve -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f45.google.com ([74.125.82.45]:54335 "EHLO mail-wg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753125AbaIHJGh (ORCPT ); Mon, 8 Sep 2014 05:06:37 -0400 Received: by mail-wg0-f45.google.com with SMTP id z12so766859wgg.4 for ; Mon, 08 Sep 2014 02:06:36 -0700 (PDT) Date: Mon, 8 Sep 2014 10:06:27 +0100 From: Steve Capper Subject: Re: [PATCH V3 0/6] RCU get_user_pages_fast and __get_user_pages_fast Message-ID: <20140908090626.GA14634@linaro.org> References: <1409237107-24228-1-git-send-email-steve.capper@linaro.org> <20140828152320.GN22580@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: "linux-mm@kvack.org" , Will Deacon , "akpm@linux-foundation.org" Cc: "linux-arm-kernel@lists.infradead.org" , Catalin Marinas , "linux@arm.linux.org.uk" , "linux-arch@vger.kernel.org" , "gary.robertson@linaro.org" , "christoffer.dall@linaro.org" , "peterz@infradead.org" , "anders.roxell@linaro.org" , "dann.frazier@canonical.com" , Mark Rutland , "mgorman@suse.de" Message-ID: <20140908090627.9XWS49mQ9ABuWh-eupfg7wGjY7H1G2OBwU5PP_ybE3Q@z> On Mon, Sep 01, 2014 at 12:43:06PM +0100, Steve Capper wrote: > On 28 August 2014 16:23, Will Deacon wrote: > > On Thu, Aug 28, 2014 at 03:45:01PM +0100, Steve Capper wrote: > >> I would like to get this series into 3.18 as it fixes quite a big problem > >> with THP on arm and arm64. This series is split into a core mm part, an > >> arm part and an arm64 part. > >> > >> Could somebody please take patch #1 (if it looks okay)? > >> Russell, would you be happy with patches #2, #3, #4? (if we get #1 merged) > >> Catalin, would you be happy taking patches #5, #6? (if we get #1 merged) > > > > Pretty sure we're happy to take the arm64 bits once you've got the core > > changes sorted out. Failing that, Catalin's acked them so they could go via > > an mm tree if it's easier. > > > > Hello, > > Are any mm maintainers willing to take the first patch from this > series into their tree for merging into 3.18? > mm: Introduce a general RCU get_user_pages_fast. > > (or please let me know if there are any issues with the patch that > need addressing). > > As Will has stated, Catalin's already acked the arm64 patches, and > these can also go in via an mm tree if that makes things easier: > arm64: mm: Enable HAVE_RCU_TABLE_FREE logic > arm64: mm: Enable RCU fast_gup > > Thanks, > -- > Steve Hi, Just a ping on this. I was wondering if the first patch in this series: [PATCH V3 1/6] mm: Introduce a general RCU get_user_pages_fast. http://marc.info/?l=linux-mm&m=140923713202355&w=2 could be merged into 3.18 via an mm tree, or if there are any issues with the patch that I should fix? Acks or flames from the mm maintainers would be greatly appreciated! Cheers, -- Steve