| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <20181013075807.GB25825@avx2>
Date: Sat, 13 Oct 2018 10:58:07 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: dhowells@...hat.com
Cc: linux-kernel@...r.kernel.org
Subject: Re: proc: Add fs_context support to procfs
> +struct proc_fs_context {
> + struct pid_namespace *pid_ns;
> + unsigned long mask;
mask should "unsigned" as there aren't lot of flags.