On Wed, 29 Apr 2026 17:57:53 +0100
Bruce Richardson <[email protected]> wrote:

> +/**
> + * User-provided EAL initialization configuration.
> + * Immutable after initialization, so no need for atomic types or locks.
> + */
> +struct eal_user_cfg {
> +     uint8_t reserved;
> +};
> +

I assume reserved is only placeholder to be clobbered in later patches.
Internal structures should not have reserved fields

Reply via email to