[PATCH 04/15] kexec: Add KHO parsing support

Stanislav Kinsburskii skinsburskii at linux.microsoft.com
Wed Dec 13 10:56:31 PST 2023


On Wed, Dec 13, 2023 at 12:04:41AM +0000, Alexander Graf wrote:
> +void *kho_get_fdt(void)
> +{
> +	return fdt;
> +}
> +EXPORT_SYMBOL_GPL(kho_get_fdt);
> +

Same question here (and in other places of this code): shouldn't this
facility be provided to non-GPL drivers as well?

Also a minor nit: "const void *" looks like a cleaner prototype here.




More information about the kexec mailing list