From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758717AbcHDPRX (ORCPT ); Thu, 4 Aug 2016 11:17:23 -0400 Received: from relay3.sgi.com ([192.48.152.1]:48305 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756095AbcHDPRW (ORCPT ); Thu, 4 Aug 2016 11:17:22 -0400 X-Greylist: delayed 578 seconds by postgrey-1.27 at vger.kernel.org; Thu, 04 Aug 2016 11:17:22 EDT Date: Thu, 4 Aug 2016 10:07:26 -0500 From: Alex Thorlton To: Matt Fleming Cc: Alex Thorlton , linux-kernel@vger.kernel.org, Russ Anderson , Mike Travis , Borislav Petkov , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org Subject: Re: [RFC PATCH] Fix EFI callbacks on UV during kexec Message-ID: <20160804150726.GP5939@stormcage.americas.sgi.com> References: <1469572713-113354-1-git-send-email-athorlton@sgi.com> <20160801133926.GG3636@codeblueprint.co.uk> <20160801143410.GJ5939@stormcage.americas.sgi.com> <20160804092532.GJ3636@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160804092532.GJ3636@codeblueprint.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 04, 2016 at 10:25:32AM +0100, Matt Fleming wrote: > On Mon, 01 Aug, at 09:34:10AM, Alex Thorlton wrote: > > > > Hmm... That's a good point. It certainly would be nice for us to have > > those mappings in the kexec kernel, at least for the time being. If > > you're not opposed to it, I can write up the patch. Pretty sure it's a > > one-liner. > > If it's that trivial, sure, please go ahead and submit. Sure thing. I played around with this a bit before I sent this patch up. I'm pretty sure it all worked as expected, but I'll need to double check everything. I'll try and get it out in the next day or two. Thanks, Matt! - Alex