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>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Borislav Petkov <bp-l3A5Bk7waGM@public.gmane.org>,
Dave Hansen <dave.hansen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Glenn P Williamson
<glenn.p.williamson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Ravi Shankar
<ravi.v.shankar-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Ricardo Neri
<ricardo.neri-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Sai Praneeth Prakhya
<sai.praneeth.prakhya-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: Re: [GIT PULL] EFI changes for v4.4
Date: Tue, 27 Oct 2015 18:41:39 +0100 [thread overview]
Message-ID: <20151027174139.GA12877@gmail.com> (raw)
In-Reply-To: <1445770144-22280-1-git-send-email-matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
* Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org> wrote:
> Folks, please pull the following bugfix from Sai which prevents a
> kernel panic when booting an EFI machine with CONFIG_DEBUG_VIRTUAL
> enabled.
>
> This bug was reported last year by Dave Hansen,
>
> https://lkml.kernel.org/r/5462999A.7090706-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
>
> and since nobody else has reported it, and given that it's only
> triggerable with a debug config option, I figured this should be
> targeted at v4.4.
>
> The following changes since commit 0f96a99dab366333439e110d6ad253bc7c557c09:
>
> efi: Add "efi_fake_mem" boot option (2015-10-12 14:20:09 +0100)
>
> 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 2c66e24d75d424919c42288b418d2e593fa818b1:
>
> x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabled (2015-10-25 10:22:25 +0000)
>
> ----------------------------------------------------------------
> * Fix a kernel panic by not passing EFI virtual mapping addresses to
> __pa() in the x86 pageattr code. Since these virtual addreses are
> not part of the direct mapping or kernel text mapping, passing them
> to __pa() will trigger a BUG_ON() when CONFIG_DEBUG_VIRTUAL is
> enabled - Sai Praneeth Prakhya
>
> ----------------------------------------------------------------
> Sai Praneeth (1):
> x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabled
>
> arch/x86/mm/pageattr.c | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
Pulled, 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>,
linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org,
Borislav Petkov <bp@suse.de>, Dave Hansen <dave.hansen@intel.com>,
Glenn P Williamson <glenn.p.williamson@intel.com>,
Ravi Shankar <ravi.v.shankar@intel.com>,
Ricardo Neri <ricardo.neri@intel.com>,
Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
Subject: Re: [GIT PULL] EFI changes for v4.4
Date: Tue, 27 Oct 2015 18:41:39 +0100 [thread overview]
Message-ID: <20151027174139.GA12877@gmail.com> (raw)
In-Reply-To: <1445770144-22280-1-git-send-email-matt@codeblueprint.co.uk>
* Matt Fleming <matt@codeblueprint.co.uk> wrote:
> Folks, please pull the following bugfix from Sai which prevents a
> kernel panic when booting an EFI machine with CONFIG_DEBUG_VIRTUAL
> enabled.
>
> This bug was reported last year by Dave Hansen,
>
> https://lkml.kernel.org/r/5462999A.7090706@intel.com
>
> and since nobody else has reported it, and given that it's only
> triggerable with a debug config option, I figured this should be
> targeted at v4.4.
>
> The following changes since commit 0f96a99dab366333439e110d6ad253bc7c557c09:
>
> efi: Add "efi_fake_mem" boot option (2015-10-12 14:20:09 +0100)
>
> 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 2c66e24d75d424919c42288b418d2e593fa818b1:
>
> x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabled (2015-10-25 10:22:25 +0000)
>
> ----------------------------------------------------------------
> * Fix a kernel panic by not passing EFI virtual mapping addresses to
> __pa() in the x86 pageattr code. Since these virtual addreses are
> not part of the direct mapping or kernel text mapping, passing them
> to __pa() will trigger a BUG_ON() when CONFIG_DEBUG_VIRTUAL is
> enabled - Sai Praneeth Prakhya
>
> ----------------------------------------------------------------
> Sai Praneeth (1):
> x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabled
>
> arch/x86/mm/pageattr.c | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
Pulled, thanks Matt!
Ingo
next prev parent reply other threads:[~2015-10-27 17:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-25 10:49 [GIT PULL] EFI changes for v4.4 Matt Fleming
2015-10-25 10:49 ` [PATCH] x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabled Matt Fleming
[not found] ` <1445770144-22280-1-git-send-email-matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
2015-10-27 17:41 ` Ingo Molnar [this message]
2015-10-27 17:41 ` [GIT PULL] EFI changes for v4.4 Ingo Molnar
-- strict thread matches above, loose matches on Subject: below --
2015-11-03 9:00 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=20151027174139.GA12877@gmail.com \
--to=mingo-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=bp-l3A5Bk7waGM@public.gmane.org \
--cc=dave.hansen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=glenn.p.williamson-ral2JQCrhuEAvxtiuMwx3w@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=ravi.v.shankar-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=ricardo.neri-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=sai.praneeth.prakhya-ral2JQCrhuEAvxtiuMwx3w@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.