mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
75013fb16f
Fix to the exception table entry check by using probed address instead of the address of copied instruction. This bug may cause unexpected kernel panic if user probe an address where an exception can happen which should be fixup by __ex_table (e.g. copy_from_user.) Unless user puts a kprobe on such address, this doesn't cause any problem. This bug has been introduced years ago, by commit: |
||
---|---|---|
.. | ||
common.h | ||
core.c | ||
ftrace.c | ||
Makefile | ||
opt.c |