[uml-devel] crash during shutdown

2010-06-21 Thread Toralf Förster
Hello, today I observed this during halt of my (Gentoo) UML image, config is attached : ... * Shutting down lo ... [ ok ] * Stopping syslog-ng ...Kernel panic - not syncing: Kernel mode fault at add

Re: [uml-devel] [PATCH 1/3] arch/um/drivers: remove duplicate structure field initialization

2010-06-21 Thread Andrew Morton
On Sun, 20 Jun 2010 15:40:02 +0200 (CEST) Julia Lawall wrote: > From: Julia Lawall > > There are two initializations of ndo_set_mac_address, one to a local > function that is not used otherwise and one to a function that is defined > elsewhere. This patch keeps the initialization to the local

Re: [uml-devel] [PATCH 1/3] arch/um/drivers: remove duplicate structure field initialization

2010-06-21 Thread Stephen Hemminger
On Mon, 21 Jun 2010 15:53:49 -0700 Andrew Morton wrote: > On Sun, 20 Jun 2010 15:40:02 +0200 (CEST) > Julia Lawall wrote: > > > From: Julia Lawall > > > > There are two initializations of ndo_set_mac_address, one to a local > > function that is not used otherwise and one to a function that is