Alexey Dobriyan Sat, 13 Oct 2018 00:58:51 -0700
> +struct proc_fs_context { > + struct pid_namespace *pid_ns; > + unsigned long mask;
mask should "unsigned" as there aren't lot of flags.