Re: [PATCH security-next v4 04/32] LSM: Remove initcall tracing

2018-10-02 Thread James Morris
On Mon, 1 Oct 2018, Kees Cook wrote: > This partially reverts commit 58eacfffc417 ("init, tracing: instrument > security and console initcall trace events") since security init calls > are about to no longer resemble regular init calls. > > Signed-off-by: Kees Cook > Reviewed-by: Casey Schaufler

[PATCH security-next v4 04/32] LSM: Remove initcall tracing

2018-10-01 Thread Kees Cook
This partially reverts commit 58eacfffc417 ("init, tracing: instrument security and console initcall trace events") since security init calls are about to no longer resemble regular init calls. Signed-off-by: Kees Cook Reviewed-by: Casey Schaufler --- security/security.c | 8 +--- 1 file ch