Linux-audit Archive mirror
 help / color / mirror / Atom feed
From: Paul Moore <paul@paul-moore.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-audit@redhat.com, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Audit patches for v5.17
Date: Mon, 10 Jan 2022 14:14:05 -0500	[thread overview]
Message-ID: <CAHC9VhTNyMFo6PW0FQKy6hTiVug-9ACQWazj0AJcih9YN2Sbyg@mail.gmail.com> (raw)

Linus,

Four audit patches for v5.17:

- Hardened the code through additional use of the struct_size() macro
and zero-length arrays to flexible-array conversions.
- Ensure that processes which generate userspace audit records are not
exempt from the kernel's audit throttling when the audit queues are
being overrun.

Please merge.

-Paul

--
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

 Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

 git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
   tags/audit-pr-20220110

for you to fetch changes up to ed98ea2128b6fd83bce13716edf8f5fe6c47f574:

 audit: replace zero-length array with flexible-array member
   (2021-12-20 14:53:27 -0500)

----------------------------------------------------------------
audit/stable-5.17 PR 20220110

----------------------------------------------------------------
Paul Moore (1):
     audit: ensure userspace is penalized the same as the kernel when under
            pressure

Xiu Jianfeng (3):
     audit: use struct_size() helper in kmalloc()
     audit: use struct_size() helper in audit_[send|make]_reply()
     audit: replace zero-length array with flexible-array member

include/uapi/linux/audit.h |  2 +-
kernel/audit.c             | 22 +++++++++++++++++++---
kernel/audit_tree.c        |  2 +-
kernel/auditfilter.c       |  4 ++--
4 files changed, 23 insertions(+), 7 deletions(-)

--
paul moore
www.paul-moore.com

--
Linux-audit mailing list
Linux-audit@redhat.com
https://listman.redhat.com/mailman/listinfo/linux-audit


             reply	other threads:[~2022-01-10 19:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-10 19:14 Paul Moore [this message]
2022-01-11 21:24 ` [GIT PULL] Audit patches for v5.17 pr-tracker-bot

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=CAHC9VhTNyMFo6PW0FQKy6hTiVug-9ACQWazj0AJcih9YN2Sbyg@mail.gmail.com \
    --to=paul@paul-moore.com \
    --cc=linux-audit@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).