Revert "bpf: Fix potential call bpf_link_free() in atomic context"
authorAlexei Starovoitov <ast@kernel.org>
Thu, 24 Sep 2020 02:10:38 +0000 (19:10 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 24 Sep 2020 02:14:11 +0000 (19:14 -0700)
commitf00f2f7fe86036a586e26bd55ad86310477199a3
tree73e17be3699a1e48974666a0a018e178f2097ef4
parent3fc826f121d89c5aa4afd7b3408b07e0ff59466b
Revert "bpf: Fix potential call bpf_link_free() in atomic context"

This reverts commit 31f23a6a181c81543b10a1a9056b0e6c7ef1c747.

This change made many selftests/bpf flaky: flow_dissector, sk_lookup, sk_assign and others.
There was no issue in the code.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/syscall.c