diff options
| author | Sasha Levin <sasha.levin@oracle.com> | 2014-07-14 17:02:31 -0700 |
|---|---|---|
| committer | Simon Wilson <simonwilson@google.com> | 2014-08-05 14:45:55 -0700 |
| commit | 6ec53d1b120bfd4bef8612168a5a6d47f2223927 (patch) | |
| tree | 229e682a203f76391f564afcdcbe55d466769e50 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | ba73cad86a6803f96d4ba83cfccf79c0bc2e552e (diff) | |
| download | olio-linux-3.10-6ec53d1b120bfd4bef8612168a5a6d47f2223927.tar.xz olio-linux-3.10-6ec53d1b120bfd4bef8612168a5a6d47f2223927.zip | |
net/l2tp: don't fall back on UDP [get|set]sockopt
The l2tp [get|set]sockopt() code has fallen back to the UDP functions
for socket option levels != SOL_PPPOL2TP since day one, but that has
never actually worked, since the l2tp socket isn't an inet socket.
As David Miller points out:
"If we wanted this to work, it'd have to look up the tunnel and then
use tunnel->sk, but I wonder how useful that would be"
Since this can never have worked so nobody could possibly have depended
on that functionality, just remove the broken code and return -EINVAL.
Change-Id: Ia8299b0046a6997feac4f0e0c3e4daf65affd617
Reported-by: Sasha Levin <sasha.levin@oracle.com>
Acked-by: James Chapman <jchapman@katalix.com>
Acked-by: David Miller <davem@davemloft.net>
Cc: Phil Turnbull <phil.turnbull@oracle.com>
Cc: Vegard Nossum <vegard.nossum@oracle.com>
Cc: Willy Tarreau <w@1wt.eu>
Cc: stable@vger.kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions