On Wed, Apr 14, 2021 at 5:44 PM Jiri Olsa <jo...@kernel.org> wrote: > > Currently we don't allow re-attaching of trampolines. Once > it's detached, it can't be re-attach even when the program > is still loaded. > > Adding the possibility to re-attach the loaded tracing and > lsm programs. > > Fixing missing unlock with proper cleanup goto jump reported > by Julia. > > Reported-by: kernel test robot <l...@intel.com> > Reported-by: Julia Lawall <julia.law...@lip6.fr> > Acked-by: Toke Høiland-Jørgensen <t...@redhat.com> > Signed-off-by: Jiri Olsa <jo...@kernel.org> > ---
Acked-by: Andrii Nakryiko <and...@kernel.org> > kernel/bpf/syscall.c | 23 +++++++++++++++++------ > kernel/bpf/trampoline.c | 4 ++-- > 2 files changed, 19 insertions(+), 8 deletions(-) > [...]