Re: [PATCH v3 02/10] ima: use %pU to output UUID in printable format

2016-04-06 Thread Andy Shevchenko
On Tue, 2016-04-05 at 16:16 -0700, Joe Perches wrote: > On Tue, 2016-04-05 at 16:56 +0300, Andy Shevchenko wrote: > > > > Instead of open coded variant re-use extension what vsprintf.c > > provides us for > > ages. > trivia: > > > > > diff --git a/security/integrity/ima/ima_policy.c > > b/securi

Re: [PATCH v3 02/10] ima: use %pU to output UUID in printable format

2016-04-05 Thread Joe Perches
On Tue, 2016-04-05 at 16:56 +0300, Andy Shevchenko wrote: > Instead of open coded variant re-use extension what vsprintf.c provides us for > ages. trivia: > diff --git a/security/integrity/ima/ima_policy.c > b/security/integrity/ima/ima_policy.c [] > @@ -1012,17 +1012,7 @@ int ima_policy_show(st

[PATCH v3 02/10] ima: use %pU to output UUID in printable format

2016-04-05 Thread Andy Shevchenko
Instead of open coded variant re-use extension what vsprintf.c provides us for ages. Signed-off-by: Andy Shevchenko --- security/integrity/ima/ima_policy.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/security/integrity/ima/ima_policy.c b/security/integrit