From: Michał Mirosław Date: Sun, 22 Jan 2012 00:20:40 +0000 (+0000) Subject: ethtool: allow ETHTOOL_GSSET_INFO for users X-Git-Tag: v3.2.23~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=dad3f9c2bef47dd67cc930eea826af2814a7c568;hp=75d5e3d1cf4caf4091b5ee17d748016f04fdced4 ethtool: allow ETHTOOL_GSSET_INFO for users [ Upstream commit f80400a26a2e8bff541de12834a1134358bb6642 ] Allow ETHTOOL_GSSET_INFO ethtool ioctl() for unprivileged users. ETHTOOL_GSTRINGS is already allowed, but is unusable without this one. Signed-off-by: Michał Mirosław Acked-by: Ben Hutchings Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- diff --git a/net/core/ethtool.c b/net/core/ethtool.c index 2b587ec07140..236724669855 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c @@ -1672,6 +1672,7 @@ int dev_ethtool(struct net *net, struct ifreq *ifr) case ETHTOOL_GRXCSUM: case ETHTOOL_GTXCSUM: case ETHTOOL_GSG: + case ETHTOOL_GSSET_INFO: case ETHTOOL_GSTRINGS: case ETHTOOL_GTSO: case ETHTOOL_GPERMADDR: