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=-13.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_IN_DEF_DKIM_WL autolearn=no 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 62259C4361B for ; Fri, 11 Dec 2020 16:38:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 15AFD22CE3 for ; Fri, 11 Dec 2020 16:38:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390641AbgLKPnF (ORCPT ); Fri, 11 Dec 2020 10:43:05 -0500 Received: from linux.microsoft.com ([13.77.154.182]:47878 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389818AbgLKPmk (ORCPT ); Fri, 11 Dec 2020 10:42:40 -0500 Received: from sequoia (162-237-133-238.lightspeed.rcsntx.sbcglobal.net [162.237.133.238]) by linux.microsoft.com (Postfix) with ESMTPSA id 4623120B717A; Fri, 11 Dec 2020 07:41:58 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4623120B717A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1607701319; bh=Z/5G5fthLzonRDLWBgNgSdlHyzkpMnlXBp85Z/JmUyg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Nf5TLx3vn1lcKB1DA4lTJX2EqfcTb6cgQo7D/Gl5k2AbejMIWpYMlh/0gcUtFSJLE cc8/kh1eKFDzZRxST7ClYDExhCA5K51LpSo2SatfJDL0ah2nStK27gGg8RH+rJ/88P PyFkmr4/3vPKg1Dn+H9dwS1PT53uCJ7n4SAKGADg= Date: Fri, 11 Dec 2020 09:41:56 -0600 From: Tyler Hicks To: Tushar Sugandhi Cc: zohar@linux.ibm.com, stephen.smalley.work@gmail.com, casey@schaufler-ca.com, agk@redhat.com, snitzer@redhat.com, gmazyland@gmail.com, paul@paul-moore.com, sashal@kernel.org, jmorris@namei.org, nramas@linux.microsoft.com, linux-integrity@vger.kernel.org, selinux@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, dm-devel@redhat.com Subject: Re: [PATCH v7 8/8] selinux: include a consumer of the new IMA critical data hook Message-ID: <20201211154156.GB4951@sequoia> References: <20201209194212.5131-1-tusharsu@linux.microsoft.com> <20201209194212.5131-9-tusharsu@linux.microsoft.com> <20201211153618.GA4951@sequoia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201211153618.GA4951@sequoia> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-12-11 09:36:30, Tyler Hicks wrote: > The calls to pr_err() in this aren't quite following the style of the > other error SELinux error messages. Sorry, I left out a word. I meant to say that the calls to pr_err() in this *file* aren't quite following the right style. Please adjust all of them. Thanks! Tyler