diff options
author | Yonghong Song <yhs@fb.com> | 2018-12-18 13:43:58 -0800 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-12-19 00:47:56 +0100 |
commit | 76c43ae84e3f455e0b460ed0c43799e018d09ee9 (patch) | |
tree | 893d0b9605592704106fbe95e9f5c1688c899efc /block/blk-pm.c | |
parent | dd4bfda9cfd1b0b4aad8760fc027cc81e0c6787f (diff) |
bpf: log struct/union attribute for forward type
Current btf internal verbose logger logs fwd type as
[2] FWD A type_id=0
where A is the type name.
Commit 9d5f9f701b18 ("bpf: btf: fix struct/union/fwd types
with kind_flag") introduced kind_flag which can be used
to distinguish whether a forward type is a struct or
union.
Also, "type_id=0" does not carry any meaningful
information for fwd type as btf_type.type = 0 is simply
enforced during btf verification and is not used
anywhere else.
This commit changed the log to
[2] FWD A struct
if kind_flag = 0, or
[2] FWD A union
if kind_flag = 1.
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'block/blk-pm.c')
0 files changed, 0 insertions, 0 deletions