[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] About the IRQ framework of Unikraft
Hi, These days I am testing the multi-thread support patches on Arm64. But I find a problem about the IRQ framework. This framework can work properly for x86_64. But it can't work properly for Arm64 static struct irq_handler_head irq_handlers[16]; Here defined 16 irq_handlers, but on Arm64, most irq number Is higher than 16. So, in ukplat_irq_register: UK_SLIST_INSERT_HEAD(&irq_handlers[irq], h, entries); Will overflow. Regards, Wei Chen IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |