Messages in this thread |  | | | Subject | Re: WARNING: at net/ipv4/tcp.c:1610 tcp_recvmsg+0xb1b/0xc70() | | From | Eric Dumazet <> | | Date | Mon, 28 May 2012 02:25:27 +0200 |
| |
On Sun, 2012-05-27 at 20:13 +0100, Jack Stone wrote:
> Could it be something to do with my staging network driver?
drivers/staging/rtl8712/rtl8712_recv.c
line 1096
precvframe->u.hdr.pkt = skb_clone(pskb, GFP_ATOMIC);
This looks very wrong. Make sure you never _never_ hit this path.
|  |