Re: [PATCH] netdev: enc28j60 kernel panic fix.

2016-05-09 Thread David Russell
On Fri, May 6, 2016 at 3:35 PM, Francois Romieu wrote: > (please don't top post) Sorry about that. > David Russell : >> I kind of thought my patch was at best incomplete. When you state >> this change silences the bug but does not fix it, what are the >> implica

Re: [PATCH] netdev: enc28j60 kernel panic fix.

2016-05-06 Thread David Russell
Russell APRS World, LLC http://www.aprsworld.com/ On Thu, May 5, 2016 at 3:51 AM, Francois Romieu wrote: > David Russell : >> When connected directly to another system (not via a switch) >> eventually a condition where a NULL pointer dereference occurs in >> enc28j60_h

[PATCH] netdev: enc28j60 kernel panic fix.

2016-05-04 Thread David Russell
my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: David Russell --- diff --git a/drivers/net/ethernet/microchip/enc28j60.c b/drivers/net/ethernet/microchip/enc28j60.c index 86ea17e.