All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] noinstr fixes
@ 2023-04-12 17:24 Josh Poimboeuf
  2023-04-12 17:24 ` [PATCH 1/3] context_tracking: Fix KCSAN noinstr violation Josh Poimboeuf
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Josh Poimboeuf @ 2023-04-12 17:24 UTC (permalink / raw)
  To: x86; +Cc: linux-kernel, Peter Zijlstra, frederic, paulmck, keescook

Fix a few noinstr violations reported by objtool.

Josh Poimboeuf (3):
  context_tracking: Fix KCSAN noinstr violation
  sched: Fix KCSAN noinstr violation
  lkdtm/stackleak: Fix noinstr violation

 drivers/misc/lkdtm/stackleak.c   | 6 ++++++
 include/linux/context_tracking.h | 2 +-
 include/linux/sched/task_stack.h | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-04-14 14:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-12 17:24 [PATCH 0/3] noinstr fixes Josh Poimboeuf
2023-04-12 17:24 ` [PATCH 1/3] context_tracking: Fix KCSAN noinstr violation Josh Poimboeuf
2023-04-13 13:58   ` Frederic Weisbecker
2023-04-14 14:47   ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf
2023-04-12 17:24 ` [PATCH 2/3] sched: " Josh Poimboeuf
2023-04-14 14:47   ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf
2023-04-12 17:24 ` [PATCH 3/3] lkdtm/stackleak: Fix " Josh Poimboeuf
2023-04-14 14:47   ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf

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.