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=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 BF41CC433E0 for ; Wed, 27 Jan 2021 20:31:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 76A9160C3D for ; Wed, 27 Jan 2021 20:31:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232663AbhA0UbI (ORCPT ); Wed, 27 Jan 2021 15:31:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232973AbhA0U27 (ORCPT ); Wed, 27 Jan 2021 15:28:59 -0500 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86735C061574; Wed, 27 Jan 2021 12:28:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:References:Cc:To:From:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=oFMbfuupF5qnB6YTbe/PlxR6DkqFHEEIW3wA0kAnXxI=; b=PQBxaynT0BJWv5gytOuGpVJDT1 3JmD3UKXDVX3nNpKMwai16T/7ilnMOqA9kku85adI7ExX/hFPL8h5KHrQYV7UCwpPQBVZxsr6vAEu DVsgzUHEl+lPoUXwSRMzRCESj4bObvGfyzq7f7ADi9Y8Wk2CP6W8ymRzX2G7x6vWhsupcyceFNjtU 9O8R7YAGvy4+jZkfl/1RXhxTxd7GKciAlR9aggEGFm9So3xmaDEXAbSJB0R9QGuWZS3daFBIO3Pq3 RLMA4j0A/D1V+WosHG7DAiyJpGV6guU0jDnxv1FOtJaTfQwMcQZFMfuNSLUS8X1WQDWJMtFf+MEMi 9X+sSjQA==; Received: from [2601:1c0:6280:3f0::7650] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4rQB-0001ol-Aw; Wed, 27 Jan 2021 20:28:11 +0000 Subject: Re: linux-next: Tree for Jan 27 (drm/i915) From: Randy Dunlap To: Stephen Rothwell , Linux Next Mailing List Cc: Linux Kernel Mailing List , dri-devel , intel-gfx , Chris Wilson References: <20210128014419.55ea9ae4@canb.auug.org.au> <669b3538-9edb-cb32-6746-10615d0500b0@infradead.org> Message-ID: <1f5cc867-27a4-946c-8f53-916f677cafe9@infradead.org> Date: Wed, 27 Jan 2021 12:28:05 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <669b3538-9edb-cb32-6746-10615d0500b0@infradead.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 1/27/21 11:30 AM, Randy Dunlap wrote: > On 1/27/21 11:08 AM, Randy Dunlap wrote: >> On 1/27/21 6:44 AM, Stephen Rothwell wrote: >>> Hi all, >>> >>> Note: the patch file has failed to upload :-( >>> >>> Changes since 20210125: >>> >> >> on x86_64: >> >> ../drivers/gpu/drm/i915/i915_gem.c: In function ‘i915_gem_freeze_late’: >> ../drivers/gpu/drm/i915/i915_gem.c:1182:2: error: implicit declaration of function ‘wbinvd_on_all_cpus’; did you mean ‘wrmsr_on_cpus’? [-Werror=implicit-function-declaration] >> wbinvd_on_all_cpus(); >> > > My apologies: this was in Andrew's mmotm 2021-01-25. > Sorry about that. and now I see that it also happens in today's linux-next. -- ~Randy