mbox series

[bpf,0/2] bpf: fix a bpf_timer initialization issue

Message ID 20220211073903.3455193-1-yhs@fb.com (mailing list archive)
Headers show
Series bpf: fix a bpf_timer initialization issue | expand

Message

Yonghong Song Feb. 11, 2022, 7:39 a.m. UTC
The patch [1] exposed a bpf_timer initialization bug in function
check_and_init_map_value(). With bug fix here, the patch [1]
can be applied with all selftests passed. Please see individual
patches for fix details.

  [1] https://lore.kernel.org/bpf/20220209070324.1093182-2-memxor@gmail.com/

Yonghong Song (2):
  bpf: fix a bpf_timer initialization issue
  bpf: emit bpf_timer in vmlinux BTF

 include/linux/bpf.h  | 6 ++----
 kernel/bpf/helpers.c | 2 ++
 2 files changed, 4 insertions(+), 4 deletions(-)