On Wed, Jun 11, 2025 at 11:20:29AM +0200, Jan Beulich wrote: > On 11.06.2025 01:42, dm...@proton.me wrote: > > From: Denis Mukhin <dmuk...@ford.com> > > > > Fix get_initial_domain_id() which how returns hardware_domid and breaks late > > hwdom feature [1]. > > > > [1] > > https://lore.kernel.org/xen-devel/a4c860d7-1fa0-43f4-8ae1-af59b7c65...@xen.org/ > > > > Reported-by: Julien Grall <jul...@xen.org> > > > Fixes: f147ccf2 ("xen/consoled: clean up console handling for PV shim") > > 12 hex digit please (see sending-patches.pandoc), i.e. f147ccf2b3c8 (largely > for > my own reference, to make respective adjustments while committing).
Thanks; my .gitcofig did not have core.abbrev configured. > > > Signed-off-by: Denis Mukhin <dmuk...@ford.com> > > Acked-by: Jan Beulich <jbeul...@suse.com> Thank you >