Re: [patch 29/32] NET: Fix race condition about network device name allocation.

2007-06-08 Thread Chris Wright
* koan ([EMAIL PROTECTED]) wrote: > I get a compilation failure from the patch: > > CC net/core/stream.o > CC net/core/scm.o > CC net/core/gen_stats.o > CC net/core/gen_estimator.o > CC net/core/sysctl_net_core.o > CC net/core/dev.o > net/core/dev.c: In

RE: [patch 29/32] NET: Fix race condition about network device name allocation.

2007-06-08 Thread koan
Hello, I get a compilation failure from the patch: CC net/core/stream.o CC net/core/scm.o CC net/core/gen_stats.o CC net/core/gen_estimator.o CC net/core/sysctl_net_core.o CC net/core/dev.o net/core/dev.c: In function 'netdev_run_todo': net/core/dev.c:3155:

[patch 29/32] NET: Fix race condition about network device name allocation.

2007-06-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Stephen Hemminger <[EMAIL PROTECTED]> Kenji Kaneshige found this race between device removal and registration. On unregister it is possible for the old device to exist, because sysfs file is

[patch 29/32] NET: Fix race condition about network device name allocation.

2007-06-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Stephen Hemminger [EMAIL PROTECTED] Kenji Kaneshige found this race between device removal and registration. On unregister it is possible for the old device to exist, because sysfs file is still

RE: [patch 29/32] NET: Fix race condition about network device name allocation.

2007-06-08 Thread koan
Hello, I get a compilation failure from the patch: CC net/core/stream.o CC net/core/scm.o CC net/core/gen_stats.o CC net/core/gen_estimator.o CC net/core/sysctl_net_core.o CC net/core/dev.o net/core/dev.c: In function 'netdev_run_todo': net/core/dev.c:3155:

Re: [patch 29/32] NET: Fix race condition about network device name allocation.

2007-06-08 Thread Chris Wright
* koan ([EMAIL PROTECTED]) wrote: I get a compilation failure from the patch: CC net/core/stream.o CC net/core/scm.o CC net/core/gen_stats.o CC net/core/gen_estimator.o CC net/core/sysctl_net_core.o CC net/core/dev.o net/core/dev.c: In function