Skip to content

[PW_SID:1067432] [RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK#1625

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

[PW_SID:1067432] [RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK#1625
linux-riscv-bot wants to merge 1 commit intoworkflow__riscv__fixesfrom
pw1067432

Conversation

@linux-riscv-bot
Copy link

PR for series 1067432 applied to workflow__riscv__fixes

Name: [RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1067432
Version: 4

The generic CC_CAN_LINK detection relies on -m32/-m64 compiler flags.
These are not supported by riscv compilers.

Use architecture-specific logic using -mabi instead.

Prefer the 'd' ABI variant when possible as todays toolchains are most
likely to provide a libc for that one.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Author

Patch 1: "[RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 137.30 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1030.51 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1383.96 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 26.68 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 27.89 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.71 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 82.81 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK"
kdoc
Desc: Detects for kdoc errors
Duration: 0.85 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[RESEND,v4] riscv: Implement ARCH_HAS_CC_CAN_LINK"
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