Re: [PATCH 3/6] i2c: ignore active clients detaching during adapter removal.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 6 Feb 2009 11:22:21 +0100, Rodolfo Giometti wrote:
> On Thu, Feb 05, 2009 at 04:02:43PM -0800, David Brownell wrote:
> > On Thursday 05 February 2009, Rodolfo Giometti wrote:
> > > 
> > > When we are removing an adapter we decide to ignore any active client
> > > detaching faults for two reasons:
> > > 
> > > 1) one (or more) active client may be switched off, so it cannot
> > >    replay to the "adapter removed" event.
> > > 
> > > 2) it shouldn't happen, and even if it happens it may be due a bus
> > >    fault which can be resolved by resetting the adapter (most of them
> > >    can be resetted simply by rmmod and then insmod the module again).
> > 
> > This bothers me.  If the client can't detach, it can't;
> > there may be all kinds of chaos introduced by trying
> > to fake success in such cases.  Like resources that
> > suddenly just vanish, leaving breakage in their wake.
> > 
> > If this is a shutdown() path, where it's basically
> > just a polite driver notification, that's one thing.
> > 
> > But I2C gets used as a system control bus, so this
> > sort of "ignore the errors" stuff worries me a lot.
> 
> If so I suppose we should take in account the
> adapter->client_unregister() return value also, which is currently
> ignored in i2c_unregister_device() function...

Taking the old, deprecated, notoriously broken i2c model as an example
doesn't necessarily serve your cause ;)

> However, since I2c is a bus it could be possible that a slave device
> stops functioning (or the user decides to turn it off), so aborting
> the adapter removal in these cases can be not right... moreover if the
> adapter should be logically separated from the i2c clients I suppose
> is better allowing the user to remove (and eventually replace) it and
> then resolving i2c client's stale states into the relative driver.
> 
> I suppose this is the same behaviour of USB bus: we can remove an USB
> host adapter independently from USB devices.

The big difference, I presume, is that USB is never a system bus. But
even for USB, devices can't exist without the host. If you kill the
host and resurrect it later, you also kill the devices and resurrect
them later.

The debate about drivers failing device removal is an old one, not
specific to i2c. My opinion is that .remove() should succeed as much as
possible. It should really only fail if the problem is so serious that
the system's state would otherwise become a problem (e.g. freeing
memory which is still referenced.) This should be a rare case.

-- 
Jean Delvare
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux GPIO]     [Linux SPI]     [Linux Hardward Monitoring]     [LM Sensors]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux