On Mon, Jun 17, 2024 at 12:45 AM Robert Henry wrote:
> I do not think I will have the time or focus to work on improving this patch
> this summer, as I will retire in 2 weeks and need to make a clean break to
> focus on other things (health, for one) for a while.
> If anyone wants to put into pl
I do not think I will have the time or focus to work on improving this
patch this summer, as I will retire in 2 weeks and need to make a clean
break to focus on other things (health, for one) for a while.
If anyone wants to put into place Richard's ideas, I will not be offended!
I do not see any
On 6/11/24 09:20, Robert R. Henry wrote:
This fixes a bug wherein i386/tcg assumed an interrupt return using
the IRET instruction was always returning from kernel mode to either
kernel mode or user mode. This assumption is violated when IRET is used
as a clever way to restore thread state, as for
This fixes a bug wherein i386/tcg assumed an interrupt return using
the IRET instruction was always returning from kernel mode to either
kernel mode or user mode. This assumption is violated when IRET is used
as a clever way to restore thread state, as for example in the dotnet
runtime. There, IRET