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.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 3457EC43381 for ; Thu, 21 Feb 2019 04:04:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EBEEE2147A for ; Thu, 21 Feb 2019 04:04:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550721876; bh=7XHNNd9f15e3mQ2Mp2Z8a3Uq3HyQr5LC7WqiUlVpMlQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=DSgcCS7xgqc8Em7d5qC882HIpR+gNa3TOzX4Hn8ppz/+ZLILvGbLHJ2dPlPqPdQKo /VXyUaFvHv8rgv49jQkqREHYcc6KSXfGE8NhHwzifRU48RbwWdjKIPr1tA+tpEfISB hDfVvam9S5uaELi2MuCmYRAqRiJiOiUbzC/IdNFg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726121AbfBUEEf (ORCPT ); Wed, 20 Feb 2019 23:04:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:53308 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726113AbfBUEEf (ORCPT ); Wed, 20 Feb 2019 23:04:35 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8483E2147A; Thu, 21 Feb 2019 04:04:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550721874; bh=7XHNNd9f15e3mQ2Mp2Z8a3Uq3HyQr5LC7WqiUlVpMlQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LWNAV0bFjjPybZZHxhvwUBkNVYmerbXoZU/aT0GO+X+Js86jXmxTAK3r1zNP9gxuY IEnvwjLQfIa9jMY5ewypklxSLChEuS1Cc7DOIIzrAurOeHOMH1jMLjtVwJqxGNXTYv NZDKDlrhgIsW2RTgZqo0QtRb7JrnNInK5oY/mIhc= Date: Wed, 20 Feb 2019 23:04:33 -0500 From: Sasha Levin To: Ard Biesheuvel Cc: stable@vger.kernel.org Subject: Re: [PATCH 0/2] backport of ARM / EFI / GICv3 memreserve fix Message-ID: <20190221040433.GA10616@sasha-vm> References: <20190219190313.2477-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190219190313.2477-1-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Feb 19, 2019 at 08:03:11PM +0100, Ard Biesheuvel wrote: >This is a backport to v4.20 of the fix for an early memblock reserve issue >observed on arm64 systems with a GICv3 and many (i.e., hundreds of) CPUs. > >Ard Biesheuvel (2): > arm64, mm, efi: Account for GICv3 LPI tables in static memblock > reserve table > efi/arm: Revert "Defer persistent reservations until after > paging_init()" > > arch/arm64/include/asm/memory.h | 11 +++++++++++ > arch/arm64/kernel/setup.c | 1 - > drivers/firmware/efi/efi.c | 4 ---- > drivers/firmware/efi/libstub/arm-stub.c | 3 --- > include/linux/efi.h | 7 ------- > include/linux/memblock.h | 3 --- > mm/memblock.c | 11 +++++++++-- > 7 files changed, 20 insertions(+), 20 deletions(-) Queued for 4.20, thank you. -- Thanks, Sasha