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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,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 C26F5C31E47 for ; Wed, 12 Jun 2019 10:15:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9D1FD2082C for ; Wed, 12 Jun 2019 10:15:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726715AbfFLKPZ (ORCPT ); Wed, 12 Jun 2019 06:15:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37924 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725978AbfFLKPZ (ORCPT ); Wed, 12 Jun 2019 06:15:25 -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 3A48811549; Wed, 12 Jun 2019 10:15:24 +0000 (UTC) Received: from localhost (ovpn-12-46.pek2.redhat.com [10.72.12.46]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9D64017C21; Wed, 12 Jun 2019 10:15:22 +0000 (UTC) Date: Wed, 12 Jun 2019 18:15:19 +0800 From: Baoquan He To: Sedat Dilek Cc: stable@vger.kernel.org, Sasha Levin , Greg Kroah-Hartman Subject: Re: [v5] x86/mm/KASLR: Fix the size of vmemmap section Message-ID: <20190612101519.GM26148@MiWiFi-R3L-srv> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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.26]); Wed, 12 Jun 2019 10:15:25 +0000 (UTC) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On 06/04/19 at 01:46pm, Sedat Dilek wrote: > [ CC me I am not subscribed to linux-stable ML ] > [ CC Greg and Sasha ] > > Hi Baoquan, > > that should be s/Fiexes/Fixes for the "Fixes tag". > > OLD: Fiexes: eedb92abb9bb ("x86/mm: Make virtual memory layout dynamic > for CONFIG_X86_5LEVEL=y") > NEW: Fixes: eedb92abb9bb ("x86/mm: Make virtual memory layout dynamic > for CONFIG_X86_5LEVEL=y") > > Also, you can add... > > Cc: stable@vger.kernel.org # v4.19+ > > ...to catch the below. > > [ QUOTE ] > You can see that it was added in kernel 4.17-rc1, as above. Can we just > apply this patch to stable trees after 4.17? Oops, I just noticed this mail today, sorry. Boris has picked it into tip/x86/urgent. It should be in linus's tree very soon. Appreciate your help anyway. Thanks Baoquan > > > > > v5.1.4: Build OK! > > v5.0.18: Build OK! > > v4.19.45: Build OK! > [ /QUOTE ] > > I had an early patchset of you tested (which included this one IIRC), > so feel free to add my... > > Tested-by: Sedat Dilek > > Hope this lands in tip or linux-stable Git. > > Thanks. > > Regards, > - Sedat - > > [1] https://lore.kernel.org/patchwork/patch/1077557/