Re: [PATCH] powerpc/kasan: Mark more real-mode code as not to be instrumented

2022-06-09 Thread Michael Ellerman
On Thu, 19 May 2022 17:45:21 +1000, Paul Mackerras wrote: > This marks more files and functions that can possibly be called in > real mode as not to be instrumented by KASAN. Most were found by > inspection, except for get_pseries_errorlog() which was reported as > causing a crash in testing. >

[PATCH] powerpc/kasan: Mark more real-mode code as not to be instrumented

2022-05-19 Thread Paul Mackerras
This marks more files and functions that can possibly be called in real mode as not to be instrumented by KASAN. Most were found by inspection, except for get_pseries_errorlog() which was reported as causing a crash in testing. Reported-by: Nageswara R Sastry Signed-off-by: Paul Mackerras ---