[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1311041801470.26077@kaball.uk.xensource.com>
Date: Mon, 4 Nov 2013 18:14:26 +0000
From: Stefano Stabellini <stefano.stabellini@...citrix.com>
To: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
CC: Randy Dunlap <rdunlap@...radead.org>,
Stefano Stabellini <stefano.stabellini@...citrix.com>,
Stephen Rothwell <sfr@...b.auug.org.au>,
<linux-next@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<xen-devel@...ts.xenproject.org>
Subject: Re: linux-next: Tree for Oct 30 (include/xen/swiotlb-xen.h)
On Fri, 1 Nov 2013, Konrad Rzeszutek Wilk wrote:
> On Wed, Oct 30, 2013 at 11:44:51AM -0700, Randy Dunlap wrote:
> > On 10/30/13 00:45, Stephen Rothwell wrote:
> > > Hi all,
> > >
> > > News: I am now doing an arm multi_v7_defconfig build between each merge.
> > >
> > > Changes since 20131029:
> > >
> > > The arm defconfig build is fixed again.
> > >
> > > The net-next tree gained a conflict against the net tree.
> > >
> > > The xen-tip tree gained a conflict against the arm tree.
> > >
> > > The akpm-current tree gained a conflict against the tip tree and a build
> > > failure for which I reverted 3 commits.
> > >
> > > Various build problems from yesterday have been resolved.
> >
> > on x86_64:
>
> Stefano, please fix that.
Thanks for the notification. I am appending the fix that I am about to
apply to xentip/linux-next.
commit bb5ebdb6a674c59cd7b5d159d6ca3c0084ee60e1
Author: Stefano Stabellini <stefano.stabellini@...citrix.com>
Date: Mon Nov 4 17:54:27 2013 +0000
swiotlb-xen: missing include dma-direction.h
Signed-off-by: Stefano Stabellini <stefano.stabellini@...citrix.com>
diff --git a/include/xen/swiotlb-xen.h b/include/xen/swiotlb-xen.h
index 7b64465..8b2eb93 100644
--- a/include/xen/swiotlb-xen.h
+++ b/include/xen/swiotlb-xen.h
@@ -1,6 +1,7 @@
#ifndef __LINUX_SWIOTLB_XEN_H
#define __LINUX_SWIOTLB_XEN_H
+#include <linux/dma-direction.h>
#include <linux/swiotlb.h>
extern int xen_swiotlb_init(int verbose, bool early);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists