On Thu, Jan 26, 2017 at 12:02:48AM +0100, Daniel Kiper wrote:
> On Wed, Jan 25, 2017 at 09:31:15AM -0600, Eric DeVolder wrote:
>
> [...]
>
> > diff --git a/kexec/kexec.c b/kexec/kexec.c
> > index 500e5a9..ec16247 100644
> > --- a/kexec/kexec.c
> > +++ b/kexec/kexec.c
> > @@ -51,6 +51,9 @@
> > #i
On Fri, Jan 20, 2017 at 11:03:54AM -0600, Eric DeVolder wrote:
> Instead of the scripts having to poke at various fields we can
> provide that functionality via the -S parameter.
>
> Returns 0 if the payload is loaded. Can be used in combination
> with -l or -p to get the state of the proper kexec
On Mon, Nov 14, 2016 at 05:12:53PM -0500, Konrad Rzeszutek Wilk wrote:
> Instead of the scripts having to poke at various fields we can
> provide that functionality via the -S parameter.
>
> Returns 0 if the payload is loaded. Can be used in combination
> with -l or -p to get the state of the prop
Hi,
On Mon, Aug 15, 2016 at 08:57:40AM -0400, Boris Ostrovsky wrote:
> On 08/01/2016 09:56 AM, Boris Ostrovsky wrote:
> > Simon, Keir,
>
>
> Simon, ping?
Sorry, I didn't see this until now.
Acked-by: Simon Horman
> > In case you didn't realize --- this nee
On Mon, Nov 30, 2015 at 08:39:31AM +0100, Daniel Kiper wrote:
> On Mon, Nov 30, 2015 at 08:55:32AM +0900, Simon Horman wrote:
> > On Sat, Nov 28, 2015 at 09:14:04PM +0100, Daniel Kiper wrote:
> > > Crash kernel region size is available via sysfs on Linux running on
> > >
On Sat, Nov 28, 2015 at 09:14:04PM +0100, Daniel Kiper wrote:
> Crash kernel region size is available via sysfs on Linux running on
> bare metal. However, this does not work when Linux runs as Xen dom0.
> In this case Xen crash kernel region size should be established using
> __HYPERVISOR_kexec_op
On Sat, Nov 28, 2015 at 09:17:18PM +0100, Daniel Kiper wrote:
> Xen is not aware of E820_PMEM and E820_PRAM memory types, so, build
> simply fails. Hence, build code referencing them conditionally.
>
> Signed-off-by: Daniel Kiper
I believe this is fixed by
"x86: Make sure E820_PM[AE]M are define