kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [next:akpm 22/413] kernel/audit.c:668:2: error: implicit declaration of function 'audit_get_sessioni
@ 2012-09-27  1:12 Fengguang Wu
  0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-09-27  1:12 UTC (permalink / raw)
  To: kernel-janitors

Hi Kees,

FYI, kernel build failed on

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git akpm
head:   dad0019944369f58c193c1991c39ffda7ff584d2
commit: e269b4131288512ebfe2adfe69042983cb2e69e5 [22/413] audit.h: replace defines with C stubs
config: s390-defconfig

All error/warnings:

kernel/audit.c: In function 'audit_receive_msg':
kernel/audit.c:668:2: error: implicit declaration of function 'audit_get_sessionid' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
--
drivers/tty/tty_audit.c: In function 'tty_audit_buf_push_current':
drivers/tty/tty_audit.c:119:2: error: implicit declaration of function 'audit_get_sessionid' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors

vim +668 kernel/audit.c
   662			err = PTR_ERR(kauditd_task);
   663			kauditd_task = NULL;
   664			return err;
   665		}
   666	
   667		loginuid = audit_get_loginuid(current);
 > 668		sessionid = audit_get_sessionid(current);
   669		security_task_getsecid(current, &sid);
   670		seq  = nlh->nlmsg_seq;
   671		data = nlmsg_data(nlh);

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-27  1:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27  1:12 [next:akpm 22/413] kernel/audit.c:668:2: error: implicit declaration of function 'audit_get_sessioni Fengguang Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).