Skip to content

[PW_SID:1128541] riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()#2293

Closed
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1128541
Closed

[PW_SID:1128541] riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()#2293
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1128541

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 1128541 applied to workflow__riscv__fixes

Name: riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1128541
Version: 1

Linux RISC-V bot and others added 2 commits July 15, 2026 17:25
__iomem is missing while calling readl_relaxed() in get_cycles() and
get_cycles_hi() and sparse complains.

Add __iomem to silence the sparse warnings.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202607160619.14G8GHp5-lkp@intel.com/
Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 142.43 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1888.81 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 2291.72 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 26.32 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 27.90 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.78 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 89.99 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()"
kdoc
Desc: Detects for kdoc errors
Duration: 0.83 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()"
module-param
Desc: Detect module_param changes
Duration: 0.27 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "riscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.32 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