mbox series

[bpf-next,0/2] fix bpf_prog_pack build errors

Message ID 20220208220509.4180389-1-song@kernel.org (mailing list archive)
Headers show
Series fix bpf_prog_pack build errors | expand

Message

Song Liu Feb. 8, 2022, 10:05 p.m. UTC
Fix build errors reported by kernel test robot.

Song Liu (2):
  bpf: fix leftover header->pages in sparc and powerpc code.
  bpf: fix bpf_prog_pack build HPAGE_PMD_SIZE

 arch/powerpc/net/bpf_jit_comp.c  | 2 +-
 arch/sparc/net/bpf_jit_comp_64.c | 2 +-
 kernel/bpf/core.c                | 4 ++++
 3 files changed, 6 insertions(+), 2 deletions(-)

--
2.30.2

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 9, 2022, 5:20 a.m. UTC | #1
Hello:

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

On Tue, 8 Feb 2022 14:05:07 -0800 you wrote:
> Fix build errors reported by kernel test robot.
> 
> Song Liu (2):
>   bpf: fix leftover header->pages in sparc and powerpc code.
>   bpf: fix bpf_prog_pack build HPAGE_PMD_SIZE
> 
>  arch/powerpc/net/bpf_jit_comp.c  | 2 +-
>  arch/sparc/net/bpf_jit_comp_64.c | 2 +-
>  kernel/bpf/core.c                | 4 ++++
>  3 files changed, 6 insertions(+), 2 deletions(-)
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/2] bpf: fix leftover header->pages in sparc and powerpc code.
    https://git.kernel.org/bpf/bpf-next/c/0f350231b5ac
  - [bpf-next,2/2] bpf: fix bpf_prog_pack build HPAGE_PMD_SIZE
    https://git.kernel.org/bpf/bpf-next/c/c1b13a9451ab

You are awesome, thank you!