The patch titled Subject: kexec/kdump: minor Documentation updates for arm64 and Image has been added to the -mm tree. Its filename is kexec-kdump-minor-documentation-updates-for-arm64-and-image.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/kexec-kdump-minor-documentation-updates-for-arm64-and-image.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/kexec-kdump-minor-documentation-updates-for-arm64-and-image.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Bharat Bhushan <Bharat.Bhushan@xxxxxxx> Subject: kexec/kdump: minor Documentation updates for arm64 and Image Minor updates in Documentation for arm64 as relocatable kernel. Also this patch updates documentation for using uncompressed image "Image" which is used for ARM64. Link: http://lkml.kernel.org/r/1495104793-6563-1-git-send-email-Bharat.Bhushan@xxxxxxx Signed-off-by: Bharat Bhushan <Bharat.Bhushan@xxxxxxx> Cc: Dave Young <dyoung@xxxxxxxxxx> Cc: Baoquan He <bhe@xxxxxxxxxx> Cc: Vivek Goyal <vgoyal@xxxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Cc: AKASHI Takahiro <takahiro.akashi@xxxxxxxxxx> Cc: Pratyush Anand <panand@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/kdump/kdump.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff -puN Documentation/kdump/kdump.txt~kexec-kdump-minor-documentation-updates-for-arm64-and-image Documentation/kdump/kdump.txt --- a/Documentation/kdump/kdump.txt~kexec-kdump-minor-documentation-updates-for-arm64-and-image +++ a/Documentation/kdump/kdump.txt @@ -112,8 +112,8 @@ There are two possible methods of using 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 @@ -339,7 +339,7 @@ For arm: For arm64: - Use vmlinux or Image -If you are using a uncompressed vmlinux image then use following command +If you are using an uncompressed vmlinux image then use following command to load dump-capture kernel. kexec -p <dump-capture-kernel-vmlinux-image> \ @@ -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 an uncompressed Image, then use following command +to load dump-capture kernel. + + kexec -p <dump-capture-kernel-Image> \ + --initrd=<initrd-for-dump-capture-kernel> \ + --append="root=<root-dev> <arch-specific-options>" 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 _ Patches currently in -mm which might be from Bharat.Bhushan@xxxxxxx are kexec-kdump-minor-documentation-updates-for-arm64-and-image.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html