Merge branch 'introduce btf_tracing_ids'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 12 Nov 2021 18:19:10 +0000 (10:19 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 12 Nov 2021 18:19:10 +0000 (10:19 -0800)
commit7cc595a60187bcfaf8a8013539900154eccb4d3f
tree293ae437aeb1c13fd0ead6e9d4291326a64e97e5
parent314f14abdeca78de6b16f97d796a9966ce4b90ae
parentd19ddb476a539fd78ad1028ae13bb38506286931
Merge branch 'introduce btf_tracing_ids'

Song Liu says:

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

Changes v2 => v3:
1. Fix bug in task_iter.c. (Kernel test robot <lkp@intel.com>)

Changes v1 => v2:
1. Add patch 2/2. (Alexei)

1/2 fixes issue with btf_task_struct_ids w/o CONFIG_DEBUG_INFO_BTF.
2/2 replaces btf_task_struct_ids with easier to understand btf_tracing_ids.
====================

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