Re: [PATCH] Driver core: fix race in dev_driver_string

From: Oliver Neukum
Date: Fri Dec 04 2009 - 11:16:23 EST


Am Freitag, 4. Dezember 2009 17:06:57 schrieb Alan Stern:
> Oliver:
>
> We don't have to worry about the device structure being deallocated
> while the routine is running. If that happens it's a bug in the
> caller: improper refcounting.

That raises two points

1. am I supposed to get a reference just so that I can use dev_err?
2. what happens if this is a soft disconnect and the device is reconnected?
It seems to me that you'd print the wrong driver's name.

Regards
Oliver
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/