From: kernel test robot <lkp@intel.com>
To: "Stuart Hayes" <stuart.w.hayes@gmail.com>,
linux-kernel@vger.kernel.org,
"Hans de Goede" <hdegoede@redhat.com>,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
platform-driver-x86@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev, Stuart Hayes <stuart.w.hayes@gmail.com>
Subject: Re: [PATCH 1/2] platform/x86: dell_rbu: Fix list usage
Date: Thu, 22 May 2025 21:02:08 +0800 [thread overview]
Message-ID: <202505222012.YMyWZkiR-lkp@intel.com> (raw)
In-Reply-To: <20250521161639.47357-2-stuart.w.hayes@gmail.com>
Hi Stuart,
kernel test robot noticed the following build warnings:
[auto build test WARNING on linus/master]
[also build test WARNING on v6.15-rc7 next-20250522]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Stuart-Hayes/platform-x86-dell_rbu-Fix-list-usage/20250522-002119
base: linus/master
patch link: https://lore.kernel.org/r/20250521161639.47357-2-stuart.w.hayes%40gmail.com
patch subject: [PATCH 1/2] platform/x86: dell_rbu: Fix list usage
config: x86_64-randconfig-r113-20250522 (https://download.01.org/0day-ci/archive/20250522/202505222012.YMyWZkiR-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250522/202505222012.YMyWZkiR-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/202505222012.YMyWZkiR-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> drivers/platform/x86/dell/dell_rbu.c:80:18: sparse: sparse: symbol 'packet_data_list' was not declared. Should it be static?
drivers/platform/x86/dell/dell_rbu.c:112:20: sparse: sparse: context imbalance in 'create_packet' - unexpected unlock
vim +/packet_data_list +80 drivers/platform/x86/dell/dell_rbu.c
79
> 80 struct list_head packet_data_list;
81
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-05-22 13:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-21 16:16 [PATCH 0/2] platform/x86: dell_rbu: Packet data fixes Stuart Hayes
2025-05-21 16:16 ` [PATCH 1/2] platform/x86: dell_rbu: Fix list usage Stuart Hayes
2025-05-22 13:02 ` kernel test robot [this message]
2025-05-21 16:16 ` [PATCH 2/2] platform/x86: dell_rbu: Stop overwriting data buffer Stuart Hayes
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=202505222012.YMyWZkiR-lkp@intel.com \
--to=lkp@intel.com \
--cc=hdegoede@redhat.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=platform-driver-x86@vger.kernel.org \
--cc=stuart.w.hayes@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox