summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.23/0037-ethtool-allow-ETHTOOL_GSSET_INFO-for-users.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-07-17 09:23:14 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-07-31 15:49:41 -0400
commitf95b2e51ea8194b82d2476b338610782a83ce4de (patch)
tree4247f78cc4cd7a203fa3ffb6ae1712388470e79e /recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.23/0037-ethtool-allow-ETHTOOL_GSSET_INFO-for-users.patch
parentced11b612173e112f981fa99612a8c6f6f399cfb (diff)
downloadmeta-ti-f95b2e51ea8194b82d2476b338610782a83ce4de.tar.gz
linux-ti33x-psp 3.2: update to 3.2.23
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>
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.23/0037-ethtool-allow-ETHTOOL_GSSET_INFO-for-users.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.23/0037-ethtool-allow-ETHTOOL_GSSET_INFO-for-users.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.23/0037-ethtool-allow-ETHTOOL_GSSET_INFO-for-users.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.23/0037-ethtool-allow-ETHTOOL_GSSET_INFO-for-users.patch
new file mode 100644
index 00000000..6e02ce17
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.23/0037-ethtool-allow-ETHTOOL_GSSET_INFO-for-users.patch
@@ -0,0 +1,36 @@
1From 7d1a3b73b1d85f034aeb9e5c1e4eb44ce56658be Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= <mirq-linux@rere.qmqm.pl>
3Date: Sun, 22 Jan 2012 00:20:40 +0000
4Subject: [PATCH 37/49] ethtool: allow ETHTOOL_GSSET_INFO for users
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9[ Upstream commit f80400a26a2e8bff541de12834a1134358bb6642 ]
10
11Allow ETHTOOL_GSSET_INFO ethtool ioctl() for unprivileged users.
12ETHTOOL_GSTRINGS is already allowed, but is unusable without this one.
13
14Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
15Acked-by: Ben Hutchings <bhutchings@solarflare.com>
16Signed-off-by: David S. Miller <davem@davemloft.net>
17Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
18---
19 net/core/ethtool.c | 1 +
20 1 file changed, 1 insertion(+)
21
22diff --git a/net/core/ethtool.c b/net/core/ethtool.c
23index 2b587ec..2367246 100644
24--- a/net/core/ethtool.c
25+++ b/net/core/ethtool.c
26@@ -1672,6 +1672,7 @@ int dev_ethtool(struct net *net, struct ifreq *ifr)
27 case ETHTOOL_GRXCSUM:
28 case ETHTOOL_GTXCSUM:
29 case ETHTOOL_GSG:
30+ case ETHTOOL_GSSET_INFO:
31 case ETHTOOL_GSTRINGS:
32 case ETHTOOL_GTSO:
33 case ETHTOOL_GPERMADDR:
34--
351.7.10
36