All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: kernel test robot <lkp@intel.com>
Cc: kbuild-all@lists.01.org, linux-can <linux-can@vger.kernel.org>
Subject: Re: [net-next 19/19] can: flexcan: add CAN wakeup function for i.MX8QM
Date: Thu, 7 Jan 2021 15:26:57 +0100	[thread overview]
Message-ID: <17682d27-a0bb-4a29-7c72-261ab7eeb8ee@pengutronix.de> (raw)
In-Reply-To: <202101072123.StEAR5IC-lkp@intel.com>


[-- Attachment #1.1: Type: text/plain, Size: 2492 bytes --]

On 1/7/21 2:56 PM, kernel test robot wrote:
> [auto build test ERROR on net-next/master]

This looks like a false positive to me.

> url:    https://github.com/0day-ci/linux/commits/Marc-Kleine-Budde/can-tcan4x5x-replace-DEVICE_NAME-by-KBUILD_MODNAME/20210107-184956
> base:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 3db1a3fa98808aa90f95ec3e0fa2fc7abf28f5c9
> config: riscv-randconfig-r013-20210107 (attached as .config)
> compiler: riscv64-linux-gcc (GCC) 9.3.0
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://github.com/0day-ci/linux/commit/90434a61388963ddee49d0c805226dd4b56df274
>         git remote add linux-review https://github.com/0day-ci/linux
>         git fetch --no-tags linux-review Marc-Kleine-Budde/can-tcan4x5x-replace-DEVICE_NAME-by-KBUILD_MODNAME/20210107-184956

This doesn't work for me:

> ➜ git remote add linux-review https://github.com/0day-ci/linux
> ➜ git fetch --no-tags linux-review Marc-Kleine-Budde/can-tcan4x5x-replace-DEVICE_NAME-by-KBUILD_MODNAME/20210107-184956
> fatal: couldn't find remote ref Marc-Kleine-Budde/can-tcan4x5x-replace-DEVICE_NAME-by-KBUILD_MODNAME/20210107-184956

>         git checkout 90434a61388963ddee49d0c805226dd4b56df274
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>    riscv64-linux-ld: drivers/net/can/flexcan.o: in function `.L359':
>>> flexcan.c:(.text+0x1844): undefined reference to `imx_scu_get_handle'

Please have a look at the end of patch 1:

> http://lore.kernel.org/r/20210107094900.173046-2-mkl@pengutronix.de

Where it says:

> base-commit: ede71cae72855f8d6f6268510895210adc317666

This tree contains:

> 95de5094f5ac firmware: imx: add dummy functions

which provides no-op static inline for the function the linker complains about.

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: kbuild-all@lists.01.org
Subject: Re: [net-next 19/19] can: flexcan: add CAN wakeup function for i.MX8QM
Date: Thu, 07 Jan 2021 15:26:57 +0100	[thread overview]
Message-ID: <17682d27-a0bb-4a29-7c72-261ab7eeb8ee@pengutronix.de> (raw)
In-Reply-To: <202101072123.StEAR5IC-lkp@intel.com>

[-- Attachment #1: Type: text/plain, Size: 2494 bytes --]

On 1/7/21 2:56 PM, kernel test robot wrote:
> [auto build test ERROR on net-next/master]

This looks like a false positive to me.

> url:    https://github.com/0day-ci/linux/commits/Marc-Kleine-Budde/can-tcan4x5x-replace-DEVICE_NAME-by-KBUILD_MODNAME/20210107-184956
> base:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 3db1a3fa98808aa90f95ec3e0fa2fc7abf28f5c9
> config: riscv-randconfig-r013-20210107 (attached as .config)
> compiler: riscv64-linux-gcc (GCC) 9.3.0
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://github.com/0day-ci/linux/commit/90434a61388963ddee49d0c805226dd4b56df274
>         git remote add linux-review https://github.com/0day-ci/linux
>         git fetch --no-tags linux-review Marc-Kleine-Budde/can-tcan4x5x-replace-DEVICE_NAME-by-KBUILD_MODNAME/20210107-184956

This doesn't work for me:

> ➜ git remote add linux-review https://github.com/0day-ci/linux
> ➜ git fetch --no-tags linux-review Marc-Kleine-Budde/can-tcan4x5x-replace-DEVICE_NAME-by-KBUILD_MODNAME/20210107-184956
> fatal: couldn't find remote ref Marc-Kleine-Budde/can-tcan4x5x-replace-DEVICE_NAME-by-KBUILD_MODNAME/20210107-184956

>         git checkout 90434a61388963ddee49d0c805226dd4b56df274
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>    riscv64-linux-ld: drivers/net/can/flexcan.o: in function `.L359':
>>> flexcan.c:(.text+0x1844): undefined reference to `imx_scu_get_handle'

Please have a look at the end of patch 1:

> http://lore.kernel.org/r/20210107094900.173046-2-mkl(a)pengutronix.de

Where it says:

> base-commit: ede71cae72855f8d6f6268510895210adc317666

This tree contains:

> 95de5094f5ac firmware: imx: add dummy functions

which provides no-op static inline for the function the linker complains about.

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2021-01-07 14:27 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07  9:48 pull-request: can-next 2021-01-06 Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 01/19] can: tcan4x5x: replace DEVICE_NAME by KBUILD_MODNAME Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 02/19] can: tcan4x5x: beautify indention of tcan4x5x_of_match and tcan4x5x_id_table Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 03/19] can: tcan4x5x: rename tcan4x5x.c -> tcan4x5x-core.c Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 04/19] can: tcan4x5x: move regmap code into seperate file Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 05/19] can: tcan4x5x: mark struct regmap_bus tcan4x5x_bus as constant Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 06/19] can: tcan4x5x: tcan4x5x_bus: remove not needed read_flag_mask Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 07/19] can: tcan4x5x: remove regmap async support Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 08/19] can: tcan4x5x: rename regmap_spi_gather_write() -> tcan4x5x_regmap_gather_write() Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 09/19] can: tcan4x5x: tcan4x5x_regmap_write(): remove not needed casts and replace 4 by sizeof Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 10/19] can: tcan4x5x: tcan4x5x_regmap_init(): use spi as context pointer Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 11/19] can: tcan4x5x: fix max register value Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 12/19] can: tcan4x5x: tcan4x5x_regmap: set reg_stride to 4 Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 13/19] can: tcan4x5x: add max_raw_{read,write} of 256 Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 14/19] can: tcan4x5x: add {wr,rd}_table Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 15/19] can: tcan4x5x: rework SPI access Marc Kleine-Budde
2021-01-07 19:00   ` Jakub Kicinski
2021-01-07 19:06     ` Jakub Kicinski
2021-01-07 21:17       ` Marc Kleine-Budde
2021-01-07 22:38         ` Jakub Kicinski
2021-01-08 10:07           ` Ahmad Fatoum
2021-01-08 16:32             ` Jakub Kicinski
2021-01-11 15:35               ` Ahmad Fatoum
2021-01-11 18:03                 ` Jakub Kicinski
2021-01-12 15:25           ` Marc Kleine-Budde
2021-01-08 21:53         ` David Laight
2021-01-12 15:36           ` Marc Kleine-Budde
2021-01-07 21:19     ` Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 16/19] can: tcan4x5x: add support for half-duplex controllers Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 17/19] can: raw: return -ERANGE when filterset does not fit into user space buffer Marc Kleine-Budde
2021-01-07  9:48 ` [net-next 18/19] dt-bindings: can: fsl,flexcan: add fsl,scu-index property to indicate a resource Marc Kleine-Budde
2021-01-07  9:49 ` [net-next 19/19] can: flexcan: add CAN wakeup function for i.MX8QM Marc Kleine-Budde
2021-01-07 13:56   ` kernel test robot
2021-01-07 14:26     ` Marc Kleine-Budde [this message]
2021-01-07 14:26       ` Marc Kleine-Budde
2021-01-07 14:47       ` Marc Kleine-Budde
2021-01-07 14:47         ` Marc Kleine-Budde
2021-01-07 15:06   ` kernel test robot
2021-01-07 15:17     ` Marc Kleine-Budde
2021-01-07 15:17       ` Marc Kleine-Budde
2021-01-07 20:07   ` kernel test robot
2021-01-07 21:22     ` Marc Kleine-Budde
2021-01-07 21:22       ` Marc Kleine-Budde
2021-01-08  7:07       ` [kbuild-all] " Rong Chen
2021-01-08  7:07         ` Rong Chen
2021-01-08  8:01         ` [kbuild-all] " Marc Kleine-Budde
2021-01-08  8:01           ` Marc Kleine-Budde
2021-01-07 19:07 ` pull-request: can-next 2021-01-06 Jakub Kicinski

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=17682d27-a0bb-4a29-7c72-261ab7eeb8ee@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-can@vger.kernel.org \
    --cc=lkp@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 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.