https://bugs.winehq.org/show_bug.cgi?id=33275
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|UPSTREAM |---
--- Comment #34 from Sebastian Lackner sebastian@fds-team.de --- The problem is still present on AMD CPUs when using a pure 32-bit kernel. The following rebased kernel patch and Wine patch fixes it:
* kernel patch: http://ix.io/jPy * wine patch: http://ix.io/jPB
Please note that the kernel devs will most likely prefer a different solution (adding a check at the beginning of the syscall entry, similar to x86_64). This will make the wine patch unnecessary. I'll write something on the kernel mailing list shortly.