[PATCH v2] ARM: avoid Cortex-A9 livelock on tight dmb loops
From: tony@atomide.com (Tony Lindgren)
Date: 2018-06-01 16:12:06
Also in:
linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2018-06-01 16:12:06
Also in:
linux-omap
* Russell King - ARM Linux [off-list ref] [180601 15:57]:
On Fri, Jun 01, 2018 at 08:35:12AM -0700, Tony Lindgren wrote:quoted
CONFIG_KERNEL_LZMA fails: Try gzip decompression. Try LZMA decompression. lzma_decompress_file: read on /boot/zImage of 65536 bytes failed kernel: 0xb6abb010 kernel_size: 0x43d0f0 MEMORY RANGES 0000000080000000-00000000bfdfffff (0) zImage header: 0x016f2818 0x00000000 0x0043d0f0 zImage size 0x43d0f0, file size 0x43d0f0 Reserved memory rangesThis looks like an old kexec binary as it's missing the output from: dbgprintf("zImage requires 0x%08llx bytes\n", (unsigned long long)len); Please can you test with the current version - the official repository should now be up to date with my version. Thanks.
OK great. After updating kexec-tools to latest git veresion LZMA crashkernel now also boots for me :) Regards, Tony