All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: patrice.chotard@foss.st.com, Mark Brown <broonie@kernel.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Boris Brezillon <bbrezillon@kernel.org>,
	linux-mtd@lists.infradead.org,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	linux-spi@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 3/3] spi: stm32-qspi: add automatic poll status feature
Date: Sat, 8 May 2021 03:29:59 +0800	[thread overview]
Message-ID: <202105080340.LhPql0GU-lkp@intel.com> (raw)
In-Reply-To: <20210507131756.17028-4-patrice.chotard@foss.st.com>

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

Hi,

I love your patch! Yet something to improve:

[auto build test ERROR on spi/for-next]
[also build test ERROR on next-20210507]
[cannot apply to mtd/nand/next stm32/stm32-next v5.12]
[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]

url:    https://github.com/0day-ci/linux/commits/patrice-chotard-foss-st-com/MTD-spinand-Add-spi_mem_poll_status-support/20210507-211933
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
config: arc-randconfig-r021-20210507 (attached as .config)
compiler: arc-elf-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/7f27dc0ce5a74374bac3b33a0e77098ad6465ab8
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review patrice-chotard-foss-st-com/MTD-spinand-Add-spi_mem_poll_status-support/20210507-211933
        git checkout 7f27dc0ce5a74374bac3b33a0e77098ad6465ab8
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross W=1 ARCH=arc 

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 >>):

   arc-elf-ld: lib/stackdepot.o: in function `filter_irq_stacks':
   stackdepot.c:(.text+0x3d2): undefined reference to `__irqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3d2): undefined reference to `__irqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3da): undefined reference to `__irqentry_text_end'
   arc-elf-ld: stackdepot.c:(.text+0x3da): undefined reference to `__irqentry_text_end'
   arc-elf-ld: stackdepot.c:(.text+0x3e2): undefined reference to `__softirqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3e2): undefined reference to `__softirqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3ea): undefined reference to `__softirqentry_text_end'
   arc-elf-ld: stackdepot.c:(.text+0x3ea): undefined reference to `__softirqentry_text_end'
   arc-elf-ld: drivers/spi/spi-stm32-qspi.o: in function `stm32_qspi_send.isra.0':
   spi-stm32-qspi.c:(.text+0x39a): undefined reference to `spi_mem_finalize_op'
>> arc-elf-ld: spi-stm32-qspi.c:(.text+0x39a): undefined reference to `spi_mem_finalize_op'

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31475 bytes --]

[-- Attachment #3: Type: text/plain, Size: 144 bytes --]

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: patrice.chotard@foss.st.com, Mark Brown <broonie@kernel.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Boris Brezillon <bbrezillon@kernel.org>,
	linux-mtd@lists.infradead.org,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	linux-spi@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 3/3] spi: stm32-qspi: add automatic poll status feature
Date: Sat, 8 May 2021 03:29:59 +0800	[thread overview]
Message-ID: <202105080340.LhPql0GU-lkp@intel.com> (raw)
In-Reply-To: <20210507131756.17028-4-patrice.chotard@foss.st.com>

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

Hi,

I love your patch! Yet something to improve:

[auto build test ERROR on spi/for-next]
[also build test ERROR on next-20210507]
[cannot apply to mtd/nand/next stm32/stm32-next v5.12]
[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]

url:    https://github.com/0day-ci/linux/commits/patrice-chotard-foss-st-com/MTD-spinand-Add-spi_mem_poll_status-support/20210507-211933
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
config: arc-randconfig-r021-20210507 (attached as .config)
compiler: arc-elf-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/7f27dc0ce5a74374bac3b33a0e77098ad6465ab8
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review patrice-chotard-foss-st-com/MTD-spinand-Add-spi_mem_poll_status-support/20210507-211933
        git checkout 7f27dc0ce5a74374bac3b33a0e77098ad6465ab8
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross W=1 ARCH=arc 

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 >>):

   arc-elf-ld: lib/stackdepot.o: in function `filter_irq_stacks':
   stackdepot.c:(.text+0x3d2): undefined reference to `__irqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3d2): undefined reference to `__irqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3da): undefined reference to `__irqentry_text_end'
   arc-elf-ld: stackdepot.c:(.text+0x3da): undefined reference to `__irqentry_text_end'
   arc-elf-ld: stackdepot.c:(.text+0x3e2): undefined reference to `__softirqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3e2): undefined reference to `__softirqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3ea): undefined reference to `__softirqentry_text_end'
   arc-elf-ld: stackdepot.c:(.text+0x3ea): undefined reference to `__softirqentry_text_end'
   arc-elf-ld: drivers/spi/spi-stm32-qspi.o: in function `stm32_qspi_send.isra.0':
   spi-stm32-qspi.c:(.text+0x39a): undefined reference to `spi_mem_finalize_op'
>> arc-elf-ld: spi-stm32-qspi.c:(.text+0x39a): undefined reference to `spi_mem_finalize_op'

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31475 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 3/3] spi: stm32-qspi: add automatic poll status feature
Date: Sat, 08 May 2021 03:29:59 +0800	[thread overview]
Message-ID: <202105080340.LhPql0GU-lkp@intel.com> (raw)
In-Reply-To: <20210507131756.17028-4-patrice.chotard@foss.st.com>

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

Hi,

I love your patch! Yet something to improve:

[auto build test ERROR on spi/for-next]
[also build test ERROR on next-20210507]
[cannot apply to mtd/nand/next stm32/stm32-next v5.12]
[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]

url:    https://github.com/0day-ci/linux/commits/patrice-chotard-foss-st-com/MTD-spinand-Add-spi_mem_poll_status-support/20210507-211933
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
config: arc-randconfig-r021-20210507 (attached as .config)
compiler: arc-elf-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/7f27dc0ce5a74374bac3b33a0e77098ad6465ab8
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review patrice-chotard-foss-st-com/MTD-spinand-Add-spi_mem_poll_status-support/20210507-211933
        git checkout 7f27dc0ce5a74374bac3b33a0e77098ad6465ab8
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross W=1 ARCH=arc 

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 >>):

   arc-elf-ld: lib/stackdepot.o: in function `filter_irq_stacks':
   stackdepot.c:(.text+0x3d2): undefined reference to `__irqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3d2): undefined reference to `__irqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3da): undefined reference to `__irqentry_text_end'
   arc-elf-ld: stackdepot.c:(.text+0x3da): undefined reference to `__irqentry_text_end'
   arc-elf-ld: stackdepot.c:(.text+0x3e2): undefined reference to `__softirqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3e2): undefined reference to `__softirqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3ea): undefined reference to `__softirqentry_text_end'
   arc-elf-ld: stackdepot.c:(.text+0x3ea): undefined reference to `__softirqentry_text_end'
   arc-elf-ld: drivers/spi/spi-stm32-qspi.o: in function `stm32_qspi_send.isra.0':
   spi-stm32-qspi.c:(.text+0x39a): undefined reference to `spi_mem_finalize_op'
>> arc-elf-ld: spi-stm32-qspi.c:(.text+0x39a): undefined reference to `spi_mem_finalize_op'

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 31475 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: patrice.chotard@foss.st.com, Mark Brown <broonie@kernel.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Boris Brezillon <bbrezillon@kernel.org>,
	linux-mtd@lists.infradead.org,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	linux-spi@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 3/3] spi: stm32-qspi: add automatic poll status feature
Date: Sat, 8 May 2021 03:29:59 +0800	[thread overview]
Message-ID: <202105080340.LhPql0GU-lkp@intel.com> (raw)
In-Reply-To: <20210507131756.17028-4-patrice.chotard@foss.st.com>

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

Hi,

I love your patch! Yet something to improve:

[auto build test ERROR on spi/for-next]
[also build test ERROR on next-20210507]
[cannot apply to mtd/nand/next stm32/stm32-next v5.12]
[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]

url:    https://github.com/0day-ci/linux/commits/patrice-chotard-foss-st-com/MTD-spinand-Add-spi_mem_poll_status-support/20210507-211933
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
config: arc-randconfig-r021-20210507 (attached as .config)
compiler: arc-elf-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/7f27dc0ce5a74374bac3b33a0e77098ad6465ab8
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review patrice-chotard-foss-st-com/MTD-spinand-Add-spi_mem_poll_status-support/20210507-211933
        git checkout 7f27dc0ce5a74374bac3b33a0e77098ad6465ab8
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross W=1 ARCH=arc 

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 >>):

   arc-elf-ld: lib/stackdepot.o: in function `filter_irq_stacks':
   stackdepot.c:(.text+0x3d2): undefined reference to `__irqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3d2): undefined reference to `__irqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3da): undefined reference to `__irqentry_text_end'
   arc-elf-ld: stackdepot.c:(.text+0x3da): undefined reference to `__irqentry_text_end'
   arc-elf-ld: stackdepot.c:(.text+0x3e2): undefined reference to `__softirqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3e2): undefined reference to `__softirqentry_text_start'
   arc-elf-ld: stackdepot.c:(.text+0x3ea): undefined reference to `__softirqentry_text_end'
   arc-elf-ld: stackdepot.c:(.text+0x3ea): undefined reference to `__softirqentry_text_end'
   arc-elf-ld: drivers/spi/spi-stm32-qspi.o: in function `stm32_qspi_send.isra.0':
   spi-stm32-qspi.c:(.text+0x39a): undefined reference to `spi_mem_finalize_op'
>> arc-elf-ld: spi-stm32-qspi.c:(.text+0x39a): undefined reference to `spi_mem_finalize_op'

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31475 bytes --]

[-- Attachment #3: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-05-07 19:31 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-07 13:17 [PATCH v2 0/3] MTD: spinand: Add spi_mem_poll_status() support patrice.chotard
2021-05-07 13:17 ` patrice.chotard
2021-05-07 13:17 ` patrice.chotard
2021-05-07 13:17 ` [PATCH v2 1/3] spi: spi-mem: add automatic poll status functions patrice.chotard
2021-05-07 13:17   ` patrice.chotard
2021-05-07 13:17   ` patrice.chotard
2021-05-08  7:55   ` Boris Brezillon
2021-05-08  7:55     ` Boris Brezillon
2021-05-08  7:55     ` Boris Brezillon
2021-05-10  8:46     ` Patrice CHOTARD
2021-05-10  8:46       ` Patrice CHOTARD
2021-05-10  8:46       ` Patrice CHOTARD
2021-05-10  9:22       ` Boris Brezillon
2021-05-10  9:22         ` Boris Brezillon
2021-05-10  9:22         ` Boris Brezillon
2021-05-17  7:29         ` Patrice CHOTARD
2021-05-17  7:29           ` Patrice CHOTARD
2021-05-17  7:29           ` Patrice CHOTARD
2021-05-17  7:41   ` Boris Brezillon
2021-05-17  7:41     ` Boris Brezillon
2021-05-17  7:41     ` Boris Brezillon
2021-05-17  9:24     ` Patrice CHOTARD
2021-05-17  9:24       ` Patrice CHOTARD
2021-05-17  9:24       ` Patrice CHOTARD
2021-05-17 11:25       ` Boris Brezillon
2021-05-17 11:25         ` Boris Brezillon
2021-05-17 11:25         ` Boris Brezillon
2021-05-17 11:59         ` Patrice CHOTARD
2021-05-17 11:59           ` Patrice CHOTARD
2021-05-17 11:59           ` Patrice CHOTARD
2021-05-17 12:24           ` Boris Brezillon
2021-05-17 12:24             ` Boris Brezillon
2021-05-17 12:24             ` Boris Brezillon
2021-05-17 12:04         ` Patrice CHOTARD
2021-05-17 12:04           ` Patrice CHOTARD
2021-05-17 12:04           ` Patrice CHOTARD
2021-05-07 13:17 ` [PATCH v2 2/3] mtd: spinand: use the spi-mem poll status APIs patrice.chotard
2021-05-07 13:17   ` patrice.chotard
2021-05-07 13:17   ` patrice.chotard
2021-05-07 13:17 ` [PATCH v2 3/3] spi: stm32-qspi: add automatic poll status feature patrice.chotard
2021-05-07 13:17   ` patrice.chotard
2021-05-07 13:17   ` patrice.chotard
2021-05-07 19:29   ` kernel test robot [this message]
2021-05-07 19:29     ` kernel test robot
2021-05-07 19:29     ` kernel test robot
2021-05-07 19:29     ` kernel test robot
2021-05-07 22:16   ` kernel test robot
2021-05-07 22:16     ` kernel test robot
2021-05-07 22:16     ` kernel test robot
2021-05-07 22:16     ` 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=202105080340.LhPql0GU-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=bbrezillon@kernel.org \
    --cc=broonie@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=vigneshr@ti.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.