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.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 2F653C34026 for ; Tue, 18 Feb 2020 19:46:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0EB3521D56 for ; Tue, 18 Feb 2020 19:46:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726641AbgBRTq3 (ORCPT ); Tue, 18 Feb 2020 14:46:29 -0500 Received: from mga17.intel.com ([192.55.52.151]:32453 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726283AbgBRTq2 (ORCPT ); Tue, 18 Feb 2020 14:46:28 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Feb 2020 11:46:27 -0800 X-IronPort-AV: E=Sophos;i="5.70,457,1574150400"; d="scan'208";a="315164534" Received: from agluck-desk2.sc.intel.com (HELO agluck-desk2.amr.corp.intel.com) ([10.3.52.68]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Feb 2020 11:46:26 -0800 Date: Tue, 18 Feb 2020 11:46:25 -0800 From: "Luck, Tony" To: Ard Biesheuvel Cc: linux-efi , "Yu, Fenghua" , linux-arm-kernel , Linux Kernel Mailing List , Arvind Sankar , the arch/x86 maintainers Subject: Re: [PATCH 00/18] efi: clean up contents of struct efi Message-ID: <20200218194625.GA25459@agluck-desk2.amr.corp.intel.com> References: <20200216182334.8121-1-ardb@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 16, 2020 at 07:31:58PM +0100, Ard Biesheuvel wrote: > (+ Tony and Fenghua) > > Apologies to the IA64 maintainers for forgetting to cc you. No worries. > > The whole series can be found at > https://lore.kernel.org/linux-efi/20200216182334.8121-1-ardb@kernel.org/ > > Please let me know if you need me to resend with the missing cc's added. Thanks to get-lore-mbox.py I don't. It picked up all the pieces. It all builds and boots with no issues. Looks like a nice cleanup. Tested-by: Tony Luck # arch/ia64 -Tony