Message ID | 20250325121624.523258-31-guoren@kernel.org (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
Series | rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI | expand |
Context | Check | Description |
---|---|---|
bjorn/pre-ci_am | success | Success |
bjorn/build-rv32-defconfig | fail | build-rv32-defconfig |
bjorn/build-rv64-clang-allmodconfig | fail | build-rv64-clang-allmodconfig |
bjorn/build-rv64-gcc-allmodconfig | fail | build-rv64-gcc-allmodconfig |
bjorn/build-rv64-nommu-k210-defconfig | success | build-rv64-nommu-k210-defconfig |
bjorn/build-rv64-nommu-k210-virt | success | build-rv64-nommu-k210-virt |
bjorn/checkpatch | success | checkpatch |
bjorn/dtb-warn-rv64 | success | dtb-warn-rv64 |
bjorn/header-inline | success | header-inline |
bjorn/kdoc | success | kdoc |
bjorn/module-param | success | module-param |
bjorn/verify-fixes | success | verify-fixes |
bjorn/verify-signedoff | success | verify-signedoff |
diff --git a/include/linux/smp_types.h b/include/linux/smp_types.h index 2e8461af8df6..5912b694059f 100644 --- a/include/linux/smp_types.h +++ b/include/linux/smp_types.h @@ -61,7 +61,7 @@ struct __call_single_node { unsigned int u_flags; atomic_t a_flags; }; -#ifdef CONFIG_64BIT +#if BITS_PER_LONG == 64 u16 src, dst; #endif }; diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1af972a92d06..f55f0ded826c 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1613,6 +1613,7 @@ config CSD_LOCK_WAIT_DEBUG depends on DEBUG_KERNEL depends on SMP depends on 64BIT + depends on !ABI_RV64ILP32 default n help This option enables debug prints when CPUs are slow to respond