From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752423AbdJKRjl (ORCPT ); Wed, 11 Oct 2017 13:39:41 -0400 Received: from mga11.intel.com ([192.55.52.93]:14330 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751487AbdJKRjk (ORCPT ); Wed, 11 Oct 2017 13:39:40 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,362,1503385200"; d="scan'208";a="1024162741" Date: Wed, 11 Oct 2017 10:39:36 -0700 From: Rodrigo Vivi To: Mark Brown Cc: Daniel Vetter , Intel Graphics , DRI , Chris Wilson , Joonas Lahtinen , Linux-Next Mailing List , Linux Kernel Mailing List Subject: Re: [Intel-gfx] linux-next: build failure after merge of the drm-intel-fixes tree Message-ID: <20171011173936.bs32lwinrjlpgccn@intel.com> References: <20171010070300.6fsdy52752resxqn@sirena.co.uk> <20171011085106.cusi65s2du3n537y@sirena.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171011085106.cusi65s2du3n537y@sirena.co.uk> User-Agent: NeoMutt/20170912 (1.9.0) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 11, 2017 at 08:51:06AM +0000, Mark Brown wrote: > On Tue, Oct 10, 2017 at 08:03:00AM +0100, Mark Brown wrote: > > Hi all, > > > > After merging the drm-misc-fixes tree, today's linux-next build > > (x86_allmodconfig) failed like this: > > > > CC [M] drivers/gpu/drm/i915/i915_gem_evict.o > > drivers/gpu/drm/i915/i915_gem_evict.c: In function ‘i915_gem_evict_for_node’: > > drivers/gpu/drm/i915/i915_gem_evict.c:318:31: error: implicit declaration of function ‘i915_vma_has_userfault’; did you mean ‘i915_vma_pin_count’? [-Werror=implicit-function-declaration] > > if (flags & PIN_NONFAULT && i915_vma_has_userfault(vma)) { > > ^~~~~~~~~~~~~~~~~~~~~~ > > i915_vma_pin_count > > > > Caused by commit > > > > 72872c99b6dbc ("drm/i915: Check PIN_NONFAULT overlaps in evict_for_node") > > > > in the drm-intel-fixes tree. I've used the tree from yesterday. > > This is still present today. It is fixed now. Sorry for the trouble. > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx