On Mon, Apr 06, 2026 at 12:14:06PM +0900, Michael Paquier wrote:
> The attached is working correctly. The v18 flavor is slightly
> simpler.
I have looked at it again today, and noticed that the test modules of
both HEAD and REL_18_STABLE were incorrect in the values they set for
shared_size for the fixed-sized cases. In both cases we were
finishing with an underestimation. I could only see a direct impact
on HEAD for the 32-bit builds, though, but the problem was the same.
The allocation has been fixed in 17132f55c5a2, with the modules
handled by 98979578055f.
--
Michael