From: Richard Guy Briggs <rgb@redhat.com>
To: LKML <linux-kernel@vger.kernel.org>,
Linux-Audit Mailing List <linux-audit@redhat.com>
Cc: Eric Paris <eparis@redhat.com>, Steve Grubb <sgrubb@redhat.com>,
Paul Moore <paul@paul-moore.com>,
Richard Guy Briggs <rgb@redhat.com>
Subject: [PATCH ghak105 V1 0/2] audit: clean up CONFIG_AUDITSYSCALL
Date: Tue, 22 Jan 2019 17:07:40 -0500 [thread overview]
Message-ID: <cover.1548192740.git.rgb@redhat.com> (raw)
Compiles and boots with config AUDITSYSCALL def_bool n in init/Kconfig.
Verified syscall code is not present in resulting kernel.
Richard Guy Briggs (2):
audit: clean up AUDITSYSCALL prototypes and stubs
audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALL
include/linux/sched.h | 2 +-
kernel/audit.c | 155 +++-----------------------------------------------
kernel/audit.h | 73 +++++++++++-------------
kernel/auditsc.c | 148 +++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 190 insertions(+), 188 deletions(-)
--
1.8.3.1
next reply other threads:[~2019-01-22 22:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-22 22:07 Richard Guy Briggs [this message]
2019-01-22 22:07 ` [PATCH ghak105 V1 1/2] audit: clean up AUDITSYSCALL prototypes and stubs Richard Guy Briggs
2019-01-22 22:07 ` Richard Guy Briggs
2019-01-25 21:56 ` Paul Moore
2019-01-22 22:07 ` [PATCH ghak105 V1 2/2] audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALL Richard Guy Briggs
2019-01-22 22:07 ` Richard Guy Briggs
2019-01-25 18:33 ` Richard Guy Briggs
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=cover.1548192740.git.rgb@redhat.com \
--to=rgb@redhat.com \
--cc=eparis@redhat.com \
--cc=linux-audit@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=paul@paul-moore.com \
--cc=sgrubb@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.