mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
698b851073
When ftrace is used with kprobes, it is possible for a kprobe to contain
an invalid location (ie. only initialised to 0 and not to a specific
location in the code). Trying to perform a cache flush on such location
leads to a crash r4k_flush_icache_range().
Fixes:
|
||
---|---|---|
.. | ||
asm | ||
uapi/asm |