From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935401AbdEXIZ0 (ORCPT ); Wed, 24 May 2017 04:25:26 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:36693 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762465AbdEXIZU (ORCPT ); Wed, 24 May 2017 04:25:20 -0400 Date: Wed, 24 May 2017 11:17:19 +0300 From: "Kirill A. Shutemov" To: Ingo Molnar Cc: Linus Torvalds , linux-kernel@vger.kernel.org, Thomas Gleixner , "H. Peter Anvin" , Peter Zijlstra , Andy Lutomirski , Borislav Petkov , Andrew Morton Subject: Re: [GIT PULL] x86/mm changes for v4.12 Message-ID: <20170524081719.hwwlfkg7ckfjmtfd@node.shutemov.name> References: <20170501120053.albxet44zftvribj@gmail.com> <20170523142434.65wlwjeqqixo7gjs@node.shutemov.name> <20170524062526.bti7xfj3cgi4lk75@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170524062526.bti7xfj3cgi4lk75@gmail.com> User-Agent: NeoMutt/20170428 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 24, 2017 at 08:25:26AM +0200, Ingo Molnar wrote: > > * Kirill A. Shutemov wrote: > > > On Mon, May 01, 2017 at 02:00:53PM +0200, Ingo Molnar wrote: > > > - Continued Intel 5-level paging enablement: in particular the conversion > > > of x86 GUP to the generic GUP code. (Kirill A. Shutemov) > > > > > ... > > > > > > I'd like to draw special attention to this late MM commit: > > > > > > 71389703839e: mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crash > > > > > > ... which is a late fix, and which I believe is the right thing to do - but please > > > double check. > > > > I've just noticied that the x86 GUP conversion haven't made it's way to > > v4.12: the fix got applied (71389703839e), but the final commit that does > > convertion keeped reverted -- 6dd29b3df975. > > > > I guess it's too late for v4.12... > > > > Ingo could you re-apply 2947ba054a4d ("x86/mm/gup: Switch GUP to the > > generic get_user_page_fast() implementation") to be queued to v4.13? > > There were some late problems and I wanted x86/mm to be regression-free - we don't > have all the 5-level paging patches applied yet so the exact cut we made at v4.12 > does not matter much - v4.13 is going to be the real deal. > > Could you please make the re-application part of the remaining 5-level paging > patches? Sure. Will post later today. -- Kirill A. Shutemov