* kexec documentation missing, bad links in kdump.txt
@ 2010-11-18 9:50 Pavel Machek
2010-11-18 10:17 ` Américo Wang
2010-11-18 14:23 ` Vivek Goyal
0 siblings, 2 replies; 5+ messages in thread
From: Pavel Machek @ 2010-11-18 9:50 UTC (permalink / raw)
To: kernel list, horms, vgoyal, akpm; +Cc: randy.dunlap
Hi!
Where can one get kexec documentation?
(In particular, we are trying to get it to boot on ARM board, and
wonder if something like CONFIG_RELOCATABLE_KERNEL is needed.)
Unfortunately, only pieces mentioning kexec are kdump pieces
(Documentation/kdump/kdump.txt), and links there, such as
http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools.tar.gz
http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/README.html
http://www.kernel.org/git/?p=linux/kernel/git/horms/kexec-tools.git
are no longer valid :-(.
Pavel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: kexec documentation missing, bad links in kdump.txt
2010-11-18 9:50 kexec documentation missing, bad links in kdump.txt Pavel Machek
@ 2010-11-18 10:17 ` Américo Wang
2010-11-18 14:23 ` Vivek Goyal
1 sibling, 0 replies; 5+ messages in thread
From: Américo Wang @ 2010-11-18 10:17 UTC (permalink / raw)
To: Pavel Machek; +Cc: kernel list, horms, vgoyal, akpm, randy.dunlap
On Thu, Nov 18, 2010 at 10:50:15AM +0100, Pavel Machek wrote:
>Hi!
>
>Where can one get kexec documentation?
>
>(In particular, we are trying to get it to boot on ARM board, and
>wonder if something like CONFIG_RELOCATABLE_KERNEL is needed.)
>
If you want to use the same kernel as the crash kernel, yes,
you have to support relocatable during boot on your arch.
>Unfortunately, only pieces mentioning kexec are kdump pieces
>(Documentation/kdump/kdump.txt), and links there, such as
>
>http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools.tar.gz
>
>http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/README.html
>
>http://www.kernel.org/git/?p=linux/kernel/git/horms/kexec-tools.git
>
>are no longer valid :-(.
Try:
git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: kexec documentation missing, bad links in kdump.txt
2010-11-18 9:50 kexec documentation missing, bad links in kdump.txt Pavel Machek
2010-11-18 10:17 ` Américo Wang
@ 2010-11-18 14:23 ` Vivek Goyal
2010-11-18 18:06 ` Randy Dunlap
1 sibling, 1 reply; 5+ messages in thread
From: Vivek Goyal @ 2010-11-18 14:23 UTC (permalink / raw)
To: Pavel Machek; +Cc: kernel list, horms, akpm, randy.dunlap
On Thu, Nov 18, 2010 at 10:50:15AM +0100, Pavel Machek wrote:
> Hi!
>
> Where can one get kexec documentation?
>
> (In particular, we are trying to get it to boot on ARM board, and
> wonder if something like CONFIG_RELOCATABLE_KERNEL is needed.)
>
For kexec you will not need CONFIG_RELOCATABLE_KERNEL. But if you also
want to use kdump and use same bzImage as first kernel then you will
need relocatable kernel support.
For kdump I had done two presentations at OLS. You might find little
bit of kexec details too.
Kdump: Smarter, Easier, Trustier
http://www.kernel.org/doc/ols/2007/ols2007v1-pages-167-178.pdf
Kdump, a kexec based crash dumping mechanism.
http://lse.sourceforge.net/kdump/documentation/ols2oo5-kdump-paper.pdf
thanks
Vivek
> Unfortunately, only pieces mentioning kexec are kdump pieces
> (Documentation/kdump/kdump.txt), and links there, such as
>
> http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools.tar.gz
>
> http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/README.html
>
> http://www.kernel.org/git/?p=linux/kernel/git/horms/kexec-tools.git
>
> are no longer valid :-(.
> Pavel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: kexec documentation missing, bad links in kdump.txt
2010-11-18 14:23 ` Vivek Goyal
@ 2010-11-18 18:06 ` Randy Dunlap
2010-11-18 22:19 ` Simon Horman
0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2010-11-18 18:06 UTC (permalink / raw)
To: Vivek Goyal; +Cc: Pavel Machek, kernel list, horms, akpm, randy.dunlap
On Thu, 18 Nov 2010 09:23:22 -0500 Vivek Goyal wrote:
> On Thu, Nov 18, 2010 at 10:50:15AM +0100, Pavel Machek wrote:
> > Hi!
> >
> > Where can one get kexec documentation?
> >
> > (In particular, we are trying to get it to boot on ARM board, and
> > wonder if something like CONFIG_RELOCATABLE_KERNEL is needed.)
> >
Simon, Vivek --
can you get someone to update the Documentation/ files, please?
> For kexec you will not need CONFIG_RELOCATABLE_KERNEL. But if you also
> want to use kdump and use same bzImage as first kernel then you will
> need relocatable kernel support.
>
> For kdump I had done two presentations at OLS. You might find little
> bit of kexec details too.
>
> Kdump: Smarter, Easier, Trustier
> http://www.kernel.org/doc/ols/2007/ols2007v1-pages-167-178.pdf
>
> Kdump, a kexec based crash dumping mechanism.
> http://lse.sourceforge.net/kdump/documentation/ols2oo5-kdump-paper.pdf
>
> thanks
> Vivek
>
> > Unfortunately, only pieces mentioning kexec are kdump pieces
> > (Documentation/kdump/kdump.txt), and links there, such as
> >
> > http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools.tar.gz
> >
> > http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/README.html
> >
> > http://www.kernel.org/git/?p=linux/kernel/git/horms/kexec-tools.git
> >
> > are no longer valid :-(.
> > Pavel
> --
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: kexec documentation missing, bad links in kdump.txt
2010-11-18 18:06 ` Randy Dunlap
@ 2010-11-18 22:19 ` Simon Horman
0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2010-11-18 22:19 UTC (permalink / raw)
To: Randy Dunlap; +Cc: Vivek Goyal, Pavel Machek, kernel list, akpm
On Thu, Nov 18, 2010 at 10:06:47AM -0800, Randy Dunlap wrote:
> On Thu, 18 Nov 2010 09:23:22 -0500 Vivek Goyal wrote:
>
> > On Thu, Nov 18, 2010 at 10:50:15AM +0100, Pavel Machek wrote:
> > > Hi!
> > >
> > > Where can one get kexec documentation?
> > >
> > > (In particular, we are trying to get it to boot on ARM board, and
> > > wonder if something like CONFIG_RELOCATABLE_KERNEL is needed.)
> > >
>
> Simon, Vivek --
> can you get someone to update the Documentation/ files, please?
Sure.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-11-18 22:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18 9:50 kexec documentation missing, bad links in kdump.txt Pavel Machek
2010-11-18 10:17 ` Américo Wang
2010-11-18 14:23 ` Vivek Goyal
2010-11-18 18:06 ` Randy Dunlap
2010-11-18 22:19 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox