From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8978831263666807259==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [PATCH v32 24/28] Audit: Add framework for auxiliary records Date: Fri, 04 Feb 2022 09:30:21 +0800 Message-ID: <202202040634.ao3svjIm-lkp@intel.com> In-Reply-To: <20220202235323.23929-25-casey@schaufler-ca.com> List-Id: --===============8978831263666807259== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Casey, I love your patch! Perhaps something to improve: [auto build test WARNING on pcmoore-audit/next] [also build test WARNING on nf-next/master nf/master linus/master v5.17-rc2] [cannot apply to jmorris-security/next-testing] [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] url: https://github.com/0day-ci/linux/commits/Casey-Schaufler/integrity-= disassociate-ima_filter_rule-from-security_audit_rule/20220203-085302 base: https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git n= ext config: x86_64-randconfig-s021 (https://download.01.org/0day-ci/archive/202= 20204/202202040634.ao3svjIm-lkp(a)intel.com/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce: # apt-get install sparse # sparse version: v0.6.4-dirty # https://github.com/0day-ci/linux/commit/25bd76f704528c053f7260a22= eeecbd214b11982 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Casey-Schaufler/integrity-disassoc= iate-ima_filter_rule-from-security_audit_rule/20220203-085302 git checkout 25bd76f704528c053f7260a22eeecbd214b11982 # save the config file to linux build tree mkdir build_dir make W=3D1 C=3D1 CF=3D'-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=3D= build_dir ARCH=3Dx86_64 SHELL=3D/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) kernel/audit.c:128:25: sparse: sparse: symbol 'audit_sig_lsm' was not de= clared. Should it be static? kernel/audit.c:2208:9: sparse: sparse: incorrect type in argument 1 (dif= ferent address spaces) @@ expected struct spinlock [usertype] *lock @@ = got struct spinlock [noderef] __rcu * @@ kernel/audit.c:2208:9: sparse: expected struct spinlock [usertype] *= lock kernel/audit.c:2208:9: sparse: got struct spinlock [noderef] __rcu * kernel/audit.c:2211:40: sparse: sparse: incorrect type in argument 1 (di= fferent address spaces) @@ expected struct spinlock [usertype] *lock @@= got struct spinlock [noderef] __rcu * @@ kernel/audit.c:2211:40: sparse: expected struct spinlock [usertype] = *lock kernel/audit.c:2211:40: sparse: got struct spinlock [noderef] __rcu * >> kernel/audit.c:2399:6: sparse: sparse: symbol '__audit_log_end' was not = declared. Should it be static? Please review and possibly fold the followup patch. --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============8978831263666807259==--