mbox series

[bpf,v3,0/4] bug fixes for sockmap

Message ID 20230804073740.194770-1-xukuohai@huaweicloud.com (mailing list archive)
Headers show
Series bug fixes for sockmap | expand

Message

Xu Kuohai Aug. 4, 2023, 7:37 a.m. UTC
From: Xu Kuohai <xukuohai@huawei.com>

bug fixes and a new test case for sockmap.

v3:
fix bpf ci failure

v2: https://lore.kernel.org/bpf/20230803064838.108784-1-xukuohai@huaweicloud.com
add a test case

v1:
https://lore.kernel.org/bpf/20230728105649.3978774-1-xukuohai@huaweicloud.com
https://lore.kernel.org/bpf/20230728105717.3978849-1-xukuohai@huaweicloud.com

Xu Kuohai (4):
  bpf, sockmap: Fix map type error in sock_map_del_link
  bpf, sockmap: Fix bug that strp_done cannot be called
  selftests/bpf: fix a CI failure caused by vsock sockmap test
  selftests/bpf: Add sockmap test for redirecting partial skb data

 include/linux/skmsg.h                         |  1 +
 net/core/skmsg.c                              | 10 ++-
 net/core/sock_map.c                           | 10 +--
 .../selftests/bpf/prog_tests/sockmap_listen.c | 74 ++++++++++++++++++-
 .../selftests/bpf/progs/test_sockmap_listen.c | 14 ++++
 5 files changed, 101 insertions(+), 8 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 10, 2023, 4 a.m. UTC | #1
Hello:

This series was applied to bpf/bpf.git (master)
by Martin KaFai Lau <martin.lau@kernel.org>:

On Fri,  4 Aug 2023 03:37:36 -0400 you wrote:
> From: Xu Kuohai <xukuohai@huawei.com>
> 
> bug fixes and a new test case for sockmap.
> 
> v3:
> fix bpf ci failure
> 
> [...]

Here is the summary with links:
  - [bpf,v3,1/4] bpf, sockmap: Fix map type error in sock_map_del_link
    https://git.kernel.org/bpf/bpf/c/7e96ec0e6605
  - [bpf,v3,2/4] bpf, sockmap: Fix bug that strp_done cannot be called
    https://git.kernel.org/bpf/bpf/c/809e4dc71a0f
  - [bpf,v3,3/4] selftests/bpf: fix a CI failure caused by vsock sockmap test
    https://git.kernel.org/bpf/bpf/c/90f0074cd9f9
  - [bpf,v3,4/4] selftests/bpf: Add sockmap test for redirecting partial skb data
    https://git.kernel.org/bpf/bpf/c/a4b7193d8efd

You are awesome, thank you!