mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Toshi Kani <toshi.kani@hp.com>
To: Borislav Petkov <bp@alien8.de>
Cc: Linux EFI <linux-efi@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>, Borislav Petkov <bp@suse.de>,
	Matt Fleming <matt@console-pimps.org>,
	Matthew Garrett <mjg59@srcf.ucam.org>,
	"H. Peter Anvin" <hpa@zytor.com>, Dave Young <dyoung@redhat.com>
Subject: Re: [PATCH 0/4] EFI memmap fix v2
Date: Mon, 13 Jan 2014 09:22:45 -0700	[thread overview]
Message-ID: <1389630165.1792.180.camel@misato.fc.hp.com> (raw)
In-Reply-To: <1389473370-1940-1-git-send-email-bp@alien8.de>

On Sat, 2014-01-11 at 21:49 +0100, Borislav Petkov wrote:
> From: Borislav Petkov <bp@suse.de>
> 
> Ok, here's v2 rebased and rediffed against tip (which has the relevant
> efi branches).
> 
> Toshi, I'm pushing it to:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#efi-fixes
> 
> so that you can give it another run and so that the build robot can poke
> at it.

I tested the 4 patches on top of Matt's efi tree under kexec branch.
Unfortunately, it hit the same panic again...  I will send you the full
dmesg with EFI_PGT_DBG enabled in a separate email.  I will also test
your git tree as well. 

Thanks,
-Toshi

BUG: unable to handle kernel paging request at 00000207fec34020
IP: [<0000000072dcda76>] 0x72dcda76
PGD 0
Oops: 0000 [#1] SMP
Modules linked in:
CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.13.0-rc1+ #82
Hardware name: HP CB920s x1, BIOS Bundle: 005.028.018 SFW: 012.124.000
10/28/2013
task: ffffffff81a10480 ti: ffffffff81a00000 task.ti: ffffffff81a00000
RIP: 0010:[<0000000072dcda76>]  [<0000000072dcda76>] 0x72dcda76
RSP: 0000:ffffffff81a01df8  EFLAGS: 00010206
RAX: 00000000725fee18 RBX: 00000000725feda0 RCX: 00000207fec34000
RDX: 0000000072dfe070 RSI: 0000000060000202 RDI: 0000000072dcdac8
RBP: 0000000072dd0560 R08: 0000000000000000 R09: 000000000000001d
R10: 0000000000000030 R11: 8000000000000000 R12: ffff8a07fec34000
R13: 0000000000000001 R14: 0000000000000570 R15: 000000000009c000
FS:  0000000000000000(0000) GS:ffff88087fa00000(0000)
knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00000207fec34020 CR3: 000000000009c000 CR4: 00000000000406b0
Stack:
 0000000072dfb88f 0000000000000001 0000000000002643 0000000000000000
 ffffffff81ace2a8 0000000072dcdac8 0000000072dcdb93 0000000000000001
 ffffffff81a01f80 0000000000000570 ffff8a07fffbc000 0000000000000000
Call Trace:
 [<ffffffff81046a4c>] ? efi_call4+0x6c/0xf0
 [<ffffffff81b05a7a>] ? efi_enter_virtual_mode+0x35d/0x524
 [<ffffffff81aede1d>] ? start_kernel+0x397/0x431
 [<ffffffff81aed88f>] ? repair_env_string+0x5c/0x5c
 [<ffffffff81aed5a3>] ? x86_64_start_reservations+0x2a/0x2c
 [<ffffffff81aed696>] ? x86_64_start_kernel+0xf1/0xf4
Code:  Bad RIP value.
RIP  [<0000000072dcda76>] 0x72dcda76
 RSP <ffffffff81a01df8>
CR2: 00000207fec34020
---[ end trace b50fb077cda23ee8 ]---




  parent reply	other threads:[~2014-01-13 16:28 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-11 20:49 Borislav Petkov
2014-01-11 20:49 ` [PATCH 1/4] x86, ptdump: Add the functionality to dump an arbitrary pagetable Borislav Petkov
2014-01-11 20:59   ` Joe Perches
2014-01-13  5:32   ` Dave Young
2014-01-13 10:18     ` Borislav Petkov
2014-01-13 12:23       ` Dave Young
2014-01-13 14:48         ` Arjan van de Ven
2014-01-13 14:57           ` Borislav Petkov
2014-01-14  1:40           ` Dave Young
2014-01-14 18:18             ` H. Peter Anvin
2014-01-15  1:16               ` Dave Young
2014-01-15 14:11                 ` H. Peter Anvin
2014-01-16  1:44                   ` Dave Young
2014-01-16  2:41                     ` Arjan van de Ven
2014-01-16  3:03                       ` Dave Young
2014-01-16  4:04                         ` H. Peter Anvin
2014-01-16  6:46                           ` Dave Young
2014-01-16  6:54                             ` Dave Young
2014-01-16 14:52                             ` Arjan van de Ven
2014-01-13 15:49   ` Matt Fleming
2014-01-11 20:49 ` [PATCH 2/4] efi: Dump the EFI page table Borislav Petkov
2014-01-13 16:00   ` Matt Fleming
2014-01-14  1:36     ` Dave Young
2014-01-11 20:49 ` [PATCH 3/4] x86, pageattr: Export page unmapping interface Borislav Petkov
2014-01-11 20:49 ` [PATCH 4/4] efi: Make efi virtual runtime map passing more robust Borislav Petkov
2014-01-13  5:40   ` Dave Young
2014-01-13 10:27     ` Borislav Petkov
2014-01-13 13:17       ` Dave Young
2014-01-13 16:22 ` Toshi Kani [this message]
2014-01-13 16:54   ` [PATCH 0/4] EFI memmap fix v2 Toshi Kani

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=1389630165.1792.180.camel@misato.fc.hp.com \
    --to=toshi.kani@hp.com \
    --cc=bp@alien8.de \
    --cc=bp@suse.de \
    --cc=dyoung@redhat.com \
    --cc=hpa@zytor.com \
    --cc=linux-efi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matt@console-pimps.org \
    --cc=mjg59@srcf.ucam.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome