Re: [PATCH v2 0/7] linux-user: sigaction fixes/cleanups

2021-05-15 Thread Laurent Vivier
Le 23/04/2021 à 01:02, Richard Henderson a écrit : > Alpha had two bugs, one with the non-ka_restorer fallback > using the wrong offset, and the other with the ka_restorer > value getting lost in do_sigaction. > > Sparc had another bug, where the ka_restorer field was > written to user memory. >

Re: [PATCH v2 0/7] linux-user: sigaction fixes/cleanups

2021-04-22 Thread no-reply
] linux-user: sigaction fixes/cleanups === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT

[PATCH v2 0/7] linux-user: sigaction fixes/cleanups

2021-04-22 Thread Richard Henderson
Alpha had two bugs, one with the non-ka_restorer fallback using the wrong offset, and the other with the ka_restorer value getting lost in do_sigaction. Sparc had another bug, where the ka_restorer field was written to user memory. Version 2 splits patch 2 into 6. r~ Richard Henderson (7):