Skip to content

[PW_SID:992806] [v2] riscv: fix using wrong load type - #799

Closed
linux-riscv-bot wants to merge 1 commit into
workflow__riscv__fixesfrom
pw992806
Closed

[PW_SID:992806] [v2] riscv: fix using wrong load type#799
linux-riscv-bot wants to merge 1 commit into
workflow__riscv__fixesfrom
pw992806

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 992806 applied to workflow__riscv__fixes

Name: [v2] riscv: fix using wrong load type
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=992806
Version: 2

thread_info.cpu field is 32 bits wide,
but is accessed using an XLEN-bit load, which might be 64bit load, fix it

Signed-off-by: Jimmy Ho <jimmy.ho@sifive.com>

Changes in v2:
- add a comment to explain why use lw instead of REG_L.
- correct commit message

Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] riscv: fix using wrong load type"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 103.88 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] riscv: fix using wrong load type"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1110.45 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] riscv: fix using wrong load type"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1564.90 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] riscv: fix using wrong load type"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 20.52 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] riscv: fix using wrong load type"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 22.33 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] riscv: fix using wrong load type"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.56 seconds
Result: ERROR
Output:

ERROR: trailing whitespace
#28: FILE: arch/riscv/kernel/entry.S:48:
+^I * $

total: 1 errors, 0 warnings, 0 checks, 11 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.

NOTE: Whitespace errors detected.
      You may wish to use scripts/cleanpatch or scripts/cleanfile

Commit 26dae23fa5af ("riscv: fix using wrong load type") 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.
ERROR: trailing whitespace


@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] riscv: fix using wrong load type"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 74.65 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] riscv: fix using wrong load type"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] riscv: fix using wrong load type"
kdoc
Desc: Detects for kdoc errors
Duration: 0.87 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] riscv: fix using wrong load type"
module-param
Desc: Detect module_param changes
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] riscv: fix using wrong load type"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.21 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] riscv: fix using wrong load type"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.28 seconds
Result: PASS

@linux-riscv-bot
linux-riscv-bot deleted the pw992806 branch August 19, 2025 08:24
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