Merge branch 'bpf: fix a bpf_timer initialization issue'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 11 Feb 2022 21:21:47 +0000 (13:21 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 11 Feb 2022 21:21:47 +0000 (13:21 -0800)
commit3df9d803163e1616c2e742be8a7bfc00ac444ea8
treeaf717029d58b680d0902dfd4179466a587e46f40
parentacc3c47394a1790b4023ca316ac46e798338dd1a
parent5eaed6eedbe9612f642ad2b880f961d1c6c8ec2b
Merge branch 'bpf: fix a bpf_timer initialization issue'

Yonghong Song says:

====================

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/

Changelog:
  v3 -> v4:
    . move header file in patch #1 to avoid bpf-next merge conflict
  v2 -> v3:
    . switch patch #1 and patch #2 for better bisecting
  v1 -> v2:
    . add Fixes tag for patch #1
    . rebase against bpf tree
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>