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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 D8A25C43331 for ; Sun, 10 Nov 2019 18:08:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A73F320842 for ; Sun, 10 Nov 2019 18:08:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573409288; bh=Iy2b0BLoEpJJ3FJrObwjG9UebOiSl83wXA50KeI6NjQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=tZNvgT58hkNIQAZy6aeUs9cg9amx4TREhAbBRIyDIhvphk2hQtNFXssWXVTLVux0C PaGMawLW/2Th0RadCj/70jmPpX8/ZCENxx7lOrwXHrWxPvaExfTQa7mwLNxjDT2Ctm eKBtgAFIUVjuTtrs4Ba0SDfphGDOvxbnvYwyzWhM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726856AbfKJSII (ORCPT ); Sun, 10 Nov 2019 13:08:08 -0500 Received: from inca-roads.misterjones.org ([213.251.177.50]:40758 "EHLO inca-roads.misterjones.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726684AbfKJSII (ORCPT ); Sun, 10 Nov 2019 13:08:08 -0500 Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=big-swifty.misterjones.org) by cheepnis.misterjones.org with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (Exim 4.80) (envelope-from ) id 1iTrd6-0005BB-Gi; Sun, 10 Nov 2019 19:08:04 +0100 Date: Sun, 10 Nov 2019 18:08:03 +0000 Message-ID: <86d0dzy58c.wl-maz@kernel.org> From: Marc Zyngier To: Ard Biesheuvel Cc: Sasha Levin , Linux Kernel Mailing List , stable , Jeremy Linton , linux-efi Subject: Re: [PATCH AUTOSEL 4.19 133/191] efi: honour memory reservations passed via a linux specific config table In-Reply-To: References: <20191110024013.29782-1-sashal@kernel.org> <20191110024013.29782-133-sashal@kernel.org> <20191110132726.GN4787@sasha-vm> <20191110155655.GO4787@sasha-vm> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/26 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: ard.biesheuvel@linaro.org, sashal@kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, jeremy.linton@arm.com, linux-efi@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on cheepnis.misterjones.org); SAEximRunCond expanded to false Sender: linux-efi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-efi@vger.kernel.org On Sun, 10 Nov 2019 16:26:15 +0000, Ard Biesheuvel wrote: > > (adding Marc, the GIC maintainer) > > On Sun, 10 Nov 2019 at 15:57, Sasha Levin wrote: > > > > On Sun, Nov 10, 2019 at 02:16:57PM +0000, Ard Biesheuvel wrote: > > >On Sun, 10 Nov 2019 at 13:27, Sasha Levin wrote: > > >> > > >> On Sun, Nov 10, 2019 at 08:33:47AM +0100, Ard Biesheuvel wrote: > > >> >On Sun, 10 Nov 2019 at 03:44, Sasha Levin wrote: > > >> >> > > >> >> From: Ard Biesheuvel > > >> >> > > >> >> [ Upstream commit 71e0940d52e107748b270213a01d3b1546657d74 ] > > >> >> > > >> >> In order to allow the OS to reserve memory persistently across a > > >> >> kexec, introduce a Linux-specific UEFI configuration table that > > >> >> points to the head of a linked list in memory, allowing each kernel > > >> >> to add list items describing memory regions that the next kernel > > >> >> should treat as reserved. > > >> >> > > >> >> This is useful, e.g., for GICv3 based ARM systems that cannot disable > > >> >> DMA access to the LPI tables, forcing them to reuse the same memory > > >> >> region again after a kexec reboot. > > >> >> > > >> >> Tested-by: Jeremy Linton > > >> >> Signed-off-by: Ard Biesheuvel > > >> >> Signed-off-by: Sasha Levin > > >> > > > >> >NAK > > >> > > > >> >This doesn't belong in -stable, and I'd be interested in understanding > > >> >how this got autoselected, and how I can prevent this from happening > > >> >again in the future. > > >> > > >> It was selected because it's part of a fix for a real issue reported by > > >> users: > > >> > > > > > >For my understanding, are you saying your AI is reading launchpad bug > > >reports etc? Because it is marked AUTOSEL. > > > > Not quite. This review set was me feeding all the patches Ubuntu has on > > top of stable trees into AUTOSEL, and sending out the output for review. > > I doesn't look into launchpad bug reports on it's own, but in my > > experience one can find a bug report for mostly everything AUTOSEL > > considers to be a bug. > > > > So the assumption is that taking an arbitrary subset of what Ubuntu > backported (and tested extensively), and letting that subset be chosen > by a bot is a process that improves the quality of stable trees? I'm > rather skeptical of that tbh. > > > >> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806766 > > >> > > > > > >That pages mentions > > > > > >""" > > >2 upstream patch series are required to fix this: > > > https://