diff options
| author | Anshuman Khandual <[email protected]> | 2019-06-21 16:09:18 +0000 |
|---|---|---|
| committer | Paul Burton <[email protected]> | 2019-07-03 13:14:04 +0000 |
| commit | c9093486f283c3447439f234eb0124129e8e7834 (patch) | |
| tree | 1372f24950409c08ed061b1e5ac07ab9ba19b4f6 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | MAINTAINERS: Add myself as Ingenic SoCs maintainer (diff) | |
| download | kernel-c9093486f283c3447439f234eb0124129e8e7834.tar.gz kernel-c9093486f283c3447439f234eb0124129e8e7834.zip | |
mips/kprobes: Export kprobe_fault_handler()
Generic kprobe_page_fault() calls into kprobe_fault_handler() which must be
available with and without CONFIG_KPROBES. There is one stub implementation
for !CONFIG_KPROBES. For CONFIG_KPROBES all subscribing archs must provide
a kprobe_fault_handler() definition. Currently mips has an implementation
which is defined as 'static inline'. Make it available for generic kprobes
to comply with the above new requirement.
Cc: Ralf Baechle <[email protected]>
Cc: Paul Burton <[email protected]>
Cc: James Hogan <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: [email protected]
Cc: [email protected]
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Anshuman Khandual <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Fixes: 773734b44557 ("mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()")
Cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions
