Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1422433
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 7/8] acpi: add support for configfs |
| Date | 2016-06-15 01:00 +0200 |
| Message-ID | <rK5tn-2E2-1@gated-at.bofh.it> (permalink) |
| References | <rK5jI-2zl-47@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Octavian,
On Wednesday, June 15, 2016 06:43:21 AM kbuild test robot wrote:
> Hi,
>
> [auto build test ERROR on pm/linux-next]
> [also build test ERROR on v4.7-rc3]
> [cannot apply to next-20160614]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url: https://github.com/0day-ci/linux/commits/Octavian-Purdila/ACPI-overlays/20160614-202312
> base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next
> config: x86_64-allyesconfig (attached as .config)
> compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
> reproduce:
> # save the attached .config to linux build tree
> make ARCH=x86_64
>
> Note: the linux-review/Octavian-Purdila/ACPI-overlays/20160614-202312 HEAD 042f716a165ffa274684c787377acddfc1f34e3f builds fine.
> It only hurts bisectibility.
>
> All errors (new ones prefixed by >>):
>
> drivers/acpi/configfs.c: In function 'acpi_configfs_init':
> >> drivers/acpi/configfs.c:19:31: error: 'acpi_configfs' undeclared (first use in this function)
> struct config_group *root = &acpi_configfs.su_group;
> ^~~~~~~~~~~~~
> drivers/acpi/configfs.c:19:31: note: each undeclared identifier is reported only once for each function it appears in
> drivers/acpi/configfs.c: In function 'acpi_configfs_exit':
> drivers/acpi/configfs.c:33:33: error: 'acpi_configfs' undeclared (first use in this function)
> configfs_unregister_subsystem(&acpi_configfs);
> ^~~~~~~~~~~~~
>
> vim +/acpi_configfs +19 drivers/acpi/configfs.c
>
> 13 #include <linux/configfs.h>
> 14 #include <linux/acpi.h>
> 15
> 16 static int __init acpi_configfs_init(void)
> 17 {
> 18 int ret;
> > 19 struct config_group *root = &acpi_configfs.su_group;
> 20
> 21 config_group_init(root);
> 22
>
> ---
Any chance to send an updated patch with this fixed?
No need to resend the whole series, just this single patch, please.
Thanks,
Rafael
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v3 7/8] acpi: add support for configfs "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-06-15 01:00 +0200
Re: [PATCH v3 7/8] acpi: add support for configfs Octavian Purdila <octavian.purdila@intel.com> - 2016-06-15 12:30 +0200
Re: [PATCH v3 7/8] acpi: add support for configfs "Rafael J. Wysocki" <rafael@kernel.org> - 2016-06-15 23:10 +0200
csiph-web