Re: [PATCH v3 00/29] PowerPC interrupt rework

2022-10-21 Thread Matheus K. Ferst
On 21/10/2022 07:56, Daniel Henrique Barboza wrote: Matheus, I did some digging yesterday. There are 2 distinct things happening: - the apparent problem with the avocado test. After doing more and more tests it seems like the test failure rate is lower than 10%. With a simple script to exerci

Re: [PATCH v3 00/29] PowerPC interrupt rework

2022-10-21 Thread Daniel Henrique Barboza
Matheus, I did some digging yesterday. There are 2 distinct things happening: - the apparent problem with the avocado test. After doing more and more tests it seems like the test failure rate is lower than 10%. With a simple script to exercise it in my laptop: n=1 while [ 1 ]; do make -

Re: [PATCH v3 00/29] PowerPC interrupt rework

2022-10-20 Thread Matheus K. Ferst
On 20/10/2022 08:18, Daniel Henrique Barboza wrote: On 10/19/22 18:55, Daniel Henrique Barboza wrote: Matheus, This series fails 'make check-avocado' in an e500 test. This is the error output: Scrap that. This avocado test is also failing on master 10% of the time, give or take. It might be

Re: [PATCH v3 00/29] PowerPC interrupt rework

2022-10-20 Thread Daniel Henrique Barboza
On 10/19/22 18:55, Daniel Henrique Barboza wrote: Matheus, This series fails 'make check-avocado' in an e500 test. This is the error output: Scrap that. This avocado test is also failing on master 10% of the time, give or take. It might be case that patch 27 makes the failure more consist

Re: [PATCH v3 00/29] PowerPC interrupt rework

2022-10-19 Thread Daniel Henrique Barboza
Matheus, This series fails 'make check-avocado' in an e500 test. This is the error output: & make -j && \ make check-avocado AVOCADO_TESTS=tests/avocado/replay_kernel.py:ReplayKernelNormal.test_ppc64_e500 (...) Fetching asset from tests/avocado/replay_kernel.py:ReplayKernelNormal.t

Re: [PATCH v3 00/29] PowerPC interrupt rework

2022-10-17 Thread Daniel Henrique Barboza
Matheus, Nice cleanup and rework. The code is way better now. I send a PR today without this series. As soon as that gets merged I'll push these patches to ppc-next. This will give us more time to test the changes and see if we can detect any unintended changes/bugs. Thanks, Daniel On 10/11/2

[PATCH v3 00/29] PowerPC interrupt rework

2022-10-11 Thread Matheus Ferst
Link to v2: https://lists.gnu.org/archive/html/qemu-ppc/2022-09/msg00556.html This series is also available as a git branch: https://github.com/PPC64/qemu/tree/ferst-interrupt-fix-v3 Patches without review: 3-27 This new version rebases the patch series on the current master and fixes some proble