lkml.org 
[lkml]   [1997]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Me too! Re: [URGENT ASSISTANCE REQUESTED] production machines dying
Date
> > oops. Anyway, the machine froze leaving this on the screen (copied
> > down by hand):
> > Kernel panic: skput:over: 001a01ac:252
> > In swapper task - not syncing
> So it's in vortex_rx ?

Its

/* 'skb_put()' points to the start of sk_buff data area. */
insl(ioaddr + RX_FIFO, skb_put(skb, pkt_len),
(pkt_len + 3) >> 2);

Now at this point the kernel has done

dev_alloc_skb pkt_len+5 (257 tail room, 16 head (magical))
skb_reserve (skb,2) 255 tail room 18 head
skb_put(skb, 252) 3 tail room 252 data 18 head


Can you do

objdump --disassemble --start-address=0x19C000 --stop-address=0x1A2000 /usr/src/linux/vmlinux and mail me that - then I can check its the actual code
its hitting


\
 
 \ /
  Last update: 2005-03-22 13:40    [W:2.165 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site