summaryrefslogtreecommitdiff
path: root/kernel/module/dups.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-06module/dups: Clean up includesPetr Pavlu1-20/+12
2026-08-06module/dups: Use strcmp() to compare module namesPetr Pavlu1-4/+2
2026-08-06module/dups: Use scope-based cleanup helpersPetr Pavlu1-33/+23
2026-08-06module/dups: Avoid unnecessary kmod_dup_req allocationsPetr Pavlu1-16/+22
2026-08-06module/dups: Fix use-after-free in kmod_dup_req lifetime handlingPetr Pavlu1-16/+40
2026-08-06module/dups: Inform duplicate requests about the result directlyPetr Pavlu1-34/+9
2026-08-06module: use strscpy() to copy module names in stats and dup trackingNaveen Kumar Chaudhary1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-12-22module: replace use of system_wq with system_dfl_wqMarco Crivellari1-2/+2
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro1-1/+0
2023-12-19module: Remove redundant TASK_UNINTERRUPTIBLEKevin Hao1-1/+1
2023-05-02module: include internal.h in module/dups.cArnd Bergmann1-0/+2
2023-04-19module: add debugging auto-load duplicate module supportLuis Chamberlain1-0/+246