linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: luyulin <luyulin@eswincomputing.com>,
	linus.walleij@linaro.org, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, linux-gpio@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	kees@kernel.org, gustavoars@kernel.org, brgl@bgdev.pl,
	linux-hardening@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev, zhengyu@eswincomputing.com,
	ningyu@eswincomputing.com, huangyifeng@eswincomputing.com,
	linmin@eswincomputing.com, fenglin@eswincomputing.com,
	lianghujun@eswincomputing.com,
	luyulin <luyulin@eswincomputing.com>,
	Samuel Holland <samuel.holland@sifive.com>
Subject: Re: [PATCH 2/2] pinctrl: eswin: Add eic7700 pinctrl driver
Date: Thu, 8 May 2025 13:42:08 +0800	[thread overview]
Message-ID: <202505081214.tUfDpIv3-lkp@intel.com> (raw)
In-Reply-To: <20250506091241.941-1-luyulin@eswincomputing.com>

Hi luyulin,

kernel test robot noticed the following build errors:

[auto build test ERROR on linusw-pinctrl/devel]
[also build test ERROR on linusw-pinctrl/for-next robh/for-next linus/master v6.15-rc5 next-20250507]
[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/luyulin/pinctrl-eswin-Add-eic7700-pinctrl-driver/20250506-181212
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git devel
patch link:    https://lore.kernel.org/r/20250506091241.941-1-luyulin%40eswincomputing.com
patch subject: [PATCH 2/2] pinctrl: eswin: Add eic7700 pinctrl driver
config: i386-allmodconfig (https://download.01.org/0day-ci/archive/20250508/202505081214.tUfDpIv3-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250508/202505081214.tUfDpIv3-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/202505081214.tUfDpIv3-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:123:9: note: in expansion of macro 'EIC7700_PIN'
     123 |         EIC7700_PIN(0,   "chip_mode",           [0] = F_CHIP_MODE),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:123:9: note: in expansion of macro 'EIC7700_PIN'
     123 |         EIC7700_PIN(0,   "chip_mode",           [0] = F_CHIP_MODE),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:123:9: note: in expansion of macro 'EIC7700_PIN'
     123 |         EIC7700_PIN(0,   "chip_mode",           [0] = F_CHIP_MODE),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:124:9: note: in expansion of macro 'EIC7700_PIN'
     124 |         EIC7700_PIN(1,   "mode_set0",           [0] = F_SDIO, [2] = F_GPIO),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:124:9: note: in expansion of macro 'EIC7700_PIN'
     124 |         EIC7700_PIN(1,   "mode_set0",           [0] = F_SDIO, [2] = F_GPIO),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:124:9: note: in expansion of macro 'EIC7700_PIN'
     124 |         EIC7700_PIN(1,   "mode_set0",           [0] = F_SDIO, [2] = F_GPIO),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:125:9: note: in expansion of macro 'EIC7700_PIN'
     125 |         EIC7700_PIN(2,   "mode_set1",           [0] = F_SDIO, [2] = F_GPIO),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:125:9: note: in expansion of macro 'EIC7700_PIN'
     125 |         EIC7700_PIN(2,   "mode_set1",           [0] = F_SDIO, [2] = F_GPIO),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:125:9: note: in expansion of macro 'EIC7700_PIN'
     125 |         EIC7700_PIN(2,   "mode_set1",           [0] = F_SDIO, [2] = F_GPIO),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:126:9: note: in expansion of macro 'EIC7700_PIN'
     126 |         EIC7700_PIN(3,   "mode_set2",           [0] = F_SDIO, [2] = F_GPIO),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:126:9: note: in expansion of macro 'EIC7700_PIN'
     126 |         EIC7700_PIN(3,   "mode_set2",           [0] = F_SDIO, [2] = F_GPIO),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:126:9: note: in expansion of macro 'EIC7700_PIN'
     126 |         EIC7700_PIN(3,   "mode_set2",           [0] = F_SDIO, [2] = F_GPIO),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:127:9: note: in expansion of macro 'EIC7700_PIN'
     127 |         EIC7700_PIN(4,   "mode_set3",           [0] = F_SDIO, [2] = F_GPIO),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:127:9: note: in expansion of macro 'EIC7700_PIN'
     127 |         EIC7700_PIN(4,   "mode_set3",           [0] = F_SDIO, [2] = F_GPIO),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:127:9: note: in expansion of macro 'EIC7700_PIN'
     127 |         EIC7700_PIN(4,   "mode_set3",           [0] = F_SDIO, [2] = F_GPIO),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:128:9: note: in expansion of macro 'EIC7700_PIN'
     128 |         EIC7700_PIN(5,   "xin",                 [0] = F_OSC),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:128:9: note: in expansion of macro 'EIC7700_PIN'
     128 |         EIC7700_PIN(5,   "xin",                 [0] = F_OSC),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:128:9: note: in expansion of macro 'EIC7700_PIN'
     128 |         EIC7700_PIN(5,   "xin",                 [0] = F_OSC),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:129:9: note: in expansion of macro 'EIC7700_PIN'
     129 |         EIC7700_PIN(6,   "rtc_xin",             [0] = F_DISABLED),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:129:9: note: in expansion of macro 'EIC7700_PIN'
     129 |         EIC7700_PIN(6,   "rtc_xin",             [0] = F_DISABLED),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:129:9: note: in expansion of macro 'EIC7700_PIN'
     129 |         EIC7700_PIN(6,   "rtc_xin",             [0] = F_DISABLED),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:130:9: note: in expansion of macro 'EIC7700_PIN'
     130 |         EIC7700_PIN(7,   "rst_out_n",           [0] = F_RESET),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:130:9: note: in expansion of macro 'EIC7700_PIN'
     130 |         EIC7700_PIN(7,   "rst_out_n",           [0] = F_RESET),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:130:9: note: in expansion of macro 'EIC7700_PIN'
     130 |         EIC7700_PIN(7,   "rst_out_n",           [0] = F_RESET),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:131:9: note: in expansion of macro 'EIC7700_PIN'
     131 |         EIC7700_PIN(8,   "key_reset_n",         [0] = F_RESET),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:131:9: note: in expansion of macro 'EIC7700_PIN'
     131 |         EIC7700_PIN(8,   "key_reset_n",         [0] = F_RESET),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:131:9: note: in expansion of macro 'EIC7700_PIN'
     131 |         EIC7700_PIN(8,   "key_reset_n",         [0] = F_RESET),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:132:9: note: in expansion of macro 'EIC7700_PIN'
     132 |         EIC7700_PIN(9,   "rst_in_n",            [0] = F_DISABLED),
         |         ^~~~~~~~~~~
>> drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:132:9: note: in expansion of macro 'EIC7700_PIN'
     132 |         EIC7700_PIN(9,   "rst_in_n",            [0] = F_DISABLED),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:132:9: note: in expansion of macro 'EIC7700_PIN'
     132 |         EIC7700_PIN(9,   "rst_in_n",            [0] = F_DISABLED),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:133:9: note: in expansion of macro 'EIC7700_PIN'
     133 |         EIC7700_PIN(10,  "por_in_n",            [0] = F_DISABLED),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:133:9: note: in expansion of macro 'EIC7700_PIN'
     133 |         EIC7700_PIN(10,  "por_in_n",            [0] = F_DISABLED),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:133:9: note: in expansion of macro 'EIC7700_PIN'
     133 |         EIC7700_PIN(10,  "por_in_n",            [0] = F_DISABLED),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:134:9: note: in expansion of macro 'EIC7700_PIN'
     134 |         EIC7700_PIN(11,  "por_out_n",           [0] = F_DISABLED),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:134:9: note: in expansion of macro 'EIC7700_PIN'
     134 |         EIC7700_PIN(11,  "por_out_n",           [0] = F_DISABLED),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:134:9: note: in expansion of macro 'EIC7700_PIN'
     134 |         EIC7700_PIN(11,  "por_out_n",           [0] = F_DISABLED),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:135:9: note: in expansion of macro 'EIC7700_PIN'
     135 |         EIC7700_PIN(12,  "gpio0",               [0] = F_GPIO),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:135:9: note: in expansion of macro 'EIC7700_PIN'
     135 |         EIC7700_PIN(12,  "gpio0",               [0] = F_GPIO),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:135:9: note: in expansion of macro 'EIC7700_PIN'
     135 |         EIC7700_PIN(12,  "gpio0",               [0] = F_GPIO),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:136:9: note: in expansion of macro 'EIC7700_PIN'
     136 |         EIC7700_PIN(13,  "por_sel",             [0] = F_RESET),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:136:9: note: in expansion of macro 'EIC7700_PIN'
     136 |         EIC7700_PIN(13,  "por_sel",             [0] = F_RESET),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:136:9: note: in expansion of macro 'EIC7700_PIN'
     136 |         EIC7700_PIN(13,  "por_sel",             [0] = F_RESET),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:119:39: error: expected expression before 'static'
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                       ^~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:137:9: note: in expansion of macro 'EIC7700_PIN'
     137 |         EIC7700_PIN(14,  "jtag0_tck",           [0] = F_JTAG, [1] = F_SPI, [2] = F_GPIO),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:119:72: error: expected '}' before '{' token
     119 |                 .drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
         |                                                                        ^
   drivers/pinctrl/pinctrl-eic7700.c:137:9: note: in expansion of macro 'EIC7700_PIN'
     137 |         EIC7700_PIN(14,  "jtag0_tck",           [0] = F_JTAG, [1] = F_SPI, [2] = F_GPIO),
         |         ^~~~~~~~~~~
   drivers/pinctrl/pinctrl-eic7700.c:116:9: note: to match this '{'
     116 |         { \
         |         ^
   drivers/pinctrl/pinctrl-eic7700.c:137:9: note: in expansion of macro 'EIC7700_PIN'
     137 |         EIC7700_PIN(14,  "jtag0_tck",           [0] = F_JTAG, [1] = F_SPI, [2] = F_GPIO),


vim +/static +119 drivers/pinctrl/pinctrl-eic7700.c

   114	
   115	#define EIC7700_PIN(_number, _name, ...) \
   116		{ \
   117			.number	= _number, \
   118			.name = _name, \
 > 119			.drv_data = (void *)&(static const struct eic7700_pin) { { __VA_ARGS__ } } \
   120		}
   121	

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

      parent reply	other threads:[~2025-05-08  5:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-06  9:08 [PATCH 0/2] luyulin
2025-05-06  9:11 ` [PATCH 1/2] dt-bindings: pinctrl: eswin: Document for eic7700 SoC luyulin
2025-05-06 11:06   ` Krzysztof Kozlowski
2025-05-06  9:12 ` [PATCH 2/2] pinctrl: eswin: Add eic7700 pinctrl driver luyulin
2025-05-06 11:08   ` Krzysztof Kozlowski
2025-05-08  5:42   ` 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=202505081214.tUfDpIv3-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=brgl@bgdev.pl \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fenglin@eswincomputing.com \
    --cc=gustavoars@kernel.org \
    --cc=huangyifeng@eswincomputing.com \
    --cc=kees@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=lianghujun@eswincomputing.com \
    --cc=linmin@eswincomputing.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-hardening@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luyulin@eswincomputing.com \
    --cc=ningyu@eswincomputing.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=robh@kernel.org \
    --cc=samuel.holland@sifive.com \
    --cc=zhengyu@eswincomputing.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 NNTP newsgroup(s).