mbox series

[bpf-next,0/2] bpf: bpf trampoline improvements

Message ID 20230509151511.3937-1-laoar.shao@gmail.com (mailing list archive)
Headers show
Series bpf: bpf trampoline improvements | expand

Message

Yafang Shao May 9, 2023, 3:15 p.m. UTC
Patch #1: Fix memleak in bpf trampoline found on our server
Patch #2: Improve the trampoline ksym name 

Yafang Shao (2):
  bpf: Fix memleak due to fentry attach failure
  bpf: Show total linked progs cnt instead of selector in trampoline
    ksym

 include/linux/bpf.h     |  1 -
 kernel/bpf/trampoline.c | 24 +++++++++++++++++-------
 2 files changed, 17 insertions(+), 8 deletions(-)