mbox series

[net,v2,0/3] ethtool-netlink bug fixes

Message ID 20200817133407.22687-1-maximmi@mellanox.com
Headers show
Series ethtool-netlink bug fixes | expand

Message

Maxim Mikityanskiy Aug. 17, 2020, 1:34 p.m. UTC
This series contains a few bug fixes for ethtool-netlink. These bugs are
specific for the netlink interface, and the legacy ioctl interface is
not affected. These patches aim to have the same behavior in
ethtool-netlink as in the legacy ethtool.

Please also see the sibling series for the userspace tool.

v2 changes: Added Fixes tags.

Maxim Mikityanskiy (3):
  ethtool: Fix preserving of wanted feature bits in netlink interface
  ethtool: Account for hw_features in netlink interface
  ethtool: Don't omit the netlink reply if no features were changed

 net/ethtool/features.c | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Comments

David Miller Aug. 18, 2020, 11:01 p.m. UTC | #1
From: Maxim Mikityanskiy <maximmi@mellanox.com>
Date: Mon, 17 Aug 2020 16:34:04 +0300

> This series contains a few bug fixes for ethtool-netlink. These bugs are
> specific for the netlink interface, and the legacy ioctl interface is
> not affected. These patches aim to have the same behavior in
> ethtool-netlink as in the legacy ethtool.
> 
> Please also see the sibling series for the userspace tool.
> 
> v2 changes: Added Fixes tags.

Series applied and queued up for -stable, thank you.