All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] Assorted audit fixes/improvements
@ 2017-03-21 18:58 Paul Moore
  2017-03-21 18:58 ` [RFC PATCH 1/4] audit: combine audit_receive() and audit_receive_skb() Paul Moore
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Paul Moore @ 2017-03-21 18:58 UTC (permalink / raw)
  To: linux-audit

Some miscellaneous audit patches that layer on top of the lock/queue
patch I posted earlier today.  Unlike the lock/queue fix patch these
patches would go into the next branch and not the stable-4.11 branch.

I'll probably need to rebase the audit/next branch to merge these
patches, but that is something we'll worry about when the time comes.

---

Paul Moore (4):
      audit: combine audit_receive() and audit_receive_skb()
      audit: kernel generated netlink traffic should have a portid of 0
      audit: store the auditd PID as a pid struct instead of pid_t
      audit: use kmem_cache to manage the audit_buffer cache


 include/linux/audit.h |    3 -
 kernel/audit.c        |  190 ++++++++++++++++++++++---------------------------
 kernel/audit.h        |    5 +
 kernel/auditfilter.c  |   14 ++--
 4 files changed, 96 insertions(+), 116 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2017-04-12 15:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-21 18:58 [RFC PATCH 0/4] Assorted audit fixes/improvements Paul Moore
2017-03-21 18:58 ` [RFC PATCH 1/4] audit: combine audit_receive() and audit_receive_skb() Paul Moore
2017-04-10  3:38   ` Richard Guy Briggs
2017-04-11 19:47     ` Paul Moore
2017-03-21 18:58 ` [RFC PATCH 2/4] audit: kernel generated netlink traffic should have a portid of 0 Paul Moore
2017-04-10  3:41   ` Richard Guy Briggs
2017-04-11 19:49     ` Paul Moore
2017-03-21 18:59 ` [RFC PATCH 3/4] audit: store the auditd PID as a pid struct instead of pid_t Paul Moore
2017-04-10  4:30   ` Richard Guy Briggs
2017-04-11 19:56     ` Paul Moore
2017-03-21 18:59 ` [RFC PATCH 4/4] audit: use kmem_cache to manage the audit_buffer cache Paul Moore
2017-03-21 19:04   ` Paul Moore
2017-04-10  4:04   ` Richard Guy Briggs
2017-04-11 20:07     ` Paul Moore
2017-04-12  4:59       ` Richard Guy Briggs
2017-04-12 15:51         ` Paul Moore

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.