diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-01-21 02:28:58 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-01-22 01:46:21 +0300 |
commit | b87121dd3fa0a4d2636c0ad02a3b3fc5161fa26b (patch) | |
tree | 415cc073ffe6ea21ca3d25fc3c541115af8e6888 /net/core/sock.c | |
parent | d49d0661b92478ec9362e379e7ba82450ec88048 (diff) | |
download | linux-b87121dd3fa0a4d2636c0ad02a3b3fc5161fa26b.tar.xz |
bpf: don't bother with getname/kern_path - use user_path_at
kernel/bpf/inode.c misuses kern_path...() - it's much simpler (and
more efficient, on top of that) to use user_path...() counterparts
rather than bothering with doing getname() manually.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200120232858.GF8904@ZenIV.linux.org.uk
Diffstat (limited to 'net/core/sock.c')
0 files changed, 0 insertions, 0 deletions