diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-03-12 23:10:51 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-03-12 23:10:51 +0100 |
commit | 3749bda230478a8716a812f4d069c2f29dd246c4 (patch) | |
tree | 14f5e6bf8cf2b9d366fad39d50ae84e028b451ba /Documentation/userspace-api/index.rst | |
parent | Merge tag 'Smack-for-6.9' of https://github.com/cschaufler/smack-next (diff) | |
parent | audit: use KMEM_CACHE() instead of kmem_cache_create() (diff) | |
download | linux-3749bda230478a8716a812f4d069c2f29dd246c4.tar.xz linux-3749bda230478a8716a812f4d069c2f29dd246c4.zip |
Merge tag 'audit-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Pull audit updates from Paul Moore:
"Two small audit patches:
- Use the KMEM_CACHE() macro instead of kmem_cache_create()
The guidance appears to be to use the KMEM_CACHE() macro when
possible and there is no reason why we can't use the macro, so
let's use it.
- Remove an unnecessary assignment in audit_dupe_lsm_field()
A return value variable was assigned a value in its declaration,
but the declaration value is overwritten before the return value
variable is ever referenced; drop the assignment at declaration
time"
* tag 'audit-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit:
audit: use KMEM_CACHE() instead of kmem_cache_create()
audit: remove unnecessary assignment in audit_dupe_lsm_field()
Diffstat (limited to 'Documentation/userspace-api/index.rst')
0 files changed, 0 insertions, 0 deletions