From: kernel test robot <lkp@intel.com>
To: Ahmed Salem <x0rw3ll@gmail.com>,
robert.moore@intel.com, rafael.j.wysocki@intel.com,
lenb@kernel.org
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
skhan@linuxfoundation.org,
linux-kernel-mentees@lists.linuxfoundation.org,
linux-acpi@vger.kernel.org, acpica-devel@lists.linux.dev,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] ACPI: sysfs: apply ACPI_NONSTRING annotation
Date: Sat, 5 Apr 2025 15:04:55 +0800 [thread overview]
Message-ID: <202504051453.3rcptolF-lkp@intel.com> (raw)
In-Reply-To: <dcc3a018fb28899b277df2e154740d59d4e404af.1743754416.git.x0rw3ll@gmail.com>
Hi Ahmed,
kernel test robot noticed the following build errors:
[auto build test ERROR on b3c623b9a94f7f798715c87e7a75ceeecf15292f]
url: https://github.com/intel-lab-lkp/linux/commits/Ahmed-Salem/ACPI-PRM-apply-ACPI_NONSTRING-annotation/20250404-162651
base: b3c623b9a94f7f798715c87e7a75ceeecf15292f
patch link: https://lore.kernel.org/r/dcc3a018fb28899b277df2e154740d59d4e404af.1743754416.git.x0rw3ll%40gmail.com
patch subject: [PATCH 2/2] ACPI: sysfs: apply ACPI_NONSTRING annotation
config: i386-buildonly-randconfig-004-20250405 (https://download.01.org/0day-ci/archive/20250405/202504051453.3rcptolF-lkp@intel.com/config)
compiler: clang version 20.1.2 (https://github.com/llvm/llvm-project 58df0ef89dd64126512e4ee27b4ac3fd8ddf6247)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250405/202504051453.3rcptolF-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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202504051453.3rcptolF-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/acpi/sysfs.c:310:30: error: expected ';' at end of declaration list
310 | char name[ACPI_NAMESEG_SIZE] ACPI_NONSTRING;
| ^
| ;
drivers/acpi/sysfs.c:312:49: error: expected ';' at end of declaration list
312 | char filename[ACPI_NAMESEG_SIZE+ACPI_INST_SIZE] ACPI_NONSTRING;
| ^
| ;
2 errors generated.
vim +310 drivers/acpi/sysfs.c
307
308 struct acpi_table_attr {
309 struct bin_attribute attr;
> 310 char name[ACPI_NAMESEG_SIZE] ACPI_NONSTRING;
311 int instance;
312 char filename[ACPI_NAMESEG_SIZE+ACPI_INST_SIZE] ACPI_NONSTRING;
313 struct list_head node;
314 };
315
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2025-04-05 7:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-04 8:24 [PATCH 0/2] ACPI: apply ACPI_NONSTRING annotations Ahmed Salem
2025-04-04 8:25 ` [PATCH 1/2] ACPI: PRM: apply ACPI_NONSTRING annotation Ahmed Salem
2025-04-04 8:25 ` [PATCH 2/2] ACPI: sysfs: " Ahmed Salem
2025-04-05 4:39 ` kernel test robot
2025-04-05 7:04 ` kernel test robot [this message]
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=202504051453.3rcptolF-lkp@intel.com \
--to=lkp@intel.com \
--cc=acpica-devel@lists.linux.dev \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel-mentees@lists.linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=rafael.j.wysocki@intel.com \
--cc=robert.moore@intel.com \
--cc=skhan@linuxfoundation.org \
--cc=x0rw3ll@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.