From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762563AbcALSId (ORCPT ); Tue, 12 Jan 2016 13:08:33 -0500 Received: from mga14.intel.com ([192.55.52.115]:46008 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752225AbcALSIb (ORCPT ); Tue, 12 Jan 2016 13:08:31 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,558,1444719600"; d="scan'208";a="891735020" Date: Tue, 12 Jan 2016 18:08:29 +0000 From: Keith Busch To: kbuild test robot Cc: kbuild-all@01.org, LKML , x86@kernel.org, linux-pci@vger.kernel.org, Thomas Gleixner , Bjorn Helgaas , Dan Williams , Bryan Veal , Jon Derrick Subject: Re: [PATCHv8] x86/PCI: Initial commit for new VMD device driver Message-ID: <20160112180829.GB28857@localhost.localdomain> References: <1452616119-11450-2-git-send-email-keith.busch@intel.com> <201601130151.Y87x1uES%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201601130151.Y87x1uES%fengguang.wu@intel.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 13, 2016 at 01:40:33AM +0800, kbuild test robot wrote: > [auto build test ERROR on tip/x86/core] Looks a reason to repost the entire series, or maybe I should have replied to the existing thread with the dependencies. > url: https://github.com/0day-ci/linux/commits/Keith-Busch/x86-PCI-Initial-commit-for-new-VMD-device-driver/20160113-003207 > config: x86_64-allmodconfig (attached as .config) > reproduce: > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > >> arch/x86/pci/vmd.c:85:20: error: field 'dma_domain' has incomplete type > struct dma_domain dma_domain;