commit | 4d295e54611509854a12c26f95a6f4430731d614 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jul 17 08:23:13 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 19 18:16:40 2020 -0700 |
tree | 11f6ced04b1be8c3c59e8d62031c1e4c9f157a36 | |
parent | d8a9b38f83ea91341f80beb0a07a5777c6acf7a4 [diff] |
net: simplify cBPF setsockopt compat handling Add a helper that copies either a native or compat bpf_fprog from userspace after verifying the length, and remove the compat setsockopt handlers that now aren't required. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>