|
From: Ed R. <er...@pa...> - 2010-03-12 02:55:11
|
I'm using the Vyatta "kenwood" Linux distribution, which is currently at 2.6.31-1. I upgraded to their latest version, and began seeing kernel panics shortly after starting to use ssh/scp on the network connected to an e100 NIC. I was able to reproduce the problem immediately after booting up - sometimes it even crashed during the boot. One of the crash logs is attached. Since the problem seemed to be related to e100.c, I reverted the two commits to e100.c that had taken place since I last built the kernel for this box: Author: Roger Oksanen <rog...@cs...> Date: Fri Dec 18 20:18:21 2009 -0800 e100: Fix broken cbs accounting due to missing memset. Author: Roger Oksanen <rog...@cs...> Date: Sun Nov 29 17:17:29 2009 -0800 e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failu I rebuilt the kernel and it's not panicking anymore. |