Prev: [PATCH 0/7] DMAENGINE: fixes and PrimeCells
Next: [PATCH 1/1] drivers: misc: pass miscdevice pointer via file private data
From: Stephen Rothwell on 2 May 2010 22:10 Hi Dave, After merging the net tree, today's linux-next build (x86_64 allmodconfig) failed like this: net/sctp/socket.c: In function 'sctp_data_ready': net/sctp/socket.c:6191: error: implicit declaration of function 'sk_has_sleeper' net/sctp/socket.c:6192: error: 'struct sock' has no member named 'sk_sleep' Caused by commit 43815482370c510c569fd18edb57afcb0fa8cab6 ("net: sock_def_readable() and friends RCU conversion") interacting with commit 561b1733a465cf9677356b40c27653dd45f1ac56 ("sctp: avoid irq lock inversion while call sk->sk_data_ready()") which entered Linus' tree on April 29. I have used the net tree from next-20100430 for today. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/
From: David Miller on 2 May 2010 22:40 From: Stephen Rothwell <sfr(a)canb.auug.org.au> Date: Mon, 3 May 2010 12:08:47 +1000 > After merging the net tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > net/sctp/socket.c: In function 'sctp_data_ready': > net/sctp/socket.c:6191: error: implicit declaration of function 'sk_has_sleeper' > net/sctp/socket.c:6192: error: 'struct sock' has no member named 'sk_sleep' > > Caused by commit 43815482370c510c569fd18edb57afcb0fa8cab6 ("net: > sock_def_readable() and friends RCU conversion") interacting with commit > 561b1733a465cf9677356b40c27653dd45f1ac56 ("sctp: avoid irq lock inversion > while call sk->sk_data_ready()") which entered Linus' tree on April 29. > > I have used the net tree from next-20100430 for today. Thanks Stephen, I'll do a merge of net-2.6 into net-next-2.6 and fix the build for you. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Stephen Rothwell on 3 May 2010 00:50
Hi Dave, On Sun, 02 May 2010 19:37:56 -0700 (PDT) David Miller <davem(a)davemloft.net> wrote: > > Thanks Stephen, I'll do a merge of net-2.6 into net-next-2.6 and fix > the build for you. Thanks, that will help. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/ |