On Tue, 17 Jun 2025, Mike Snitzer wrote: > On Fri, Jun 13, 2025 at 07:08:52PM -0400, Benjamin Marzinski wrote: > > Due to the semantics of iterate_devices(), the current code allows a > > request-based dm table as long as it includes one request-stackable > > device. It is supposed to only allow tables where there are no > > non-request-stackable devices. > > > > Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> > > Amazing this type of bug is still lurking, thought I audited all of > the iterate_devices callout functions.. anyway, thanks for fixing it! > > Reviewed-by: Mike Snitzer <snitzer@xxxxxxxxxx> I've applied the patch, thanks. Mikulas