* error: kernel-address sanitizer is not supported for this target
@ 2025-06-23 12:51 kernel test robot
0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2025-06-23 12:51 UTC (permalink / raw)
To: Christian Schrrefl
Cc: oe-kbuild-all, linux-kernel, Russell King (Oracle), Alice Ryhl
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 86731a2a651e58953fc949573895f2fa6d456841
commit: ccb8ce526807fcbd4578d6619100d8ec48769ea8 ARM: 9441/1: rust: Enable Rust support for ARMv7
date: 3 months ago
config: arm-randconfig-r052-20250623 (https://download.01.org/0day-ci/archive/20250623/202506232026.y3pShEn6-lkp@intel.com/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
rustc: rustc 1.78.0 (9b00956e5 2024-04-29)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250623/202506232026.y3pShEn6-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202506232026.y3pShEn6-lkp@intel.com/
All errors (new ones prefixed by >>):
>> error: kernel-address sanitizer is not supported for this target
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 5+ messages in thread
* error: kernel-address sanitizer is not supported for this target
@ 2026-02-03 20:06 kernel test robot
0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2026-02-03 20:06 UTC (permalink / raw)
To: Christian Schrrefl
Cc: llvm, oe-kbuild-all, linux-kernel, Russell King (Oracle),
Alice Ryhl
Hi Christian,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: de0674d9bc69699c497477d45172493393ae9007
commit: ccb8ce526807fcbd4578d6619100d8ec48769ea8 ARM: 9441/1: rust: Enable Rust support for ARMv7
date: 10 months ago
config: arm-randconfig-001-20260204 (https://download.01.org/0day-ci/archive/20260204/202602040358.gVbDUXXQ-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9b8addffa70cee5b2acc5454712d9cf78ce45710)
rustc: rustc 1.88.0 (6b00bc388 2025-06-23)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260204/202602040358.gVbDUXXQ-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202602040358.gVbDUXXQ-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from <built-in>:3:
In file included from include/linux/compiler_types.h:171:
include/linux/compiler-clang.h:28:9: warning: '__SANITIZE_ADDRESS__' macro redefined [-Wmacro-redefined]
28 | #define __SANITIZE_ADDRESS__
| ^
<built-in>:367:9: note: previous definition is here
367 | #define __SANITIZE_ADDRESS__ 1
| ^
>> error: kernel-address sanitizer is not supported for this target
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 5+ messages in thread
* error: kernel-address sanitizer is not supported for this target
@ 2026-04-07 3:58 kernel test robot
2026-04-07 8:30 ` Alice Ryhl
0 siblings, 1 reply; 5+ messages in thread
From: kernel test robot @ 2026-04-07 3:58 UTC (permalink / raw)
To: Christian Schrrefl
Cc: oe-kbuild-all, linux-kernel, Russell King (Oracle), Alice Ryhl
Hi Christian,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 3aae9383f42f687221c011d7ee87529398e826b3
commit: ccb8ce526807fcbd4578d6619100d8ec48769ea8 ARM: 9441/1: rust: Enable Rust support for ARMv7
date: 1 year ago
config: arm-randconfig-r061-20260405 (https://download.01.org/0day-ci/archive/20260405/202604051027.NPt0H2Dy-lkp@intel.com/config)
compiler: clang version 23.0.0git (https://github.com/llvm/llvm-project c80443cd37b2e2788cba67ffa180a6331e5f0791)
rustc: rustc 1.88.0 (6b00bc388 2025-06-23)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260405/202604051027.NPt0H2Dy-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Fixes: ccb8ce526807 ("ARM: 9441/1: rust: Enable Rust support for ARMv7")
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202604051027.NPt0H2Dy-lkp@intel.com/
All errors (new ones prefixed by >>):
scripts/dtc/dtc-lexer.lex.c:630:12: warning: variable 'dts_version' set but not used [-Wunused-but-set-global]
630 | static int dts_version = 1;
| ^
1 warning generated.
scripts/sorttable.c:399:12: warning: variable 'long_size' set but not used [-Wunused-but-set-global]
399 | static int long_size;
| ^
1 warning generated.
In file included from <built-in>:3:
In file included from include/linux/compiler_types.h:171:
include/linux/compiler-clang.h:28:9: warning: '__SANITIZE_ADDRESS__' macro redefined [-Wmacro-redefined]
28 | #define __SANITIZE_ADDRESS__
| ^
<built-in>:367:9: note: previous definition is here
367 | #define __SANITIZE_ADDRESS__ 1
| ^
>> error: kernel-address sanitizer is not supported for this target
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: error: kernel-address sanitizer is not supported for this target
2026-04-07 3:58 kernel test robot
@ 2026-04-07 8:30 ` Alice Ryhl
2026-04-07 12:31 ` Philip Li
0 siblings, 1 reply; 5+ messages in thread
From: Alice Ryhl @ 2026-04-07 8:30 UTC (permalink / raw)
To: kernel test robot
Cc: Christian Schrrefl, oe-kbuild-all, linux-kernel,
Russell King (Oracle)
On Tue, Apr 07, 2026 at 11:58:00AM +0800, kernel test robot wrote:
> Hi Christian,
>
> FYI, the error/warning still remains.
>
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head: 3aae9383f42f687221c011d7ee87529398e826b3
> commit: ccb8ce526807fcbd4578d6619100d8ec48769ea8 ARM: 9441/1: rust: Enable Rust support for ARMv7
> date: 1 year ago
> config: arm-randconfig-r061-20260405 (https://download.01.org/0day-ci/archive/20260405/202604051027.NPt0H2Dy-lkp@intel.com/config)
> compiler: clang version 23.0.0git (https://github.com/llvm/llvm-project c80443cd37b2e2788cba67ffa180a6331e5f0791)
> rustc: rustc 1.88.0 (6b00bc388 2025-06-23)
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260405/202604051027.NPt0H2Dy-lkp@intel.com/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Fixes: ccb8ce526807 ("ARM: 9441/1: rust: Enable Rust support for ARMv7")
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202604051027.NPt0H2Dy-lkp@intel.com/
>
> All errors (new ones prefixed by >>):
>
> scripts/dtc/dtc-lexer.lex.c:630:12: warning: variable 'dts_version' set but not used [-Wunused-but-set-global]
> 630 | static int dts_version = 1;
> | ^
> 1 warning generated.
> scripts/sorttable.c:399:12: warning: variable 'long_size' set but not used [-Wunused-but-set-global]
> 399 | static int long_size;
> | ^
> 1 warning generated.
> In file included from <built-in>:3:
> In file included from include/linux/compiler_types.h:171:
> include/linux/compiler-clang.h:28:9: warning: '__SANITIZE_ADDRESS__' macro redefined [-Wmacro-redefined]
> 28 | #define __SANITIZE_ADDRESS__
> | ^
> <built-in>:367:9: note: previous definition is here
> 367 | #define __SANITIZE_ADDRESS__ 1
> | ^
> >> error: kernel-address sanitizer is not supported for this target
Like [1], this would probably be fixed by moving away from the linux
target, as kernel-address is a bare-metal only sanitizer.
[1]: https://lore.kernel.org/all/acUGAsjYvNvTEO92@google.com/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: error: kernel-address sanitizer is not supported for this target
2026-04-07 8:30 ` Alice Ryhl
@ 2026-04-07 12:31 ` Philip Li
0 siblings, 0 replies; 5+ messages in thread
From: Philip Li @ 2026-04-07 12:31 UTC (permalink / raw)
To: Alice Ryhl
Cc: kernel test robot, Christian Schrrefl, oe-kbuild-all,
linux-kernel, Russell King (Oracle)
On Tue, Apr 07, 2026 at 08:30:55AM +0000, Alice Ryhl wrote:
> On Tue, Apr 07, 2026 at 11:58:00AM +0800, kernel test robot wrote:
> > Hi Christian,
> >
> > FYI, the error/warning still remains.
> >
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head: 3aae9383f42f687221c011d7ee87529398e826b3
> > commit: ccb8ce526807fcbd4578d6619100d8ec48769ea8 ARM: 9441/1: rust: Enable Rust support for ARMv7
> > date: 1 year ago
> > config: arm-randconfig-r061-20260405 (https://download.01.org/0day-ci/archive/20260405/202604051027.NPt0H2Dy-lkp@intel.com/config)
> > compiler: clang version 23.0.0git (https://github.com/llvm/llvm-project c80443cd37b2e2788cba67ffa180a6331e5f0791)
> > rustc: rustc 1.88.0 (6b00bc388 2025-06-23)
> > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260405/202604051027.NPt0H2Dy-lkp@intel.com/reproduce)
> >
> > If you fix the issue in a separate patch/commit (i.e. not just a new version of
> > the same patch/commit), kindly add following tags
> > | Fixes: ccb8ce526807 ("ARM: 9441/1: rust: Enable Rust support for ARMv7")
> > | Reported-by: kernel test robot <lkp@intel.com>
> > | Closes: https://lore.kernel.org/oe-kbuild-all/202604051027.NPt0H2Dy-lkp@intel.com/
> >
> > All errors (new ones prefixed by >>):
> >
> > scripts/dtc/dtc-lexer.lex.c:630:12: warning: variable 'dts_version' set but not used [-Wunused-but-set-global]
> > 630 | static int dts_version = 1;
> > | ^
> > 1 warning generated.
> > scripts/sorttable.c:399:12: warning: variable 'long_size' set but not used [-Wunused-but-set-global]
> > 399 | static int long_size;
> > | ^
> > 1 warning generated.
> > In file included from <built-in>:3:
> > In file included from include/linux/compiler_types.h:171:
> > include/linux/compiler-clang.h:28:9: warning: '__SANITIZE_ADDRESS__' macro redefined [-Wmacro-redefined]
> > 28 | #define __SANITIZE_ADDRESS__
> > | ^
> > <built-in>:367:9: note: previous definition is here
> > 367 | #define __SANITIZE_ADDRESS__ 1
> > | ^
> > >> error: kernel-address sanitizer is not supported for this target
>
> Like [1], this would probably be fixed by moving away from the linux
> target, as kernel-address is a bare-metal only sanitizer.
Thanks for the info, I will configure the bot to avoid reporting this commit again.
>
> [1]: https://lore.kernel.org/all/acUGAsjYvNvTEO92@google.com/
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-04-07 12:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 12:51 error: kernel-address sanitizer is not supported for this target kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2026-02-03 20:06 kernel test robot
2026-04-07 3:58 kernel test robot
2026-04-07 8:30 ` Alice Ryhl
2026-04-07 12:31 ` Philip Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox