Skip to content

[PW_SID:1056052] riscv: make runtime const not usable by modules#1484

Open
linux-riscv-bot wants to merge 1 commit intoworkflow__riscv__fixesfrom
pw1056052
Open

[PW_SID:1056052] riscv: make runtime const not usable by modules#1484
linux-riscv-bot wants to merge 1 commit intoworkflow__riscv__fixesfrom
pw1056052

Conversation

@linux-riscv-bot
Copy link

PR for series 1056052 applied to workflow__riscv__fixes

Name: riscv: make runtime const not usable by modules
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1056052
Version: 1

Similar as commit 284922f ("x86: uaccess: don't use runtime-const
rewriting in modules") does, make riscv's runtime const not usable by
modules too, to "make sure this doesn't get forgotten the next time
somebody wants to do runtime constant optimizations". The reason is
well explained in the above commit: "The runtime-const infrastructure
was never designed to handle the modular case, because the constant
fixup is only done at boot time for core kernel code."

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Author

Patch 1: "riscv: make runtime const not usable by modules"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 141.12 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "riscv: make runtime const not usable by modules"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1150.07 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "riscv: make runtime const not usable by modules"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1657.71 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "riscv: make runtime const not usable by modules"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 29.04 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "riscv: make runtime const not usable by modules"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 29.90 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "riscv: make runtime const not usable by modules"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.86 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "riscv: make runtime const not usable by modules"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 86.15 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "riscv: make runtime const not usable by modules"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "riscv: make runtime const not usable by modules"
kdoc
Desc: Detects for kdoc errors
Duration: 0.96 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "riscv: make runtime const not usable by modules"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "riscv: make runtime const not usable by modules"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "riscv: make runtime const not usable by modules"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 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