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


Groups > linux.kernel > #1619129 > unrolled thread

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

Started byPaul Moore <pmoore@redhat.com>
First post2017-04-07 23:40 +0200
Last post2017-04-07 23:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

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

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

FromPaul Moore <pmoore@redhat.com>
Date2017-04-07 23:40 +0200
Subject[GIT PULL] Audit fixes for v4.11 (#2)
Message-ID<ttJLQ-4Kd-9@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web