Re: [PATCH v2] fs: ubifs: set s_uuid in super block to support ima/evm uuid options

2021-02-16 Thread Stephen Rothwell
Hi Andy, On Tue, 16 Feb 2021 11:11:08 +0200 Andy Shevchenko wrote: > > Stephen, do you have a check in Linux Next to catch the problem that > Co-developed-by is not being accompanied by a corresponding SoB? No, but I will see about adding one. Thanks fo rthe heads up. -- Cheers, Stephen

Re: [PATCH v2] fs: ubifs: set s_uuid in super block to support ima/evm uuid options

2021-02-16 Thread Andy Shevchenko
+Cc: Stephen Stephen, do you have a check in Linux Next to catch the problem that Co-developed-by is not being accompanied by a corresponding SoB? On Tue, Feb 16, 2021 at 11:09 AM Andy Shevchenko wrote: > > On Tue, Feb 16, 2021 at 9:24 AM Juergen Borleis wrote: > > > > From: Steffen Trumtrar

Re: [PATCH v2] fs: ubifs: set s_uuid in super block to support ima/evm uuid options

2021-02-16 Thread Andy Shevchenko
On Tue, Feb 16, 2021 at 9:24 AM Juergen Borleis wrote: > > From: Steffen Trumtrar > > This is required to provide uuid based integrity functionality for: > ima_policy (fsuuid option) and the 'evmctl' command ('--uuid' option). Reviewed-by: Andy Shevchenko One issue below has to be addressed

[PATCH v2] fs: ubifs: set s_uuid in super block to support ima/evm uuid options

2021-02-15 Thread Juergen Borleis
From: Steffen Trumtrar This is required to provide uuid based integrity functionality for: ima_policy (fsuuid option) and the 'evmctl' command ('--uuid' option). Co-developed-by: Oleksij Rempel Co-developed-by: Juergen Borleis Signed-off-by: Steffen Trumtrar --- fs/ubifs/super.c | 2 ++ 1