diff options
| author | Tiezhu Yang <[email protected]> | 2022-03-23 23:06:51 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2022-03-24 02:00:34 +0000 |
| commit | 1a2383e8b84c0451fd9b1eec3b9aab16f30b597c (patch) | |
| tree | 73502f1d3610d68f166bd34a4aa0f3df65f2b9e2 /drivers/gpu/drm/amd/amdgpu/amdgpu_mca.c | |
| parent | docs: kdump: add scp example to write out the dump file (diff) | |
| download | kernel-1a2383e8b84c0451fd9b1eec3b9aab16f30b597c.tar.gz kernel-1a2383e8b84c0451fd9b1eec3b9aab16f30b597c.zip | |
panic: unset panic_on_warn inside panic()
In the current code, the following three places need to unset
panic_on_warn before calling panic() to avoid recursive panics:
kernel/kcsan/report.c: print_report()
kernel/sched/core.c: __schedule_bug()
mm/kfence/report.c: kfence_report_error()
In order to avoid copy-pasting "panic_on_warn = 0" all over the places,
it is better to move it inside panic() and then remove it from the other
places.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Tiezhu Yang <[email protected]>
Reviewed-by: Marco Elver <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Baoquan He <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Xuefeng Li <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mca.c')
0 files changed, 0 insertions, 0 deletions
