From: Alexei Starovoitov Date: Mon, 26 Apr 2021 04:09:03 +0000 (-0700) Subject: Merge branch 'bpf: Tracing and lsm programs re-attach' X-Git-Tag: iomap-folio-5.17-old~1531^2~7^2~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=87bd9e602e39585c5280556a2b6a6363bb334257;p=users%2Fwilly%2Flinux.git Merge branch 'bpf: Tracing and lsm programs re-attach' 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 --- 87bd9e602e39585c5280556a2b6a6363bb334257