Re: Kernel Oops in UDP w/ ARM architecture

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Dumazet
Date: Monday, March 9, 2009 - 2:19 pm

Ron Yorgason a écrit :
...
...

This driver seems bugy, and not part of standard kernel tree.

It should not change skb->data without changing skb->tail.
Fortunatly, dev_alloc_skb() already provides an address with a 16bytes alignement
(unless patched by Freescale...)

I suggest you redefine fec_copy_threshold to 1600 to get back a working driver.

My patch is not necessary on this driver (skb_reserve() already called)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Kernel Oops in UDP w/ ARM architecture, Ron Yorgason, (Mon Mar 9, 8:52 am)
Re: Kernel Oops in UDP w/ ARM architecture, Eric Dumazet, (Mon Mar 9, 10:16 am)
Re: Kernel Oops in UDP w/ ARM architecture, Ron Yorgason, (Mon Mar 9, 10:46 am)
Re: Kernel Oops in UDP w/ ARM architecture, Eric Dumazet, (Mon Mar 9, 11:21 am)
Re: Kernel Oops in UDP w/ ARM architecture, Ron Yorgason, (Mon Mar 9, 12:18 pm)
Re: Kernel Oops in UDP w/ ARM architecture, Eric Dumazet, (Mon Mar 9, 1:24 pm)
Re: Kernel Oops in UDP w/ ARM architecture, Ron Yorgason, (Mon Mar 9, 1:57 pm)
Re: Kernel Oops in UDP w/ ARM architecture, Eric Dumazet, (Mon Mar 9, 2:19 pm)