2012-11-26 13:49:59

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the final tree (tty tree related)

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

In file included from drivers/staging/sb105x/sb_pci_mp.c:1:0:
drivers/staging/sb105x/sb_pci_mp.h:22:25: fatal error: asm/segment.h: No such file or directory

Caused by commit 68a81291ff66 ("staging: Add SystemBase Multi-2/PCI
driver").

I have disabled this driver with this patch:

From: Stephen Rothwell <[email protected]>
Date: Tue, 27 Nov 2012 00:45:07 +1100
Subject: [PATCH] disable the SB105X driver

Signed-off-by: Stephen Rothwell <[email protected]>
---
drivers/staging/sb105x/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/sb105x/Kconfig b/drivers/staging/sb105x/Kconfig
index ac87c5e..c957e32 100644
--- a/drivers/staging/sb105x/Kconfig
+++ b/drivers/staging/sb105x/Kconfig
@@ -2,6 +2,7 @@ config SB105X
tristate "SystemBase PCI Multiport UART"
select SERIAL_CORE
depends on PCI
+ depends on BROKEN
help
A driver for the SystemBase Multi-2/PCI serial card

--
1.7.10.280.gaa39

--
Cheers,
Stephen Rothwell [email protected]


Attachments:
(No filename) (1.09 kB)
(No filename) (836.00 B)
Download all attachments

2012-11-26 14:35:21

by Steven Rostedt

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the final tree (tty tree related)

On Tue, 2012-11-27 at 00:49 +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the final tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
>
> In file included from drivers/staging/sb105x/sb_pci_mp.c:1:0:
> drivers/staging/sb105x/sb_pci_mp.h:22:25: fatal error: asm/segment.h: No such file or directory

I haven't tested this with any other arch than x86. That said, what
about this instead:


>
> Caused by commit 68a81291ff66 ("staging: Add SystemBase Multi-2/PCI
> driver").
>
> I have disabled this driver with this patch:
>
> From: Stephen Rothwell <[email protected]>
> Date: Tue, 27 Nov 2012 00:45:07 +1100
> Subject: [PATCH] disable the SB105X driver
>
> Signed-off-by: Stephen Rothwell <[email protected]>
> ---
> drivers/staging/sb105x/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/staging/sb105x/Kconfig b/drivers/staging/sb105x/Kconfig
> index ac87c5e..c957e32 100644
> --- a/drivers/staging/sb105x/Kconfig
> +++ b/drivers/staging/sb105x/Kconfig
> @@ -2,6 +2,7 @@ config SB105X
> tristate "SystemBase PCI Multiport UART"
> select SERIAL_CORE
> depends on PCI
> + depends on BROKEN

depends on X86

You can add my SOB if you want. I don't care either way.

-- Steve

> help
> A driver for the SystemBase Multi-2/PCI serial card
>
> --
> 1.7.10.280.gaa39
>

2012-11-26 23:05:40

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the final tree (tty tree related)

Hi Steve,

On Mon, 26 Nov 2012 09:35:12 -0500 Steven Rostedt <[email protected]> wrote:
>
> On Tue, 2012-11-27 at 00:49 +1100, Stephen Rothwell wrote:
> >
> > After merging the final tree, today's linux-next build (powerpc
> > allyesconfig) failed like this:
> >
> > In file included from drivers/staging/sb105x/sb_pci_mp.c:1:0:
> > drivers/staging/sb105x/sb_pci_mp.h:22:25: fatal error: asm/segment.h: No such file or directory
>
> I haven't tested this with any other arch than x86. That said, what
> about this instead:
>
> > Caused by commit 68a81291ff66 ("staging: Add SystemBase Multi-2/PCI
> > driver").
> >
> > I have disabled this driver with this patch:
> >
> > From: Stephen Rothwell <[email protected]>
> > Date: Tue, 27 Nov 2012 00:45:07 +1100
> > Subject: [PATCH] disable the SB105X driver
> >
> > Signed-off-by: Stephen Rothwell <[email protected]>
> > ---
> > drivers/staging/sb105x/Kconfig | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/staging/sb105x/Kconfig b/drivers/staging/sb105x/Kconfig
> > index ac87c5e..c957e32 100644
> > --- a/drivers/staging/sb105x/Kconfig
> > +++ b/drivers/staging/sb105x/Kconfig
> > @@ -2,6 +2,7 @@ config SB105X
> > tristate "SystemBase PCI Multiport UART"
> > select SERIAL_CORE
> > depends on PCI
> > + depends on BROKEN
>
> depends on X86
>
> You can add my SOB if you want. I don't care either way.

Please just send a (tested) patch to Greg.

--
Cheers,
Stephen Rothwell [email protected]


Attachments:
(No filename) (1.48 kB)
(No filename) (836.00 B)
Download all attachments