On Wed, 2020-10-07 at 12:07 +0000, Henrik Bjoernlund wrote:
> This commit is correcting NETLINK br_fill_ifinfo() to be able to
> handle 'filter_mask' with multiple flags asserted.
>
> Fixes: 36a8e8e265420 ("bridge: Extend br_fill_ifinfo to return MPR status")
>
> Signed-off-by: Henrik Bjoernlund <[email protected]>
> Reviewed-by: Horatiu Vultur <[email protected]>
> Suggested-by: Nikolay Aleksandrov <[email protected]>
> Tested-by: Horatiu Vultur <[email protected]>
> ---
> net/bridge/br_netlink.c | 26 +++++++++++---------------
> 1 file changed, 11 insertions(+), 15 deletions(-)
>
The patch looks good, please don't separate the Fixes tag from the others.
Acked-by: Nikolay Aleksandrov <[email protected]>