All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] EFI fixes for v3.7
@ 2012-10-26  7:58 ` Matt Fleming
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Fleming @ 2012-10-26  7:58 UTC (permalink / raw)
  To: Ingo Molnar, H. Peter Anvin; +Cc: linux-kernel, linux-efi

Hi guys,

The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-for-3.7

for you to fetch changes up to 5189c2a7c7769ee9d037d76c1a7b8550ccf3481c:

  x86: efi: Turn off efi_enabled after setup on mixed fw/kernel (2012-10-25 19:09:40 +0100)

----------------------------------------------------------------
EFI updates for 3.7

Fix oops with EFI variables on mixed 32/64-bit firmware/kernels and
document EFI git repository location on kernel.org.

----------------------------------------------------------------
Matt Fleming (1):
      MAINTAINERS: Add EFI git repository location

Olof Johansson (1):
      x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

 MAINTAINERS                 |  1 +
 arch/x86/include/asm/efi.h  |  1 +
 arch/x86/kernel/setup.c     | 12 ++++++++++++
 arch/x86/platform/efi/efi.c | 18 ++++++++++--------
 4 files changed, 24 insertions(+), 8 deletions(-)

-- 
Matt Fleming, Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] EFI fixes for v3.7
@ 2012-10-26  7:58 ` Matt Fleming
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Fleming @ 2012-10-26  7:58 UTC (permalink / raw)
  To: Ingo Molnar, H. Peter Anvin; +Cc: linux-kernel, linux-efi

Hi guys,

The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-for-3.7

for you to fetch changes up to 5189c2a7c7769ee9d037d76c1a7b8550ccf3481c:

  x86: efi: Turn off efi_enabled after setup on mixed fw/kernel (2012-10-25 19:09:40 +0100)

----------------------------------------------------------------
EFI updates for 3.7

Fix oops with EFI variables on mixed 32/64-bit firmware/kernels and
document EFI git repository location on kernel.org.

----------------------------------------------------------------
Matt Fleming (1):
      MAINTAINERS: Add EFI git repository location

Olof Johansson (1):
      x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

 MAINTAINERS                 |  1 +
 arch/x86/include/asm/efi.h  |  1 +
 arch/x86/kernel/setup.c     | 12 ++++++++++++
 arch/x86/platform/efi/efi.c | 18 ++++++++++--------
 4 files changed, 24 insertions(+), 8 deletions(-)

-- 
Matt Fleming, Intel Open Source Technology Center


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] EFI fixes for v3.7
  2012-10-26  7:58 ` Matt Fleming
  (?)
@ 2012-10-26  8:22 ` Ingo Molnar
       [not found]   ` <20121026082223.GA27378-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  -1 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2012-10-26  8:22 UTC (permalink / raw)
  To: Matt Fleming; +Cc: H. Peter Anvin, linux-kernel, linux-efi


* Matt Fleming <matt@console-pimps.org> wrote:

> Hi guys,
> 
> The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
> 
>   Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-for-3.7
> 
> for you to fetch changes up to 5189c2a7c7769ee9d037d76c1a7b8550ccf3481c:
> 
>   x86: efi: Turn off efi_enabled after setup on mixed fw/kernel (2012-10-25 19:09:40 +0100)
> 
> ----------------------------------------------------------------
> EFI updates for 3.7
> 
> Fix oops with EFI variables on mixed 32/64-bit firmware/kernels and
> document EFI git repository location on kernel.org.
> 
> ----------------------------------------------------------------
> Matt Fleming (1):
>       MAINTAINERS: Add EFI git repository location
> 
> Olof Johansson (1):
>       x86: efi: Turn off efi_enabled after setup on mixed fw/kernel
> 
>  MAINTAINERS                 |  1 +
>  arch/x86/include/asm/efi.h  |  1 +
>  arch/x86/kernel/setup.c     | 12 ++++++++++++
>  arch/x86/platform/efi/efi.c | 18 ++++++++++--------
>  4 files changed, 24 insertions(+), 8 deletions(-)

So, this conflicted with this pending EFI fix in tip:x86/urgent:

  3e8fa263a970 x86/efi: Fix oops caused by incorrect set_memory_uc() usage

I've pulled it and fixed up the conflict - please double check 
the end result.

Thanks,

	Ingo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] EFI fixes for v3.7
  2012-10-26  8:22 ` Ingo Molnar
@ 2012-10-26  9:51       ` Matt Fleming
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Fleming @ 2012-10-26  9:51 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: H. Peter Anvin, linux-kernel, linux-efi

On Fri, 2012-10-26 at 10:22 +0200, Ingo Molnar wrote:
> * Matt Fleming <matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org> wrote:
> 
> > Hi guys,
> > 
> > The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
> > 
> >   Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-for-3.7
> > 
> > for you to fetch changes up to 5189c2a7c7769ee9d037d76c1a7b8550ccf3481c:
> > 
> >   x86: efi: Turn off efi_enabled after setup on mixed fw/kernel (2012-10-25 19:09:40 +0100)
> > 
> > ----------------------------------------------------------------
> > EFI updates for 3.7
> > 
> > Fix oops with EFI variables on mixed 32/64-bit firmware/kernels and
> > document EFI git repository location on kernel.org.
> > 
> > ----------------------------------------------------------------
> > Matt Fleming (1):
> >       MAINTAINERS: Add EFI git repository location
> > 
> > Olof Johansson (1):
> >       x86: efi: Turn off efi_enabled after setup on mixed fw/kernel
> > 
> >  MAINTAINERS                 |  1 +
> >  arch/x86/include/asm/efi.h  |  1 +
> >  arch/x86/kernel/setup.c     | 12 ++++++++++++
> >  arch/x86/platform/efi/efi.c | 18 ++++++++++--------
> >  4 files changed, 24 insertions(+), 8 deletions(-)
> 
> So, this conflicted with this pending EFI fix in tip:x86/urgent:
> 
>   3e8fa263a970 x86/efi: Fix oops caused by incorrect set_memory_uc() usage
> 
> I've pulled it and fixed up the conflict - please double check 
> the end result.

Damn. Sorry about that.

The fixup looks good, thanks!

-- 
Matt Fleming, Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] EFI fixes for v3.7
@ 2012-10-26  9:51       ` Matt Fleming
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Fleming @ 2012-10-26  9:51 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: H. Peter Anvin, linux-kernel, linux-efi

On Fri, 2012-10-26 at 10:22 +0200, Ingo Molnar wrote:
> * Matt Fleming <matt@console-pimps.org> wrote:
> 
> > Hi guys,
> > 
> > The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
> > 
> >   Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-for-3.7
> > 
> > for you to fetch changes up to 5189c2a7c7769ee9d037d76c1a7b8550ccf3481c:
> > 
> >   x86: efi: Turn off efi_enabled after setup on mixed fw/kernel (2012-10-25 19:09:40 +0100)
> > 
> > ----------------------------------------------------------------
> > EFI updates for 3.7
> > 
> > Fix oops with EFI variables on mixed 32/64-bit firmware/kernels and
> > document EFI git repository location on kernel.org.
> > 
> > ----------------------------------------------------------------
> > Matt Fleming (1):
> >       MAINTAINERS: Add EFI git repository location
> > 
> > Olof Johansson (1):
> >       x86: efi: Turn off efi_enabled after setup on mixed fw/kernel
> > 
> >  MAINTAINERS                 |  1 +
> >  arch/x86/include/asm/efi.h  |  1 +
> >  arch/x86/kernel/setup.c     | 12 ++++++++++++
> >  arch/x86/platform/efi/efi.c | 18 ++++++++++--------
> >  4 files changed, 24 insertions(+), 8 deletions(-)
> 
> So, this conflicted with this pending EFI fix in tip:x86/urgent:
> 
>   3e8fa263a970 x86/efi: Fix oops caused by incorrect set_memory_uc() usage
> 
> I've pulled it and fixed up the conflict - please double check 
> the end result.

Damn. Sorry about that.

The fixup looks good, thanks!

-- 
Matt Fleming, Intel Open Source Technology Center


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-26  9:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26  7:58 [GIT PULL] EFI fixes for v3.7 Matt Fleming
2012-10-26  7:58 ` Matt Fleming
2012-10-26  8:22 ` Ingo Molnar
     [not found]   ` <20121026082223.GA27378-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-10-26  9:51     ` Matt Fleming
2012-10-26  9:51       ` Matt Fleming

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.