[PATCH] Fix buglets in mpc5200 FEC code that are corrupting memory.

2007-12-01 Thread Grant Likely
From: Jon Smirl <[EMAIL PROTECTED]> This is the reason I couldn't get user space started or connect to my nfs server. Patch is against current linus git. mpc5200 fec driver is corrupting memory. This patch fixes two bugs where the wrong skb buffer was being referenced. Signed-off-by: Jon Smirl <

Re: [PATCH] Fix buglets in mpc5200 FEC code that are corrupting memory.

2007-11-28 Thread David Woodhouse
On Sun, 2007-11-18 at 20:49 -0500, Jon Smirl wrote: > On 11/9/07, Grant Likely <[EMAIL PROTECTED]> wrote: > > On 11/9/07, Domen Puncer <[EMAIL PROTECTED]> wrote: > > > On 09/11/07 00:31 -0500, Jon Smirl wrote: > > > > This is the reason I couldn't get user space started or connect to my > > > > nf

Re: [PATCH] Fix buglets in mpc5200 FEC code that are corrupting memory.

2007-11-18 Thread Jon Smirl
On 11/9/07, Grant Likely <[EMAIL PROTECTED]> wrote: > On 11/9/07, Domen Puncer <[EMAIL PROTECTED]> wrote: > > On 09/11/07 00:31 -0500, Jon Smirl wrote: > > > This is the reason I couldn't get user space started or connect to my > > > nfs server. Patch is against current linus git. > > > > > > mpc52

Re: [PATCH] Fix buglets in mpc5200 FEC code that are corrupting memory.

2007-11-09 Thread Grant Likely
On 11/9/07, Domen Puncer <[EMAIL PROTECTED]> wrote: > On 09/11/07 00:31 -0500, Jon Smirl wrote: > > This is the reason I couldn't get user space started or connect to my > > nfs server. Patch is against current linus git. > > > > mpc5200 fec driver is corrupting memory. This patch fixes two bugs >

Re: [PATCH] Fix buglets in mpc5200 FEC code that are corrupting memory.

2007-11-09 Thread Domen Puncer
On 09/11/07 00:31 -0500, Jon Smirl wrote: > This is the reason I couldn't get user space started or connect to my > nfs server. Patch is against current linus git. > > mpc5200 fec driver is corrupting memory. This patch fixes two bugs > where the wrong skb buffer was being referenced. > > Signed-

[PATCH] Fix buglets in mpc5200 FEC code that are corrupting memory.

2007-11-08 Thread Jon Smirl
This is the reason I couldn't get user space started or connect to my nfs server. Patch is against current linus git. mpc5200 fec driver is corrupting memory. This patch fixes two bugs where the wrong skb buffer was being referenced. Signed-off-by: Jon Smirl <[EMAIL PROTECTED]> --- drivers/net