mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] uaccess fixes
@ 2019-07-24 22:47 Josh Poimboeuf
  2019-07-24 22:47 ` [PATCH 1/2] drm/i915: Remove redundant user_access_end() from __copy_from_user() error path Josh Poimboeuf
  2019-07-24 22:47 ` [PATCH 2/2] objtool: Improve UACCESS coverage Josh Poimboeuf
  0 siblings, 2 replies; 6+ messages in thread
From: Josh Poimboeuf @ 2019-07-24 22:47 UTC (permalink / raw)
  To: x86
  Cc: linux-kernel, Peter Zijlstra, Thomas Gleixner, Chris Wilson,
	Linus Torvalds, Sedat Dilek, Nick Desaulniers, Nathan Chancellor,
	Arnd Bergmann

An i915 redundant CLAC fix, and an objtool fix which would have caught
it earlier.

Josh Poimboeuf (1):
  drm/i915: Remove redundant user_access_end() from __copy_from_user()
    error path

Peter Zijlstra (1):
  objtool: Improve UACCESS coverage

 .../gpu/drm/i915/gem/i915_gem_execbuffer.c    | 20 +++++++++----------
 tools/objtool/check.c                         |  7 ++++---
 tools/objtool/check.h                         |  3 ++-
 3 files changed, 15 insertions(+), 15 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-07-25 20:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24 22:47 [PATCH 0/2] uaccess fixes Josh Poimboeuf
2019-07-24 22:47 ` [PATCH 1/2] drm/i915: Remove redundant user_access_end() from __copy_from_user() error path Josh Poimboeuf
2019-07-25  6:10   ` Sedat Dilek
2019-07-25 20:21     ` Josh Poimboeuf
2019-07-24 22:47 ` [PATCH 2/2] objtool: Improve UACCESS coverage Josh Poimboeuf
2019-07-25  6:40   ` [tip:core/urgent] " tip-bot for Peter Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome