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.4 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable 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 10044C04AAD for ; Wed, 8 May 2019 09:35:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E183420578 for ; Wed, 8 May 2019 09:35:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727145AbfEHJfZ (ORCPT ); Wed, 8 May 2019 05:35:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57874 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726404AbfEHJfY (ORCPT ); Wed, 8 May 2019 05:35:24 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7BC613019882; Wed, 8 May 2019 09:35:24 +0000 (UTC) Received: from localhost (ovpn-12-18.pek2.redhat.com [10.72.12.18]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CA67C5D9C8; Wed, 8 May 2019 09:35:23 +0000 (UTC) Date: Wed, 8 May 2019 17:35:20 +0800 From: Baoquan He To: Borislav Petkov Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, x86@kernel.org, tglx@linutronix.de, mingo@kernel.org, hpa@zytor.com, kirill.shutemov@linux.intel.com, keescook@chromium.org Subject: Re: [PATCH v4] x86/mm/KASLR: Fix the size of vmemmap section Message-ID: <20190508093520.GD24922@MiWiFi-R3L-srv> References: <20190508080417.15074-1-bhe@redhat.com> <20190508082418.GC24922@MiWiFi-R3L-srv> <20190508090424.GA19015@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190508090424.GA19015@zn.tnic> User-Agent: Mutt/1.10.1 (2018-07-13) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Wed, 08 May 2019 09:35:24 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/08/19 at 11:04am, Borislav Petkov wrote: > On Wed, May 08, 2019 at 04:24:18PM +0800, Baoquan He wrote: > > I think this's worth noticing stable tree: > > > > Cc: stable@vger.kernel.org > > Fixes: ? Not sure which commit validated 5-level. Hi Kirill, Is this commit OK? Fiexes: eedb92abb9bb ("x86/mm: Make virtual memory layout dynamic for CONFIG_X86_5LEVEL=y") Thanks Baoquan