Merge branch 'bpf: Tracing and lsm programs re-attach'
authorAlexei Starovoitov <ast@kernel.org>
Mon, 26 Apr 2021 04:09:03 +0000 (21:09 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 26 Apr 2021 04:09:03 +0000 (21:09 -0700)
Jiri Olsa says:

====================

hi,
while adding test for pinning the module while there's
trampoline attach to it, I noticed that we don't allow
link detach and following re-attach for trampolines.
Adding that for tracing and lsm programs.

You need to have patch [1] from bpf tree for test module
attach test to pass.

v5 changes:
  - fixed missing hlist_del_init change
  - fixed several ASSERT calls
  - added extra patch for missing ';'
  - added ASSERT macros to lsm test
  - added acks

thanks,
jirka

[1] https://lore.kernel.org/bpf/20210326105900.151466-1-jolsa@kernel.org/
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>

No differences found