On Wed, Dec 14, 2016 at 10:12:42PM +0100, Richard Weinberger wrote: > On 14.12.2016 22:09, Brian Norris wrote: > > Also, note that this isn't a regression; it's been broken forever and > > apparently no one noticed. IMO that raises the bar a bit (but not > > impossibly so) for -stable. > > Yes. AFAICT you can only trigger it using my "new" nandsim > which is not mainline so far.
Ah, OK. So the only current _{get,put}_device() implementor in mainline is gluebi, so far. And it's OK for now to just have the master device be refcounted, and just rely on the partitions being removed before the master, right? In that case, no, this shouldn't go to -stable. Brian