Commit bf124bae08c3 for kernel
commit bf124bae08c35cb8b5392ec8005f9890833b9056
Merge: ccce5f6e7c86 65dfde57d1e2
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Fri Jul 10 19:03:37 2026 -0700
Merge tag 'audit-pr-20260710' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Pull audit fixes from Paul Moore:
"Two relatively small audit patches to fix potential data races with
the main audit backlog queue as well as possible integer overflows
when logging data as hex strings"
* tag 'audit-pr-20260710' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit:
audit: fix potential integer overflow in audit_log_n_hex()
audit: Fix data races of skb_queue_len() readers on audit_queue