public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [next:akpm 22/413] kernel/audit.c:668:2: error: implicit declaration of function 'audit_get_sessioni
Date: Thu, 27 Sep 2012 01:12:11 +0000	[thread overview]
Message-ID: <20120927011211.GD7205@localhost> (raw)

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

                 reply	other threads:[~2012-09-27  1:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20120927011211.GD7205@localhost \
    --to=fengguang.wu@intel.com \
    --cc=kernel-janitors@vger.kernel.org \
    /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