When I was implementing bpf recharge[1], I found some other issues. These issues are independent, so I send them separately. [1]. https://lore.kernel.org/bpf/20220619155032.32515-1-laoar.shao@xxxxxxxxx/ Yafang Shao (4): bpf: Make non-preallocated allocation low priority bpf: Warn on non-preallocated case for missed trace types bpf: Don't do preempt check when migrate is disabled bpftool: Show also the name of type BPF_OBJ_LINK kernel/bpf/bpf_task_storage.c | 8 ++++---- kernel/bpf/hashtab.c | 14 ++++++++------ kernel/bpf/trampoline.c | 4 ++-- kernel/bpf/verifier.c | 2 ++ tools/bpf/bpftool/common.c | 1 + 5 files changed, 17 insertions(+), 12 deletions(-) -- 2.17.1