All of lore.kernel.org
 help / color / mirror / Atom feed
* [MODERATED] [PATCH v13 2/2] [PATCH v13 2/2] Patch #2 against SSB v12
@ 2018-05-08  3:23 konrad.wilk
  0 siblings, 0 replies; only message in thread
From: konrad.wilk @ 2018-05-08  3:23 UTC (permalink / raw)
  To: speck

The style for the 'status' file is that or _.

Fixes: fae1fa0fc ("proc: Provide details on speculation flaw mitigations")

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
v13: New patch
---
 fs/proc/array.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/proc/array.c b/fs/proc/array.c
index d178a0236514..9e500151a850 100644
--- a/fs/proc/array.c
+++ b/fs/proc/array.c
@@ -336,7 +336,7 @@ static inline void task_seccomp(struct seq_file *m, struct task_struct *p)
 #ifdef CONFIG_SECCOMP
 	seq_put_decimal_ull(m, "\nSeccomp:\t", p->seccomp.mode);
 #endif
-	seq_printf(m, "\nSpeculation Store Bypass:\t");
+	seq_printf(m, "\nSpeculationStoreBypass:\t");
 	switch (arch_prctl_spec_ctrl_get(p, PR_SPEC_STORE_BYPASS)) {
 	case -EINVAL:
 		seq_printf(m, "unknown");
-- 
2.14.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-08  3:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-08  3:23 [MODERATED] [PATCH v13 2/2] [PATCH v13 2/2] Patch #2 against SSB v12 konrad.wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.