kernel-fxtec-pro1x/tools/testing/selftests
Jason A. Donenfeld 33fa89ac6b UPSTREAM: wireguard: device: avoid circular netns references
Before, we took a reference to the creating netns if the new netns was
different. This caused issues with circular references, with two
wireguard interfaces swapping namespaces. The solution is to rather not
take any extra references at all, but instead simply invalidate the
creating netns pointer when that netns is deleted.

In order to prevent this from happening again, this commit improves the
rough object leak tracking by allowing it to account for created and
destroyed interfaces, aside from just peers and keys. That then makes it
possible to check for the object leak when having two interfaces take a
reference to each others' namespaces.

Fixes: e7096c131e51 ("net: WireGuard secure network tunnel")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit 900575aa33a3eaaef802b31de187a85c4a4b4bd0)
Bug: 152722841
[Jason: netlink notifier uses exit instead of pre_exit]
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Iea52fe3ca0e41318c392d9e91edb1856de6c9528
2020-10-25 13:40:24 +01:00
..
android
arm64
bpf selftests/bpf: Fix massive output from test_maps 2020-09-09 19:04:26 +02:00
breakpoints
capabilities
cgroup tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointer dereference 2020-08-26 10:31:02 +02:00
cpu-hotplug
cpufreq
drivers
efivarfs
exec
filesystems ANDROID: Incremental fs: Fix issues with very large files 2020-05-05 13:34:18 +00:00
firmware selftests: firmware: Fix it to do root uid check and skip 2020-01-17 19:47:14 +01:00
ftrace selftests/ftrace: fix glob selftest 2020-10-01 13:14:31 +02:00
futex
gpio
ia64
intel_pstate
ipc selftests/ipc: Fix test failure seen after initial test run 2020-05-10 10:30:06 +02:00
kcmp
kmod selftests: kmod: fix handling test numbers above 9 2020-04-29 16:31:12 +02:00
kvm
lib
locking
media_tests
membarrier
memfd
memory-hotplug
mount
mqueue
net selftests/net: relax cpu affinity requirement in msg_zerocopy test 2020-08-11 15:32:35 +02:00
netfilter
networking/timestamping selftests/net: rxtimestamp: fix clang issues for target arch PowerPC 2020-08-05 10:06:02 +02:00
nsfs
ntb NTB: ntb_test: Fix bug when counting remote files 2020-06-25 15:33:04 +02:00
powerpc selftests/powerpc: Purge extra count_pmc() calls of ebb selftests 2020-09-03 11:24:20 +02:00
prctl
proc
pstore
ptp
ptrace
rcutorture
rseq rseq/selftests: Turn off timeout setting 2020-01-17 19:47:15 +01:00
rtc
seccomp
sigaltstack
size kselftest: Minimise dependency of get_size on C library interfaces 2020-02-24 08:34:37 +01:00
sparc64
splice
static_keys
sync
sysctl
tc-testing
timers
uevent
user
vDSO
vm selftests: vm: drop dependencies on page flags from mlock2 tests 2020-04-17 10:48:51 +02:00
watchdog
wireguard UPSTREAM: wireguard: device: avoid circular netns references 2020-10-25 13:40:24 +01:00
x86 selftests/x86/syscall_nt: Clear weird flags after each test 2020-10-01 13:14:49 +02:00
zram
.gitignore
gen_kselftest_tar.sh
kselftest.h
kselftest_harness.h
kselftest_install.sh
lib.mk selftests: fix too long argument 2020-03-11 14:14:48 +01:00
Makefile