From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754126Ab3ITHxY (ORCPT ); Fri, 20 Sep 2013 03:53:24 -0400 Received: from mail-bk0-f42.google.com ([209.85.214.42]:54328 "EHLO mail-bk0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753826Ab3ITHxW (ORCPT ); Fri, 20 Sep 2013 03:53:22 -0400 Date: Fri, 20 Sep 2013 09:53:16 +0200 From: Ingo Molnar To: Matt Fleming Cc: "H. Peter Anvin" , linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Gleixner Subject: Re: [GIT PULL] EFI urgent fix Message-ID: <20130920075316.GB1126@gmail.com> References: <20130919124159.GA4785@console-pimps.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130919124159.GA4785@console-pimps.org> 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 * Matt Fleming wrote: > Hi, > > The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: > > Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-urgent > > for you to fetch changes up to 700870119f49084da004ab588ea2b799689efaf7: > > x86, efi: Don't map Boot Services on i386 (2013-09-18 14:42:33 +0100) > > ---------------------------------------------------------------- > * Fix WARNING on i386 by only enabling a workaround for x86-64 since > we've never encountered the bug on i386 - Josh Boyer > > ---------------------------------------------------------------- > Josh Boyer (1): > x86, efi: Don't map Boot Services on i386 > > arch/x86/platform/efi/efi.c | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) Pulled into tip:x86/urgent, thanks Matt! Ingo