Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs/btf: fix the missing section marks

The section titles of 3.4 and 3.5 are not marked correctly.

Signed-off-by: Gary Lin <glin@suse.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

authored by

Gary Lin and committed by
Alexei Starovoitov
3ef4641f 69e168eb

+2
+2
Documentation/bpf/btf.rst
··· 578 578 #define BPF_LINE_INFO_LINE_COL(line_col) ((line_col) & 0x3ff) 579 579 580 580 3.4 BPF_{PROG,MAP}_GET_NEXT_ID 581 + ============================== 581 582 582 583 In kernel, every loaded program, map or btf has a unique id. The id won't 583 584 change during the lifetime of a program, map, or btf. ··· 588 587 inspection tool can inspect all programs and maps. 589 588 590 589 3.5 BPF_{PROG,MAP}_GET_FD_BY_ID 590 + =============================== 591 591 592 592 An introspection tool cannot use id to get details about program or maps. 593 593 A file descriptor needs to be obtained first for reference-counting purpose.