commit | 3a3138836bc35966d59742512b597997755878f7 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Sat Jan 30 23:08:28 2021 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Feb 09 00:02:10 2021 +1100 |
tree | 4b86463b167f8eacf86e27a9d2f71b82c5a6d393 | |
parent | e44370abb2e99299678ec6b209f8aad574fa5f36 [diff] |
powerpc/traps: add NOKPROBE_SYMBOL for sreset and mce These NMIs could fire any time including inside kprobe code, so exclude them from kprobes. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210130130852.2952424-19-npiggin@gmail.com