From: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
Cc: Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
"H. Peter Anvin" <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>,
Matt Fleming
<matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Ard Biesheuvel
<ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Borislav Petkov <bp-l3A5Bk7waGM@public.gmane.org>,
Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>,
Hanjun Guo <hanjun.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
"Jonathan (Zhixiong) Zhang"
<zjzhang-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
Subject: Re: [GIT PULL 0/2] EFI changes for v4.3 (part two)
Date: Mon, 14 Sep 2015 12:25:34 +0200 [thread overview]
Message-ID: <20150914102533.GA20088@gmail.com> (raw)
In-Reply-To: <1441372302-23242-1-git-send-email-matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
* Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org> wrote:
> From: Matt Fleming <matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>
> Folks, please pull the remaining parts of the EFI changes for v4.3.
>
> Nothing much has changed in terms of code since the last version of
> this part two pull request was sent on August 12th,
>
> https://lkml.kernel.org/r/1439396234-22863-1-git-send-email-matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org
>
> The main difference is the improved commit message in PATCH 2, which
> now contains much more information as well as the user visible
> side-effects of the issue that the patch fixes.
>
> There were also some improvements to the comments inside PATCH 1 as
> well as moving the function out of line at Ingo's suggestion.
>
> The branch is based on tip/core/efi.
>
> The following changes since commit 8d446c8647c9ab8fcb45a8fc7dbbafe1f83aa2f3:
>
> arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WT (2015-08-08 10:37:40 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git acpi/ghes
>
> for you to fetch changes up to 404f03dbebede4d0ebeabd06e4b9120b481ae536:
>
> acpi, apei: Use appropriate pgprot_t to map GHES memory (2015-09-04 13:39:31 +0100)
>
> ----------------------------------------------------------------
> Jonathan (Zhixiong) Zhang (2):
> arm64: apei: Implement arch_apei_get_mem_attributes()
> acpi, apei: Use appropriate pgprot_t to map GHES memory
>
> arch/arm64/include/asm/acpi.h | 5 +++++
> arch/arm64/kernel/acpi.c | 29 +++++++++++++++++++++++++++++
> drivers/acpi/apei/ghes.c | 10 +++++++---
> 3 files changed, 41 insertions(+), 3 deletions(-)
Applied to tip:core/efi, thanks Matt!
Ingo
WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@kernel.org>
To: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>,
Matt Fleming <matt.fleming@intel.com>,
linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
Borislav Petkov <bp@suse.de>,
Catalin Marinas <catalin.marinas@arm.com>,
Hanjun Guo <hanjun.guo@linaro.org>,
"Jonathan (Zhixiong) Zhang" <zjzhang@codeaurora.org>,
Will Deacon <will.deacon@arm.com>
Subject: Re: [GIT PULL 0/2] EFI changes for v4.3 (part two)
Date: Mon, 14 Sep 2015 12:25:34 +0200 [thread overview]
Message-ID: <20150914102533.GA20088@gmail.com> (raw)
In-Reply-To: <1441372302-23242-1-git-send-email-matt@codeblueprint.co.uk>
* Matt Fleming <matt@codeblueprint.co.uk> wrote:
> From: Matt Fleming <matt.fleming@intel.com>
>
> Folks, please pull the remaining parts of the EFI changes for v4.3.
>
> Nothing much has changed in terms of code since the last version of
> this part two pull request was sent on August 12th,
>
> https://lkml.kernel.org/r/1439396234-22863-1-git-send-email-matt@codeblueprint.co.uk
>
> The main difference is the improved commit message in PATCH 2, which
> now contains much more information as well as the user visible
> side-effects of the issue that the patch fixes.
>
> There were also some improvements to the comments inside PATCH 1 as
> well as moving the function out of line at Ingo's suggestion.
>
> The branch is based on tip/core/efi.
>
> The following changes since commit 8d446c8647c9ab8fcb45a8fc7dbbafe1f83aa2f3:
>
> arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WT (2015-08-08 10:37:40 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git acpi/ghes
>
> for you to fetch changes up to 404f03dbebede4d0ebeabd06e4b9120b481ae536:
>
> acpi, apei: Use appropriate pgprot_t to map GHES memory (2015-09-04 13:39:31 +0100)
>
> ----------------------------------------------------------------
> Jonathan (Zhixiong) Zhang (2):
> arm64: apei: Implement arch_apei_get_mem_attributes()
> acpi, apei: Use appropriate pgprot_t to map GHES memory
>
> arch/arm64/include/asm/acpi.h | 5 +++++
> arch/arm64/kernel/acpi.c | 29 +++++++++++++++++++++++++++++
> drivers/acpi/apei/ghes.c | 10 +++++++---
> 3 files changed, 41 insertions(+), 3 deletions(-)
Applied to tip:core/efi, thanks Matt!
Ingo
next prev parent reply other threads:[~2015-09-14 10:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-04 13:11 [GIT PULL 0/2] EFI changes for v4.3 (part two) Matt Fleming
2015-09-04 13:11 ` [PATCH 1/2] arm64: apei: Implement arch_apei_get_mem_attributes() Matt Fleming
2015-09-14 12:18 ` [tip:core/efi] arm64, acpi/apei: " tip-bot for Jonathan (Zhixiong) Zhang
[not found] ` <1441372302-23242-1-git-send-email-matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
2015-09-04 13:11 ` [PATCH 2/2] acpi, apei: Use appropriate pgprot_t to map GHES memory Matt Fleming
2015-09-04 13:11 ` Matt Fleming
2015-09-14 12:18 ` [tip:core/efi] acpi/apei: " tip-bot for Jonathan (Zhixiong) Zhang
2015-09-14 10:25 ` Ingo Molnar [this message]
2015-09-14 10:25 ` [GIT PULL 0/2] EFI changes for v4.3 (part two) Ingo Molnar
-- strict thread matches above, loose matches on Subject: below --
2015-08-12 16:17 Matt Fleming
2015-08-12 16:17 ` Matt Fleming
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=20150914102533.GA20088@gmail.com \
--to=mingo-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=bp-l3A5Bk7waGM@public.gmane.org \
--cc=catalin.marinas-5wv7dgnIgG8@public.gmane.org \
--cc=hanjun.guo-QSEj5FYQhm4dnm+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-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org \
--cc=matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
--cc=will.deacon-5wv7dgnIgG8@public.gmane.org \
--cc=zjzhang-sgV2jX0FEOL9JmXXK+q4OQ@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.