Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1643839
| From | Bharat Bhushan <bharat.bhushan@nxp.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH] kexec/kdump: Minor Documentation updates for arm64 and Image |
| Date | 2017-05-18 08:20 +0200 |
| Message-ID | <tImWZ-64l-5@gated-at.bofh.it> (permalink) |
| References | <tImtX-5BC-3@gated-at.bofh.it> <tImDD-5FZ-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> -----Original Message----- > From: Dave Young [mailto:dyoung@redhat.com] > Sent: Thursday, May 18, 2017 11:29 AM > To: Bharat Bhushan <bharat.bhushan@nxp.com> > Cc: bhe@redhat.com; vgoyal@redhat.com; corbet@lwn.net; > kexec@lists.infradead.org; linux-doc@vger.kernel.org; linux- > kernel@vger.kernel.org; takahiro.akashi@linaro.org; panand@redhat.com > Subject: Re: [PATCH] kexec/kdump: Minor Documentation updates for > arm64 and Image > > Add Takahiro and Pratyush, they should be able to review the arm64 part. > > On 05/18/17 at 11:03am, Bharat Bhushan wrote: > > This patch have minor updates in Documentation for arm64i as > > relocatable kernel. > > Also this patch updates documentation for using uncompressed image > > "Image" which is used for ARM64. > > > > Signed-off-by: Bharat Bhushan <Bharat.Bhushan@nxp.com> > > --- > > Documentation/kdump/kdump.txt | 10 ++++++++-- > > 1 file changed, 8 insertions(+), 2 deletions(-) > > > > diff --git a/Documentation/kdump/kdump.txt > > b/Documentation/kdump/kdump.txt index 615434d..522ce13 100644 > > --- a/Documentation/kdump/kdump.txt > > +++ b/Documentation/kdump/kdump.txt > > @@ -112,8 +112,8 @@ There are two possible methods of using Kdump. > > 2) Or use the system kernel binary itself as dump-capture kernel and there > is > > no need to build a separate dump-capture kernel. This is possible > > only with the architectures which support a relocatable kernel. As > > - of today, i386, x86_64, ppc64, ia64 and arm architectures support > relocatable > > - kernel. > > + of today, i386, x86_64, ppc64, ia64, arm and arm64 architectures support > > + relocatable kernel. > > > > Building a relocatable kernel is advantageous from the point of view > > that one does not have to build a second kernel for capturing the > > dump. But @@ -361,6 +361,12 @@ to load dump-capture kernel. > > --dtb=<dtb-for-dump-capture-kernel> \ > > --append="root=<root-dev> <arch-specific-options>" > > > > +If you are using a uncompressed Image, then use following command > > s/a/an > > > +to load dump-capture kernel. > > + > > + kexec -p <dump-capture-kernel-Image> \ > > + --initrd=<initrd-for-dump-capture-kernel> \ > > + --append="root=<root-dev> <arch-specific-options>" > > For uncompressed Image, dtb is not necessary? Yes dtb is not necessary, it works for me without giving dtb. Thanks -Bharat > > > > > Please note, that --args-linux does not need to be specified for ia64. > > It is planned to make this a no-op on that architecture, but for now > > -- > > 1.9.3 > > > > Thanks > Dave
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH] kexec/kdump: Minor Documentation updates for arm64 and Image Dave Young <dyoung@redhat.com> - 2017-05-18 08:00 +0200
RE: [PATCH] kexec/kdump: Minor Documentation updates for arm64 and Image Bharat Bhushan <bharat.bhushan@nxp.com> - 2017-05-18 08:20 +0200
Re: [PATCH] kexec/kdump: Minor Documentation updates for arm64 and Image AKASHI Takahiro <takahiro.akashi@linaro.org> - 2017-05-19 05:50 +0200
Re: [PATCH] kexec/kdump: Minor Documentation updates for arm64 and Image Pratyush Anand <panand@redhat.com> - 2017-05-22 08:40 +0200
RE: [PATCH] kexec/kdump: Minor Documentation updates for arm64 and Image Bharat Bhushan <bharat.bhushan@nxp.com> - 2017-05-22 08:50 +0200
Re: [PATCH] kexec/kdump: Minor Documentation updates for arm64 and Image Pratyush Anand <panand@redhat.com> - 2017-05-22 09:10 +0200
csiph-web