Re: [PATCH v5 5/6] kmemleak: use seq_hex_dump() to dump buffers

2015-07-08 Thread Catalin Marinas
On Tue, Jul 07, 2015 at 06:04:51PM +0100, Andy Shevchenko wrote: > Instead of custom approach let's use recently introduced seq_hex_dump() > helper. > > Signed-off-by: Andy Shevchenko Acked-by: Catalin Marinas -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

[PATCH v5 5/6] kmemleak: use seq_hex_dump() to dump buffers

2015-07-07 Thread Andy Shevchenko
Instead of custom approach let's use recently introduced seq_hex_dump() helper. Signed-off-by: Andy Shevchenko --- mm/kmemleak.c | 21 ++--- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/mm/kmemleak.c b/mm/kmemleak.c index cf79f11..b034c62 100644 --- a/mm/kmemlea