On Tue, 21 Jul 2026 10:45:11 +0100 Bruce Richardson <[email protected]> wrote:
> +/**
> + * Internal EAL runtime state
> + * May be modified at runtime, so access must be protected by locks or
> atomic types
> + * as appropriate.
> + */
> +struct eal_runtime_state {
> + uint8_t reserved;
> +};
This reserved field is still left after all the patches??

