From: Sergey Senozhatsky Date: Thu, 27 Aug 2009 13:29:18 +0000 (+0100) Subject: kmemleak: Printing of the objects hex dump X-Git-Tag: v2.6.32-rc1~735^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0494e08281d08f0a3dc442eb5e5cecc125b53b27;p=pandora-kernel.git kmemleak: Printing of the objects hex dump Introducing printing of the objects hex dump to the seq file. The number of lines to be printed is limited to HEX_MAX_LINES to prevent seq file spamming. The actual number of printed bytes is less than or equal to (HEX_MAX_LINES * HEX_ROW_SIZE). (slight adjustments by Catalin Marinas) Signed-off-by: Sergey Senozhatsky Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed