]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc866e8e362f48e085d15c86d03e146b5ac193c5d
tree293ae437aeb1c13fd0ead6e9d4291326a64e97e5
parentc307db97dce7781fc21035a3a690cfa5a8feee43
parent84d458c2dc5b4e0b2780cd07cc84f9a0ccc7dd5b
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>