Skip to content

[PW_SID:1102440] [[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace#2030

Open
linux-riscv-bot wants to merge 1 commit into
workflow__riscv__fixesfrom
pw1102440
Open

[PW_SID:1102440] [[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace#2030
linux-riscv-bot wants to merge 1 commit into
workflow__riscv__fixesfrom
pw1102440

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 1102440 applied to workflow__riscv__fixes

Name: [[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1102440
Version: 1

Add new test cases to verify the vector state restorations at syscall
stops for ptrace and signal interfaces. Specifically:
1. Signal handler should read all ones at syscall stop and modifying
   context should success.
2. Ptrace should read all ones but any modification to NT_RISCV_VECTOR
   is silently dropped.

Signed-off-by: Andy Chiu <tchiu@tenstorrent.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 138.87 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1019.95 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1386.51 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.65 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.81 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 2.79 seconds
Result: WARNING
Output:

WARNING: line length of 102 exceeds 100 columns
#53: FILE: tools/testing/selftests/riscv/sigreturn/sigreturn.c:81:
+			struct __riscv_v_ext_state *v_state = (struct __riscv_v_ext_state *)(hdr + 1);

CHECK: Lines should not end with a '('
#76: FILE: tools/testing/selftests/riscv/sigreturn/sigreturn.c:104:
+	asm volatile (

CHECK: Lines should not end with a '('
#95: FILE: tools/testing/selftests/riscv/sigreturn/sigreturn.c:123:
+	asm volatile(

total: 0 errors, 1 warnings, 2 checks, 228 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit cff6a5359aba ("v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 2 checks, 228 lines checked
CHECK: Lines should not end with a '('
WARNING: line length of 102 exceeds 100 columns


@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 86.02 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace"
kdoc
Desc: Detects for kdoc errors
Duration: 0.85 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace"
module-param
Desc: Detect module_param changes
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.46 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[[PATCH] v4 4/4] selftests: riscv: Extend vector tests for sigreturn and ptrace"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

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