diff options
author | Martin KaFai Lau <martin.lau@kernel.org> | 2022-12-21 21:56:53 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2022-12-22 02:56:27 +0300 |
commit | 70a00e2f1dbae11dc3444444c6bd7555763d8421 (patch) | |
tree | 6e29be63d2a63d43c51d1d0ac99fab76ffaa329f /tools/testing/selftests/memfd | |
parent | 54c3f1a81421f85e60ae2eaae7be3727a09916ee (diff) | |
download | linux-70a00e2f1dbae11dc3444444c6bd7555763d8421.tar.xz |
selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIAL
When the bpf_skb_adjust_room() shrinks the skb such that its csum_start
is invalid, the skb->ip_summed should be reset from CHECKSUM_PARTIAL to
CHECKSUM_NONE.
The commit 54c3f1a81421 ("bpf: pull before calling skb_postpull_rcsum()")
fixed it.
This patch adds a test to ensure the skb->ip_summed changed from
CHECKSUM_PARTIAL to CHECKSUM_NONE after bpf_skb_adjust_room().
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/bpf/20221221185653.1589961-1-martin.lau@linux.dev
Diffstat (limited to 'tools/testing/selftests/memfd')
0 files changed, 0 insertions, 0 deletions