Linux-i3c Archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Frank Li <Frank.Li@nxp.com>, ilpo.jarvinen@linux.intel.com
Cc: oe-kbuild-all@lists.linux.dev, Frank.Li@nxp.com,
	alexandre.belloni@bootlin.com, conor.culhane@silvaco.com,
	devicetree@vger.kernel.org, gregkh@linuxfoundation.org,
	imx@lists.linux.dev, jirislaby@kernel.org, joe@perches.com,
	krzysztof.kozlowski+dt@linaro.org,
	krzysztof.kozlowski@linaro.org, linux-i3c@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
	miquel.raynal@bootlin.com, robh@kernel.org,
	zbigniew.lukwinski@linux.intel.com
Subject: Re: [PATCH v5 1/8] i3c: add target mode support
Date: Sat, 3 Feb 2024 05:18:51 +0800	[thread overview]
Message-ID: <202402030437.GdGCrKeK-lkp@intel.com> (raw)
In-Reply-To: <20240129195321.229867-2-Frank.Li@nxp.com>

Hi Frank,

kernel test robot noticed the following build errors:

[auto build test ERROR on tty/tty-testing]
[also build test ERROR on tty/tty-next tty/tty-linus robh/for-next linus/master v6.8-rc2 next-20240202]
[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/Frank-Li/i3c-add-target-mode-support/20240130-035826
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-testing
patch link:    https://lore.kernel.org/r/20240129195321.229867-2-Frank.Li%40nxp.com
patch subject: [PATCH v5 1/8] i3c: add target mode support
config: sh-randconfig-r122-20240202 (https://download.01.org/0day-ci/archive/20240203/202402030437.GdGCrKeK-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 13.2.0
reproduce: (https://download.01.org/0day-ci/archive/20240203/202402030437.GdGCrKeK-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/202402030437.GdGCrKeK-lkp@intel.com/

All errors (new ones prefixed by >>):

   sh4-linux-ld: drivers/i3c/target.o: in function `i3c_target_ctrl_destroy':
>> target.c:(.text+0x264): undefined reference to `i3c_target_cfs_remove_ctrl_group'
   sh4-linux-ld: drivers/i3c/target.o: in function `__i3c_target_func_register_driver':
>> target.c:(.text+0x4bc): undefined reference to `i3c_target_cfs_add_func_group'
   sh4-linux-ld: drivers/i3c/target.o: in function `__i3c_target_ctrl_create':
>> target.c:(.text+0x778): undefined reference to `i3c_target_cfs_add_ctrl_group'
   sh4-linux-ld: drivers/i3c/target.o: in function `devm_i3c_target_ctrl_release':
   target.c:(.text+0x7b8): undefined reference to `i3c_target_cfs_remove_ctrl_group'
   sh4-linux-ld: drivers/media/i2c/tc358746.o: in function `tc358746_probe':
   tc358746.c:(.text+0x17c4): undefined reference to `devm_clk_hw_register'
   sh4-linux-ld: tc358746.c:(.text+0x17c8): undefined reference to `devm_of_clk_add_hw_provider'
   sh4-linux-ld: tc358746.c:(.text+0x17cc): undefined reference to `of_clk_hw_simple_get'

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

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

  parent reply	other threads:[~2024-02-02 21:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29 19:53 [PATCH v5 0/8] I3C target mode support Frank Li
2024-01-29 19:53 ` [PATCH v5 1/8] i3c: add " Frank Li
2024-02-02 17:29   ` kernel test robot
2024-02-02 21:18   ` kernel test robot [this message]
2024-01-29 19:53 ` [PATCH v5 2/8] dt-bindings: i3c: svc: add proptery mode Frank Li
2024-01-30  8:15   ` Krzysztof Kozlowski
2024-01-29 19:53 ` [PATCH v5 3/8] Documentation: i3c: Add I3C target mode controller and function Frank Li
2024-01-29 19:53 ` [PATCH v5 4/8] i3c: svc: Add svc-i3c-main.c and svc-i3c.h Frank Li
2024-01-29 19:53 ` [PATCH v5 5/8] i3c: target: add svc target controller support Frank Li
2024-01-29 19:53 ` [PATCH v5 6/8] i3c: target: func: add tty driver Frank Li
2024-01-29 19:53 ` [PATCH v5 7/8] i3c: add API i3c_dev_gettstatus_format1() to get target device status Frank Li
2024-01-29 19:53 ` [PATCH v5 8/8] tty: i3c: add TTY over I3C master support Frank Li

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=202402030437.GdGCrKeK-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=Frank.Li@nxp.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=conor.culhane@silvaco.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=imx@lists.linux.dev \
    --cc=jirislaby@kernel.org \
    --cc=joe@perches.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-i3c@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=robh@kernel.org \
    --cc=zbigniew.lukwinski@linux.intel.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).