Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp846652ybb; Wed, 25 Mar 2020 10:43:50 -0700 (PDT) X-Google-Smtp-Source: ADFU+vu82xDaCesEnYvd7Sl/uamlhU+wVhmglOCt8178X0lGCfEjIACAgq8fGj7JnW//nldeGyjZ X-Received: by 2002:aca:4142:: with SMTP id o63mr3191624oia.118.1585158230855; Wed, 25 Mar 2020 10:43:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585158230; cv=none; d=google.com; s=arc-20160816; b=yi4HE7O+oNJVNfqcyDYXYK3+ZIhCSfvZAxH6YgkziKv9spObdYRPWiwgoq/wL/qOFn 8sOBkvayREgfd0BJ76eJk/g3uvsYXDHlOmxKHevM3VahgyYUzuKdNvDHHJvDvj9VjQRj dDZ8AyEBBK+f6jk+xEfZeoaBPiqZd99hWedfgTgSegDalJIwHu3YUl4kKZDEH9eKBYIC RMdnz3i9TyYFXL0g4YlLdIYUNOJtm3OQQoevOjoc5EmvI2C/wavptxUkqDpZ8vU9bDjZ 94i1HDTemk99pUpDXmq7DOt8mgJOyX/SOlRdziae+mzscIYZwURBo381hha0Bztq8m0r 5WTw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=fnpmslI/a+slAgkaUNd5wnB7KX8/KNT05lAtIHB6kOs=; b=Ueg6sVOoGw80ndG0WaKgCIO+oW4me+NJvYPXzZL1Oavv1jHmrO8GNEE3ptKOuzODeB p6Fr6eGlQ8FbJh18bTppMTMTDi/fvPrlIp3QEECfrKpydIhwMGp3Zg0xyCFkbkFQ1xBO z8FqcPlHX4aaaiCElMs7722G8+3U78zHEsf38rfM+jBsfBczqpZ6X9jeO9Ag+aRkqkIO qyrBSlA/NVNkm0fDzNmQHajdV49V9Ros8SYG+l5Kc7BS9gW9ltI9wMjcFBaU0j7UT3FS iBTFRSC1HOaasEtSua0BvMDhsiIB2IjLHt3s7Wb/3X5TSPU80fndhA1YI7LaLyxxvuI5 i1cw== 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; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d6si7009441oti.124.2020.03.25.10.43.36; Wed, 25 Mar 2020 10:43:50 -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; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727855AbgCYRnR (ORCPT + 99 others); Wed, 25 Mar 2020 13:43:17 -0400 Received: from monster.unsafe.ru ([5.9.28.80]:40896 "EHLO mail.unsafe.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727554AbgCYRnR (ORCPT ); Wed, 25 Mar 2020 13:43:17 -0400 Received: from comp-core-i7-2640m-0182e6.redhat.com (ip-89-102-33-211.net.upcbroadband.cz [89.102.33.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.unsafe.ru (Postfix) with ESMTPSA id 7769AC61AE0; Wed, 25 Mar 2020 17:43:13 +0000 (UTC) From: Alexey Gladkov To: LKML , Kernel Hardening , Linux API , Linux FS Devel , Linux Security Module Cc: Akinobu Mita , Alexander Viro , Alexey Dobriyan , Alexey Gladkov , Andrew Morton , Andy Lutomirski , Daniel Micay , Djalal Harouni , "Dmitry V . Levin" , "Eric W . Biederman" , Greg Kroah-Hartman , Ingo Molnar , "J . Bruce Fields" , Jeff Layton , Jonathan Corbet , Kees Cook , Linus Torvalds , Oleg Nesterov Subject: [PATCH v9 9/8] proc: use named enums for better readability Date: Wed, 25 Mar 2020 18:42:45 +0100 Message-Id: <20200325174245.298009-1-gladkov.alexey@gmail.com> X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Alexey Gladkov --- fs/proc/base.c | 2 +- fs/proc/inode.c | 2 +- fs/proc/root.c | 4 ++-- include/linux/proc_fs.h | 6 +++--- include/uapi/linux/proc_fs.h | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/fs/proc/base.c b/fs/proc/base.c index a836979e42fe..608d60fb79fb 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c @@ -699,7 +699,7 @@ int proc_setattr(struct dentry *dentry, struct iattr *attr) */ static bool has_pid_permissions(struct proc_fs_info *fs_info, struct task_struct *task, - int hide_pid_min) + enum proc_hidepid hide_pid_min) { /* * If 'hidpid' mount option is set force a ptrace check, diff --git a/fs/proc/inode.c b/fs/proc/inode.c index a462fd111719..7870e0be0a1f 100644 --- a/fs/proc/inode.c +++ b/fs/proc/inode.c @@ -165,7 +165,7 @@ void proc_invalidate_siblings_dcache(struct hlist_head *inodes, spinlock_t *lock deactivate_super(old_sb); } -static inline const char *hidepid2str(int v) +static inline const char *hidepid2str(enum proc_hidepid v) { switch (v) { case HIDEPID_OFF: return "off"; diff --git a/fs/proc/root.c b/fs/proc/root.c index 42f3ee05c584..de7cee435621 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c @@ -32,9 +32,9 @@ struct proc_fs_context { struct proc_fs_info *fs_info; unsigned int mask; - int hidepid; + enum proc_hidepid hidepid; int gid; - int pidonly; + enum proc_pidonly pidonly; }; enum proc_param { diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index d259817ec913..b9f7ecd7f61f 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h @@ -29,7 +29,7 @@ struct proc_ops { }; /* definitions for proc mount option pidonly */ -enum { +enum proc_pidonly { PROC_PIDONLY_OFF = 0, PROC_PIDONLY_ON = 1, }; @@ -39,8 +39,8 @@ struct proc_fs_info { struct dentry *proc_self; /* For /proc/self */ struct dentry *proc_thread_self; /* For /proc/thread-self */ kgid_t pid_gid; - int hide_pid; - int pidonly; + enum proc_hidepid hide_pid; + enum proc_pidonly pidonly; }; static inline struct proc_fs_info *proc_sb_info(struct super_block *sb) diff --git a/include/uapi/linux/proc_fs.h b/include/uapi/linux/proc_fs.h index dc6d717aa6ec..f5fe0e8dcfe4 100644 --- a/include/uapi/linux/proc_fs.h +++ b/include/uapi/linux/proc_fs.h @@ -3,7 +3,7 @@ #define _UAPI_PROC_FS_H /* definitions for hide_pid field */ -enum { +enum proc_hidepid { HIDEPID_OFF = 0, HIDEPID_NO_ACCESS = 1, HIDEPID_INVISIBLE = 2, -- 2.25.2