From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965507AbeBMSFc (ORCPT ); Tue, 13 Feb 2018 13:05:32 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:40915 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965340AbeBMSFa (ORCPT ); Tue, 13 Feb 2018 13:05:30 -0500 X-Google-Smtp-Source: AH8x2257d4Vhe//SR7/pBdFscmUrAsq0UC1q/vra+MXmbRoCQt6AlsWqcebINHMWeOhrnAnuJ3GneQ== Date: Tue, 13 Feb 2018 19:05:26 +0100 From: Ingo Molnar To: Dmitry Safonov <0x7f454c46@gmail.com> Cc: Andrei Vagin , "Kirill A. Shutemov" , tip-bot for Jacob Shin , "Kirill A. Shutemov" , linux-tip-commits@vger.kernel.org, Thomas Gleixner , willy@infradead.org, Cyrill Gorcunov , Borislav Petkov , Peter Zijlstra , Linus Torvalds , "H. Peter Anvin" , open list , Andy Lutomirski Subject: Re: [tip:x86/boot] x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G Message-ID: <20180213180526.k2mt5epixfheyynh@gmail.com> References: <20180213065155.GA14087@outlook.office365.com> <20180213080816.vwh64jiz23frjiot@node.shutemov.name> <20180213084121.GA19906@outlook.office365.com> <20180213090249.vnjwitt657jabnlt@node.shutemov.name> <20180213165337.GA20735@outlook.office365.com> <20180213171742.ssblqj37l5daxc4s@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dmitry Safonov <0x7f454c46@gmail.com> wrote: > 2018-02-13 17:17 GMT+00:00 Ingo Molnar : > > > > * Andrei Vagin wrote: > > > >> On Tue, Feb 13, 2018 at 12:02:49PM +0300, Kirill A. Shutemov wrote: > >> > On Tue, Feb 13, 2018 at 12:41:22AM -0800, Andrei Vagin wrote: > >> > > On Tue, Feb 13, 2018 at 11:08:16AM +0300, Kirill A. Shutemov wrote: > >> > > > On Mon, Feb 12, 2018 at 10:51:56PM -0800, Andrei Vagin wrote: > >> > > > > Hi Kirill, > >> > > > > > >> > > > > Something is wrong in this patch. > >> > > >> > Could you please check if this makes a difference? > >> > >> The kernel booted with this patch. Thanks! > >> https://travis-ci.org/avagin/linux/jobs/341030882 > > > > Fantastic, thanks for the help! > > > > I've amended the commit to keep the series bisectable, and added these two tags: > > > > Debugged-by: "Kirill A. Shutemov" > > Tested-by: "Kirill A. Shutemov" > > > > To credit your debugging/testing help. > > I believe you wanted > Reported-by: Andrei Vagin > Tested-by: Andrei Vagin Yes, of course - copy & paste error. Fixed it now. Thanks, Ingo