Files
linux-stable-mirror/include/linux
Petr Pavlu 6b722d1ec0 module: Remove unnecessary module::args
Historically, various parameter-handling code kept pointers into
module::args, most notably the charp support. However, in 2009,
commit e180a6b775 ("param: fix charp parameters set via sysfs") changed
charp parameters to kstrdup() the input string as well. As a result,
module::args now mostly wastes memory.

The last users that still pointed into module::args have now been cleaned
up, so remove this data.

Reviewed-by: Aaron Tomlin <atomlin@atomlin.com>
Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
2026-08-06 13:29:03 +02:00
..
2026-06-17 11:32:14 +01:00
2026-06-16 08:53:53 -07:00
2026-06-07 10:03:01 -07:00
2026-07-01 15:26:47 +02:00
2026-06-10 10:42:55 -04:00
2026-06-26 22:18:34 -04:00
2026-06-06 15:22:44 +02:00