From: kernel test robot <lkp@intel.com>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [vireshk:virtio/msg-xen 2/17] include/linux/dma-buf.h:706:52: warning: omitting the parameter name in a function definition is a C23 extension
Date: Thu, 15 Jan 2026 23:07:48 +0800 [thread overview]
Message-ID: <202601152337.KBfCEzmN-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux.git virtio/msg-xen
head: 2978a84b82627a16bee8e2cd5718a51de47e7d5e
commit: 085cecef6ce6cb8d0cbc931f9425224def2164ec [2/17] dma-buf: add no-op stubs when CONFIG_DMA_SHARED_BUFFER is disabled
config: arm-allnoconfig (https://download.01.org/0day-ci/archive/20260115/202601152337.KBfCEzmN-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9b8addffa70cee5b2acc5454712d9cf78ce45710)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260115/202601152337.KBfCEzmN-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/202601152337.KBfCEzmN-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from io_uring/io_uring.c:101:
In file included from io_uring/zcrx.h:6:
>> include/linux/dma-buf.h:706:52: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions]
706 | struct vm_area_struct *vma, unsigned long)
| ^
1 warning generated.
vim +706 include/linux/dma-buf.h
699
700 static inline void
701 dma_buf_unmap_attachment_unlocked(struct dma_buf_attachment *attach,
702 struct sg_table *sg_table,
703 enum dma_data_direction direction) { }
704
705 static inline int dma_buf_mmap(struct dma_buf *dmabuf,
> 706 struct vm_area_struct *vma, unsigned long)
707 {
708 return -EOPNOTSUPP;
709 }
710
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2026-01-15 15:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-15 15:07 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-04-07 6:20 [vireshk:virtio/msg-xen 2/17] include/linux/dma-buf.h:706:52: warning: omitting the parameter name in a function definition is a C23 extension kernel test robot
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=202601152337.KBfCEzmN-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=viresh.kumar@linaro.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.