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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 EDD91C34031 for ; Tue, 18 Feb 2020 22:09:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B3B1E207FD for ; Tue, 18 Feb 2020 22:09:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582063740; bh=qRWAvYsavB34O2TeDdY9WjdGCAyZQckEaNKMa6i36QU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=WKNF/wHO5Ass6Y4XGHt7nTNLS78ochTmWqDYVMAZgUzQnasvlAgw5Xi3MCtfb6Xu0 hnzWWwuq2llM9FDIhGuST9GPVMQNeWgnZ2ESZs2lLZqVo42WpZ3cWB0bEbNFgSPZA6 xnz77gI7DY2DJa/xMsJcYgmnWszF5kM9TLsoAJ2E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726422AbgBRWJA (ORCPT ); Tue, 18 Feb 2020 17:09:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:53540 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726352AbgBRWJA (ORCPT ); Tue, 18 Feb 2020 17:09:00 -0500 Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AD31E207FD for ; Tue, 18 Feb 2020 22:08:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582063740; bh=qRWAvYsavB34O2TeDdY9WjdGCAyZQckEaNKMa6i36QU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=omJwXp9X+6kFpO2wu8Ta98kyv8SsEjfk1yB+iz1Mv1YxN7oEOnhubO6bTgs9dGYmR CpvI9pLLKkevN+guJ7qUfQc36yWglipOIEhDyMO48rVZCnWoqBrcdyNLbSOntYoNqU f+3Wk1LmhjuzHxzg+B9YARQZKgyuwa4yxZM+WVUw= Received: by mail-wr1-f42.google.com with SMTP id e8so3352109wrm.5 for ; Tue, 18 Feb 2020 14:08:59 -0800 (PST) X-Gm-Message-State: APjAAAUQN9yyc5REIMxCRVkeyvQZgghWIOZK/NND3NbV1JXn35h9QxF/ bDmckRkNUj1knyyoJFktp9Q+9Ec3XfhI1aZQz/85pw== X-Google-Smtp-Source: APXvYqy4xcsEXxuc8l5KaIyC3sMnwa0xIIKe/DtpIs+M0XyRRLjwaSyX+69z4jn/QHiiuPUZjm6SsE+BIyDqeRLCpYk= X-Received: by 2002:adf:fd8d:: with SMTP id d13mr31636023wrr.208.1582063738210; Tue, 18 Feb 2020 14:08:58 -0800 (PST) MIME-Version: 1.0 References: <20200216182334.8121-1-ardb@kernel.org> <20200218194625.GA25459@agluck-desk2.amr.corp.intel.com> In-Reply-To: <20200218194625.GA25459@agluck-desk2.amr.corp.intel.com> From: Ard Biesheuvel Date: Tue, 18 Feb 2020 23:08:47 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 00/18] efi: clean up contents of struct efi To: "Luck, Tony" Cc: linux-efi , "Yu, Fenghua" , linux-arm-kernel , Linux Kernel Mailing List , Arvind Sankar , "the arch/x86 maintainers" Content-Type: text/plain; charset="UTF-8" Sender: linux-efi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-efi@vger.kernel.org On Tue, 18 Feb 2020 at 20:46, Luck, Tony wrote: > > 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 > Thanks Tony.