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=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 271D0C2BB85 for ; Thu, 9 Apr 2020 19:01:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 03FF32084D for ; Thu, 9 Apr 2020 19:01:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726692AbgDITBo (ORCPT ); Thu, 9 Apr 2020 15:01:44 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:40705 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725970AbgDITBo (ORCPT ); Thu, 9 Apr 2020 15:01:44 -0400 Received: from callcc.thunk.org (pool-72-93-95-157.bstnma.fios.verizon.net [72.93.95.157]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 039J19lw021995 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 9 Apr 2020 15:01:10 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 5B2B242013D; Thu, 9 Apr 2020 15:01:09 -0400 (EDT) Date: Thu, 9 Apr 2020 15:01:09 -0400 From: "Theodore Y. Ts'o" To: Ard Biesheuvel Cc: linux-efi@vger.kernel.org, Ingo Molnar , Thomas Gleixner , linux-kernel@vger.kernel.org, Arnd Bergmann , Arvind Sankar , Borislav Petkov , Colin Ian King , Gary Lin , Jiri Slaby , Sergey Shatunov , Takashi Iwai Subject: Re: [GIT PULL 0/9] EFI fixes for v5.7-rc Message-ID: <20200409190109.GB45598@mit.edu> References: <20200409130434.6736-1-ardb@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200409130434.6736-1-ardb@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 09, 2020 at 03:04:25PM +0200, Ard Biesheuvel wrote: > The following changes since commit 594e576d4b93b8cda3247542366b47e1b2ddc4dc: > > efi/libstub/arm: Fix spurious message that an initrd was loaded (2020-03-29 12:08:18 +0200) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent Hi Ard, By any chance does this series fix a kexec failure which I bisected down to 0a67361dcdaa ("efi/x86: Remove runtime table address from kexec EFI setup data")? Or if it doesn't, is this a known failure? I'm currently building Linus's latest branch to see if it's been fixed since v5.6-11114-g9c94b39560c3 (which is where I first noticed it) and while I was waiting for v5.6-12349-g87ebc45d2d32 to finish building so I could test it, I noticed these patches, and so I figured I'd fire off this quick question. Thanks, - Ted