[PATCH] kho: do not reserve scratch memory in the kdump kernel

Maxi Saparov maxi.saparov at gmail.com
Tue Aug 11 09:10:49 PDT 2026


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



More information about the kexec mailing list