Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1336938 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2016-02-18 02:30 +0100 |
| Last post | 2016-02-19 00:50 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the net-next tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-02-18 02:30 +0100
Re: linux-next: build failure after merge of the net-next tree David Miller <davem@davemloft.net> - 2016-02-18 21:30 +0100
RE: linux-next: build failure after merge of the net-next tree Yuval Mintz <Yuval.Mintz@qlogic.com> - 2016-02-19 00:50 +0100
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2016-02-18 02:30 +0100 |
| Subject | linux-next: build failure after merge of the net-next tree |
| Message-ID | <r3lzQ-6qJ-5@gated-at.bofh.it> |
Hi all,
After merging the net-next tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
In file included from drivers/net/ethernet/broadcom/bnx2x/bnx2x.h:56:0,
from drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c:30:
drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c: In function 'bnx2x_dcbx_get_ap_feature':
drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c:224:11: error: 'DCBX_APP_SF_DEFAULT' undeclared (first use in this function)
DCBX_APP_SF_DEFAULT) &&
^
drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.h:120:45: note: in definition of macro 'GET_FLAGS'
#define GET_FLAGS(flags, bits) ((flags) & (bits))
^
drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c:224:11: note: each undeclared identifier is reported only once for each function it appears in
DCBX_APP_SF_DEFAULT) &&
^
drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.h:120:45: note: in definition of macro 'GET_FLAGS'
#define GET_FLAGS(flags, bits) ((flags) & (bits))
^
Caused by commit
e5d3a51cefbb ("This adds support for default application priority.")
This build is big endian.
I have used the net-next tree from next-20160217 for today.
--
Cheers,
Stephen Rothwell
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-02-18 21:30 +0100 |
| Message-ID | <r3Dn4-2Bf-5@gated-at.bofh.it> |
| In reply to | #1336938 |
From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Thu, 18 Feb 2016 12:28:55 +1100
> After merging the net-next tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> In file included from drivers/net/ethernet/broadcom/bnx2x/bnx2x.h:56:0,
> from drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c:30:
> drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c: In function 'bnx2x_dcbx_get_ap_feature':
> drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c:224:11: error: 'DCBX_APP_SF_DEFAULT' undeclared (first use in this function)
> DCBX_APP_SF_DEFAULT) &&
> ^
> drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.h:120:45: note: in definition of macro 'GET_FLAGS'
> #define GET_FLAGS(flags, bits) ((flags) & (bits))
> ^
> drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c:224:11: note: each undeclared identifier is reported only once for each function it appears in
> DCBX_APP_SF_DEFAULT) &&
> ^
> drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.h:120:45: note: in definition of macro 'GET_FLAGS'
> #define GET_FLAGS(flags, bits) ((flags) & (bits))
> ^
>
> Caused by commit
>
> e5d3a51cefbb ("This adds support for default application priority.")
>
> This build is big endian.
Yuval and Ariel, you _MUST_ fix this.
This build failure has been in the tree for 24 hours and I haven't heard anything
from you two yet.
If this persists for another day I'm reverting all of your changes.
[toc] | [prev] | [next] | [standalone]
| From | Yuval Mintz <Yuval.Mintz@qlogic.com> |
|---|---|
| Date | 2016-02-19 00:50 +0100 |
| Message-ID | <r3GuB-4Gv-17@gated-at.bofh.it> |
| In reply to | #1337693 |
> > After merging the net-next tree, today's linux-next build (powerpc
> > ppc64_defconfig) failed like this:
> >
> > In file included from drivers/net/ethernet/broadcom/bnx2x/bnx2x.h:56:0,
> > from drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c:30:
> > drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c: In function
> 'bnx2x_dcbx_get_ap_feature':
> > drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c:224:11: error:
> 'DCBX_APP_SF_DEFAULT' undeclared (first use in this function)
> > DCBX_APP_SF_DEFAULT) &&
> > ^
> > Caused by commit
> >
> > e5d3a51cefbb ("This adds support for default application priority.")
> >
> > This build is big endian.
>
> Yuval and Ariel, you _MUST_ fix this.
>
> This build failure has been in the tree for 24 hours and I haven't heard anything
> from you two yet.
Hi Dave,
Perhaps I wasn't clear enough in the title I've provided for the fixing patch,
but I've sent it yesterday and it's marked as 'under review' for net-next.
The patch is "bnx2x: Add missing HSI for big-endian machines".
Sorry about all the noise.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web