Re: [PATCH] x86: respect mapcache_domain_init() failing

2024-05-15 Thread Roger Pau Monné
On Wed, May 15, 2024 at 03:35:15PM +0200, Jan Beulich wrote: > The function itself properly handles and hands onwards failure from > create_perdomain_mapping(). Therefore its caller should respect possible > failure, too. > > Fixes: 4b28bf6ae90b ("x86: re-introduce map_domain_page() et al") > Sign

[PATCH] x86: respect mapcache_domain_init() failing

2024-05-15 Thread Jan Beulich
The function itself properly handles and hands onwards failure from create_perdomain_mapping(). Therefore its caller should respect possible failure, too. Fixes: 4b28bf6ae90b ("x86: re-introduce map_domain_page() et al") Signed-off-by: Jan Beulich --- Effectively split off of "x86/mapcache: Initi