From: Randy Dunlap <hidden> Date: 2011-06-23 16:14:46
On Thu, 23 Jun 2011 15:54:31 +1000 Stephen Rothwell wrote:
Hi all,
Changes since 20110622:
The powerpc allyesconfig (and probably others) is still broken because we
now build the staging drivers and because of a commit in the net tree.
The breakage in Linus' tree is fixed by one of Andrew's patches above.
The net tree gained 2 build failures that I have left (see above).
When CONFIG_INET is not enabled:
net/core/dev.c:2535: error: implicit declaration of function 'ip_is_fragment'
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
From: Randy Dunlap <hidden> Date: 2011-06-23 17:17:25
On Thu, 23 Jun 2011 09:14:29 -0700 Randy Dunlap wrote:
On Thu, 23 Jun 2011 15:54:31 +1000 Stephen Rothwell wrote:
quoted
Hi all,
Changes since 20110622:
The powerpc allyesconfig (and probably others) is still broken because we
now build the staging drivers and because of a commit in the net tree.
The breakage in Linus' tree is fixed by one of Andrew's patches above.
The net tree gained 2 build failures that I have left (see above).
When CONFIG_INET is not enabled:
net/core/dev.c:2535: error: implicit declaration of function 'ip_is_fragment'
same problem in more places:
net/sched/sch_choke.c:184: error: implicit declaration of function 'ip_is_fragment'
net/sched/cls_rsvp.h:170: error: implicit declaration of function 'ip_is_fragment'
net/sched/cls_flow.c:124: error: implicit declaration of function 'ip_is_fragment'
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
From: Mike Frysinger <hidden> Date: 2011-06-23 18:14:03
On Thu, Jun 23, 2011 at 12:14, Randy Dunlap wrote:
On Thu, 23 Jun 2011 15:54:31 +1000 Stephen Rothwell wrote:
quoted
Hi all,
Changes since 20110622:
The powerpc allyesconfig (and probably others) is still broken because we
now build the staging drivers and because of a commit in the net tree.
The breakage in Linus' tree is fixed by one of Andrew's patches above.
The net tree gained 2 build failures that I have left (see above).
When CONFIG_INET is not enabled:
net/core/dev.c:2535: error: implicit declaration of function 'ip_is_fragment'
i see this on two Blackfin defconfigs like CM-BF533
-mike
From: David Miller <davem@davemloft.net> Date: 2011-06-24 04:23:32
From: Randy Dunlap <redacted>
Date: Thu, 23 Jun 2011 09:14:29 -0700
On Thu, 23 Jun 2011 15:54:31 +1000 Stephen Rothwell wrote:
quoted
Hi all,
Changes since 20110622:
The powerpc allyesconfig (and probably others) is still broken because we
now build the staging drivers and because of a commit in the net tree.
The breakage in Linus' tree is fixed by one of Andrew's patches above.
The net tree gained 2 build failures that I have left (see above).
When CONFIG_INET is not enabled:
net/core/dev.c:2535: error: implicit declaration of function 'ip_is_fragment'
From: Randy Dunlap <hidden> Date: 2011-06-24 15:39:15
On 06/23/11 21:21, David Miller wrote:
From: Randy Dunlap <redacted>
Date: Thu, 23 Jun 2011 09:14:29 -0700
quoted
On Thu, 23 Jun 2011 15:54:31 +1000 Stephen Rothwell wrote:
quoted
Hi all,
Changes since 20110622:
The powerpc allyesconfig (and probably others) is still broken because we
now build the staging drivers and because of a commit in the net tree.
The breakage in Linus' tree is fixed by one of Andrew's patches above.
The net tree gained 2 build failures that I have left (see above).
When CONFIG_INET is not enabled:
net/core/dev.c:2535: error: implicit declaration of function 'ip_is_fragment'