Re: [PATCH] linux-user: Remove pgb_dynamic alignment assertion

2024-02-14 Thread Philippe Mathieu-Daudé
On 14/2/24 05:54, Richard Henderson wrote: The assertion was never correct, because the alignment is a composite of the image alignment and SHMLBA. Even if the alignment didn't match the image an assertion would not be correct -- more appropriate would be an error message about an ill formed ima

[PATCH] linux-user: Remove pgb_dynamic alignment assertion

2024-02-13 Thread Richard Henderson
The assertion was never correct, because the alignment is a composite of the image alignment and SHMLBA. Even if the alignment didn't match the image an assertion would not be correct -- more appropriate would be an error message about an ill formed image. But the image cannot be held to SHMLBA u