mbox series

[bpf-next,0/2] fixes for bpf_prog_pack

Message ID 20220321180009.1944482-1-song@kernel.org (mailing list archive)
Headers show
Series fixes for bpf_prog_pack | expand

Message

Song Liu March 21, 2022, 6 p.m. UTC
Two fixes for issues reported by syzbot and kernel test robot.

Song Liu (2):
  bpf: fix bpf_prog_pack for multi-node setup
  bpf: fix bpf_prog_pack when PMU_SIZE is not defined

 kernel/bpf/core.c | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

--
2.30.2

Comments

patchwork-bot+netdevbpf@kernel.org March 21, 2022, 9 p.m. UTC | #1
Hello:

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

On Mon, 21 Mar 2022 11:00:07 -0700 you wrote:
> Two fixes for issues reported by syzbot and kernel test robot.
> 
> Song Liu (2):
>   bpf: fix bpf_prog_pack for multi-node setup
>   bpf: fix bpf_prog_pack when PMU_SIZE is not defined
> 
>  kernel/bpf/core.c | 22 +++++++++++++++++++---
>  1 file changed, 19 insertions(+), 3 deletions(-)
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/2] bpf: fix bpf_prog_pack for multi-node setup
    https://git.kernel.org/bpf/bpf-next/c/96805674e562
  - [bpf-next,2/2] bpf: fix bpf_prog_pack when PMU_SIZE is not defined
    https://git.kernel.org/bpf/bpf-next/c/e581094167be

You are awesome, thank you!