[PATCH 12/13] selinux: Cleanup printk logging in avc
Paul Moore
paul at paul-moore.com
Tue Jun 19 17:48:38 UTC 2018
On Tue, Jun 12, 2018 at 4:09 AM Peter Enderborg
<peter.enderborg at sony.com> wrote:
>
> Replace printk with pr_* to avoid checkpatch warnings.
>
> Signed-off-by: Peter Enderborg <peter.enderborg at sony.com>
> ---
> security/selinux/avc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Merged, thanks.
> diff --git a/security/selinux/avc.c b/security/selinux/avc.c
> index f3aedf077509..635e5c1e3e48 100644
> --- a/security/selinux/avc.c
> +++ b/security/selinux/avc.c
> @@ -650,7 +650,7 @@ static int avc_latest_notif_update(struct selinux_avc *avc,
> spin_lock_irqsave(¬if_lock, flag);
> if (is_insert) {
> if (seqno < avc->avc_cache.latest_notif) {
> - printk(KERN_WARNING "SELinux: avc: seqno %d < latest_notif %d\n",
> + pr_warn("SELinux: avc: seqno %d < latest_notif %d\n",
> seqno, avc->avc_cache.latest_notif);
> ret = -EAGAIN;
> }
> --
> 2.15.1
>
--
paul moore
www.paul-moore.com
--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the Linux-security-module-archive
mailing list