Re: [PATCH] uapi: enforce non-asm rule for 128-bit bitmasks macros

From: Yury Norov
Date: Mon Aug 05 2024 - 12:21:29 EST


On Mon, Aug 05, 2024 at 04:58:25AM +0530, Anshuman Khandual wrote:
> On 8/3/24 19:07, Yury Norov wrote:
> > The macros wouldn't work in all assembler flavors for reasons described
> > in the comments on top of declarations. Enforce it for more by adding
> > !__ASSEMBLY__ guard.
>
> Right, this makes sense, should have added in the original patch itself.
>
> >
> > Signed-off-by: Yury Norov <yury.norov@xxxxxxxxx>
>
> Reviewed-by: Anshuman Khandual <anshuman.khandual@xxxxxxx>

Thanks, adding in bitmap-for-next.

Thanks,
Yury