ethtool: fec: add note about reuse of reserved
authorJakub Kicinski <kuba@kernel.org>
Fri, 26 Mar 2021 20:22:21 +0000 (13:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 22:09:45 +0000 (15:09 -0700)
struct ethtool_fecparam::reserved can't be used in SET, because
ethtool user space doesn't zero-initialize the structure.
Make this clear.

Suggested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/ethtool.h

index f6ef7d42c7a164312bd6299e3f129305d522620f..9a47c3efd8ca338c19280c64a88577c06028064d 100644 (file)
@@ -1382,6 +1382,10 @@ struct ethtool_per_queue_op {
  * @fec: Bitmask of configured FEC modes.
  * @reserved: Reserved for future extensions, ignore on GET, write 0 for SET.
  *
+ * Note that @reserved was never validated on input and ethtool user space
+ * left it uninitialized when calling SET. Hence going forward it can only be
+ * used to return a value to userspace with GET.
+ *
  * FEC modes supported by the device can be read via %ETHTOOL_GLINKSETTINGS.
  * FEC settings are configured by link autonegotiation whenever it's enabled.
  * With autoneg on %ETHTOOL_GFECPARAM can be used to read the current mode.