Re: [PATCH net-next] taprio: do not use BIT() in TCA_TAPRIO_ATTR_FLAG_* definitions

From: David Miller
Date: Thu Mar 26 2020 - 23:08:42 EST


From: Eugene Syromiatnikov <esyr@xxxxxxxxxx>
Date: Tue, 24 Mar 2020 05:19:20 +0100

> BIT() macro definition is internal to the Linux kernel and is not
> to be used in UAPI headers; replace its usage with the _BITUL() macro
> that is already used elsewhere in the header.
>
> Cc: <stable@xxxxxxxxxxxxxxx> # v5.4+
> Fixes: 9c66d1564676 ("taprio: Add support for hardware offloading")
> Signed-off-by: Eugene Syromiatnikov <esyr@xxxxxxxxxx>

Applied.