]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-fix-bitfield-printing'
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 11 Jan 2019 09:40:55 +0000 (10:40 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 11 Jan 2019 09:40:56 +0000 (10:40 +0100)
commit2bcd67500911a9c9850b0df1d04269afde9f4e69
tree8702529ada7e857caa223af4c4523d5c2e58cb59
parentb7675a688d7c2f18df3ac22b5bd7bf7074b2f8ea
parent9c6e0ec4b0b13394a648afc86924718ad4010097
Merge branch 'bpf-fix-bitfield-printing'

Yonghong Song says:

====================
The previous BTF kind_flag support patch set introduced a bug
for kernel bpffs pretty printing and another bug for bpftool
map pretty printing. If a bitfield struct member offset is
greater than 256 bits, printed value for that struct
member will be incorrect.

- Patch #1 fixed the bug in kernel bpffs pretty printing.
- Patch #2 enhanced the test_btf test case to cover the
           issue exposed by patch #1.
- Patch #3 fixed the bug in bpftool map pretty printing.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>