All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Chen-Yu Tsai <wenst@chromium.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC PATCH v3 3/5] platform/chrome: Introduce device tree hardware prober
Date: Sun, 3 Dec 2023 14:31:27 +0800	[thread overview]
Message-ID: <202312022146.sMSnegCC-lkp@intel.com> (raw)
In-Reply-To: <20231128084236.157152-4-wenst@chromium.org>

Hi Chen-Yu,

[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:

[auto build test ERROR on robh/for-next]
[also build test ERROR on chrome-platform/for-next chrome-platform/for-firmware-next wsa/i2c/for-next linus/master v6.7-rc3 next-20231201]
[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/Chen-Yu-Tsai/i2c-of-Introduce-component-probe-function/20231128-174325
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link:    https://lore.kernel.org/r/20231128084236.157152-4-wenst%40chromium.org
patch subject: [RFC PATCH v3 3/5] platform/chrome: Introduce device tree hardware prober
config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20231202/202312022146.sMSnegCC-lkp@intel.com/config)
compiler: s390-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231202/202312022146.sMSnegCC-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/202312022146.sMSnegCC-lkp@intel.com/

All errors (new ones prefixed by >>):

   s390-linux-ld: drivers/platform/chrome/chromeos_of_hw_prober.o: in function `chromeos_i2c_component_prober':
>> chromeos_of_hw_prober.c:(.text+0x13e): undefined reference to `i2c_of_probe_component'

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

  parent reply	other threads:[~2023-12-03  6:31 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-28  8:42 [RFC PATCH v3 0/5] platform/chrome: Introduce DT hardware prober Chen-Yu Tsai
2023-11-28  8:42 ` Chen-Yu Tsai
2023-11-28  8:42 ` [RFC PATCH v3 1/5] of: dynamic: Add of_changeset_update_prop_string Chen-Yu Tsai
2023-11-28  8:42   ` Chen-Yu Tsai
2023-12-02  0:56   ` Doug Anderson
2023-12-02  0:56     ` Doug Anderson
2023-12-04  6:28     ` Chen-Yu Tsai
2023-12-04  6:28       ` Chen-Yu Tsai
2023-11-28  8:42 ` [RFC PATCH v3 2/5] i2c: of: Introduce component probe function Chen-Yu Tsai
2023-11-28  8:42   ` Chen-Yu Tsai
2023-11-28 16:22   ` Andy Shevchenko
2023-11-28 16:22     ` Andy Shevchenko
2023-11-29  8:20     ` Chen-Yu Tsai
2023-11-29  8:20       ` Chen-Yu Tsai
2023-12-02  0:57   ` Doug Anderson
2023-12-02  0:57     ` Doug Anderson
2023-12-04  9:52     ` Chen-Yu Tsai
2023-12-04  9:52       ` Chen-Yu Tsai
2023-12-04 16:03       ` Doug Anderson
2023-12-04 16:03         ` Doug Anderson
2023-12-08 15:10     ` Rob Herring
2023-12-08 15:10       ` Rob Herring
2023-11-28  8:42 ` [RFC PATCH v3 3/5] platform/chrome: Introduce device tree hardware prober Chen-Yu Tsai
2023-11-28  8:42   ` Chen-Yu Tsai
2023-11-28 16:25   ` Andy Shevchenko
2023-11-28 16:25     ` Andy Shevchenko
2023-11-29  8:23     ` Chen-Yu Tsai
2023-11-29  8:23       ` Chen-Yu Tsai
2023-12-02  0:58   ` Doug Anderson
2023-12-02  0:58     ` Doug Anderson
2023-12-04  7:24     ` Chen-Yu Tsai
2023-12-04  7:24       ` Chen-Yu Tsai
2023-12-04  7:53       ` Chen-Yu Tsai
2023-12-04  7:53         ` Chen-Yu Tsai
2023-12-03  6:31   ` kernel test robot [this message]
2023-12-06 21:41   ` kernel test robot
2023-11-28  8:42 ` [RFC PATCH v3 4/5] arm64: dts: mediatek: mt8173-elm-hana: Mark touchscreens and trackpads as fail Chen-Yu Tsai
2023-11-28  8:42   ` Chen-Yu Tsai
2023-12-02  0:58   ` Doug Anderson
2023-12-02  0:58     ` Doug Anderson
2023-12-04  6:59     ` Chen-Yu Tsai
2023-12-04  6:59       ` Chen-Yu Tsai
2023-12-04 16:50       ` Doug Anderson
2023-12-04 16:50         ` Doug Anderson
2023-12-05 10:22         ` AngeloGioacchino Del Regno
2023-12-05 10:22           ` AngeloGioacchino Del Regno
2023-12-06  2:55           ` Chen-Yu Tsai
2023-12-06  2:55             ` Chen-Yu Tsai
2023-12-06 10:02             ` AngeloGioacchino Del Regno
2023-12-06 10:02               ` AngeloGioacchino Del Regno
2023-12-06 17:00               ` Doug Anderson
2023-12-06 17:00                 ` Doug Anderson
2023-11-28  8:42 ` [RFC PATCH v3 5/5] arm64: dts: mediatek: mt8173-elm-hana: Add G2touch G7500 touchscreen Chen-Yu Tsai
2023-11-28  8:42   ` Chen-Yu Tsai

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=202312022146.sMSnegCC-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=wenst@chromium.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.