Searched hist:c32caa267b927b744610f4214bfde7ce7d55df1c (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/mm/kasan/ |
H A D | report.c | diff c32caa267b927b744610f4214bfde7ce7d55df1c Thu Mar 24 20:13:15 CDT 2022 Andrey Konovalov <andreyknvl@google.com> kasan: disable LOCKDEP when printing reports
If LOCKDEP detects a bug while KASAN is printing a report and if panic_on_warn is set, KASAN will not be able to finish. Disable LOCKDEP while KASAN is printing a report.
See https://bugzilla.kernel.org/show_bug.cgi?id=202115 for an example of the issue.
Link: https://lkml.kernel.org/r/c48a2a3288200b07e1788b77365c2f02784cfeb4.1646237226.git.andreyknvl@google.com Signed-off-by: Andrey Konovalov <andreyknvl@google.com> Cc: Alexander Potapenko <glider@google.com> Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com> Cc: Dmitry Vyukov <dvyukov@google.com> Cc: Marco Elver <elver@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|