linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [akpm-mm:mm-unstable 25/176] arch/x86/kernel/vmlinux.lds.S:476:1: warning: '/*' within block comment
@ 2025-04-19 10:14 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-04-19 10:14 UTC (permalink / raw)
  To: Andrew Morton
  Cc: llvm, oe-kbuild-all, Linux Memory Management List, Guenter Roeck

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-unstable
head:   dc683247117ee018e5da6b04f1c499acdc2a1418
commit: 05d94eeb2ac3d97760162ceaa779c03a479a8fb9 [25/176] x86-disable-image-size-check-for-test-builds-fix
config: x86_64-allnoconfig (https://download.01.org/0day-ci/archive/20250419/202504191813.4r9H6Glt-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/20250419/202504191813.4r9H6Glt-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/202504191813.4r9H6Glt-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> arch/x86/kernel/vmlinux.lds.S:476:1: warning: '/*' within block comment [-Wcomment]
     476 | /*
         | ^
   1 warning generated.


vim +476 arch/x86/kernel/vmlinux.lds.S

   467	
   468	/*
   469	 * COMPILE_TEST kernels can be large - CONFIG_KASAN, for example, can cause
   470	 * this.  Let's assume that nobody will be running a COMPILE_TEST kernel and
   471	 * let's assert that fuller build coverage is more valuable than being able to
   472	 * run a COMPILE_TEST kernel.
   473	 */
   474	#ifndef CONFIG_COMPILE_TEST
   475	/*
 > 476	/*
   477	 * The ASSERT() sync to . is intentional, for binutils 2.14 compatibility:
   478	 */
   479	. = ASSERT((_end - LOAD_OFFSET <= KERNEL_IMAGE_SIZE),
   480		   "kernel image bigger than KERNEL_IMAGE_SIZE");
   481	#endif
   482	

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-04-19 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-19 10:14 [akpm-mm:mm-unstable 25/176] arch/x86/kernel/vmlinux.lds.S:476:1: warning: '/*' within block comment kernel test robot

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