Results 7 comments of royger

I'm also seeing this since some time ago and it's quite annoying

I think I've found the cause of the problem and I've sent a pull request (or at least I've tried to). The fix is in my fix_size branch: https://github.com/royger/mfsbsd/tree/fix_size

Hello, Is there a way to trigger a cirrus-ci execution from a github action? Or use the github action to trigger the webhook used by cirrus? Thanks, Roger.

@SergiiDmytruk Could you provide a boot log of the crash without any out of tree patches applied to Xen? So that the base commit is unmodified from Xen upstream repository.

Could you provide the boot log with the following instrumentation patch applied? ```diff diff --git a/xen/arch/x86/io_apic.c b/xen/arch/x86/io_apic.c index d9db2efc4f58..2b4df4388ad6 100644 --- a/xen/arch/x86/io_apic.c +++ b/xen/arch/x86/io_apic.c @@ -304,6 +304,7 @@ void __ioapic_write_entry(...

Can you try the following patch: ```diff diff --git a/xen/arch/x86/io_apic.c b/xen/arch/x86/io_apic.c index d9db2efc4f58..0614e71c0667 100644 --- a/xen/arch/x86/io_apic.c +++ b/xen/arch/x86/io_apic.c @@ -1389,14 +1389,15 @@ void __init enable_IO_APIC(void) /* If the interrupt line...

Thanks for testing, I would like to add `Reported-by: Sergii Dmytruk ` to the patch, is that accurate, and are you OK with it?