Re: [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec

From: Christoph Hellwig
Date: Mon May 11 2020 - 11:15:41 EST


On Mon, May 11, 2020 at 12:00:14PM +0100, Catalin Marinas wrote:
> Anyway, I think Christoph's patch needs to go in with a fixes tag:
>
> Fixes: d28f6df1305a ("arm64/kexec: Add core kexec support")
> Cc: <stable@xxxxxxxxxxxxxxx> # 4.8.x-
>
> and we'll change these functions/helpers going forward for arm64.
>
> Happy to pick this up via the arm64 for-next/fixes branch.

Please do, there are no dependencies on it in this series (I originally
planned to switch flush_icache_range to pass a kernel pointer + len
instead of the strange unsigned long start and end. That still looks
very useful, but the series already is way too large, so I'm going to
defer that change for another merge window).