Mathias Krause
4f6de4d51f
module: don't modify argument of module_kallsyms_lookup_name()
...
If we pass a pointer to a const string in the form "module:symbol"
module_kallsyms_lookup_name() will try to split the string at the colon,
i.e., will try to modify r/o data. That will, in fact, fail on a kernel
with enabled CONFIG_DEBUG_RODATA.
Avoid modifying the passed string in module_kallsyms_lookup_name(),
modify find_module_all() instead to pass it the module name length.
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2013-07-02 15:38:18 +09:30
..
2013-05-14 17:43:29 +02:00
2013-04-30 17:04:10 -07:00
2013-05-07 13:17:29 +02:00
2013-05-06 11:37:43 +10:00
2013-05-02 19:40:34 -07:00
2013-05-05 13:23:27 -07:00
2013-05-15 14:05:17 -07:00
2013-05-15 13:50:24 -04:00
2013-04-22 07:09:06 -07:00
2013-05-04 14:57:58 -04:00
2013-03-12 13:59:14 -07:00
2013-04-29 15:54:26 -07:00
2013-05-11 14:29:11 -07:00
2013-05-11 14:29:11 -07:00
2013-05-11 14:29:11 -07:00
2013-05-07 22:27:15 -04:00
2013-04-14 10:06:31 -07:00
2013-05-01 17:51:54 -07:00
2013-05-01 07:21:43 -07:00
2013-05-01 17:29:18 -04:00
2013-05-01 17:51:54 -07:00
2013-05-01 17:51:54 -07:00
2013-04-15 13:25:16 +02:00
2013-05-08 11:51:05 -07:00
2013-03-12 20:42:10 -07:00
2013-05-05 13:23:27 -07:00
2013-04-15 15:17:26 +09:30
2013-04-30 17:04:07 -07:00
2013-05-16 12:01:11 -07:00
2013-04-18 08:58:38 -07:00
2013-04-30 17:04:02 -07:00
2013-05-08 11:51:05 -07:00
2013-05-05 10:58:06 -07:00
2013-03-15 15:09:43 +10:30
2013-07-02 15:38:18 +09:30
2013-04-19 09:33:36 +02:00
2013-05-01 17:29:39 -04:00
2013-04-30 17:04:02 -07:00
2013-03-18 11:40:21 +00:00
2013-05-01 17:51:54 -07:00
2013-05-01 17:51:54 -07:00
2013-04-22 19:59:25 +02:00
2013-04-18 12:51:19 +02:00
2013-05-07 20:16:25 -07:00
2013-05-01 17:29:18 -04:00
2013-05-07 20:16:25 -07:00
2013-04-30 17:04:01 -07:00
2013-05-15 10:41:12 -07:00
2013-05-05 00:16:35 -04:00
2013-05-02 17:54:19 +02:00
2013-05-02 17:54:19 +02:00
2013-05-08 10:13:35 -07:00
2013-04-29 15:54:40 -07:00
2013-04-10 14:48:37 +02:00
2013-03-23 15:53:52 -07:00
2013-03-26 11:07:19 +11:00
2013-04-30 17:04:08 -07:00
2013-05-01 14:08:52 -07:00
2013-04-30 17:04:03 -07:00
2013-04-12 14:18:43 +02:00
2013-05-05 13:23:27 -07:00
2013-05-09 13:46:38 -04:00
2013-05-01 07:21:43 -07:00
2013-05-09 14:53:20 -04:00
2013-04-29 15:54:36 -07:00
2013-04-29 18:28:42 -07:00
2013-03-15 16:50:20 -07:00
2013-05-15 14:05:17 -07:00
2013-04-29 13:55:38 -07:00
2013-03-03 22:58:33 -05:00
2013-05-01 17:51:54 -07:00
2013-05-01 17:51:54 -07:00
2013-05-01 17:29:39 -04:00
2013-03-14 08:24:05 +01:00
2013-04-30 17:04:02 -07:00
2013-05-15 14:24:24 -07:00