From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08F06C10F14 for ; Fri, 12 Apr 2019 07:03:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D0D0F20850 for ; Fri, 12 Apr 2019 07:03:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727080AbfDLHDK (ORCPT ); Fri, 12 Apr 2019 03:03:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57464 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726678AbfDLHDI (ORCPT ); Fri, 12 Apr 2019 03:03:08 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A0B633088B80; Fri, 12 Apr 2019 07:03:01 +0000 (UTC) Received: from localhost (ovpn-12-172.pek2.redhat.com [10.72.12.172]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D73CA5D6A6; Fri, 12 Apr 2019 07:02:59 +0000 (UTC) Date: Fri, 12 Apr 2019 15:02:57 +0800 From: Baoquan He To: linux-kernel@vger.kernel.org Cc: x86@kernel.org, tglx@linutronix.de, mingo@kernel.org, bp@alien8.de, hpa@zytor.com, kirill@shutemov.name, keescook@chromium.org, peterz@infradead.org, thgarnie@google.com, herbert@gondor.apana.org.au, mike.travis@hpe.com, frank.ramsay@hpe.com, yamada.masahiro@socionext.com Subject: Re: [PATCH v2 0/2] x86/mm/KASLR: Fix the wrong size of memory sections Message-ID: <20190412070257.GB7454@localhost.localdomain> References: <20190412065542.18431-1-bhe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190412065542.18431-1-bhe@redhat.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Fri, 12 Apr 2019 07:03:08 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/12/19 at 02:55pm, Baoquan He wrote: > v1->v2: > Rewrite log of the two patches. No functionality change. ~~ Sorry, I meant no new code change. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > v1 background: > The fixes for these two bugs were carried in the earlier patchset, patch > 4/6 and patch 5/6: > > [PATCH v4 0/6] Several patches to fix code bugs, improve documents and clean up > http://lkml.kernel.org/r/20190314094645.4883-1-bhe@redhat.com > > Later, Thomas suggested posting bug fixing patches separately from those > clean up patches. So send both of them in a separate patchset. > > For another bug fix patch 6/6, it happened on SGI UV system. Mike and > Frank have sent a machine with cards to our lab and loaned to me, I am > still debugging and discussing with Mike about the verification. > > Baoquan He (2): > x86/mm/KASLR: Fix the size of the direct mapping section > x86/mm/KASLR: Fix the size of vmemmap section > > arch/x86/mm/kaslr.c | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > > -- > 2.17.2 >