mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-17 06:48:07 +00:00
f95b2e51ea
Regenerate all beaglebone patches and add one vfs tracer patch for powertop Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
37 lines
1.2 KiB
Diff
37 lines
1.2 KiB
Diff
From 7d1a3b73b1d85f034aeb9e5c1e4eb44ce56658be Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= <mirq-linux@rere.qmqm.pl>
|
|
Date: Sun, 22 Jan 2012 00:20:40 +0000
|
|
Subject: [PATCH 37/49] ethtool: allow ETHTOOL_GSSET_INFO for users
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
[ 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 <mirq-linux@rere.qmqm.pl>
|
|
Acked-by: Ben Hutchings <bhutchings@solarflare.com>
|
|
Signed-off-by: David S. Miller <davem@davemloft.net>
|
|
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
|
|
---
|
|
net/core/ethtool.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/net/core/ethtool.c b/net/core/ethtool.c
|
|
index 2b587ec..2367246 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:
|
|
--
|
|
1.7.10
|
|
|