Re: [PATCH v3] taint/module: Clean up global and module taint flags handling

2016-09-21 Thread Josh Poimboeuf
On Wed, Sep 21, 2016 at 01:47:22PM +0200, Petr Mladek wrote: > The commit 66cc69e34e86a231 ("Fix: module signature vs tracepoints: > add new TAINT_UNSIGNED_MODULE") updated module_taint_flags() to > potentially print one more character. But it did not increase the > size of the corresponding buffer

[PATCH v3] taint/module: Clean up global and module taint flags handling

2016-09-21 Thread Petr Mladek
The commit 66cc69e34e86a231 ("Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE") updated module_taint_flags() to potentially print one more character. But it did not increase the size of the corresponding buffers in m_show() and print_modules(). We have recently done the same mi