]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'bpf-fix-a-few-test-failures-with-64k-page-size'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 13 Jun 2025 02:07:51 +0000 (19:07 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 13 Jun 2025 02:07:51 +0000 (19:07 -0700)
commit0e93df45c7b45e0dd35668019ceb32cd25371715
treeb6ed79585a05c80c8e26c27e11053c6e487221ab
parentfa6932577c073497379a1f5901ea5b208a38da10
parent44df9e0d4eec45060ccee72217f56fe3178074a5
Merge branch 'bpf-fix-a-few-test-failures-with-64k-page-size'

Yonghong Song says:

====================
bpf: Fix a few test failures with 64K page size

Changelog:
  v2 -> v3:
    - v2: https://lore.kernel.org/bpf/20250611171519.2033193-1-yonghong.song@linux.dev/
    - Add additional comments for xdp_adjust_tail test.
    - Use actual kernel page size to set new_len for Patch 2 tests.
  v1 -> v2:
    - v1: https://lore.kernel.org/bpf/20250608165534.1019914-1-yonghong.song@linux.dev/
    - For xdp_adjust_tail, let kernel test_run can handle various page sizes for xdp progs.
    - For two change_tail tests, make code easier to understand.
    - Resolved a new test failure (xdp_do_redirect).
====================

Link: https://patch.msgid.link/20250612035027.2207299-1-yonghong.song@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>