[PATCH 3/3] add ARM crashdump support
Masayuki Igawa
igawa at mxs.nes.nec.co.jp
Thu Jun 24 19:31:33 EDT 2010
Hi,
From: Mika Westerberg <ext-mika.1.westerberg at nokia.com>
Date: Thu, 24 Jun 2010 11:19:15 +0300
> On Thu, Jun 24, 2010 at 09:33:56AM +0200, ext Masayuki Igawa wrote:
>> Hi, Mika.
>
> (...)
>> How about is this?
>> ====
>> +unsigned long long
>> +vaddr_to_paddr_arm(unsigned long vaddr)
>> +{
>> + unsigned long long paddr = vaddr_to_paddr_general(vaddr);
>> +
>> + if (paddr != NOT_PADDR)
>> + return paddr;
>> ====
>
> Yeah, looks OK to me.
>
> Do you want me to send a revisited version of the patches or do you change that
> yourself?
I'll change that myself.
>
>> BTW, I'm testing these patches for x86/x86_64 arch now.
>> I'll merge these patches after my testing.
>
> Cool, thanks.
>
>> But I cannot test for ARM because have no test machines of ARM.
>
> Well I can do the testing for ARM (unless someone else, who is using ARM kdump
> currently, wants to test this). If the above is the only change it should still
> work.
OK. I'll merge and push these patches (including this change).
And I'd like you to do the testing for ARM after that.
Thanks,
-- Masayuki Igawa
More information about the kexec
mailing list