-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
up_squared: A lot of fails in kernel and libraries components #87046
Comments
I must have messed something up when attempting the direct IPI support for x86. For the moment, I suggest reverting the offending commit. |
Did some more digging, on QEMU (where this was tested), CONFIG_X2APIC is not set. However, on upsquared/apollo_lake, CONFIG_X2APIC is enabled. This is significant as the behavior of the routine z_loapic_ipi() differs based on the enablement/disablement of this Kconfig option. With this knowledge, we may still be able to keep the directed IPI support for x86 only when CONFIG_X2APIC is not enabled to get us past this stopper, and then work on fixing the support for it when CONFIG_X2APIC is enabled. |
It has been discovered that direct IPI support does not work correctly when CONFIG_X2APIC is enabled. Until that can be fixed, restrict this feature on x86 to platforms that do not enable CONFIG_X2APIC. Fixes zephyrproject-rtos#87046 Signed-off-by: Peter Mitsis <[email protected]>
I attached the twister log |
in the future, please do not put twister output in the log, the expectation is to have the console output from the device when running the tests, so this is more appropriate for example and can be helpful:
|
Describe the bug
Since March, 08 we observed a lot of the new fails on platform: up_squared/apollo_lake
List of fail tests:
twister.log
IMO it is a regression.
Specific commit since the problem : 427f2c6
To Reproduce
run twister for the platform up_squared/apollo_lake and above test scope
Expected behavior
test suite passed for above tests
Impact
This is a showstopper.
Logs and console output
INFO - 7 of 22 executed test configurations passed (31.82%), 0 built (not run), 15 failed, 0 errored, with no warnings in 3886.15 seconds.
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: