linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	Linux Memory Management List <linux-mm@kvack.org>,
	Guenter Roeck <linux@roeck-us.net>
Subject: [akpm-mm:mm-unstable 25/176] arch/x86/kernel/vmlinux.lds.S:476:1: warning: '/*' within block comment
Date: Sat, 19 Apr 2025 18:14:39 +0800	[thread overview]
Message-ID: <202504191813.4r9H6Glt-lkp@intel.com> (raw)

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


                 reply	other threads:[~2025-04-19 10:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202504191813.4r9H6Glt-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-mm@kvack.org \
    --cc=linux@roeck-us.net \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox