lkml.org 
[lkml]   [2006]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.17-rc5-mm2 problem ?
On Mon, 05 Jun 2006 09:37:40 -0700
Badari Pulavarty <pbadari@us.ibm.com> wrote:

> Have you seen this on 2.6.17-rc5-mm2 before ? Could be due to my
> patchset (fileop cleanups), but doesn't seem like it ..
>
> Thanks,
> Badari
>
> Unable to handle kernel NULL pointer dereference at 0000000000000008
> RIP:
> [<ffffffff80448d5f>] skb_dequeue+0x2c/0x50

It could be the LLC bug. That thing caused untold amounts of grief.

--- devel/net/llc/llc_input.c~git-net-llc-fix 2006-06-02 11:55:38.000000000 -0700
+++ devel-akpm/net/llc/llc_input.c 2006-06-02 11:55:38.000000000 -0700
@@ -176,7 +176,6 @@ int llc_rcv(struct sk_buff *skb, struct
struct sk_buff *cskb = skb_clone(skb, GFP_ATOMIC);
if (cskb)
rcv(cskb, dev, pt, orig_dev);
- rcv(skb, dev, pt, orig_dev);
}
dest = llc_pdu_type(skb);
if (unlikely(!dest || !llc_type_handlers[dest - 1]))
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-06-05 20:45    [W:0.108 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site