On 31.07.2025 13:02, Andrew Cooper wrote: > The API is unergonomic to use, and leads to poor code generation because of > unnecessary forcing of data to the stack. > > Rename build_id_p to xen_build_id, and build_id_len to xen_build_id_len, make > them __ro_after_init, and export the variables directly. > > No functional change. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com>