]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit82b23158fd8570f944d0e965c018b4361d236a58
tree73e17be3699a1e48974666a0a018e178f2097ef4
parent121c5e6fdc304f3cd6ec37c7a31a2414231e723b
Revert "bpf: Fix potential call bpf_link_free() in atomic context"

This reverts commit c35280a0c5ca1040641d85eeb929969fc008a03e.

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