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=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 DA476C433DF for ; Thu, 9 Jul 2020 18:09:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BF68D20767 for ; Thu, 9 Jul 2020 18:09:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726863AbgGISJp (ORCPT ); Thu, 9 Jul 2020 14:09:45 -0400 Received: from mx0b-002e3701.pphosted.com ([148.163.143.35]:43004 "EHLO mx0b-002e3701.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726671AbgGISJp (ORCPT ); Thu, 9 Jul 2020 14:09:45 -0400 Received: from pps.filterd (m0148664.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 069I6M3L000380; Thu, 9 Jul 2020 18:09:16 GMT Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) by mx0b-002e3701.pphosted.com with ESMTP id 325k3613r9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 09 Jul 2020 18:09:15 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id 8EC4E7F; Thu, 9 Jul 2020 18:09:14 +0000 (UTC) Received: from raspberrypi (unknown [16.214.51.10]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id 0435C48; Thu, 9 Jul 2020 18:09:09 +0000 (UTC) Date: Thu, 9 Jul 2020 13:09:09 -0500 From: Steve Wahl To: Andy Lutomirski Cc: steve.wahl@hpe.com, Jonathan Corbet , Ard Biesheuvel , Thomas Gleixner , Ingo Molnar , Borislav Petkov , X86 ML , "H. Peter Anvin" , Darren Hart , Andy Shevchenko , Mauro Carvalho Chehab , Andrew Morton , Greg Kroah-Hartman , "Paul E. McKenney" , Pawan Gupta , Juergen Gross , Mike Kravetz , Oliver Neukum , Mike Travis , Dimitri Sivanich , Benjamin Thiel , Arnd Bergmann , James Morris , David Howells , Kees Cook , Dave Young , Dan Williams , Logan Gunthorpe , Alexandre Chartre , "Peter Zijlstra (Intel)" , Austin Kim , Alexey Dobriyan , "open list:DOCUMENTATION" , LKML , linux-efi , Russ Anderson Subject: Re: [patch v2 09/13] x86: Remove efi=old_map command line option Message-ID: <20200709180909.GO9832@raspberrypi> References: <20200709145447.549145421@hpe.com> <20200709145448.652996700@hpe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235,18.0.687 definitions=2020-07-09_09:2020-07-09,2020-07-09 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1015 impostorscore=0 malwarescore=0 suspectscore=1 mlxscore=0 adultscore=0 bulkscore=0 phishscore=0 mlxlogscore=881 spamscore=0 lowpriorityscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2007090126 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 09, 2020 at 09:02:01AM -0700, Andy Lutomirski wrote: > On Thu, Jul 9, 2020 at 7:55 AM wrote: > > > > As a part of UV1 platform removal, delete the efi=old_map option, > > which should no longer be needed. > > Can you also update kernel_parameters.txt? > > --Andy I plan to, but (I mentioned in the intro email) kernel-parameters.txt has pending changes in linux-next that conflict. (The efi= option values were alphabetized.) So my plan is to issue a separate patch if/when this gets accepted. If you'd like me to take a different aproach, let me know. --> Steve