On Wed, 2016-05-04 at 00:54 -0400, David Miller wrote: > From: Eric Dumazet <eric.duma...@gmail.com> > Date: Tue, 03 May 2016 17:10:50 -0700 > > > From: Eric Dumazet <eduma...@google.com> > > > > __inet_twsk_hashdance() might be called from process context, > > better block BH before acquiring bind hash and established locks > > > > Fixes: c10d9310edf5 ("tcp: do not assume TCP code is non preemptible") > > Signed-off-by: Eric Dumazet <eduma...@google.com> > > Applied.
David, I do not see these two patches in net-next ? (This one, and the "tcp: fix lockdep splat in tcp_snd_una_update()" one) Thanks