From: kernel test robot <lkp@intel.com>
To: Jorge Lopez <jorgealtxwork@gmail.com>,
hdegoede@redhat.com, platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org, thomas@t-8ch.de
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v10 13/14] HP BIOSCFG driver - Makefile
Date: Thu, 20 Apr 2023 11:57:02 +0800 [thread overview]
Message-ID: <202304201100.r6QLG0Fc-lkp@intel.com> (raw)
In-Reply-To: <20230419151321.6167-14-jorge.lopez2@hp.com>
Hi Jorge,
kernel test robot noticed the following build warnings:
[auto build test WARNING on linus/master]
[also build test WARNING on v6.3-rc7 next-20230419]
[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/Jorge-Lopez/HP-BIOSCFG-driver-Documentation/20230419-231828
patch link: https://lore.kernel.org/r/20230419151321.6167-14-jorge.lopez2%40hp.com
patch subject: [PATCH v10 13/14] HP BIOSCFG driver - Makefile
config: i386-randconfig-s002-20230417 (https://download.01.org/0day-ci/archive/20230420/202304201100.r6QLG0Fc-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-8) 11.3.0
reproduce:
# apt-get install sparse
# sparse version: v0.6.4-39-gce1a6720-dirty
# https://github.com/intel-lab-lkp/linux/commit/cfbebfbd4ed15793fab894715bfd74387adcf4f1
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Jorge-Lopez/HP-BIOSCFG-driver-Documentation/20230419-231828
git checkout cfbebfbd4ed15793fab894715bfd74387adcf4f1
# save the config file
mkdir build_dir && cp config build_dir/.config
make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=i386 olddefconfig
make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=i386 SHELL=/bin/bash drivers/platform/x86/hp/hp-bioscfg/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202304201100.r6QLG0Fc-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> drivers/platform/x86/hp/hp-bioscfg/surestart-attributes.c:80:23: sparse: sparse: symbol 'sure_start_audit_log_entries' was not declared. Should it be static?
--
>> drivers/platform/x86/hp/hp-bioscfg/spmobj-attributes.c:191:23: sparse: sparse: symbol 'password_spm_status' was not declared. Should it be static?
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
next prev parent reply other threads:[~2023-04-20 3:57 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-19 15:13 [PATCH v10 00/14] HP BIOSCFG driver Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 01/14] HP BIOSCFG driver - Documentation Jorge Lopez
2023-04-21 11:36 ` Pavel Machek
2023-04-19 15:13 ` [PATCH v10 02/14] HP BIOSCFG driver - biosattr-interface Jorge Lopez
2023-04-21 11:37 ` Pavel Machek
2023-04-25 10:30 ` Hans de Goede
2023-04-25 13:43 ` Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 03/14] HP BIOSCFG driver - bioscfg Jorge Lopez
2023-04-19 18:04 ` Armin Wolf
2023-04-19 20:59 ` Limonciello, Mario
2023-04-25 10:34 ` Hans de Goede
2023-04-25 14:32 ` Jorge Lopez
2023-04-25 14:59 ` Hans de Goede
2023-04-25 18:47 ` Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 04/14] HP BIOSCFG driver - int-attributes Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 05/14] HP BIOSCFG driver - ordered-attributes Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 06/14] HP BIOSCFG driver - passwdobj-attributes Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 07/14] HP BIOSCFG driver - string-attributes Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 08/14] HP BIOSCFG driver - bioscfg-h Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 09/14] HP BIOSCFG driver - enum-attributes Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 10/14] HP BIOSCFG driver - passwdattr-interface Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 11/14] HP BIOSCFG driver - spmobj-attributes Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 12/14] HP BIOSCFG driver - surestart-attributes Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 13/14] HP BIOSCFG driver - Makefile Jorge Lopez
2023-04-20 1:44 ` kernel test robot
2023-04-20 13:33 ` Jorge Lopez
2023-04-20 3:57 ` kernel test robot [this message]
2023-04-20 13:28 ` Jorge Lopez
2023-04-19 15:13 ` [PATCH v10 14/14] HP BIOSCFG driver - MAINTAINERS Jorge Lopez
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=202304201100.r6QLG0Fc-lkp@intel.com \
--to=lkp@intel.com \
--cc=hdegoede@redhat.com \
--cc=jorgealtxwork@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=platform-driver-x86@vger.kernel.org \
--cc=thomas@t-8ch.de \
/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