[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201604111246.LoW10oH6%fengguang.wu@intel.com>
Date: Mon, 11 Apr 2016 12:35:25 +0800
From: kbuild test robot <lkp@...el.com>
To: Andi Kleen <andi@...stfloor.org>
Cc: kbuild-all@...org, paul@...l-moore.com, eparis@...hat.com,
linux-kernel@...r.kernel.org, Andi Kleen <ak@...ux.intel.com>
Subject: Re: [PATCH] audit: Don't spam logs with SECCOMP_KILL/RET_ERRNO by
default
Hi Andi,
[auto build test ERROR on pcmoore-audit/next]
[also build test ERROR on v4.6-rc3 next-20160408]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Andi-Kleen/audit-Don-t-spam-logs-with-SECCOMP_KILL-RET_ERRNO-by-default/20160411-122005
base: git://git.infradead.org/users/pcmoore/audit next
config: xtensa-allyesconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=xtensa
All errors (new ones prefixed by >>):
>> kernel/sysctl.c:524:13: error: 'audit_log_seccomp' undeclared here (not in a function)
.data = &audit_log_seccomp,
^
vim +/audit_log_seccomp +524 kernel/sysctl.c
518 .proc_handler = proc_dointvec,
519 },
520 #endif
521 #ifdef CONFIG_AUDIT
522 {
523 .procname = "audit-log-seccomp",
> 524 .data = &audit_log_seccomp,
525 .maxlen = sizeof(int),
526 .mode = 0644,
527 .proc_handler = proc_dointvec,
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (44052 bytes)
Powered by blists - more mailing lists