summaryrefslogtreecommitdiffstats
path: root/scripts/coccinelle/api/kmalloc_objs.cocci
AgeCommit message (Collapse)AuthorLines
2026-02-09coccinelle: Add kmalloc_objs conversion scriptKees Cook-0/+124
Finds and converts sized kmalloc-family of allocations into the typed kmalloc_obj-family of allocations. Link: https://patch.msgid.link/20251203233036.3212363-5-kees@kernel.org Signed-off-by: Kees Cook <kees@kernel.org>