From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2F7EC76186 for ; Wed, 24 Jul 2019 22:48:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9B7182189F for ; Wed, 24 Jul 2019 22:48:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388517AbfGXWsw (ORCPT ); Wed, 24 Jul 2019 18:48:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32914 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388286AbfGXWsw (ORCPT ); Wed, 24 Jul 2019 18:48:52 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 05F86302246D; Wed, 24 Jul 2019 22:48:52 +0000 (UTC) Received: from treble.redhat.com (ovpn-122-90.rdu2.redhat.com [10.10.122.90]) by smtp.corp.redhat.com (Postfix) with ESMTP id C11CD1001B04; Wed, 24 Jul 2019 22:48:50 +0000 (UTC) From: Josh Poimboeuf To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Thomas Gleixner , Chris Wilson , Linus Torvalds , Sedat Dilek , Nick Desaulniers , Nathan Chancellor , Arnd Bergmann Subject: [PATCH 0/2] uaccess fixes Date: Wed, 24 Jul 2019 17:47:24 -0500 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Wed, 24 Jul 2019 22:48:52 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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