Arnd Bergmann
abc28463c8
kprobes: unify kprobes_exceptions_nofify() prototypes
...
Most architectures that support kprobes declare this function in their
own asm/kprobes.h header and provide an override, but some are missing
the prototype, which causes a warning for the __weak stub implementation:
kernel/kprobes.c:1865:12: error: no previous prototype for 'kprobe_exceptions_notify' [-Werror=missing-prototypes]
1865 | int __weak kprobe_exceptions_notify(struct notifier_block *self,
Move the prototype into linux/kprobes.h so it is visible to all
the definitions.
Link: https://lore.kernel.org/all/20231108125843.3806765-4-arnd@kernel.org/
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
2023-11-10 19:59:05 +09:00
..
2023-09-19 13:26:56 +02:00
2021-07-27 09:39:15 +02:00
2023-01-13 14:15:06 +01:00
2023-08-30 11:03:28 +02:00
2022-05-17 15:16:28 +02:00
2022-05-17 15:16:28 +02:00
2023-07-03 11:19:42 +02:00
2023-07-03 11:19:40 +02:00
2022-08-02 17:31:35 -07:00
2020-07-20 10:55:45 +02:00
2023-10-16 13:04:09 +02:00
2023-05-15 14:12:14 +02:00
2021-04-15 17:47:42 +02:00
2021-05-26 13:20:49 +02:00
2022-04-25 13:54:16 +02:00
2023-10-18 14:34:17 -07:00
2022-05-19 23:46:10 +02:00
2020-10-25 14:51:49 -07:00
2023-01-31 18:56:36 +01:00
2022-02-17 07:00:39 -06:00
2023-04-13 17:36:25 +02:00
2022-02-17 07:00:39 -06:00
2022-05-11 14:40:57 +02:00
2020-08-26 18:47:21 +02:00
2020-09-14 10:30:07 +02:00
2023-06-05 09:36:39 +02:00
2023-05-17 15:20:17 +02:00
2023-06-01 17:10:21 +02:00
2023-06-05 09:36:40 +02:00
2021-10-26 15:21:29 +02:00
2022-07-19 16:18:49 +02:00
2023-02-09 20:11:23 +01:00
2022-02-06 23:31:29 +01:00
2020-09-15 13:21:46 -07:00
2023-09-19 13:26:57 +02:00
2023-07-24 12:12:24 +02:00
2020-12-16 14:55:49 +01:00
2023-07-24 12:12:21 +02:00
2023-09-05 20:12:51 +02:00
2022-02-17 07:00:39 -06:00
2021-07-27 09:39:21 +02:00
2023-04-04 18:34:56 +02:00
2022-03-08 00:33:00 +01:00
2021-11-09 10:02:49 -08:00
2023-10-23 18:21:22 +02:00
2023-04-13 17:36:28 +02:00
2023-07-24 12:12:22 +02:00
2021-08-03 14:31:40 +02:00
2022-10-26 14:47:31 +02:00
2022-07-13 14:42:11 +00:00
2021-02-10 23:34:16 +01:00
2023-09-29 17:20:47 -07:00
2023-01-09 14:34:08 +01:00
2023-02-15 11:07:01 +01:00
2023-08-18 10:12:34 -07:00
2022-12-06 16:18:22 +01:00
2021-02-24 00:31:22 +01:00
2023-09-19 13:26:57 +02:00
2021-06-18 16:41:19 +02:00
2022-06-24 09:48:54 +02:00
2023-03-20 11:02:51 +01:00
2023-08-09 15:20:51 +02:00
2021-10-20 13:09:47 -05:00
2022-07-15 12:21:16 -04:00
2023-08-16 15:13:03 +02:00
2023-11-10 19:59:05 +09:00
2023-10-16 14:54:29 +02:00
2021-08-25 11:03:35 +02:00
2023-03-20 11:12:46 +01:00
2023-10-25 15:08:29 +02:00
2023-08-16 15:13:02 +02:00
2022-11-07 14:33:40 +01:00
2023-11-05 22:34:58 +01:00
2023-11-05 22:34:58 +01:00
2021-08-03 14:31:40 +02:00
2023-01-11 16:27:23 -04:00
2023-02-28 13:19:05 +01:00
2021-10-26 15:21:29 +02:00
2023-03-20 11:12:47 +01:00
2023-06-01 17:07:56 +02:00
2023-11-05 22:34:58 +01:00
2023-11-05 22:34:58 +01:00
2022-10-26 14:46:51 +02:00
2023-10-02 08:43:00 +02:00
2022-04-25 13:54:15 +02:00
2023-10-02 08:43:00 +02:00
2022-07-11 09:54:28 +02:00
2021-11-29 09:48:34 +01:00
2023-10-05 13:00:57 +02:00
2023-06-05 09:36:39 +02:00
2023-03-27 17:19:52 +02:00
2023-07-29 14:57:18 +02:00
2023-11-05 22:34:58 +01:00
2023-09-19 13:26:56 +02:00
2023-06-20 19:52:13 +02:00
2023-06-01 17:10:21 +02:00
2022-05-11 14:40:58 +02:00
2023-04-20 11:36:35 +02:00
2020-09-14 11:38:35 +02:00
2023-07-03 11:19:39 +02:00
2022-06-30 19:40:36 +02:00
2023-02-28 13:19:05 +01:00
2023-07-24 12:12:21 +02:00
2022-09-21 08:32:51 -06:00
2020-11-20 11:16:35 -08:00
2023-08-30 11:03:27 +02:00
2023-08-30 11:03:28 +02:00
2023-11-05 22:34:58 +01:00
2021-06-18 16:41:22 +02:00
2023-09-19 13:26:55 +02:00
2022-09-05 17:20:55 +02:00
2021-12-07 15:14:12 +01:00
2022-05-17 15:16:28 +02:00
2023-11-05 22:34:57 +01:00
2022-05-11 14:40:57 +02:00
2023-04-19 17:24:16 +02:00
2023-01-25 20:51:11 +01:00
2021-09-14 16:06:20 +02:00
2022-02-17 07:00:39 -06:00
2021-10-11 20:55:58 +02:00
2023-06-09 17:44:16 -07:00
2023-06-05 21:11:06 +02:00
2023-11-05 22:34:58 +01:00
2022-03-10 15:58:17 +01:00
2020-08-11 18:16:35 +02:00
2022-07-11 09:54:29 +02:00
2021-06-18 16:41:21 +02:00
2023-09-19 13:26:56 +02:00
2022-04-26 13:35:45 -07:00
2023-01-22 18:42:35 +01:00
2022-01-30 21:17:00 -05:00
2023-08-28 09:27:56 +00:00
2021-07-08 15:37:28 +02:00
2021-01-19 12:29:26 +01:00
2020-09-30 12:09:54 +02:00
2022-12-06 16:18:23 +01:00
2022-12-06 16:18:23 +01:00
2023-10-16 13:04:09 +02:00