Re: [PATCH kernel] powerpc/xive: Ignore kmemleak false positives

2020-06-25 Thread Michael Ellerman
On Fri, 12 Jun 2020 14:33:03 +1000, Alexey Kardashevskiy wrote: > xive_native_provision_pages() allocates memory and passes the pointer to > OPAL so kmemleak cannot find the pointer usage in the kernel memory and > produces a false positive report (below) (even if the kernel did scan > OPAL

Re: [PATCH kernel] powerpc/xive: Ignore kmemleak false positives

2020-06-12 Thread Michael Ellerman
Alexey Kardashevskiy writes: > xive_native_provision_pages() allocates memory and passes the pointer to > OPAL so kmemleak cannot find the pointer usage in the kernel memory and > produces a false positive report (below) (even if the kernel did scan > OPAL memory, it is unable to deal with __pa()

[PATCH kernel] powerpc/xive: Ignore kmemleak false positives

2020-06-11 Thread Alexey Kardashevskiy
xive_native_provision_pages() allocates memory and passes the pointer to OPAL so kmemleak cannot find the pointer usage in the kernel memory and produces a false positive report (below) (even if the kernel did scan OPAL memory, it is unable to deal with __pa() addresses anyway). This silences the