public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Dawei Li <dawei.li@linux.dev>,
	andersson@kernel.org, mathieu.poirier@linaro.org
Cc: oe-kbuild-all@lists.linux.dev, linux-remoteproc@vger.kernel.org,
	linux-kernel@vger.kernel.org, dawei.li@linux.dev,
	set_pte_at@outlook.com
Subject: Re: [PATCH 2/3] rpmsg: char: Implement eptdev based on anon inode
Date: Fri, 9 May 2025 02:37:03 +0800	[thread overview]
Message-ID: <202505090243.edAOs4uG-lkp@intel.com> (raw)
In-Reply-To: <20250507141712.4276-3-dawei.li@linux.dev>

Hi Dawei,

kernel test robot noticed the following build errors:

[auto build test ERROR on 92a09c47464d040866cf2b4cd052bc60555185fb]

url:    https://github.com/intel-lab-lkp/linux/commits/Dawei-Li/rpmsg-char-Reuse-eptdev-logic-for-anon-device/20250507-223209
base:   92a09c47464d040866cf2b4cd052bc60555185fb
patch link:    https://lore.kernel.org/r/20250507141712.4276-3-dawei.li%40linux.dev
patch subject: [PATCH 2/3] rpmsg: char: Implement eptdev based on anon inode
config: x86_64-randconfig-r052-20250508 (https://download.01.org/0day-ci/archive/20250509/202505090243.edAOs4uG-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/20250509/202505090243.edAOs4uG-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/202505090243.edAOs4uG-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from drivers/rpmsg/rpmsg_ctrl.c:28:
>> drivers/rpmsg/rpmsg_char.h:54:1: error: expected identifier or '('
      54 | {
         | ^
   1 error generated.


vim +54 drivers/rpmsg/rpmsg_char.h

    51	
    52	static inline int rpmsg_eptdev_create(struct rpmsg_device *rpdev, struct device *parent,
    53					      struct rpmsg_channel_info chinfo, int *pfd);
  > 54	{
    55		return -ENXIO;
    56	}
    57	

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

  reply	other threads:[~2025-05-08 18:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-07 14:17 [PATCH 0/3] rpmsg: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI Dawei Li
2025-05-07 14:17 ` [PATCH 1/3] rpmsg: char: Reuse eptdev logic for anon device Dawei Li
2025-05-07 14:17 ` [PATCH 2/3] rpmsg: char: Implement eptdev based on anon inode Dawei Li
2025-05-08 18:37   ` kernel test robot [this message]
2025-05-07 14:17 ` [PATCH 3/3] rpmsg: ctrl: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI Dawei Li
2025-05-08 23:21   ` 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=202505090243.edAOs4uG-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=andersson@kernel.org \
    --cc=dawei.li@linux.dev \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=set_pte_at@outlook.com \
    /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