Re: [BUG][PATCH] Fix race condition about network device name allocation

2007-05-14 Thread Kenji Kaneshige
. Thanks, Kenji Kaneshige 2007-05-11 (金) の 09:25 -0700 に Stephen Hemminger さんは書きました: On Fri, 11 May 2007 14:40:45 +0900 Kenji Kaneshige [EMAIL PROTECTED] wrote: Hi, I encountered the following error when I was hot-plugging network card using pci hotplug driver. kobject_add failed

Re: [BUG][PATCH] Fix race condition about network device name allocation

2007-05-13 Thread Kenji Kaneshige
about if there are somebody that depend on sysfs entry until net_run_todo() is called. Anyway, I'll try your patch. Thanks, Kenji Kaneshige 2007-05-11 (金) の 09:25 -0700 に Stephen Hemminger さんは書きました: On Fri, 11 May 2007 14:40:45 +0900 Kenji Kaneshige [EMAIL PROTECTED] wrote: Hi, I

[BUG][PATCH] Fix race condition about network device name allocation

2007-05-11 Thread Kenji Kaneshige
entries corresponding to them are not deleted yet. Thanks, Kenji Kaneshige --- Fix the race condition between dev_alloc_name() and net device unregistration. dev_alloc_name checks `dev_base' list to find a suitable ID. On the other hand, net devices are removed from that list on net device

Re: [PATCH 3/4] Make Intel e1000 driver legacy I/O port free

2006-06-07 Thread Kenji Kaneshige
Auke Kok wrote: Kenji Kaneshige wrote: This patch makes Intel e1000 driver legacy I/O port free. Signed-off-by: Kenji Kaneshige [EMAIL PROTECTED] (adding netdev and the other e1000 maintainers to cc:) without sending this to any of the listed e1000 maintainers *and* not even