X-Git-Url: https://git.proxmox.com/?p=mirror_ubuntu-artful-kernel.git;a=blobdiff_plain;f=fs%2Fproc%2Farray.c;h=f2555b3dbe850374aa4c506da31c4f3ec5a1e473;hp=928b2b7fb8220b7c9dceb41e519fdec0fc3d0dba;hb=e29928d4e84f9333c11f324516d991c399277e8f;hpb=ed0cbc9e409c32cd35ff7eb9f83d2a4414a615d2 diff --git a/fs/proc/array.c b/fs/proc/array.c index 928b2b7fb822..f2555b3dbe85 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -361,6 +361,9 @@ static inline void task_seccomp(struct seq_file *m, struct task_struct *p) case PR_SPEC_NOT_AFFECTED: seq_printf(m, "not vulnerable"); break; + case PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE: + seq_printf(m, "thread force mitigated"); + break; case PR_SPEC_PRCTL | PR_SPEC_DISABLE: seq_printf(m, "thread mitigated"); break;