Naveen N. Rao
a07f99a687
powerpc/kprobes: Fixes for kprobe_lookup_name() on BE
...
[ Upstream commit 30176466e36aadba01e1a630cf42397a3438efa4 ]
Fix two issues with kprobes.h on BE which were exposed with the
optprobes work:
- one, having to do with a missing include for linux/module.h for
MODULE_NAME_LEN -- this didn't show up previously since the only
users of kprobe_lookup_name were in kprobes.c, which included
linux/module.h through other headers, and
- two, with a missing const qualifier for a local variable which ends
up referring a string literal. Again, this is unique to how
kprobe_lookup_name is being invoked in optprobes.c
Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com >
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2020-06-30 15:38:32 -04:00
..
2020-06-30 15:38:26 -04:00
2016-09-13 17:37:10 +10:00
2016-07-09 01:43:50 -05:00
2020-01-29 10:24:00 +01:00
2016-06-24 15:17:57 +10:00
2019-11-28 18:29:06 +01:00
2017-07-27 15:07:59 -07:00
2019-04-17 08:36:41 +02:00
2014-11-12 16:31:46 +11:00
2014-09-25 23:14:43 +10:00
2016-03-11 17:20:11 -06:00
2016-08-01 11:15:03 +10:00
2017-12-16 16:25:47 +01:00
2016-02-24 20:08:48 +11:00
2019-04-17 08:36:41 +02:00
2019-04-17 08:36:41 +02:00
2015-07-29 11:56:13 +10:00
2014-10-08 20:15:37 +11:00
2015-12-22 17:12:56 -06:00
2017-02-09 08:08:27 +01:00
2016-07-21 20:33:57 +10:00
2016-10-22 08:44:38 +11:00
2019-12-05 15:34:51 +01:00
2016-08-22 11:09:33 +10:00
2016-08-01 11:15:03 +10:00
2015-03-23 14:29:40 +11:00
2016-08-01 11:15:03 +10:00
2016-08-01 11:15:03 +10:00
2015-07-13 10:10:54 +10:00
2015-10-15 15:58:16 +11:00
2016-08-04 08:50:07 -04:00
2015-05-28 15:31:53 +02:00
2016-06-21 15:30:56 +10:00
2017-07-21 07:42:21 +02:00
2019-03-05 17:57:06 +01:00
2018-02-13 12:35:54 +01:00
2018-06-06 16:44:37 +02:00
2018-09-09 20:01:20 +02:00
2019-04-17 08:36:42 +02:00
2016-07-21 18:56:13 +10:00
2016-07-09 02:02:48 -05:00
2015-01-12 05:04:13 -08:00
2015-02-03 18:47:18 +01:00
2016-03-04 23:50:27 -06:00
2016-06-14 13:58:27 +10:00
2019-10-07 18:53:11 +02:00
2014-11-03 12:12:32 +11:00
2016-10-04 13:06:56 +11:00
2015-11-09 15:11:24 -08:00
2016-09-09 16:18:07 +10:00
2016-08-01 11:15:09 +10:00
2019-04-17 08:36:42 +02:00
2016-09-25 02:38:53 -05:00
2016-03-01 19:27:20 +11:00
2015-12-17 16:42:12 +08:00
2018-12-01 09:44:20 +01:00
2016-08-04 08:50:07 -04:00
2018-05-30 07:50:46 +02:00
2014-09-25 23:14:43 +10:00
2016-08-05 09:00:54 -04:00
2016-08-07 23:50:09 -04:00
2014-12-29 15:44:53 +11:00
2020-06-30 15:38:32 -04:00
2016-09-12 10:12:07 +10:00
2016-09-27 15:14:29 +10:00
2016-07-15 20:18:41 +10:00
2016-09-27 14:41:39 +10:00
2015-08-22 11:16:19 +02:00
2019-06-22 08:17:23 +02:00
2016-09-12 10:12:28 +10:00
2016-09-22 11:50:19 -04:00
2016-06-14 13:58:27 +10:00
2016-04-14 15:47:06 +10:00
2016-09-20 20:57:12 +10:00
2015-06-24 17:49:41 -07:00
2016-08-05 09:00:54 -04:00
2017-08-30 10:21:56 +02:00
2016-07-09 02:02:48 -05:00
2016-09-23 07:54:17 +10:00
2017-03-12 06:41:53 +01:00
2016-10-07 18:46:28 -07:00
2018-04-13 19:47:57 +02:00
2015-10-22 16:06:08 +02:00
2016-07-14 21:12:06 +10:00
2015-03-31 22:23:17 -05:00
2015-10-22 15:19:40 +02:00
2016-09-20 20:57:12 +10:00
2018-11-13 11:17:02 -08:00
2015-10-05 21:32:50 +11:00
2016-06-08 15:17:01 +02:00
2015-04-11 20:49:27 +10:00
2015-03-23 14:05:49 +11:00
2016-07-17 16:42:46 +10:00
2018-04-24 09:34:11 +02:00
2018-02-25 11:05:50 +01:00
2016-03-11 17:20:11 -06:00
2016-05-11 21:54:00 +10:00
2018-04-13 19:48:01 +02:00
2016-09-20 20:57:12 +10:00
2016-08-22 11:09:33 +10:00
2016-06-17 14:43:34 -05:00
2016-03-10 22:56:05 +11:00
2014-10-15 11:23:20 +11:00
2016-05-11 21:53:49 +10:00
2017-08-30 10:21:56 +02:00
2017-08-30 10:21:56 +02:00
2016-07-26 16:19:19 -07:00
2018-02-13 12:35:54 +01:00
2016-06-14 13:58:26 +10:00
2016-10-07 20:19:31 -07:00
2016-07-14 21:12:06 +10:00
2019-04-17 08:36:42 +02:00
2019-07-10 09:55:33 +02:00
2016-06-21 15:30:56 +10:00
2016-10-04 20:33:17 +11:00
2014-09-25 23:14:43 +10:00
2016-07-21 18:56:38 +10:00
2016-06-14 13:58:26 +10:00
2016-06-14 13:58:26 +10:00
2016-06-14 13:58:27 +10:00
2016-09-25 02:38:53 -05:00
2019-05-16 19:43:47 +02:00
2019-12-05 15:34:51 +01:00
2014-09-25 23:14:43 +10:00
2016-07-21 19:17:46 +10:00
2015-04-17 09:04:10 -04:00
2016-06-14 13:58:27 +10:00
2019-11-28 18:29:06 +01:00
2019-04-17 08:36:43 +02:00
2019-12-21 10:41:22 +01:00
2016-10-04 16:43:07 +11:00
2016-07-21 19:17:46 +10:00
2016-07-21 18:56:38 +10:00
2016-06-14 16:05:44 +10:00
2015-08-18 19:29:49 +10:00
2014-10-08 20:14:54 +11:00
2014-09-25 23:14:51 +10:00
2016-06-14 13:58:25 +10:00
2015-03-24 13:33:52 +11:00
2016-08-10 16:34:20 +10:00
2018-04-24 09:34:11 +02:00
2015-07-29 11:56:13 +10:00
2016-04-27 16:47:55 +10:00
2016-07-17 16:42:47 +10:00
2016-08-02 19:35:23 -04:00
2016-08-01 11:15:03 +10:00
2016-10-27 21:55:13 +11:00
2016-08-01 11:15:13 +10:00
2016-10-04 20:33:16 +11:00
2019-04-05 22:29:13 +02:00
2015-08-06 16:36:23 +10:00
2016-02-15 21:10:03 +11:00
2015-09-16 15:47:51 +02:00
2016-06-14 13:58:26 +10:00
2016-06-14 13:58:27 +10:00
2019-04-17 08:36:40 +02:00
2014-09-25 23:14:43 +10:00
2016-03-01 19:27:20 +11:00
2016-10-19 20:36:24 +11:00
2019-12-21 10:42:17 +01:00
2015-03-23 14:29:40 +11:00
2015-05-05 13:35:39 -06:00
2016-05-02 11:10:25 +10:00
2017-02-14 15:25:40 -08:00
2016-08-01 11:15:03 +10:00