From mboxrd@z Thu Jan 1 00:00:00 1970 From: james.morse@arm.com (James Morse) Date: Mon, 23 Oct 2017 10:33:03 +0100 Subject: kdump: need help with kexec -p In-Reply-To: References: <59DF54B3.1050404@arm.com> <59E095E1.5090706@arm.com> Message-ID: <59EDB74F.4070302@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Prabhakar, Akashi, On 23/10/17 06:37, Prabhakar Kushwaha wrote: > After further analysis, it is figured out to be a data cache flush issue. > > After trying below patch(suggested by Takahiro). This problem looks to be resolved for now. > > === > commit 9b492cf58077 > Author: Xunlei Pang > Date: Mon May 23 16:24:10 2016 -0700 > > kexec: introduce a protection mechanism for the crashkernel reserved memory > === /me winces. Yes, without the protection mechanism the code will still compile, and still work, but be missing the kexec_segment_flush() calls. This is the problem with backporting stuff. Glad you got it fixed! Thanks, James