* Re: linux-next: Tree for Aug 12 (benet/be2net) [not found] <20110812171311.4d7bb640f38838bf7c34df50@canb.auug.org.au> @ 2011-08-12 20:56 ` Randy Dunlap 2011-08-12 22:06 ` Stephen Hemminger 2011-08-13 6:19 ` David Miller 0 siblings, 2 replies; 5+ messages in thread From: Randy Dunlap @ 2011-08-12 20:56 UTC (permalink / raw) To: Stephen Rothwell, netdev Cc: linux-next, LKML, Sathya Perla, Subbu Seetharaman, Ajit Khaparde On Fri, 12 Aug 2011 17:13:11 +1000 Stephen Rothwell wrote: > Hi all, > > [The kernel.org mirroring is being very slow today] [s.l.o.w.] > The net tree gained a build failure do I used the version from > next-20110811. On i386: drivers/built-in.o: In function `be_rx_eqd_update': be_main.c:(.text+0x569229): undefined reference to `__udivdi3' --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: Tree for Aug 12 (benet/be2net) 2011-08-12 20:56 ` linux-next: Tree for Aug 12 (benet/be2net) Randy Dunlap @ 2011-08-12 22:06 ` Stephen Hemminger 2011-08-12 22:14 ` Randy Dunlap 2011-08-13 6:19 ` David Miller 1 sibling, 1 reply; 5+ messages in thread From: Stephen Hemminger @ 2011-08-12 22:06 UTC (permalink / raw) To: Randy Dunlap Cc: Stephen Rothwell, netdev, linux-next, LKML, Sathya Perla, Subbu Seetharaman, Ajit Khaparde On Fri, 12 Aug 2011 13:56:18 -0700 Randy Dunlap <rdunlap@xenotime.net> wrote: > On Fri, 12 Aug 2011 17:13:11 +1000 Stephen Rothwell wrote: > > > Hi all, > > > > [The kernel.org mirroring is being very slow today] > > [s.l.o.w.] > > > The net tree gained a build failure do I used the version from > > next-20110811. > > > On i386: > > drivers/built-in.o: In function `be_rx_eqd_update': > be_main.c:(.text+0x569229): undefined reference to `__udivdi3' > Already fixed: Author: Eric Dumazet <eric.dumazet@gmail.com> 2011-08-08 23:23:07 Committer: David S. Miller <davem@davemloft.net> 2011-08-12 02:54:22 Parent: 9aebddd11be42366f89b0296590770c02797aa98 (be2net: Move the Emulex driver) Branches: master, remotes/origin/master Follows: v3.0 Precedes: benet: fix build error on 32bit arch Error comes from commit ac124ff973e27802797 (be2net: cleanup and refactor stats code) ERROR: "__udivdi3" [drivers/net/benet/be2net.ko] undefined! Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> CC: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net> ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: Tree for Aug 12 (benet/be2net) 2011-08-12 22:06 ` Stephen Hemminger @ 2011-08-12 22:14 ` Randy Dunlap 2011-08-13 6:20 ` David Miller 0 siblings, 1 reply; 5+ messages in thread From: Randy Dunlap @ 2011-08-12 22:14 UTC (permalink / raw) To: Stephen Hemminger Cc: Stephen Rothwell, netdev, linux-next, LKML, Sathya Perla, Subbu Seetharaman, Ajit Khaparde On Fri, 12 Aug 2011 15:06:07 -0700 Stephen Hemminger wrote: > On Fri, 12 Aug 2011 13:56:18 -0700 > Randy Dunlap <rdunlap@xenotime.net> wrote: > > > On Fri, 12 Aug 2011 17:13:11 +1000 Stephen Rothwell wrote: > > > > > Hi all, > > > > > > [The kernel.org mirroring is being very slow today] > > > > [s.l.o.w.] > > > > > The net tree gained a build failure do I used the version from > > > next-20110811. > > > > > > On i386: > > > > drivers/built-in.o: In function `be_rx_eqd_update': > > be_main.c:(.text+0x569229): undefined reference to `__udivdi3' > > > > Already fixed: That's really good news. It appears to be re-b0rked or this patch is not in linux-next yet. > Author: Eric Dumazet <eric.dumazet@gmail.com> 2011-08-08 23:23:07 > Committer: David S. Miller <davem@davemloft.net> 2011-08-12 02:54:22 > Parent: 9aebddd11be42366f89b0296590770c02797aa98 (be2net: Move the Emulex driver) > Branches: master, remotes/origin/master > Follows: v3.0 > Precedes: > > benet: fix build error on 32bit arch > > Error comes from commit ac124ff973e27802797 > (be2net: cleanup and refactor stats code) > > ERROR: "__udivdi3" [drivers/net/benet/be2net.ko] undefined! > > Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> > CC: Sathya Perla <sathya.perla@emulex.com> > Signed-off-by: David S. Miller <davem@davemloft.net> > -- --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: Tree for Aug 12 (benet/be2net) 2011-08-12 22:14 ` Randy Dunlap @ 2011-08-13 6:20 ` David Miller 0 siblings, 0 replies; 5+ messages in thread From: David Miller @ 2011-08-13 6:20 UTC (permalink / raw) To: rdunlap Cc: shemminger, sfr, netdev, linux-next, linux-kernel, sathya.perla, subbu.seetharaman, ajit.khaparde From: Randy Dunlap <rdunlap@xenotime.net> Date: Fri, 12 Aug 2011 15:14:09 -0700 > On Fri, 12 Aug 2011 15:06:07 -0700 Stephen Hemminger wrote: > >> On Fri, 12 Aug 2011 13:56:18 -0700 >> Randy Dunlap <rdunlap@xenotime.net> wrote: >> >> > On Fri, 12 Aug 2011 17:13:11 +1000 Stephen Rothwell wrote: >> > >> > > Hi all, >> > > >> > > [The kernel.org mirroring is being very slow today] >> > >> > [s.l.o.w.] >> > >> > > The net tree gained a build failure do I used the version from >> > > next-20110811. >> > >> > >> > On i386: >> > >> > drivers/built-in.o: In function `be_rx_eqd_update': >> > be_main.c:(.text+0x569229): undefined reference to `__udivdi3' >> > >> >> Already fixed: > > That's really good news. It appears to be re-b0rked > or this patch is not in linux-next yet. Stephen Rothwell dropped the net-next tree from -next yesterday due to some other unrelated fallout. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: Tree for Aug 12 (benet/be2net) 2011-08-12 20:56 ` linux-next: Tree for Aug 12 (benet/be2net) Randy Dunlap 2011-08-12 22:06 ` Stephen Hemminger @ 2011-08-13 6:19 ` David Miller 1 sibling, 0 replies; 5+ messages in thread From: David Miller @ 2011-08-13 6:19 UTC (permalink / raw) To: rdunlap Cc: sfr, netdev, linux-next, linux-kernel, sathya.perla, subbu.seetharaman, ajit.khaparde From: Randy Dunlap <rdunlap@xenotime.net> Date: Fri, 12 Aug 2011 13:56:18 -0700 > On Fri, 12 Aug 2011 17:13:11 +1000 Stephen Rothwell wrote: > >> Hi all, >> >> [The kernel.org mirroring is being very slow today] > > [s.l.o.w.] > >> The net tree gained a build failure do I used the version from >> next-20110811. > > > On i386: > > drivers/built-in.o: In function `be_rx_eqd_update': > be_main.c:(.text+0x569229): undefined reference to `__udivdi3' This is fixed in the net-next tree already by Eric Dumazet, but thanks for reporting. :-) ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-08-13 6:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20110812171311.4d7bb640f38838bf7c34df50@canb.auug.org.au>
2011-08-12 20:56 ` linux-next: Tree for Aug 12 (benet/be2net) Randy Dunlap
2011-08-12 22:06 ` Stephen Hemminger
2011-08-12 22:14 ` Randy Dunlap
2011-08-13 6:20 ` David Miller
2011-08-13 6:19 ` David Miller
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox