All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Matt Fleming <matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
Cc: "H. Peter Anvin" <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>,
	Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
	linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [GIT PULL] EFI changes for v3.19
Date: Sun, 16 Nov 2014 10:49:55 +0100	[thread overview]
Message-ID: <20141116094955.GA20154@gmail.com> (raw)
In-Reply-To: <20141114214223.GA6810-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>


* Matt Fleming <matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org> wrote:

> Folks,
> 
> Please queue up the following changes for v3.19. 
> 
> Inclued are two straight forward changes from Mathias, and another
> attempt from Ard at moving the x86 EFI boot stub to the libstub library.
> 
> It would be great to get these baking in linux-next for a bit.
> 
> The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f:
> 
>   Linux 3.18-rc2 (2014-10-26 16:48:41 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next
> 
> for you to fetch changes up to 8266e31ed0fedb7ee16ebc86e80468f7cc1bbb4e:
> 
>   x86, ptdump: Add section for EFI runtime services (2014-11-11 22:28:57 +0000)
> 
> ----------------------------------------------------------------
>  * Support module unload for efivarfs - Mathias Krause
> 
>  * Another attempt at moving x86 to libstub taking advantage of the
>    __pure attribute - Ard Biesheuvel
> 
>  * Add EFI runtime services section to ptdump - Mathias Krause
> 
> ----------------------------------------------------------------
> Ard Biesheuvel (1):
>       efi/x86: Move x86 back to libstub
> 
> Mathias Krause (2):
>       efivarfs: Allow unloading when build as module
>       x86, ptdump: Add section for EFI runtime services
> 
>  arch/x86/boot/compressed/Makefile       |  3 ++-
>  arch/x86/boot/compressed/eboot.c        |  8 ++++----
>  arch/x86/boot/compressed/eboot.h        | 16 ----------------
>  arch/x86/include/asm/efi.h              | 24 ++++++++++++++++++++++++
>  arch/x86/include/asm/pgtable_64_types.h |  2 ++
>  arch/x86/mm/dump_pagetables.c           |  3 +++
>  arch/x86/platform/efi/efi_64.c          |  3 +--
>  drivers/firmware/efi/Makefile           |  2 +-
>  fs/efivarfs/super.c                     | 11 +++++++++--
>  9 files changed, 46 insertions(+), 26 deletions(-)

Pulled into tip:x86/efi, thanks Matt!

	Ingo

WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@kernel.org>
To: Matt Fleming <matt@console-pimps.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL] EFI changes for v3.19
Date: Sun, 16 Nov 2014 10:49:55 +0100	[thread overview]
Message-ID: <20141116094955.GA20154@gmail.com> (raw)
In-Reply-To: <20141114214223.GA6810@console-pimps.org>


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

> Folks,
> 
> Please queue up the following changes for v3.19. 
> 
> Inclued are two straight forward changes from Mathias, and another
> attempt from Ard at moving the x86 EFI boot stub to the libstub library.
> 
> It would be great to get these baking in linux-next for a bit.
> 
> The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f:
> 
>   Linux 3.18-rc2 (2014-10-26 16:48:41 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next
> 
> for you to fetch changes up to 8266e31ed0fedb7ee16ebc86e80468f7cc1bbb4e:
> 
>   x86, ptdump: Add section for EFI runtime services (2014-11-11 22:28:57 +0000)
> 
> ----------------------------------------------------------------
>  * Support module unload for efivarfs - Mathias Krause
> 
>  * Another attempt at moving x86 to libstub taking advantage of the
>    __pure attribute - Ard Biesheuvel
> 
>  * Add EFI runtime services section to ptdump - Mathias Krause
> 
> ----------------------------------------------------------------
> Ard Biesheuvel (1):
>       efi/x86: Move x86 back to libstub
> 
> Mathias Krause (2):
>       efivarfs: Allow unloading when build as module
>       x86, ptdump: Add section for EFI runtime services
> 
>  arch/x86/boot/compressed/Makefile       |  3 ++-
>  arch/x86/boot/compressed/eboot.c        |  8 ++++----
>  arch/x86/boot/compressed/eboot.h        | 16 ----------------
>  arch/x86/include/asm/efi.h              | 24 ++++++++++++++++++++++++
>  arch/x86/include/asm/pgtable_64_types.h |  2 ++
>  arch/x86/mm/dump_pagetables.c           |  3 +++
>  arch/x86/platform/efi/efi_64.c          |  3 +--
>  drivers/firmware/efi/Makefile           |  2 +-
>  fs/efivarfs/super.c                     | 11 +++++++++--
>  9 files changed, 46 insertions(+), 26 deletions(-)

Pulled into tip:x86/efi, thanks Matt!

	Ingo

  parent reply	other threads:[~2014-11-16  9:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-14 21:42 [GIT PULL] EFI changes for v3.19 Matt Fleming
2014-11-14 21:42 ` Matt Fleming
     [not found] ` <20141114214223.GA6810-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-11-16  9:49   ` Ingo Molnar [this message]
2014-11-16  9:49     ` Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141116094955.GA20154@gmail.com \
    --to=mingo-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org \
    --cc=linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org \
    --cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.