All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] EFI fixes for v3.10
@ 2013-04-19 17:38 Matt Fleming
       [not found] ` <51718128.7010405-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Fleming @ 2013-04-19 17:38 UTC (permalink / raw)
  To: H. Peter Anvin
  Cc: Ingo Molnar, Thomas Gleixner, linux-efi@vger.kernel.org,
	linux-kernel

Hi guys,

There's a few bug fixes sitting in the EFI urgent branch. Please
consider pulling.

The following changes since commit ca0ba26fbbd2d81c43085df49ce0abfe34535a90:

  efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE (2013-03-22 20:08:01 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git urgent

for you to fetch changes up to 8c58bf3eec3b8fc8162fe557e9361891c20758f2:

  x86,efi: Implement efi_no_storage_paranoia parameter (2013-04-17 15:13:38 +0100)

----------------------------------------------------------------
Matt Fleming (1):
      x86, efivars: firmware bug workarounds should be in platform code

Matthew Garrett (3):
      Move utf16 functions to kernel core and rename
      efi: Pass boot services variable info to runtime code
      efi: Distinguish between "remaining space" and actually used space

Richard Weinberger (2):
      x86,efi: Check max_size only if it is non-zero.
      x86,efi: Implement efi_no_storage_paranoia parameter

Sergey Vlasov (2):
      x86/Kconfig: Make EFI select UCS2_STRING
      efi: Export efi_query_variable_store() for efivars.ko

 Documentation/kernel-parameters.txt   |   6 ++
 arch/x86/Kconfig                      |   1 +
 arch/x86/boot/compressed/eboot.c      |  47 ++++++++++
 arch/x86/include/asm/efi.h            |   7 ++
 arch/x86/include/uapi/asm/bootparam.h |   1 +
 arch/x86/platform/efi/efi.c           | 168 +++++++++++++++++++++++++++++++++-
 drivers/firmware/Kconfig              |   1 +
 drivers/firmware/efivars.c            |  98 +++++---------------
 include/linux/efi.h                   |   9 +-
 include/linux/ucs2_string.h           |  14 +++
 lib/Kconfig                           |   3 +
 lib/Makefile                          |   2 +
 lib/ucs2_string.c                     |  51 +++++++++++
 13 files changed, 325 insertions(+), 83 deletions(-)
 create mode 100644 include/linux/ucs2_string.h
 create mode 100644 lib/ucs2_string.c

-- 
Matt Fleming, Intel Open Source Technology Center

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

* Re: [GIT PULL] EFI fixes for v3.10
  2013-04-19 17:38 [GIT PULL] EFI fixes for v3.10 Matt Fleming
@ 2013-04-19 22:40     ` H. Peter Anvin
  0 siblings, 0 replies; 5+ messages in thread
From: H. Peter Anvin @ 2013-04-19 22:40 UTC (permalink / raw)
  To: Matt Fleming
  Cc: Ingo Molnar, Thomas Gleixner,
	linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel

On 04/19/2013 10:38 AM, Matt Fleming wrote:
> Hi guys,
> 
> There's a few bug fixes sitting in the EFI urgent branch. Please
> consider pulling.
> 

We are *post -rc7* and days away from release.

I can't push this to Linus without a detailed description of what this
is and why we need it now.

Yes, I can wing it, but I shouldn't *have to* especially not when half
out of my gourd...

	-hpa

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

* Re: [GIT PULL] EFI fixes for v3.10
@ 2013-04-19 22:40     ` H. Peter Anvin
  0 siblings, 0 replies; 5+ messages in thread
From: H. Peter Anvin @ 2013-04-19 22:40 UTC (permalink / raw)
  To: Matt Fleming
  Cc: Ingo Molnar, Thomas Gleixner, linux-efi@vger.kernel.org,
	linux-kernel

On 04/19/2013 10:38 AM, Matt Fleming wrote:
> Hi guys,
> 
> There's a few bug fixes sitting in the EFI urgent branch. Please
> consider pulling.
> 

We are *post -rc7* and days away from release.

I can't push this to Linus without a detailed description of what this
is and why we need it now.

Yes, I can wing it, but I shouldn't *have to* especially not when half
out of my gourd...

	-hpa



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

* Re: [GIT PULL] EFI fixes for v3.10
  2013-04-19 17:38 [GIT PULL] EFI fixes for v3.10 Matt Fleming
@ 2013-04-20  0:13     ` H. Peter Anvin
  0 siblings, 0 replies; 5+ messages in thread
From: H. Peter Anvin @ 2013-04-20  0:13 UTC (permalink / raw)
  To: Matt Fleming
  Cc: Ingo Molnar, Thomas Gleixner,
	linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel,
	Richard Weinberger, Matthew Garrett

On 04/19/2013 10:38 AM, Matt Fleming wrote:
> 
> Richard Weinberger (2):
>       x86,efi: Check max_size only if it is non-zero.
>       x86,efi: Implement efi_no_storage_paranoia parameter
> 

OK, I'll pull this for now, but this *really* need to be an automatic
quirk of some sort, especially when there is a named board in the mix...

	-hpa

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

* Re: [GIT PULL] EFI fixes for v3.10
@ 2013-04-20  0:13     ` H. Peter Anvin
  0 siblings, 0 replies; 5+ messages in thread
From: H. Peter Anvin @ 2013-04-20  0:13 UTC (permalink / raw)
  To: Matt Fleming
  Cc: Ingo Molnar, Thomas Gleixner, linux-efi@vger.kernel.org,
	linux-kernel, Richard Weinberger, Matthew Garrett

On 04/19/2013 10:38 AM, Matt Fleming wrote:
> 
> Richard Weinberger (2):
>       x86,efi: Check max_size only if it is non-zero.
>       x86,efi: Implement efi_no_storage_paranoia parameter
> 

OK, I'll pull this for now, but this *really* need to be an automatic
quirk of some sort, especially when there is a named board in the mix...

	-hpa



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

end of thread, other threads:[~2013-04-20  0:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19 17:38 [GIT PULL] EFI fixes for v3.10 Matt Fleming
     [not found] ` <51718128.7010405-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2013-04-19 22:40   ` H. Peter Anvin
2013-04-19 22:40     ` H. Peter Anvin
2013-04-20  0:13   ` H. Peter Anvin
2013-04-20  0:13     ` H. Peter Anvin

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.