From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 32EDCC43143 for ; Mon, 1 Oct 2018 21:23:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EAD9C2146D for ; Mon, 1 Oct 2018 21:23:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EAD9C2146D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726418AbeJBEDD (ORCPT ); Tue, 2 Oct 2018 00:03:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:37898 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725878AbeJBEDD (ORCPT ); Tue, 2 Oct 2018 00:03:03 -0400 Received: from gandalf.local.home (cpe-66-24-56-78.stny.res.rr.com [66.24.56.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8649B208AE; Mon, 1 Oct 2018 21:23:16 +0000 (UTC) Date: Mon, 1 Oct 2018 17:23:15 -0400 From: Steven Rostedt To: John Johansen Cc: Kees Cook , James Morris , "Serge E. Hallyn" , Abderrahmane Benbachir , linux-security-module@vger.kernel.org, Casey Schaufler , Tetsuo Handa , Paul Moore , Stephen Smalley , "Schaufler, Casey" , Jonathan Corbet , linux-doc@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH security-next v3 04/29] LSM: Remove initcall tracing Message-ID: <20181001172315.225d18dc@gandalf.local.home> In-Reply-To: References: <20180925001832.18322-1-keescook@chromium.org> <20180925001832.18322-5-keescook@chromium.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 1 Oct 2018 14:07:55 -0700 John Johansen wrote: > On 09/24/2018 05:18 PM, 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. > > > > Cc: James Morris > > Cc: "Serge E. Hallyn" > > Cc: Abderrahmane Benbachir > > Cc: Steven Rostedt (VMware) > > Cc: linux-security-module@vger.kernel.org > > Signed-off-by: Kees Cook > > > Reviewed-by: John Johansen > > though I do think it would be a good idea to add a new set > of trace points, but that can come as a separate patch > > Agreed. -- Steve