mbox series

[bpf-next,0/2] Fix incorrect bpf runtime stats for arm64 and riscv64

Message ID 20240416064208.2919073-1-xukuohai@huaweicloud.com (mailing list archive)
Headers show
Series Fix incorrect bpf runtime stats for arm64 and riscv64 | expand

Message

Xu Kuohai April 16, 2024, 6:42 a.m. UTC
From: Xu Kuohai <xukuohai@huawei.com>

Fix incorrect bpf runtime stats for arm64 and riscv64.

Xu Kuohai (2):
  bpf, arm64: Fix incorrect runtime stats
  riscv, bpf: Fix incorrect runtime stats

 arch/arm64/net/bpf_jit_comp.c   | 6 +++---
 arch/riscv/net/bpf_jit_comp64.c | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 16, 2024, 3:30 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Tue, 16 Apr 2024 14:42:06 +0800 you wrote:
> From: Xu Kuohai <xukuohai@huawei.com>
> 
> Fix incorrect bpf runtime stats for arm64 and riscv64.
> 
> Xu Kuohai (2):
>   bpf, arm64: Fix incorrect runtime stats
>   riscv, bpf: Fix incorrect runtime stats
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/2] bpf, arm64: Fix incorrect runtime stats
    https://git.kernel.org/bpf/bpf/c/dc7d7447b56b
  - [bpf-next,2/2] riscv, bpf: Fix incorrect runtime stats
    https://git.kernel.org/bpf/bpf/c/10541b374aa0

You are awesome, thank you!