Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
* [tip:timers/urgent 3/3] llvm-readelf: warning: 'arch/riscv/kernel/vdso/hwprobe.o': bitcode files are not supported
@ 2025-05-04  5:26 kernel test robot
  2025-05-04  9:42 ` Thomas Weißschuh
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2025-05-04  5:26 UTC (permalink / raw)
  To: Thomas Weißschuh
  Cc: llvm, oe-kbuild-all, linux-kernel, x86, Thomas Gleixner

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/urgent
head:   7aeb1538be5df3efa1d799e5428ac3a0ae802293
commit: 7aeb1538be5df3efa1d799e5428ac3a0ae802293 [3/3] vdso: Reject absolute relocations during build
:::::: branch date: 4 hours ago
:::::: commit date: 4 hours ago
config: riscv-randconfig-001-20250503 (https://download.01.org/0day-ci/archive/20250503/202505030636.3ExDB8O2-lkp@intel.com/config)
compiler: clang version 20.1.2 (https://github.com/llvm/llvm-project 58df0ef89dd64126512e4ee27b4ac3fd8ddf6247)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250503/202505030636.3ExDB8O2-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/r/202505030636.3ExDB8O2-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> llvm-readelf: warning: 'arch/riscv/kernel/vdso/hwprobe.o': bitcode files are not supported
--
>> llvm-readelf: warning: 'arch/riscv/kernel/vdso/hwprobe.o': bitcode files are not supported

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [tip:timers/urgent 3/3] llvm-readelf: warning: 'arch/riscv/kernel/vdso/hwprobe.o': bitcode files are not supported
  2025-05-04  5:26 [tip:timers/urgent 3/3] llvm-readelf: warning: 'arch/riscv/kernel/vdso/hwprobe.o': bitcode files are not supported kernel test robot
@ 2025-05-04  9:42 ` Thomas Weißschuh
  2025-05-04  9:51   ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Weißschuh @ 2025-05-04  9:42 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: kernel test robot, llvm, oe-kbuild-all, linux-kernel, x86,
	Thomas Gleixner

Hi Ingo,

On Sun, May 04, 2025 at 01:26:54PM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/urgent
> head:   7aeb1538be5df3efa1d799e5428ac3a0ae802293
> commit: 7aeb1538be5df3efa1d799e5428ac3a0ae802293 [3/3] vdso: Reject absolute relocations during build
> :::::: branch date: 4 hours ago
> :::::: commit date: 4 hours ago
> config: riscv-randconfig-001-20250503 (https://download.01.org/0day-ci/archive/20250503/202505030636.3ExDB8O2-lkp@intel.com/config)
> compiler: clang version 20.1.2 (https://github.com/llvm/llvm-project 58df0ef89dd64126512e4ee27b4ac3fd8ddf6247)
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250503/202505030636.3ExDB8O2-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/r/202505030636.3ExDB8O2-lkp@intel.com/
> 
> All warnings (new ones prefixed by >>):
> 
> >> llvm-readelf: warning: 'arch/riscv/kernel/vdso/hwprobe.o': bitcode files are not supported
> --
> >> llvm-readelf: warning: 'arch/riscv/kernel/vdso/hwprobe.o': bitcode files are not supported

Could you drop "vdso: Reject absolute relocations during build" from the "urgent"
branch for now? It is not necessary for the actual bugfix.
I have an idea on how to fix the issue found by 0day but those patches can then
go through the normal process.


Thomas

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [tip:timers/urgent 3/3] llvm-readelf: warning: 'arch/riscv/kernel/vdso/hwprobe.o': bitcode files are not supported
  2025-05-04  9:42 ` Thomas Weißschuh
@ 2025-05-04  9:51   ` Ingo Molnar
  0 siblings, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2025-05-04  9:51 UTC (permalink / raw)
  To: Thomas Weißschuh
  Cc: kernel test robot, llvm, oe-kbuild-all, linux-kernel, x86,
	Thomas Gleixner


* Thomas Weißschuh <thomas.weissschuh@linutronix.de> wrote:

> Hi Ingo,
> 
> On Sun, May 04, 2025 at 01:26:54PM +0800, kernel test robot wrote:
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/urgent
> > head:   7aeb1538be5df3efa1d799e5428ac3a0ae802293
> > commit: 7aeb1538be5df3efa1d799e5428ac3a0ae802293 [3/3] vdso: Reject absolute relocations during build
> > :::::: branch date: 4 hours ago
> > :::::: commit date: 4 hours ago
> > config: riscv-randconfig-001-20250503 (https://download.01.org/0day-ci/archive/20250503/202505030636.3ExDB8O2-lkp@intel.com/config)
> > compiler: clang version 20.1.2 (https://github.com/llvm/llvm-project 58df0ef89dd64126512e4ee27b4ac3fd8ddf6247)
> > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250503/202505030636.3ExDB8O2-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/r/202505030636.3ExDB8O2-lkp@intel.com/
> > 
> > All warnings (new ones prefixed by >>):
> > 
> > >> llvm-readelf: warning: 'arch/riscv/kernel/vdso/hwprobe.o': bitcode files are not supported
> > --
> > >> llvm-readelf: warning: 'arch/riscv/kernel/vdso/hwprobe.o': bitcode files are not supported
> 
> Could you drop "vdso: Reject absolute relocations during build" from the "urgent"
> branch for now? It is not necessary for the actual bugfix.

Done.

> I have an idea on how to fix the issue found by 0day but those 
> patches can then go through the normal process.

Thanks!

I'd still prefer to delay the other timers/urgent fixes to be on the 
safe side and send them in a day or two, but it's up to Thomas.

	Ingo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-04  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-04  5:26 [tip:timers/urgent 3/3] llvm-readelf: warning: 'arch/riscv/kernel/vdso/hwprobe.o': bitcode files are not supported kernel test robot
2025-05-04  9:42 ` Thomas Weißschuh
2025-05-04  9:51   ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox