All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Arseniy Krasnov <AVKrasnov@sberdevices.ru>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC PATCH v1 2/2] mtd: rawnand: meson: support for 512B ECC step size
Date: Fri, 7 Jul 2023 00:21:51 +0800	[thread overview]
Message-ID: <202307070032.1IfXtrSq-lkp@intel.com> (raw)
In-Reply-To: <20230628092937.538683-3-AVKrasnov@sberdevices.ru>

Hi Arseniy,

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

[auto build test ERROR on mtd/mtd/next]
[also build test ERROR on mtd/nand/next linus/master next-20230706]
[cannot apply to mtd/mtd/fixes robh/for-next v6.4]
[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/Arseniy-Krasnov/dt-bindings-nand-meson-support-for-512B-ECC-step-size/20230628-174345
base:   https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next
patch link:    https://lore.kernel.org/r/20230628092937.538683-3-AVKrasnov%40sberdevices.ru
patch subject: [RFC PATCH v1 2/2] mtd: rawnand: meson: support for 512B ECC step size
config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20230707/202307070032.1IfXtrSq-lkp@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce: (https://download.01.org/0day-ci/archive/20230707/202307070032.1IfXtrSq-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/202307070032.1IfXtrSq-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/mtd/nand/raw/meson_nand.c:244:59: error: initializer element is not a compile-time constant
     244 | static const struct nand_ecc_step_info axg_stepinfo[] = { axg_stepinfo_1024, axg_stepinfo_512 };
         |                                                           ^~~~~~~~~~~~~~~~~
   1 error generated.


vim +244 drivers/mtd/nand/raw/meson_nand.c

   243	
 > 244	static const struct nand_ecc_step_info axg_stepinfo[] = { axg_stepinfo_1024, axg_stepinfo_512 };
   245	

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

      parent reply	other threads:[~2023-07-06 16:22 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-28  9:29 [RFC PATCH v1 0/2] support 512B ECC step size for Meson NAND Arseniy Krasnov
2023-06-28  9:29 ` Arseniy Krasnov
2023-06-28  9:29 ` Arseniy Krasnov
2023-06-28  9:29 ` Arseniy Krasnov
2023-06-28  9:29 ` [RFC PATCH v1 1/2] dt-bindings: nand: meson: support for 512B ECC step size Arseniy Krasnov
2023-06-28  9:29   ` Arseniy Krasnov
2023-06-28  9:29   ` Arseniy Krasnov
2023-06-28  9:29   ` Arseniy Krasnov
2023-06-29 16:19   ` Rob Herring
2023-06-29 16:19     ` Rob Herring
2023-06-29 16:19     ` Rob Herring
2023-06-29 16:19     ` Rob Herring
2023-07-04  8:35   ` Miquel Raynal
2023-07-04  8:35     ` Miquel Raynal
2023-07-04  8:35     ` Miquel Raynal
2023-07-04  8:35     ` Miquel Raynal
2023-06-28  9:29 ` [RFC PATCH v1 2/2] mtd: rawnand: " Arseniy Krasnov
2023-06-28  9:29   ` Arseniy Krasnov
2023-06-28  9:29   ` Arseniy Krasnov
2023-06-28  9:29   ` Arseniy Krasnov
2023-07-04  8:36   ` Miquel Raynal
2023-07-04  8:36     ` Miquel Raynal
2023-07-04  8:36     ` Miquel Raynal
2023-07-04  8:36     ` Miquel Raynal
2023-07-04  9:23     ` Arseniy Krasnov
2023-07-04  9:23       ` Arseniy Krasnov
2023-07-04  9:23       ` Arseniy Krasnov
2023-07-04  9:23       ` Arseniy Krasnov
2023-07-04  9:41       ` Miquel Raynal
2023-07-04  9:41         ` Miquel Raynal
2023-07-04  9:41         ` Miquel Raynal
2023-07-04  9:41         ` Miquel Raynal
2023-07-04  9:46         ` Arseniy Krasnov
2023-07-04  9:46           ` Arseniy Krasnov
2023-07-04  9:46           ` Arseniy Krasnov
2023-07-04  9:46           ` Arseniy Krasnov
2023-07-04  9:56           ` Miquel Raynal
2023-07-04  9:56             ` Miquel Raynal
2023-07-04  9:56             ` Miquel Raynal
2023-07-04  9:56             ` Miquel Raynal
2023-07-04 10:21             ` Arseniy Krasnov
2023-07-04 10:21               ` Arseniy Krasnov
2023-07-04 10:21               ` Arseniy Krasnov
2023-07-04 10:21               ` Arseniy Krasnov
2023-07-04 13:41               ` Miquel Raynal
2023-07-04 13:41                 ` Miquel Raynal
2023-07-04 13:41                 ` Miquel Raynal
2023-07-04 13:41                 ` Miquel Raynal
2023-07-04 15:07                 ` Arseniy Krasnov
2023-07-04 15:07                   ` Arseniy Krasnov
2023-07-04 15:07                   ` Arseniy Krasnov
2023-07-04 15:07                   ` Arseniy Krasnov
2023-07-04 15:32                   ` Miquel Raynal
2023-07-04 15:32                     ` Miquel Raynal
2023-07-04 15:32                     ` Miquel Raynal
2023-07-04 15:32                     ` Miquel Raynal
2023-07-04 17:07                     ` Arseniy Krasnov
2023-07-04 17:07                       ` Arseniy Krasnov
2023-07-04 17:07                       ` Arseniy Krasnov
2023-07-04 17:07                       ` Arseniy Krasnov
2023-07-06 16:21   ` kernel test robot [this message]

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=202307070032.1IfXtrSq-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=AVKrasnov@sberdevices.ru \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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.