]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rely on ASSERT marcos in xdp_bpf2bpf.c/xdp_adjust_tail.c'
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 20 Jan 2022 21:54:57 +0000 (13:54 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 20 Jan 2022 21:54:58 +0000 (13:54 -0800)
commit74a8d8fec00ee04651beb697ddfd0d525cdc5931
tree1cbe5b2b0b7486e11a292590cf2e28148039e419
parentd4b127b8917ab7e861e29f99d27897462db9cc64
parentc102f9fe44e3fad3890a93bf4014e10da92dd3ca
Merge branch 'rely on ASSERT marcos in xdp_bpf2bpf.c/xdp_adjust_tail.c'

Lorenzo Bianconi says:

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

Rely on ASSERT* macros and get rid of deprecated CHECK ones in xdp_bpf2bpf and
xdp_adjust_tail bpf selftests.
This is a preliminary series for XDP multi-frags support.

Changes since v1:
- run each ASSERT test separately
- drop unnecessary return statements
- drop unnecessary if condition in test_xdp_bpf2bpf()
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>