[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <202507142344.HcDxuqCC-lkp@intel.com>
Date: Tue, 15 Jul 2025 00:04:22 +0800
From: kernel test robot <lkp@...el.com>
To: Kurt Borja <kuurtb@...il.com>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
Thomas Weißschuh <linux@...ssschuh.net>,
Joshua Grisham <josh@...huagrisham.com>,
Mark Pearson <mpearson-lenovo@...ebb.ca>,
Armin Wolf <W_Armin@....de>,
Mario Limonciello <mario.limonciello@....com>,
Hans de Goede <hansg@...nel.org>
Cc: oe-kbuild-all@...ts.linux.dev, Alok Tiwari <alok.a.tiwari@...cle.com>,
Antheas Kapenekakis <lkml@...heas.dev>,
"Derek J. Clark" <derekjohn.clark@...il.com>,
Prasanth Ksr <prasanth.ksr@...l.com>,
Jorge Lopez <jorge.lopez2@...com>,
platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
Dell.Client.Kernel@...l.com, Kurt Borja <kuurtb@...il.com>
Subject: Re: [PATCH v6 3/6] platform/x86: firmware_attributes_class: Move
header to include directory
Hi Kurt,
kernel test robot noticed the following build errors:
[auto build test ERROR on 428f6f3a56ac85f37a07a3fe5149b593185d5c4c]
url: https://github.com/intel-lab-lkp/linux/commits/Kurt-Borja/platform-x86-firmware_attributes_class-Add-device-initialization-methods/20250710-110641
base: 428f6f3a56ac85f37a07a3fe5149b593185d5c4c
patch link: https://lore.kernel.org/r/20250710-fw-attrs-api-v6-3-9959ef759771%40gmail.com
patch subject: [PATCH v6 3/6] platform/x86: firmware_attributes_class: Move header to include directory
config: i386-randconfig-002-20250714 (https://download.01.org/0day-ci/archive/20250714/202507142344.HcDxuqCC-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14+deb12u1) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250714/202507142344.HcDxuqCC-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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202507142344.HcDxuqCC-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/platform/x86/lenovo/wmi-other.c:42:10: fatal error: ../firmware_attributes_class.h: No such file or directory
42 | #include "../firmware_attributes_class.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
vim +42 drivers/platform/x86/lenovo/wmi-other.c
edc4b183b794ba Derek J. Clark 2025-07-01 36
edc4b183b794ba Derek J. Clark 2025-07-01 37 #include "wmi-capdata01.h"
edc4b183b794ba Derek J. Clark 2025-07-01 38 #include "wmi-events.h"
edc4b183b794ba Derek J. Clark 2025-07-01 39 #include "wmi-gamezone.h"
edc4b183b794ba Derek J. Clark 2025-07-01 40 #include "wmi-helpers.h"
edc4b183b794ba Derek J. Clark 2025-07-01 41 #include "wmi-other.h"
edc4b183b794ba Derek J. Clark 2025-07-01 @42 #include "../firmware_attributes_class.h"
edc4b183b794ba Derek J. Clark 2025-07-01 43
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists