Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Mathura_Kumar <academic1mathura@gmail.com>, brauner@kernel.org
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	linux-kernel@vger.kernel.org, linux-ipc@vger.kernel.org,
	Mathura_Kumar <academic1mathura@gmail.com>
Subject: Re: [PATCH] mqueue: introduce new  do_mq_timedreceive2() [ mq_peek syscall] for non-destructive receive             and inspection
Date: Fri, 27 Feb 2026 04:44:55 +0800	[thread overview]
Message-ID: <202602270443.k6N6t2u4-lkp@intel.com> (raw)
In-Reply-To: <20260226174010.118080-1-academic1mathura@gmail.com>

Hi Mathura_Kumar,

kernel test robot noticed the following build errors:

[auto build test ERROR on brauner-vfs/vfs.all]
[also build test ERROR on linus/master v7.0-rc1 next-20260226]
[cannot apply to shuah-kselftest/next shuah-kselftest/fixes tip/x86/asm]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Mathura_Kumar/mqueue-introduce-new-do_mq_timedreceive2-mq_peek-syscall-for-non-destructive-receive-and-inspection/20260227-021340
base:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git vfs.all
patch link:    https://lore.kernel.org/r/20260226174010.118080-1-academic1mathura%40gmail.com
patch subject: [PATCH] mqueue: introduce new  do_mq_timedreceive2() [ mq_peek  syscall] for non-destructive receive             and inspection
config: um-allnoconfig (https://download.01.org/0day-ci/archive/20260227/202602270443.k6N6t2u4-lkp@intel.com/config)
compiler: clang version 23.0.0git (https://github.com/llvm/llvm-project 9a109fbb6e184ec9bcce10615949f598f4c974a9)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260227/202602270443.k6N6t2u4-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/202602270443.k6N6t2u4-lkp@intel.com/

All error/warnings (new ones prefixed by >>):

   In file included from kernel/sched/rq-offsets.c:5:
   In file included from kernel/sched/sched.h:64:
   In file included from include/linux/syscalls_api.h:1:
>> include/linux/syscalls.h:750:42: warning: declaration of 'struct mq_timedreceive2_args' will not be visible outside of this function [-Wvisibility]
     750 | sys_mq_timedreceive2(mqd_t mqdes, struct mq_timedreceive2_args __user *uargs,
         |                                          ^
   include/linux/syscalls.h:755:15: warning: declaration of 'struct mq_timedreceive2_args' will not be visible outside of this function [-Wvisibility]
     755 |                             struct mq_timedreceive2_args __user *uargs,
         |                                    ^
   2 warnings generated.
--
   /usr/bin/ld: warning: .tmp_vmlinux1 has a LOAD segment with RWX permissions
>> /usr/bin/ld: arch/x86/um/sys_call_table_32.o:(.rodata+0x760): undefined reference to `sys_mq_timedreceive2_time32'
>> /usr/bin/ld: arch/x86/um/sys_call_table_32.o:(.rodata+0x764): undefined reference to `sys_mq_timedreceive2'
   clang: error: linker command failed with exit code 1 (use -v to see invocation)
--
   In file included from kernel/sched/rq-offsets.c:5:
   In file included from kernel/sched/sched.h:64:
   In file included from include/linux/syscalls_api.h:1:
>> include/linux/syscalls.h:750:42: warning: declaration of 'struct mq_timedreceive2_args' will not be visible outside of this function [-Wvisibility]
     750 | sys_mq_timedreceive2(mqd_t mqdes, struct mq_timedreceive2_args __user *uargs,
         |                                          ^
   include/linux/syscalls.h:755:15: warning: declaration of 'struct mq_timedreceive2_args' will not be visible outside of this function [-Wvisibility]
     755 |                             struct mq_timedreceive2_args __user *uargs,
         |                                    ^
   2 warnings generated.

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

  parent reply	other threads:[~2026-02-26 20:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20260226174010.118080-1-academic1mathura@gmail.com>
2026-02-26 20:12 ` [PATCH] mqueue: introduce new do_mq_timedreceive2() [ mq_peek syscall] for non-destructive receive and inspection kernel test robot
2026-02-26 20:12 ` kernel test robot
2026-02-26 20:44 ` kernel test robot [this message]
2026-02-27  7:08   ` [PATCH 1/2] " Mathura_Kumar
2026-02-27  7:08     ` [PATCH 2/2] [PATCH-V2] " Mathura_Kumar
2026-02-27  7:28   ` [PATCH 1/2] " Mathura_Kumar
2026-02-27  7:28     ` [PATCH 2/2] [PATCH-V2] " Mathura_Kumar

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=202602270443.k6N6t2u4-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=academic1mathura@gmail.com \
    --cc=brauner@kernel.org \
    --cc=linux-ipc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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