From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762110AbdEXGZc (ORCPT ); Wed, 24 May 2017 02:25:32 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:36641 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757479AbdEXGZa (ORCPT ); Wed, 24 May 2017 02:25:30 -0400 Date: Wed, 24 May 2017 08:25:26 +0200 From: Ingo Molnar To: "Kirill A. Shutemov" 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: <20170524062526.bti7xfj3cgi4lk75@gmail.com> References: <20170501120053.albxet44zftvribj@gmail.com> <20170523142434.65wlwjeqqixo7gjs@node.shutemov.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170523142434.65wlwjeqqixo7gjs@node.shutemov.name> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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? Thanks, Ingo