Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322193
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/4] dmi: Add a DMI firmware node and handling |
| Date | 2016-01-30 01:10 +0100 |
| Message-ID | <qWrh0-2CZ-19@gated-at.bofh.it> (permalink) |
| References | <qWqXF-2e9-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi Corey,
[auto build test ERROR on char-misc/char-misc-testing]
[also build test ERROR on v4.5-rc1 next-20160129]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/minyard-acm-org/dmi-Rework-to-get-IPMI-autoloading-from-DMI-tables/20160130-074830
config: i386-tinyconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
In file included from arch/x86/kernel/setup.c:46:0:
include/linux/dmi.h: In function 'is_dmi_fwnode':
>> include/linux/dmi.h:164:1: error: expected ';' before '}' token
}
^
vim +164 include/linux/dmi.h
158 static inline const struct dmi_system_id *
159 dmi_first_match(const struct dmi_system_id *list) { return NULL; }
160
161 static inline bool is_dmi_fwnode(struct fwnode_handle *fwnode)
162 {
163 return false
> 164 }
165
166 static inline struct dmi_fwnode *to_dmi_device(struct fwnode_handle *fwnode)
167 {
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 2/4] dmi: Add a DMI firmware node and handling minyard@acm.org - 2016-01-30 00:50 +0100
Re: [PATCH 2/4] dmi: Add a DMI firmware node and handling kbuild test robot <lkp@intel.com> - 2016-01-30 01:10 +0100
Re: [PATCH 2/4] dmi: Add a DMI firmware node and handling Corey Minyard <minyard@acm.org> - 2016-01-30 02:40 +0100
Re: [PATCH 2/4] dmi: Add a DMI firmware node and handling kbuild test robot <lkp@intel.com> - 2016-01-30 01:50 +0100
Re: [PATCH 2/4] dmi: Add a DMI firmware node and handling Andy Lutomirski <luto@amacapital.net> - 2016-01-31 23:50 +0100
Re: [PATCH 2/4] dmi: Add a DMI firmware node and handling Corey Minyard <minyard@acm.org> - 2016-02-01 01:40 +0100
Re: [PATCH 2/4] dmi: Add a DMI firmware node and handling Jean Delvare <jdelvare@suse.de> - 2016-02-01 10:30 +0100
Re: [PATCH 2/4] dmi: Add a DMI firmware node and handling Corey Minyard <minyard@acm.org> - 2016-02-02 14:40 +0100
Re: [PATCH 2/4] dmi: Add a DMI firmware node and handling Andy Lutomirski <luto@amacapital.net> - 2016-02-02 19:30 +0100
Re: [PATCH 2/4] dmi: Add a DMI firmware node and handling Corey Minyard <minyard@acm.org> - 2016-02-03 18:00 +0100
csiph-web