[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190417070250.GD8411@dhcp-128-65.nay.redhat.com>
Date: Wed, 17 Apr 2019 15:02:50 +0800
From: Dave Young <dyoung@...hat.com>
To: Junichi Nomura <j-nomura@...jp.nec.com>
Cc: Borislav Petkov <bp@...en8.de>,
Chao Fan <fanc.fnst@...fujitsu.com>,
Baoquan He <bhe@...hat.com>, Kairui Song <kasong@...hat.com>,
"x86@...nel.org" <x86@...nel.org>,
"kexec@...ts.infradead.org" <kexec@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v4] x86/boot: Use efi_setup_data for searching RSDP on
kexec-ed kernel
On 04/16/19 at 10:44pm, Junichi Nomura wrote:
> On 4/16/19 6:40 PM, Borislav Petkov wrote:
> > On Mon, Apr 15, 2019 at 11:00:25PM +0000, Junichi Nomura wrote:
> >> I thought we should hang here instead of return so that we
> >> don't run into efi_get_rsdp_addr() in case of kexec.
> >
> > Hanging that early without debug output is not very friendly to
> > debuggers, methinks.
>
> Right. But if we could move get_rsdp_addr() after console_init(),
> you get debug output.
>
move it after console_init looks better, I finally setup IME as a serial
console, I can see debug msg even for kexec reboot now.
How about move it after console_init, and at the same time skip
efi_get_rsdp_addr in case kexec?
Thanks
Dave
Powered by blists - more mailing lists