linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch v2 0/2] x86/dumpstack: Prevent access to foreign tasks user space
@ 2020-11-17 20:23 Thomas Gleixner
  2020-11-17 20:23 ` [patch v2 1/2] x86/dumpstack: Dont try to access user space code of other tasks Thomas Gleixner
  2020-11-17 20:23 ` [patch v2 2/2] x86/uaccess: Document copy_from_user_nmi() Thomas Gleixner
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Gleixner @ 2020-11-17 20:23 UTC (permalink / raw)
  To: LKML; +Cc: Oleg Nesterov, Mark Mossberg, Ingo Molnar, X86 ML, Jann Horn, kyin

This is the second version of the patch to prevent access to a foreign
tasks user space in copy_code(). It addresses the review comments from
Boris and adds a new patch which provides documentation for
copy_from_user_nmi() to avoid further confusion about it's usage.

V1 can be found here:

 https://lore.kernel.org/r/87blfxx8ps.fsf@nanos.tec.linutronix.de

Thanks,

	tglx



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

end of thread, other threads:[~2020-11-18 12:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17 20:23 [patch v2 0/2] x86/dumpstack: Prevent access to foreign tasks user space Thomas Gleixner
2020-11-17 20:23 ` [patch v2 1/2] x86/dumpstack: Dont try to access user space code of other tasks Thomas Gleixner
2020-11-18 12:20   ` [tip: x86/urgent] x86/dumpstack: Do not " tip-bot2 for Thomas Gleixner
2020-11-17 20:23 ` [patch v2 2/2] x86/uaccess: Document copy_from_user_nmi() Thomas Gleixner
2020-11-18 12:31   ` [tip: x86/cleanups] " tip-bot2 for Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).