mbox series

[bpf-next,0/2] Enable the inline of kptr_xchg for arm64

Message ID 20240119102529.99581-1-houtao@huaweicloud.com (mailing list archive)
Headers show
Series Enable the inline of kptr_xchg for arm64 | expand

Message

Hou Tao Jan. 19, 2024, 10:25 a.m. UTC
From: Hou Tao <houtao1@huawei.com>

Hi,

The patch set is just a follow-up for "bpf: inline bpf_kptr_xchg()". It
enables the inline of bpf_kptr_xchg() and kptr_xchg_inline test for
arm64.

Please see individual patches for more details. And comments are always
welcome.

Hou Tao (2):
  bpf, arm64: Enable the inline of bpf_kptr_xchg()
  selftests/bpf: Enable kptr_xchg_inline test for arm64

 arch/arm64/net/bpf_jit_comp.c                             | 5 +++++
 tools/testing/selftests/bpf/prog_tests/kptr_xchg_inline.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 23, 2024, 11:40 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:

On Fri, 19 Jan 2024 18:25:27 +0800 you wrote:
> From: Hou Tao <houtao1@huawei.com>
> 
> Hi,
> 
> The patch set is just a follow-up for "bpf: inline bpf_kptr_xchg()". It
> enables the inline of bpf_kptr_xchg() and kptr_xchg_inline test for
> arm64.
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/2] bpf, arm64: Enable the inline of bpf_kptr_xchg()
    https://git.kernel.org/bpf/bpf-next/c/18a45f12d746
  - [bpf-next,2/2] selftests/bpf: Enable kptr_xchg_inline test for arm64
    https://git.kernel.org/bpf/bpf-next/c/29f868887a7d

You are awesome, thank you!