Message ID | 20250403152526.9565-1-alexei.starovoitov@gmail.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [GIT,PULL] BPF fixes for 6.15-rc1 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 465 this patch: 465 |
netdev/build_tools | success | Errors and warnings before: 26 (+2) this patch: 26 (+2) |
netdev/build_clang | success | Errors and warnings before: 924 this patch: 908 |
netdev/verify_signedoff | fail | author Signed-off-by missing |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 16090 this patch: 16087 |
netdev/build_clang_rust | success | No Rust files in patch. Skipping build |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
The pull request you sent on Thu, 3 Apr 2025 08:25:26 -0700:
> https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/bpf-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/531a62f223d2f4c0d01df3b3387f0836b5006256
Thank you!
Hi Linus, The following changes since commit a1b5bd45d4ee58af4f56e49497b8c3db96d8f8a3: Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2025-04-02 18:23:31 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/bpf-fixes for you to fetch changes up to 3f8ad18f81841a9ce70f603c45d5a278528c67e6: selftests/bpf: Fix verifier_private_stack test failure (2025-04-02 21:55:44 -0700) ---------------------------------------------------------------- - Fix BPF selftests expectations of assembler output and struct layout (Song Liu and Yonghong Song) - Fix XSK error code when queue is full (Wang Liang) Signed-off-by: Alexei Starovoitov <ast@kernel.org> ---------------------------------------------------------------- Song Liu (2): selftests/bpf: Fix tests after fields reorder in struct file selftests/bpf: Fix verifier_bpf_fastcall test Wang Liang (1): xsk: Fix __xsk_generic_xmit() error code when cq is full Yonghong Song (1): selftests/bpf: Fix verifier_private_stack test failure net/xdp/xsk.c | 5 ++++- tools/testing/selftests/bpf/progs/test_module_attach.c | 2 +- tools/testing/selftests/bpf/progs/test_subprogs_extable.c | 6 +++--- tools/testing/selftests/bpf/progs/verifier_bpf_fastcall.c | 6 +++--- tools/testing/selftests/bpf/progs/verifier_private_stack.c | 6 +++--- 5 files changed, 14 insertions(+), 11 deletions(-)