On Mon, Jul 28, 2025 at 01:25:14PM +0200, Jan Beulich wrote: > Use the more "modern" forms consistently, thus doing away with > effectively open-coding xmalloc_array() at the same time. While there > is a difference in generated code, as xmalloc_bytes() forces > SMP_CACHE_BYTES alignment, if code really cared about such higher than > default alignment, it should request so explicitly. > > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Acked-by: Roger Pau Monné <roger....@citrix.com> Thanks, Roger.