commit | 040ee69226f8a96b7943645d68f41d5d44b5ff7d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Dec 02 20:20:38 2017 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Jan 05 11:43:39 2018 -0500 |
tree | 225bf6fb67c3597b9def19f3412b476db1d6d4fa | |
parent | 9ee332d99e4d5a97548943b81c54668450ce641b [diff] |
fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'" Descriptor table is a shared object; it's not a place where you can stick temporary references to files, especially when we don't need an opened file at all. Cc: stable@vger.kernel.org # v4.14 Fixes: 98589a0998b8 ("netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'") Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>