On Sat, May 27, 2023, at 20:02, Naresh Kamboju wrote:
On Sat, 27 May 2023 at 15:03, Arnd Bergmann arnd@arndb.de wrote:
On Sat, May 27, 2023, at 05:49, Kuniyuki Iwashima wrote: The current theory right now is that this is a qemu bug when dealing with self-modifying x86 code that has been fixed in qemu-8.0 already, and my suggestion would be to ignore all bugs found by lkft that involve an 'int3' trap, and instead change the lkft setup to use either qemu-8.0 or run the test systems in kvm (which would also be much faster and save resources).
I will send out an update to ignore the 'int3' trap email reports.
Just to clarify: what I meant was ignoring the old reports with qemu-7.2 but not any new ones that come from qemu-8.0.
Arnd