On 02.07.2024 13:23, Oleksii Kurochko wrote: > As common code is available it is better to use printk() instead > of early_printk().
IOW the function is not just available (allowing linking to succeed), but is also fully functional (i.e. the line is making it out, and hence CI, which iirc is looking for that string, is going to be "happy")? If so: Acked-by: Jan Beulich <jbeul...@suse.com> Jan