From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.136]:50378 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752510AbcALTmb (ORCPT ); Tue, 12 Jan 2016 14:42:31 -0500 Date: Tue, 12 Jan 2016 13:42:28 -0600 From: Bjorn Helgaas To: Keith Busch Cc: kbuild test robot , 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: <20160112194228.GA28453@localhost> References: <1452616119-11450-2-git-send-email-keith.busch@intel.com> <201601130151.Y87x1uES%fengguang.wu@intel.com> <20160112180829.GB28857@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20160112180829.GB28857@localhost.localdomain> Sender: linux-pci-owner@vger.kernel.org List-ID: On Tue, Jan 12, 2016 at 06:08:29PM +0000, Keith Busch wrote: > 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. Reposting the series as a whole makes my life much easier. I select all the patches in a series and apply them as a group, and that's much harder if individual patches in the series get superceded. > > 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;