tcp: Try to catch MSG_PEEK bug
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 19 Oct 2009 19:41:06 +0000 (19:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Oct 2009 07:51:57 +0000 (00:51 -0700)
This patch tries to print out more information when we hit the
MSG_PEEK bug in tcp_recvmsg.  It's been around since at least
2005 and it's about time that we finally fix it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found