-
Notifications
You must be signed in to change notification settings - Fork 7k
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
manifest: Bump libmetal and open-amp #74186
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
8418d3d
to
3eeb121
Compare
3eeb121
to
a7961e5
Compare
Hi @carlocaione
The issue is linked to the replacement of I haven't found a clean way to fix it yet |
This is my fix 7da4a2c as first commit in this PR. But it looks like this upgrade is breaking also something else. |
a7961e5
to
b77223f
Compare
@arnopo your fix is working so I think it is worth to have an open-amp minor release for that. Still some tests on zephyr are failing with the new release. |
I will send a PR on open-amp.
Seem related to BT, is rpmsg used in the test project? |
|
@carlocaione any idea what go wrong in the CI test? |
@arnopo no idea and I don't even the hardware anymore to reproduce it. @Thalley @carlescufi anyone from Nordic who wants to take a look at this? |
Can you elaborate on what you'd like us to look at? |
Hello @Thalley , We need your assistance to understand what is failing during the bsim-test. The failure appears to be related to the update of the OpenAMP or libmetal library, but there is nothing evident in the test log. Can you help us investigate this issue? https://github.com/zephyrproject-rtos/zephyr/actions/runs/9512500748/job/26220609947?pr=74186 |
@Thalley also the multidomain logging is failing https://github.com/zephyrproject-rtos/zephyr/actions/runs/9512500513/job/26221219484?pr=74186 |
The BSIM test that fails looks like it's failing on the nrf52_bsim which doesn't use this, so I think the failing BSIM test is unrelated to this PR. There has been a lot of fixes merged in the last 5 days, so I would suggest to retrigger the test to see if it still fails. For the logging issue I have no idea unfortunately. To make sure there's an issue, I would also retry that. |
b77223f
to
0336cbb
Compare
Bsim tests still fail, but errors seem different. 😟 |
At least it's nRF53 failures this time :D Looks like segmentation faults - Should be possible to re-run those tests locally with Valgrind |
The segfault happens because priv (ept->priv in caller) is null and being derefferenced. |
I think I have found the regression. I have updated the OpenAMP/open-amp#596 adding could you please update openamp module and rerun CI? |
5faf6d7
to
8a90047
Compare
@arnopo done. Let's see. |
@arnopo yeah, it looks fine now. If you push a new release I'll take that into the |
Yes sure, we have to do more tests and add to v2024.05.01 release to fix this. I will ping you when ready. |
@carlocaione can you please update? the PRs were merged, so manifest needs to be updated. |
@nashif you are rushing things. We have to wait for OpenAMP/open-amp#596 to be merged, after that I have to fix zephyrproject-rtos/open-amp#19 (that was supposed not to be merged) and after that we can update and merge this one. |
the OpenAMP/open-amp#596 is no merged |
8a90047
to
bf37435
Compare
To v2024.05.1 Signed-off-by: Carlo Caione <ccaione@baylibre.com>
bf37435
to
57243a2
Compare
To v2024.05.0