Re: [PATCH v4 00/12] fs/seq_file: introduce seq_hex_dump() helper

2014-10-22 Thread Andy Shevchenko
On Thu, 2014-09-04 at 17:26 +0300, Andy Shevchenko wrote: > This introduces a new helper and switches current users to use it. All are > compiled tested, hexdump and kmemleak are tested by their test suits. > Gently ping on this series. Any comments? > Changelog v4: > - hexdump is amended to ret

[PATCH v4 00/12] fs/seq_file: introduce seq_hex_dump() helper

2014-09-04 Thread Andy Shevchenko
This introduces a new helper and switches current users to use it. All are compiled tested, hexdump and kmemleak are tested by their test suits. Changelog v4: - hexdump is amended to return value from which we can check an overflow (patches 1/12 - 4/12) - seq_hex_dump pushes bytes directly to buf