commit | 88f9a87afeeec5dfdda3651f3db96d0006172d91 | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@nvidia.com> | Tue Jun 22 09:50:52 2021 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 22 10:40:54 2021 -0700 |
tree | aedc601b478d092457ec44161e0921c2e1afaafa | |
parent | 0dc7dd02ba7ab5f623f5e3a36443ec441364285a [diff] |
ethtool: Validate module EEPROM offset as part of policy Validate the offset to read from module EEPROM as part of the netlink policy and remove the corresponding check from the code. This also makes it possible to query the offset range from user space: $ genl ctrl policy name ethtool ... ID: 0x14 policy[32]:attr[2]: type=U32 range:[0,255] ... Signed-off-by: Ido Schimmel <idosch@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>