Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1619129

[GIT PULL] Audit fixes for v4.11 (#2)

From Paul Moore <pmoore@redhat.com>
Newsgroups linux.kernel
Subject [GIT PULL] Audit fixes for v4.11 (#2)
Date 2017-04-07 23:40 +0200
Message-ID <ttJLQ-4Kd-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Linus,

A week later than I had hoped, but as promised, here is the audit
uninline-fix we talked about during the last audit pull request.  The
patch is slightly different than what we originally discussed as it
made more sense to keep the audit_signal_info() function in auditsc.c
rather than move it and bunch of other related variables/definitions
into audit.c/audit.h.  At some point in the future I need to look at
how the audit code is organized across kernel/audit*, I suspect we
could do things a bit better, but it doesn't seem like a -rc release
is a good place for that ;)

Regardless, this patch passes our tests without problem and looks good
for v4.11, please merge.

Thanks,
-Paul

---
The following changes since commit 5b52330bbfe63b3305765354d6046c9f7f89c011:

 audit: fix auditd/kernel connection state tracking (2017-03-21 11:26:35 -0400)

are available in the git repository at:

 git://git.infradead.org/users/pcmoore/audit stable-4.11

for you to fetch changes up to ab6434a1377a768a1e6d3e6cf819eb21724a99c2:

 audit: move audit_signal_info() into kernel/auditsc.c
        (2017-03-27 14:30:06 -0400)

----------------------------------------------------------------
Paul Moore (1):
     audit: move audit_signal_info() into kernel/auditsc.c

kernel/audit.h   |  8 +-------
kernel/auditsc.c | 25 +++++++++++++------------
2 files changed, 14 insertions(+), 19 deletions(-)

-- 
paul moore
security @ redhat

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] Audit fixes for v4.11 (#2) Paul Moore <pmoore@redhat.com> - 2017-04-07 23:40 +0200

csiph-web