Files
linux/arch/x86/include/asm
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
..
2021-10-20 22:35:04 +02:00
2023-08-25 20:40:50 +02:00
2022-08-04 11:11:59 +02:00
2022-09-26 10:13:16 -07:00
2023-06-05 09:36:39 +02:00
2023-05-09 12:53:16 +02:00
2023-05-15 20:03:08 +02:00
2022-10-17 16:41:15 +02:00
2021-12-11 09:09:47 +01:00
2021-10-28 23:25:26 +02:00
2023-09-14 13:19:53 +02:00
2023-10-03 10:38:08 +02:00
2022-10-03 14:03:26 -07:00
2022-04-07 08:27:52 -07:00
2023-09-18 19:30:08 +02:00
2023-10-16 15:37:01 +02:00
2022-11-10 13:12:45 +01:00
2023-06-01 15:04:33 +02:00
2021-07-01 11:06:03 -07:00
2023-08-02 15:01:51 -07:00
2021-12-11 09:09:45 +01:00
2023-07-10 09:52:25 +02:00
2023-08-17 17:07:09 +02:00
2022-01-30 21:17:00 -05:00
2022-01-30 21:17:00 -05:00
2022-06-08 05:56:24 -04:00