From: James Morse <james.morse@arm.com>
To: AKASHI Takahiro <takahiro.akashi@linaro.org>
Cc: mark.rutland@arm.com, geoff@infradead.org,
catalin.marinas@arm.com, Ruslan Bilovol <rbilovol@cisco.com>,
will.deacon@arm.com, bauerman@linux.vnet.ibm.com,
dyoung@redhat.com, kexec@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v27 0/9] arm64: add kdump support
Date: Thu, 10 Nov 2016 16:06:48 +0000 [thread overview]
Message-ID: <58249B18.6030702@arm.com> (raw)
In-Reply-To: <20161104030025.GC381@linaro.org>
Hi Akashi,
On 04/11/16 03:00, AKASHI Takahiro wrote:
> For easier testing, I pushed my patches to:
> https://git.linaro.org/people/takahiro.akashi/linux-aarch64.git arm64/kdump
> https://git.linaro.org/people/takahiro.akashi/kexec-tools.git arm64/kdump
Aha, thanks. That saved hopping around the mail archives to find the right set
of kdump patches.
> If anybody tries my patches, please let me know the result.
I gave this a spin on Juno with all the page-size va-bits combinations it
supports and used 'crash' to fish around in the resulting image. I also tested
the 4K/39 combination on Seattle that caused us problems in the past.
If its useful:
Tested-by: James Morse <james.morse@arm.com>
So the last thing is review/acks on patch 1
"memblock: add memblock_cap_memory_range()"?
Thanks,
James
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
WARNING: multiple messages have this Message-ID (diff)
From: james.morse@arm.com (James Morse)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v27 0/9] arm64: add kdump support
Date: Thu, 10 Nov 2016 16:06:48 +0000 [thread overview]
Message-ID: <58249B18.6030702@arm.com> (raw)
In-Reply-To: <20161104030025.GC381@linaro.org>
Hi Akashi,
On 04/11/16 03:00, AKASHI Takahiro wrote:
> For easier testing, I pushed my patches to:
> https://git.linaro.org/people/takahiro.akashi/linux-aarch64.git arm64/kdump
> https://git.linaro.org/people/takahiro.akashi/kexec-tools.git arm64/kdump
Aha, thanks. That saved hopping around the mail archives to find the right set
of kdump patches.
> If anybody tries my patches, please let me know the result.
I gave this a spin on Juno with all the page-size va-bits combinations it
supports and used 'crash' to fish around in the resulting image. I also tested
the 4K/39 combination on Seattle that caused us problems in the past.
If its useful:
Tested-by: James Morse <james.morse@arm.com>
So the last thing is review/acks on patch 1
"memblock: add memblock_cap_memory_range()"?
Thanks,
James
next prev parent reply other threads:[~2016-11-10 16:06 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-02 4:49 [PATCH v27 0/9] arm64: add kdump support AKASHI Takahiro
2016-11-02 4:49 ` AKASHI Takahiro
2016-11-02 4:51 ` [PATCH v27 1/9] memblock: add memblock_cap_memory_range() AKASHI Takahiro
2016-11-02 4:51 ` AKASHI Takahiro
2016-11-02 4:51 ` AKASHI Takahiro
2016-11-10 17:27 ` Will Deacon
2016-11-10 17:27 ` Will Deacon
2016-11-10 17:27 ` Will Deacon
2016-11-11 2:50 ` AKASHI Takahiro
2016-11-11 2:50 ` AKASHI Takahiro
2016-11-11 2:50 ` AKASHI Takahiro
2016-11-11 3:19 ` Dennis Chen
2016-11-11 3:19 ` Dennis Chen
2016-11-11 3:19 ` Dennis Chen
2016-11-14 5:55 ` AKASHI Takahiro
2016-11-14 5:55 ` AKASHI Takahiro
2016-11-14 5:55 ` AKASHI Takahiro
2016-11-16 16:30 ` Will Deacon
2016-11-16 16:30 ` Will Deacon
2016-11-16 16:30 ` Will Deacon
2016-11-17 5:34 ` AKASHI Takahiro
2016-11-17 5:34 ` AKASHI Takahiro
2016-11-17 5:34 ` AKASHI Takahiro
2016-11-17 11:19 ` Will Deacon
2016-11-17 11:19 ` Will Deacon
2016-11-17 11:19 ` Will Deacon
2016-11-17 18:00 ` James Morse
2016-11-17 18:00 ` James Morse
2016-11-17 18:00 ` James Morse
2016-11-18 1:03 ` AKASHI Takahiro
2016-11-18 1:03 ` AKASHI Takahiro
2016-11-18 1:03 ` AKASHI Takahiro
2016-11-18 12:10 ` Will Deacon
2016-11-18 12:10 ` Will Deacon
2016-11-18 12:10 ` Will Deacon
2016-11-02 4:52 ` [PATCH v27 2/9] arm64: limit memory regions based on DT property, usable-memory-range AKASHI Takahiro
2016-11-02 4:52 ` AKASHI Takahiro
2016-11-02 4:52 ` [PATCH v27 3/9] arm64: kdump: reserve memory for crash dump kernel AKASHI Takahiro
2016-11-02 4:52 ` AKASHI Takahiro
2016-11-02 4:52 ` [PATCH v27 4/9] arm64: kdump: implement machine_crash_shutdown() AKASHI Takahiro
2016-11-02 4:52 ` AKASHI Takahiro
2016-11-02 4:52 ` [PATCH v27 5/9] arm64: kdump: add VMCOREINFO's for user-space tools AKASHI Takahiro
2016-11-02 4:52 ` AKASHI Takahiro
2016-11-02 4:52 ` [PATCH v27 6/9] arm64: kdump: provide /proc/vmcore file AKASHI Takahiro
2016-11-02 4:52 ` AKASHI Takahiro
2016-11-02 4:52 ` [PATCH v27 7/9] arm64: kdump: enable kdump in defconfig AKASHI Takahiro
2016-11-02 4:52 ` AKASHI Takahiro
2016-11-02 4:52 ` [PATCH v27 8/9] Documentation: kdump: describe arm64 port AKASHI Takahiro
2016-11-02 4:52 ` AKASHI Takahiro
2016-11-02 4:54 ` [PATCH v27 9/9] Documentation: dt: chosen properties for arm64 kdump AKASHI Takahiro
2016-11-02 4:54 ` AKASHI Takahiro
2016-11-02 4:54 ` AKASHI Takahiro
2016-11-02 9:39 ` [PATCH v27 0/9] arm64: add kdump support Pratyush Anand
2016-11-02 9:39 ` Pratyush Anand
2016-11-04 3:00 ` AKASHI Takahiro
2016-11-04 3:00 ` AKASHI Takahiro
2016-11-10 16:06 ` James Morse [this message]
2016-11-10 16:06 ` James Morse
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=58249B18.6030702@arm.com \
--to=james.morse@arm.com \
--cc=bauerman@linux.vnet.ibm.com \
--cc=catalin.marinas@arm.com \
--cc=dyoung@redhat.com \
--cc=geoff@infradead.org \
--cc=kexec@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=mark.rutland@arm.com \
--cc=rbilovol@cisco.com \
--cc=takahiro.akashi@linaro.org \
--cc=will.deacon@arm.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.