From: Josh Poimboeuf <jpoimboe@redhat.com>
To: x86@kernel.org
Cc: linux-kernel@vger.kernel.org,
Peter Zijlstra <peterz@infradead.org>,
Thomas Gleixner <tglx@linutronix.de>,
Chris Wilson <chris@chris-wilson.co.uk>,
Linus Torvalds <torvalds@linux-foundation.org>,
Sedat Dilek <sedat.dilek@gmail.com>,
Nick Desaulniers <ndesaulniers@google.com>,
Nathan Chancellor <natechancellor@gmail.com>,
Arnd Bergmann <arnd@arndb.de>
Subject: [PATCH 0/2] uaccess fixes
Date: Wed, 24 Jul 2019 17:47:24 -0500 [thread overview]
Message-ID: <cover.1564007838.git.jpoimboe@redhat.com> (raw)
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
next reply other threads:[~2019-07-24 22:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-24 22:47 Josh Poimboeuf [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1564007838.git.jpoimboe@redhat.com \
--to=jpoimboe@redhat.com \
--cc=arnd@arndb.de \
--cc=chris@chris-wilson.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=natechancellor@gmail.com \
--cc=ndesaulniers@google.com \
--cc=peterz@infradead.org \
--cc=sedat.dilek@gmail.com \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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