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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 AAE6DC4346E for ; Tue, 29 Sep 2020 08:40:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5533E20789 for ; Tue, 29 Sep 2020 08:40:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727743AbgI2IkF convert rfc822-to-8bit (ORCPT ); Tue, 29 Sep 2020 04:40:05 -0400 Received: from mail.fireflyinternet.com ([77.68.26.236]:63857 "EHLO fireflyinternet.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725468AbgI2IkE (ORCPT ); Tue, 29 Sep 2020 04:40:04 -0400 X-Greylist: delayed 969 seconds by postgrey-1.27 at vger.kernel.org; Tue, 29 Sep 2020 04:40:03 EDT X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=78.156.65.138; Received: from localhost (unverified [78.156.65.138]) by fireflyinternet.com (Firefly Internet (M1)) with ESMTP (TLS) id 22564106-1500050 for multiple; Tue, 29 Sep 2020 09:23:37 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT In-Reply-To: <160136751431.9258.5367116987368823201@jlahtine-mobl.ger.corp.intel.com> References: <160136751431.9258.5367116987368823201@jlahtine-mobl.ger.corp.intel.com> Subject: Re: REGRESSION: in intel video driver following introduction of mm_struct.has_pinned From: Chris Wilson To: Joonas Lahtinen , Tony Fischetti , airlied@linux.ie, intel-gfx@lists.freedesktop.org, jani.nikula@linux.intel.com, linux-kernel@vger.kernel.org, peterx@redhat.com, rodrigo.vivi@intel.com Date: Tue, 29 Sep 2020 09:23:41 +0100 Message-ID: <160136782105.20502.13725312236043545047@build.alporthouse.com> User-Agent: alot/0.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Joonas Lahtinen (2020-09-29 09:18:34) > (+ intel-gfx for being i915 related) > (+ Chris who has looked into the issue) > > Hi, > > Thanks for reporting! Fixed in commit a4d63c3732f1a0c91abcf5b7f32b4ef7dcd82025 Author: Jason A. Donenfeld Date: Mon Sep 28 12:35:07 2020 +0200 mm: do not rely on mm == current->mm in __get_user_pages_locked -Chris