On 29.05.2026 02:26, Matt Turner wrote:
On Wed, May 27, 2026 at 7:06 AM Michael Tokarev <[email protected]> wrote:
...
This code was different before the linux/elfload.c split into targets -
before the split, all this was in single linux/elfload.c file. While
this patch should not be needed before the split (eg. for stable-10.0
branch), the following patch is apparently needed still.
Can you verify please, and maybe provide a similar fix for 10.0.x too -
provided it's actually needed there?
I just took a look at this.
10.2 & 11.0: clean cherry-picks.
10.0 & 10.1: not affected by any of the issues fixed in this series.
Looks like all the issues were introduced by commit a8081da18d
("linux-user: Move elf_core_copy_regs to mips/elfload.c").
Yes, that was the split I mentioned above. I guessed it was the
change which introduced the whole issue here, but wanted to be sure I
actually understand what's going on correctly, especially the second
change.
> If I'd> realized that beforehand I would have inserted
a Fixes: tag and saved
you the email :)
Hehe. Yes, I'm a bit annoying at times ;))
(imagine a very good smile here)
Thank you for the clarification!
Best,
/mjt