Hi,
On 10-06-18 09:46, Andy Shevchenko wrote:
On Sat, Jun 9, 2018 at 6:19 AM, kbuild test robot <lkp@xxxxxxxxx> wrote:
tree: git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git for-next
head: 2da502a0aea723e811a71d78129ed5a9f730129b
commit: 2da502a0aea723e811a71d78129ed5a9f730129b [6/6] platform/x86: silead_dmi: Add touchscreen info for the Chuwi Vi10 tablet
config: x86_64-randconfig-s1-06091036 (attached as .config)
compiler: gcc-6 (Debian 6.4.0-9) 6.4.0 20171026
reproduce:
git checkout 2da502a0aea723e811a71d78129ed5a9f730129b
# save the attached .config to linux build tree
make ARCH=x86_64
Hmm... IIRC I got success builds from the 0-day bot. Hans, does it
mean we have bisectability issue?
Yes, but only if the bisect hits the one commit, the next commit
fixes it.
This is why I wanted to get the rename upstream, because I've
been writing patches on top of the rename (HEAD of my personal tree)
and then "backporting" them for upstreaming. And this last patch
before the rename I messed up, again sorry about that.
Regards,
Hans
Darren, should I rebase for-next to fix this?
All errors (new ones prefixed by >>):
drivers/platform/x86/silead_dmi.c:84:21: error: variable 'chuwi_vi10_data' has initializer but incomplete type
static const struct ts_dmi_data chuwi_vi10_data = {
^~~~~~~~~~~
drivers/platform/x86/silead_dmi.c:85:2: error: unknown field 'acpi_name' specified in initializer
.acpi_name = "MSSL0002:00",
^
drivers/platform/x86/silead_dmi.c:85:20: warning: excess elements in struct initializer
.acpi_name = "MSSL0002:00",
^~~~~~~~~~~~~
drivers/platform/x86/silead_dmi.c:85:20: note: (near initialization for 'chuwi_vi10_data')
drivers/platform/x86/silead_dmi.c:86:2: error: unknown field 'properties' specified in initializer
.properties = chuwi_vi10_props,
^
drivers/platform/x86/silead_dmi.c:86:20: warning: excess elements in struct initializer
.properties = chuwi_vi10_props,
^~~~~~~~~~~~~~~~
drivers/platform/x86/silead_dmi.c:86:20: note: (near initialization for 'chuwi_vi10_data')
drivers/platform/x86/silead_dmi.c:84:33: error: storage size of 'chuwi_vi10_data' isn't known
static const struct ts_dmi_data chuwi_vi10_data = {
^~~~~~~~~~~~~~~
vim +/acpi_name +85 drivers/platform/x86/silead_dmi.c
83
> 84 static const struct ts_dmi_data chuwi_vi10_data = {
> 85 .acpi_name = "MSSL0002:00",
> 86 .properties = chuwi_vi10_props,
87 };
88
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation