]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Jan 2022 21:08:21 +0000 (13:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Jan 2022 21:08:21 +0000 (13:08 -0800)
commit0913bd6166f2f9befafc37467d935d8cb9122e17
tree93bfd74c924ecabbe0c05afe97db6a55ad576bd4
parentdfbc654b6119d65b518614b7e8b961ac4bdc2dfb
parent0bfc2ce2aaa48cfb6eed7ef7dad55ec169652bd3
Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit

Pull audit updates from Paul Moore:
 "Four audit patches for v5.17:

   - Harden 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"

* tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit:
  audit: replace zero-length array with flexible-array member
  audit: use struct_size() helper in audit_[send|make]_reply()
  audit: ensure userspace is penalized the same as the kernel when under pressure
  audit: use struct_size() helper in kmalloc()
kernel/audit.c
kernel/auditfilter.c