Re: [PATCH v2 1/2] powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointers

2019-05-03 Thread Michael Ellerman
On Thu, 2019-05-02 at 07:39:46 UTC, Russell Currey wrote: > Lovingly borrowed from the arch/arm64 ptdump code. > > This doesn't seem to be an issue in practice, but is necessary for my > upcoming commit. > > Signed-off-by: Russell Currey Series applied to powerpc next, thanks. https://git.kern

[PATCH v2 1/2] powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointers

2019-05-02 Thread Russell Currey
Lovingly borrowed from the arch/arm64 ptdump code. This doesn't seem to be an issue in practice, but is necessary for my upcoming commit. Signed-off-by: Russell Currey --- v2: Fix putc to actually putc thanks to Christophe Leroy arch/powerpc/mm/ptdump/ptdump.c | 32 ++--