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=-5.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 0257CC433E0 for ; Fri, 22 May 2020 02:56:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D170F207E8 for ; Fri, 22 May 2020 02:56:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="TJWMmnVX" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727956AbgEVC4R (ORCPT ); Thu, 21 May 2020 22:56:17 -0400 Received: from hqnvemgate25.nvidia.com ([216.228.121.64]:8294 "EHLO hqnvemgate25.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727770AbgEVC4Q (ORCPT ); Thu, 21 May 2020 22:56:16 -0400 Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate25.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Thu, 21 May 2020 19:54:56 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Thu, 21 May 2020 19:56:16 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Thu, 21 May 2020 19:56:16 -0700 Received: from [10.2.48.182] (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Fri, 22 May 2020 02:56:15 +0000 Subject: Re: [PATCH] mm/gup: fixup gup.c for "mm/gup: refactor and de-duplicate gup_fast() code" To: Chris Wilson , Andrew Morton CC: Souptick Joarder , Matthew Wilcox , Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , David Airlie , Daniel Vetter , Tvrtko Ursulin , Matthew Auld , , , LKML , References: <20200521233841.1279742-1-jhubbard@nvidia.com> <159011561851.32320.15372940900085926477@build.alporthouse.com> X-Nvconfidentiality: public From: John Hubbard Message-ID: <19baba24-1f05-9497-2d23-36c2af09d080@nvidia.com> Date: Thu, 21 May 2020 19:56:15 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <159011561851.32320.15372940900085926477@build.alporthouse.com> X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL105.nvidia.com (172.20.187.12) To HQMAIL107.nvidia.com (172.20.187.13) Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1590116096; bh=ZAaG0RT29C3mMCelcOYrNPFdgL+X0u5fdvmv/XTgbkc=; h=X-PGP-Universal:Subject:To:CC:References:X-Nvconfidentiality:From: Message-ID:Date:User-Agent:MIME-Version:In-Reply-To: X-Originating-IP:X-ClientProxiedBy:Content-Type:Content-Language: Content-Transfer-Encoding; b=TJWMmnVXno2KwLrQrVCBptO62ixYJXrnhmGBvfspnNjIVECJQuuUtf1JeHSN6fv7P XwX/TlqcFZ6qoSxl/wadKFem1hPdciMiZTSzHaO8MPq6/UTnri7pGV+AQForDp/6Gp Xql98VL2kl7HJMdj/zhWZ4H18Mb+pTQZ3KM57Zh7dgSJVV5g0qswajsa4oLSTqUAmv zc/evDP3vS7BHBsJrkNzolR2q/x3MiEtqy3esU26QF5FXHmR/qj1bCBtKO+sfUtfJz eDnXjhUNbzvLztmlFWeBo5JQrKOUPA+JDHBf59Vnrrdx3AcmX+yFVQjh7k0UJlcipA 8OOcXDtb3wVVQ== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-05-21 19:46, Chris Wilson wrote: > Quoting John Hubbard (2020-05-22 00:38:41) >> Include FOLL_FAST_ONLY in the list of flags to *not* WARN() >> on, in internal_get_user_pages_fast(). >> >> Cc: Chris Wilson >> Cc: Daniel Vetter >> Cc: David Airlie >> Cc: Jani Nikula >> Cc: "Joonas Lahtinen" >> Cc: Matthew Auld >> Cc: Matthew Wilcox >> Cc: Rodrigo Vivi >> Cc: Souptick Joarder >> Cc: Tvrtko Ursulin >> Signed-off-by: John Hubbard >> --- >> >> Hi Andrew, Chris, >> >> Andrew: This is a fixup that applies to today's (20200521) linux-next. >> In that tree, this fixes up: >> >> commit dfb8dfe80808 ("mm/gup: refactor and de-duplicate gup_fast() code") >> >> Chris: I'd like to request another CI run for the drm/i915 changes, so >> for that, would you prefer that I post a v2 of the series [1], or >> is it easier for you to just apply this patch here, on top of [2]? > > If you post your series again with this patch included to intel-gfx, CI > will pick it up. Or I'll do that in the morning. > -Chris > OK, perfect. I'll post a version for linux.git in a moment here. thanks, -- John Hubbard NVIDIA 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=-5.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 4BE9AC433E0 for ; Fri, 22 May 2020 02:56:20 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 21A10207D8 for ; Fri, 22 May 2020 02:56:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="TJWMmnVX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 21A10207D8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nvidia.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6A5076E971; Fri, 22 May 2020 02:56:18 +0000 (UTC) Received: from hqnvemgate25.nvidia.com (hqnvemgate25.nvidia.com [216.228.121.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id B2F296E96C; Fri, 22 May 2020 02:56:16 +0000 (UTC) Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate25.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Thu, 21 May 2020 19:54:56 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Thu, 21 May 2020 19:56:16 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Thu, 21 May 2020 19:56:16 -0700 Received: from [10.2.48.182] (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Fri, 22 May 2020 02:56:15 +0000 Subject: Re: [PATCH] mm/gup: fixup gup.c for "mm/gup: refactor and de-duplicate gup_fast() code" To: Chris Wilson , Andrew Morton References: <20200521233841.1279742-1-jhubbard@nvidia.com> <159011561851.32320.15372940900085926477@build.alporthouse.com> X-Nvconfidentiality: public From: John Hubbard Message-ID: <19baba24-1f05-9497-2d23-36c2af09d080@nvidia.com> Date: Thu, 21 May 2020 19:56:15 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <159011561851.32320.15372940900085926477@build.alporthouse.com> X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL105.nvidia.com (172.20.187.12) To HQMAIL107.nvidia.com (172.20.187.13) Content-Language: en-US DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1590116096; bh=ZAaG0RT29C3mMCelcOYrNPFdgL+X0u5fdvmv/XTgbkc=; h=X-PGP-Universal:Subject:To:CC:References:X-Nvconfidentiality:From: Message-ID:Date:User-Agent:MIME-Version:In-Reply-To: X-Originating-IP:X-ClientProxiedBy:Content-Type:Content-Language: Content-Transfer-Encoding; b=TJWMmnVXno2KwLrQrVCBptO62ixYJXrnhmGBvfspnNjIVECJQuuUtf1JeHSN6fv7P XwX/TlqcFZ6qoSxl/wadKFem1hPdciMiZTSzHaO8MPq6/UTnri7pGV+AQForDp/6Gp Xql98VL2kl7HJMdj/zhWZ4H18Mb+pTQZ3KM57Zh7dgSJVV5g0qswajsa4oLSTqUAmv zc/evDP3vS7BHBsJrkNzolR2q/x3MiEtqy3esU26QF5FXHmR/qj1bCBtKO+sfUtfJz eDnXjhUNbzvLztmlFWeBo5JQrKOUPA+JDHBf59Vnrrdx3AcmX+yFVQjh7k0UJlcipA 8OOcXDtb3wVVQ== X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Matthew Wilcox , dri-devel@lists.freedesktop.org, Tvrtko Ursulin , David Airlie , intel-gfx@lists.freedesktop.org, LKML , linux-mm@kvack.org, Souptick Joarder , Rodrigo Vivi , Matthew Auld Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 2020-05-21 19:46, Chris Wilson wrote: > Quoting John Hubbard (2020-05-22 00:38:41) >> Include FOLL_FAST_ONLY in the list of flags to *not* WARN() >> on, in internal_get_user_pages_fast(). >> >> Cc: Chris Wilson >> Cc: Daniel Vetter >> Cc: David Airlie >> Cc: Jani Nikula >> Cc: "Joonas Lahtinen" >> Cc: Matthew Auld >> Cc: Matthew Wilcox >> Cc: Rodrigo Vivi >> Cc: Souptick Joarder >> Cc: Tvrtko Ursulin >> Signed-off-by: John Hubbard >> --- >> >> Hi Andrew, Chris, >> >> Andrew: This is a fixup that applies to today's (20200521) linux-next. >> In that tree, this fixes up: >> >> commit dfb8dfe80808 ("mm/gup: refactor and de-duplicate gup_fast() code") >> >> Chris: I'd like to request another CI run for the drm/i915 changes, so >> for that, would you prefer that I post a v2 of the series [1], or >> is it easier for you to just apply this patch here, on top of [2]? > > If you post your series again with this patch included to intel-gfx, CI > will pick it up. Or I'll do that in the morning. > -Chris > OK, perfect. I'll post a version for linux.git in a moment here. thanks, -- John Hubbard NVIDIA _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel 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=-5.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 17CF4C433DF for ; Sat, 23 May 2020 18:13:39 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CD9462072C for ; Sat, 23 May 2020 18:13:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="TJWMmnVX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CD9462072C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nvidia.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 534496E185; Sat, 23 May 2020 18:13:38 +0000 (UTC) Received: from hqnvemgate25.nvidia.com (hqnvemgate25.nvidia.com [216.228.121.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id B2F296E96C; Fri, 22 May 2020 02:56:16 +0000 (UTC) Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate25.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Thu, 21 May 2020 19:54:56 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Thu, 21 May 2020 19:56:16 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Thu, 21 May 2020 19:56:16 -0700 Received: from [10.2.48.182] (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Fri, 22 May 2020 02:56:15 +0000 To: Chris Wilson , Andrew Morton References: <20200521233841.1279742-1-jhubbard@nvidia.com> <159011561851.32320.15372940900085926477@build.alporthouse.com> X-Nvconfidentiality: public From: John Hubbard Message-ID: <19baba24-1f05-9497-2d23-36c2af09d080@nvidia.com> Date: Thu, 21 May 2020 19:56:15 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <159011561851.32320.15372940900085926477@build.alporthouse.com> X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL105.nvidia.com (172.20.187.12) To HQMAIL107.nvidia.com (172.20.187.13) Content-Language: en-US DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1590116096; bh=ZAaG0RT29C3mMCelcOYrNPFdgL+X0u5fdvmv/XTgbkc=; h=X-PGP-Universal:Subject:To:CC:References:X-Nvconfidentiality:From: Message-ID:Date:User-Agent:MIME-Version:In-Reply-To: X-Originating-IP:X-ClientProxiedBy:Content-Type:Content-Language: Content-Transfer-Encoding; b=TJWMmnVXno2KwLrQrVCBptO62ixYJXrnhmGBvfspnNjIVECJQuuUtf1JeHSN6fv7P XwX/TlqcFZ6qoSxl/wadKFem1hPdciMiZTSzHaO8MPq6/UTnri7pGV+AQForDp/6Gp Xql98VL2kl7HJMdj/zhWZ4H18Mb+pTQZ3KM57Zh7dgSJVV5g0qswajsa4oLSTqUAmv zc/evDP3vS7BHBsJrkNzolR2q/x3MiEtqy3esU26QF5FXHmR/qj1bCBtKO+sfUtfJz eDnXjhUNbzvLztmlFWeBo5JQrKOUPA+JDHBf59Vnrrdx3AcmX+yFVQjh7k0UJlcipA 8OOcXDtb3wVVQ== X-Mailman-Approved-At: Sat, 23 May 2020 18:13:37 +0000 Subject: Re: [Intel-gfx] [PATCH] mm/gup: fixup gup.c for "mm/gup: refactor and de-duplicate gup_fast() code" X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Matthew Wilcox , dri-devel@lists.freedesktop.org, David Airlie , intel-gfx@lists.freedesktop.org, LKML , linux-mm@kvack.org, Souptick Joarder , Matthew Auld Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On 2020-05-21 19:46, Chris Wilson wrote: > Quoting John Hubbard (2020-05-22 00:38:41) >> Include FOLL_FAST_ONLY in the list of flags to *not* WARN() >> on, in internal_get_user_pages_fast(). >> >> Cc: Chris Wilson >> Cc: Daniel Vetter >> Cc: David Airlie >> Cc: Jani Nikula >> Cc: "Joonas Lahtinen" >> Cc: Matthew Auld >> Cc: Matthew Wilcox >> Cc: Rodrigo Vivi >> Cc: Souptick Joarder >> Cc: Tvrtko Ursulin >> Signed-off-by: John Hubbard >> --- >> >> Hi Andrew, Chris, >> >> Andrew: This is a fixup that applies to today's (20200521) linux-next. >> In that tree, this fixes up: >> >> commit dfb8dfe80808 ("mm/gup: refactor and de-duplicate gup_fast() code") >> >> Chris: I'd like to request another CI run for the drm/i915 changes, so >> for that, would you prefer that I post a v2 of the series [1], or >> is it easier for you to just apply this patch here, on top of [2]? > > If you post your series again with this patch included to intel-gfx, CI > will pick it up. Or I'll do that in the morning. > -Chris > OK, perfect. I'll post a version for linux.git in a moment here. thanks, -- John Hubbard NVIDIA _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx