Skip to content

[PW_SID:1127403] bpf, riscv: add timed may_goto support#2281

Closed
linux-riscv-bot wants to merge 3 commits into
workflow__riscv__fixesfrom
pw1127403
Closed

[PW_SID:1127403] bpf, riscv: add timed may_goto support#2281
linux-riscv-bot wants to merge 3 commits into
workflow__riscv__fixesfrom
pw1127403

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 1127403 applied to workflow__riscv__fixes

Name: bpf, riscv: add timed may_goto support
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1127403
Version: 2

Linux RISC-V bot and others added 3 commits July 13, 2026 20:05
Implement arch_bpf_timed_may_goto() for the RV64 JIT. The argument and
return value are carried in BPF_REG_AX, and BPF R0-R5 are preserved
across the call to the generic bpf_check_timed_may_goto().

Enable bpf_jit_supports_timed_may_goto() so the verifier uses the timed
expansion path.

Signed-off-by: Feng Jiang <jiangfeng@kylinos.cn>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Enable verifier_may_goto_1 (raw instruction tests), stream_cond_break
(250ms timeout path), and the may_goto_interaction_arm64 fastcall test
on riscv64 now that the JIT supports timed may_goto.

Signed-off-by: Feng Jiang <jiangfeng@kylinos.cn>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] bpf, riscv: add support for timed may_goto"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 141.45 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] bpf, riscv: add support for timed may_goto"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1369.70 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] bpf, riscv: add support for timed may_goto"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1731.91 seconds
Result: PENDING

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] bpf, riscv: add support for timed may_goto"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 85.88 seconds
Result: PENDING

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] bpf, riscv: add support for timed may_goto"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 87.61 seconds
Result: PENDING

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] bpf, riscv: add support for timed may_goto"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 62.90 seconds
Result: PENDING

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] bpf, riscv: add support for timed may_goto"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 85.97 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] bpf, riscv: add support for timed may_goto"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.29 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] bpf, riscv: add support for timed may_goto"
kdoc
Desc: Detects for kdoc errors
Duration: 0.88 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] bpf, riscv: add support for timed may_goto"
module-param
Desc: Detect module_param changes
Duration: 0.27 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] bpf, riscv: add support for timed may_goto"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] bpf, riscv: add support for timed may_goto"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] selftests/bpf: enable timed may_goto tests for riscv64"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 142.14 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] selftests/bpf: enable timed may_goto tests for riscv64"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1097.55 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] selftests/bpf: enable timed may_goto tests for riscv64"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1377.96 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] selftests/bpf: enable timed may_goto tests for riscv64"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 26.00 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] selftests/bpf: enable timed may_goto tests for riscv64"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 27.13 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] selftests/bpf: enable timed may_goto tests for riscv64"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.63 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] selftests/bpf: enable timed may_goto tests for riscv64"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 85.06 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] selftests/bpf: enable timed may_goto tests for riscv64"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.64 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] selftests/bpf: enable timed may_goto tests for riscv64"
kdoc
Desc: Detects for kdoc errors
Duration: 0.87 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] selftests/bpf: enable timed may_goto tests for riscv64"
module-param
Desc: Detect module_param changes
Duration: 0.28 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] selftests/bpf: enable timed may_goto tests for riscv64"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] selftests/bpf: enable timed may_goto tests for riscv64"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.33 seconds
Result: PASS

@linux-riscv-bot
linux-riscv-bot force-pushed the workflow__riscv__fixes branch from f54dc6c to f61148d Compare July 15, 2026 03:51
@linux-riscv-bot
linux-riscv-bot deleted the pw1127403 branch July 15, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants