Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp5034702imm; Tue, 12 Jun 2018 01:11:32 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKBMc1lgx8Jiiwz1dXMlxhwetYel9kQtSxfEyFeip66VlisCPGHa/tHHCkwOD8IaUgsBDcu X-Received: by 2002:a63:618e:: with SMTP id v136-v6mr2315078pgb.100.1528791092205; Tue, 12 Jun 2018 01:11:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528791092; cv=none; d=google.com; s=arc-20160816; b=qTk2XnmoI3GKSzq6lKt8LwkEQ+tyN+ZqNdvrD+9c8Lpp5/QmQ37L5V0yx8LyKvr4O8 78LiKA4g19XhYj4GgHWeYzCpkfw0+rfhewfmcSDjc0URjeXTJNRmV36ITTXzNEHtUMfz OHQSJtxN6riiInyzILLboCLMOQbgL3a3cjbO4iLwGjcCHnzcmYQwkEGS2xDgn8j3VuYj SLyfQmO5ourLWD4SH8yPyvtTqHDtgddC7f/Lp72SWTBKf0MHUSMjzRCsEfoy34ASC6Pu csmu0UoV2IbN18ThTLMjLaGja7QY07Mv6EZ55tiQA3pOMTtcBwrpaMOOoNlkrjctzAMO yJXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:to :from:arc-authentication-results; bh=pQAFYxZKu3RDhV1dQ0kLNwTYq9WCDm6Tj7PuTzd/toQ=; b=v/fAOC8kVAGDjQUhutQU5prRCpBVGXk4OX0vIfrD6ONEuHUkHjJpOcEmq0XiP2O2g1 Ir7cHGaE+IM4I8j9bU/jMY6AgJcdxpuKByhIaSoNKiLpwmqdWbfxubvtXdHufAIisjNS Y4B/jTWm3vqkNgxHnOUV0TVjsXzrofVAoqhFz1UTlom7quoWGRJ9t3Z9LRRogZKyuvx1 j/rJ5XNGzHj4Jfuul1Q/5e8BVEAHJ8QOxmFcpVOrCF93QttaLSVaKUMrecYf1F3kfQl6 3c51V5cwmj+odPA0INNpHiajW9JxW0WOfkR7C4KStl4lE6gi1mmZGNDJXSrKfUtq1xON RnLQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b98-v6si264343plb.504.2018.06.12.01.11.18; Tue, 12 Jun 2018 01:11:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933684AbeFLIJv (ORCPT + 99 others); Tue, 12 Jun 2018 04:09:51 -0400 Received: from seldsegrel01.sonyericsson.com ([37.139.156.29]:5940 "EHLO SELDSEGREL01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932497AbeFLIJt (ORCPT ); Tue, 12 Jun 2018 04:09:49 -0400 From: Peter Enderborg To: , Paul Moore , Stephen Smalley , Eric Paris , James Morris , Daniel Jurgens , Doug Ledford , , , , "Serge E . Hallyn" Subject: [PATCH 00/13 selinux-next] selinux: Cleanup printk logging Date: Tue, 12 Jun 2018 10:08:59 +0200 Message-ID: <20180612080912.7827-1-peter.enderborg@sony.com> X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch replaces printk with pr_* for the selinux files. I get a lot of checkpatch warnings when doing my other work, lets get rid of the warnings. For the policydb.c there also a removal of KERN_CONT with two longer prints. I have NOT cleaned up splitting lines with long prints. I think the current conclusion is that it is better to have long lines that it to have splitting print lines. There is one patch per file for this files: conditional.c ebitmap.c policydb.c avtab.c hooks.c avtab.c services.c selinuxfs.c netlink.c sidtab.c netport.c netif.c avc.c netnode.c