Hi Thomas, > > Currently the driver stores all its state in driver-global static data. > The kobjects are stored without any state. > Inside the kobject attribute operations is some fiddly logic that tries > to figure out the corresponding state with a fiddly mechansims. > > The more correct way would be to attach the corresponding state > directly to the kobject. > > Let me know if you want to give this a shot and I'll give an example. Yes. I would like to give it a shot. I can take a look at the code and determine when we can implement it. No promises. Jorge.