Paul Menzel <pmen...@molgen.mpg.de> writes: > Am 19.07.2018 um 16:33 schrieb Michael Ellerman: ... >> >> The fix is fairly simple. We need to tell kmemleak to ignore PUD >> allocations and never report them as leaks. We can also tell it not to >> scan the PGD, because it will never find pointers in there. However it >> will still notice if we allocate a PGD and then leak it. >> >> Reported-by: Paul Menzel <pmen...@molgen.mpg.de> >> Signed-off-by: Michael Ellerman <m...@ellerman.id.au> > --- >> arch/powerpc/include/asm/book3s/64/pgalloc.h | 23 +++++++++++++++++++++-- >> 1 file changed, 21 insertions(+), 2 deletions(-) > > […] > > Tested-by: Paul Menzel <pmen...@molgen.mpg.de> on IBM S822LC
Thanks. cheers