Files
linux/kernel/module
Petr Pavlu cc6e79b208 module/dups: Use strcmp() to compare module names
Use strcmp() instead of strlen()+memcmp() to compare module names in
kmod_dup_request_lookup(), since all strings are NUL-terminated.

Reviewed-by: Aaron Tomlin <atomlin@atomlin.com>
Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
2026-08-06 13:29:03 +02:00
..
2023-03-09 11:08:24 +01:00
2026-08-06 13:29:03 +02:00
2024-08-08 17:36:35 +02:00
2025-03-10 11:54:44 +01:00