From: kbuild test robot <lkp@intel.com>
To: William Breathitt Gray <vilhelm.gray@gmail.com>, jic23@kernel.org
Cc: kbuild-all@lists.01.org, kamel.bouhara@bootlin.com,
gwendal@chromium.org, alexandre.belloni@bootlin.com,
david@lechnology.com, felipe.balbi@linux.intel.com,
fabien.lahoudere@collabora.com, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com
Subject: Re: [PATCH 3/4] counter: Add character device interface
Date: Fri, 1 May 2020 10:56:43 +0800 [thread overview]
Message-ID: <202005011012.GchW3SOM%lkp@intel.com> (raw)
In-Reply-To: <531bf7d00146c6f0cca3ce9a1492cb76ec3bc8f5.1588176662.git.vilhelm.gray@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 5988 bytes --]
Hi William,
I love your patch! Yet something to improve:
[auto build test ERROR on stm32/stm32-next]
[cannot apply to linus/master linux/master v5.7-rc3 next-20200430]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
url: https://github.com/0day-ci/linux/commits/William-Breathitt-Gray/Introduce-the-Counter-character-device-interface/20200430-051734
base: https://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
config: x86_64-randconfig-d003-20200501 (attached as .config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from <command-line>:32:0:
>> ./usr/include/linux/counter.h:22:2: error: unknown type name 'size_t'
size_t num_signals;
^~~~~~
./usr/include/linux/counter.h:23:2: error: unknown type name 'size_t'
size_t num_counts;
^~~~~~
./usr/include/linux/counter.h:24:2: error: unknown type name 'size_t'
size_t num_ext;
^~~~~~
./usr/include/linux/counter.h:35:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:39:2: error: unknown type name 'size_t'
size_t num_ext;
^~~~~~
./usr/include/linux/counter.h:50:2: error: unknown type name 'size_t'
size_t count_index;
^~~~~~
./usr/include/linux/counter.h:51:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:53:2: error: unknown type name 'size_t'
size_t num_actions;
^~~~~~
./usr/include/linux/counter.h:54:2: error: unknown type name 'size_t'
size_t signal_index;
^~~~~~
./usr/include/linux/counter.h:67:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:71:2: error: unknown type name 'size_t'
size_t num_functions;
^~~~~~
./usr/include/linux/counter.h:72:2: error: unknown type name 'size_t'
size_t num_synapses;
^~~~~~
./usr/include/linux/counter.h:73:2: error: unknown type name 'size_t'
size_t num_ext;
^~~~~~
./usr/include/linux/counter.h:86:2: error: unknown type name 'size_t'
size_t owner_index;
^~~~~~
./usr/include/linux/counter.h:87:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:99:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:110:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:121:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:133:2: error: unknown type name 'size_t'
size_t count_index;
^~~~~~
./usr/include/linux/counter.h:134:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:146:2: error: unknown type name 'size_t'
size_t count_index;
^~~~~~
./usr/include/linux/counter.h:147:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:160:2: error: unknown type name 'size_t'
size_t count_index;
^~~~~~
./usr/include/linux/counter.h:161:2: error: unknown type name 'size_t'
size_t synapse_index;
^~~~~~
./usr/include/linux/counter.h:162:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:176:2: error: unknown type name 'size_t'
size_t owner_index;
^~~~~~
./usr/include/linux/counter.h:177:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
>> ./usr/include/linux/counter.h:179:2: error: unknown type name 'bool'
bool data;
^~~~
./usr/include/linux/counter.h:191:2: error: unknown type name 'size_t'
size_t owner_index;
^~~~~~
./usr/include/linux/counter.h:192:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:206:2: error: unknown type name 'size_t'
size_t owner_index;
^~~~~~
./usr/include/linux/counter.h:207:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:221:2: error: unknown type name 'size_t'
size_t owner_index;
^~~~~~
./usr/include/linux/counter.h:222:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:224:2: error: unknown type name 'size_t'
size_t enum_index;
^~~~~~
./usr/include/linux/counter.h:237:2: error: unknown type name 'size_t'
size_t owner_index;
^~~~~~
./usr/include/linux/counter.h:238:2: error: unknown type name 'size_t'
size_t ext_index;
^~~~~~
./usr/include/linux/counter.h:239:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:251:2: error: unknown type name 'size_t'
size_t count_index;
^~~~~~
./usr/include/linux/counter.h:252:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:264:2: error: unknown type name 'size_t'
size_t count_index;
^~~~~~
./usr/include/linux/counter.h:265:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
./usr/include/linux/counter.h:278:2: error: unknown type name 'size_t'
size_t count_index;
^~~~~~
./usr/include/linux/counter.h:279:2: error: unknown type name 'size_t'
size_t ext_index;
^~~~~~
./usr/include/linux/counter.h:280:2: error: unknown type name 'size_t'
size_t index;
^~~~~~
---
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: 29982 bytes --]
next prev parent reply other threads:[~2020-05-01 3:01 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-29 18:11 [PATCH 0/4] Introduce the Counter character device interface William Breathitt Gray
2020-04-29 18:11 ` [PATCH 1/4] counter: Internalize sysfs interface code William Breathitt Gray
2020-04-30 7:41 ` kbuild test robot
2020-04-30 13:13 ` William Breathitt Gray
2020-05-01 8:20 ` kbuild test robot
2020-05-03 14:44 ` Jonathan Cameron
2020-04-29 18:11 ` [PATCH 2/4] docs: counter: Update to reflect sysfs internalization William Breathitt Gray
2020-04-29 18:11 ` [PATCH 3/4] counter: Add character device interface William Breathitt Gray
2020-05-01 2:56 ` kbuild test robot [this message]
2020-04-29 18:11 ` [PATCH 4/4] docs: counter: Document " William Breathitt Gray
2020-04-29 20:21 ` [PATCH 0/4] Introduce the Counter " David Lechner
2020-05-03 14:52 ` Jonathan Cameron
2020-04-30 20:13 ` Alexandre Belloni
2020-05-01 15:46 ` William Breathitt Gray
2020-05-02 16:55 ` Jonathan Cameron
2020-05-03 9:23 ` Greg Kroah-Hartman
2020-05-03 12:54 ` Jonathan Cameron
2020-05-03 13:16 ` William Breathitt Gray
2020-05-03 15:05 ` Jonathan Cameron
2020-05-03 14:13 ` Jonathan Cameron
2020-05-03 14:21 ` David Laight
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=202005011012.GchW3SOM%lkp@intel.com \
--to=lkp@intel.com \
--cc=alexandre.belloni@bootlin.com \
--cc=david@lechnology.com \
--cc=fabien.lahoudere@collabora.com \
--cc=felipe.balbi@linux.intel.com \
--cc=gwendal@chromium.org \
--cc=jic23@kernel.org \
--cc=kamel.bouhara@bootlin.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=vilhelm.gray@gmail.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