Re: [PATCH] KVM: PPC: Book3S HV: Use the bitmap API to allocate bitmaps

From: Michael Ellerman
Date: Thu Dec 08 2022 - 07:49:48 EST


On Sat, 9 Jul 2022 17:56:43 +0200, Christophe JAILLET wrote:
> Use bitmap_zalloc()/bitmap_free() instead of hand-writing them.
>
> It is less verbose and it improves the semantic.
>
>

Applied to powerpc/next.

[1/1] KVM: PPC: Book3S HV: Use the bitmap API to allocate bitmaps
https://git.kernel.org/powerpc/c/a96b20758b23be7e9f693218908228d6100c3c26

cheers