Hi,
On Mon, Aug 10, 2026 at 11:23:58AM +0300, Mike Rapoport wrote:
>
> Can we put this on top as a separate if, like
>
> if (is_kdump_kernel()) {
> /* disable KHO */
> return;
> }
>
Sure, I agree early return is nicer here. Sending V2.
Thanks,
Maxi