From: takahiro.akashi@linaro.org (AKASHI Takahiro)
To: linux-arm-kernel@lists.infradead.org
Subject: Help needed with kexec on arm64
Date: Wed, 11 May 2016 09:53:35 +0900 [thread overview]
Message-ID: <20160511005334.GA8417@linaro.org> (raw)
In-Reply-To: <DB5PR04MB1688F09062B2A5ECACCA4D80E6710@DB5PR04MB1688.eurprd04.prod.outlook.com>
Hi,
On Tue, May 10, 2016 at 12:32:15PM +0000, Harninder Rai wrote:
> >
> > This means that there is no enough space left at this point.
> > I guess that you are using too big initramfs against 64MB of total memory.
> > Just increase the memory size for crash dump kernel.
> >
> > -Takahiro AKASHI
>
> Hello Takahiro Akashi,
>
> I used a smaller initramfs (as you suggested) and my crash kernel has moved further but it again dumped with the following log messages. Any further pointers?
It seems that you have already reached the point of kicking up "init"
process, and this means that crash dump kernel itself successfully
booted.
> Does this mean that there isn't enough memory to save the core file or something? Because the error mostly are related to OOM killer process
Apparently lack of memory is a cause of OOM killer, but the core file
has nothing to do with this issue.
I think that you don't have enough memory for the system yet.
-Takahiro AKASHI
>
> [ 8.833434] Freeing unused kernel memory: 748K (ffff800000a3a000 - ffff800000af5000)
> [ 8.848924] init: Console is alive
> [ 8.856866] mmc0: new high speed SDHC card at address b368
> [ 8.868239] mmcblk0: mmc0:b368 SDC 3.75 GiB
> [ 8.873913] mmcblk0: p1
> [ 9.855930] init: - preinit -
> Press the [f] key and hit [enter] to enter failsafe mode
> Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
> [ 12.896779] procd: - early -
> [ 12.977417] kworker/u16:0 invoked oom-killer: gfp_mask=0x27000c0, order=2, oom_score_adj=0
> [ 12.994568] CPU: 0 PID: 6 Comm: kworker/u16:0 Not tainted 4.5.0-rc6-00038-gae2804a-dirty #5
> [ 13.002950] Hardware name: Freescale Layerscape 2085a RDB Board (DT)
> [ 13.009333] Workqueue: events_unbound call_usermodehelper_exec_work
> [ 13.015623] Call trace:
> [ 13.018076] [<ffff800000089760>] dump_backtrace+0x0/0x1ac
> [ 13.023492] [<ffff800000089920>] show_stack+0x14/0x1c
> [ 13.028560] [<ffff80000032c1d4>] dump_stack+0x8c/0xb0
> [ 13.033627] [<ffff8000001aebdc>] dump_header.isra.7+0x4c/0x18c
> [ 13.039480] [<ffff800000152130>] oom_kill_process+0x26c/0x45c
> [ 13.045243] [<ffff800000152688>] out_of_memory+0x2e0/0x32c
> [ 13.050745] [<ffff800000156c68>] __alloc_pages_nodemask+0x83c/0x848
> [ 13.057031] [<ffff800000156f78>] alloc_kmem_pages_node+0x30/0xa8
> [ 13.063058] [<ffff8000000b776c>] copy_process.isra.42.part.43+0x128/0x1488
> [ 13.069955] [<ffff8000000b8c4c>] _do_fork+0xcc/0x338
> [ 13.074934] [<ffff8000000b8f04>] kernel_thread+0x34/0x3c
> [ 13.080261] [<ffff8000000cb8e0>] call_usermodehelper_exec_work+0x2c/0xd8
> [ 13.086984] [<ffff8000000ce4b0>] process_one_work+0x134/0x2f4
> [ 13.092747] [<ffff8000000ce6c8>] worker_thread+0x58/0x43c
> [ 13.098162] [<ffff8000000d3f88>] kthread+0xd8/0xec
> [ 13.102967] [<ffff800000085cd0>] ret_from_fork+0x10/0x40
> [ 13.261745] Mem-Info:
>
> Thanks and Regards
> Harry++
--
Thanks,
-Takahiro AKASHI
next prev parent reply other threads:[~2016-05-11 0:53 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <DB5PR04MB168845795D86B4CE5BA5656FE68B0@DB5PR04MB1688.eurprd04.prod.outlook.com>
[not found] ` <1458230896.3391.18.camel@infradead.org>
[not found] ` <CAB5YjtBEO=efjhcFdVOaZqG13qK3uzCbS5SFym5hhw-n+_QLhw@mail.gmail.com>
[not found] ` <DB5PR04MB1688A6D4385B76DAFF71D364E68C0@DB5PR04MB1688.eurprd04.prod.outlook.com>
[not found] ` <CAB5YjtAqjL8LMvNPbxwVWe+Zhi5rFkz_X7rti9wSrXQ7Y_2kOA@mail.gmail.com>
[not found] ` <DB5PR04MB16880834700413C3B80194B5E68C0@DB5PR04MB1688.eurprd04.prod.outlook.com>
[not found] ` <CAB5YjtCP6M9=ESJhfxyyYKSGTg8s3Y83qp8RS_oyYkUqcqYcCw@mail.gmail.com>
2016-03-21 10:27 ` Help needed with kexec on arm64 Harninder Rai
[not found] ` <CAB5YjtCoX5FoRbOYTPCETbbBGmEvs=1Xm6Giho78TH_a7u=eXw@mail.gmail.com>
2016-03-22 17:49 ` Harninder Rai
2016-04-04 10:49 ` Harninder Rai
2016-04-05 5:23 ` AKASHI Takahiro
2016-04-05 10:42 ` Harninder Rai
2016-05-10 12:32 ` Harninder Rai
2016-05-11 0:53 ` AKASHI Takahiro [this message]
2016-05-11 11:06 ` Harninder Rai
2016-05-13 12:45 ` Harninder Rai
2016-05-19 11:03 ` AKASHI Takahiro
2016-05-19 13:53 ` Harninder Rai
2016-05-27 11:51 ` Harninder Rai
2016-05-27 13:58 ` Russell King - ARM Linux
2016-05-27 19:19 ` Geoff Levand
2016-05-30 11:10 ` Harninder Rai
2016-05-30 11:07 ` Harninder Rai
2016-05-31 0:34 ` AKASHI Takahiro
2016-05-19 10:48 ` Harninder Rai
2016-03-17 16:57 Harninder Rai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160511005334.GA8417@linaro.org \
--to=takahiro.akashi@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).