On Tue, Apr 30, 2024 at 11:32:07AM +0800, Liao Yuanhong wrote: > Currently, the zone size of the ZoneUFS provided by Hynix is not aligned > to pow2. After testing on the mobile platform with this fix, we found > that basic functionality can be executed. May we merge this patch first? The issue is that device-mapper makes assumptions in multiple places that zones are power of 2 sized. Simply removing this check will allow users to create broken device-mapper devices on top of non-power-of-2 devices. A better solution would be to see if Pankaj Raghav's non-power-of-2 zone size patchset can be revisited. -Ben