-
Notifications
You must be signed in to change notification settings - Fork 7.5k
tests/kernel/pipe/pipe test cases are failing on ARM boards #10474
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
Labels
Comments
AdithyaBaglody
added a commit
to AdithyaBaglody/zephyr
that referenced
this issue
Oct 11, 2018
This was causing an incorrect hash for privileged stack. Fixes: zephyrproject-rtosGH-10473 Fixes: zephyrproject-rtosGH-10474 Fixes: zephyrproject-rtosGH-10475 Fixes: zephyrproject-rtosGH-10476 Signed-off-by: Adithya Baglody <[email protected]>
nashif
pushed a commit
that referenced
this issue
Oct 11, 2018
This was causing an incorrect hash for privileged stack. Fixes: GH-10473 Fixes: GH-10474 Fixes: GH-10475 Fixes: GH-10476 Signed-off-by: Adithya Baglody <[email protected]>
@nashif @AdithyaBaglody : The test cases still fail on freedom_k64f even after the fix is merged. Execution log:
|
@dcpleung this is related to the linker changes, we might want to revert them until we have a solution. This turns out to be very fragile. |
dcpleung
pushed a commit
to dcpleung/zephyr
that referenced
this issue
Oct 19, 2018
This puts the priviledged stack at the end of RAM. This combines PR zephyrproject-rtos#10507 and zephyrproject-rtos#10542. Fixes zephyrproject-rtos#10473 Fixes zephyrproject-rtos#10474 Fixes zephyrproject-rtos#10515 Signed-off-by: Adithya Baglody <[email protected]> Signed-off-by: Daniel Leung <[email protected]>
dcpleung
added a commit
to dcpleung/zephyr
that referenced
this issue
Oct 19, 2018
(Previous patch set was reverted due to issue with priv_stack. Resubmitting after fixing the faults caused by priv_stack.noinit not at the end of RAM.) This adds a linker flag and necessary changes to linker scripts so that linker will warn about orphan sections. Relates to zephyrproject-rtos#5534. Fixes zephyrproject-rtos#10473, zephyrproject-rtos#10474, zephyrproject-rtos#10515. Signed-off-by: Daniel Leung <[email protected]>
nashif
pushed a commit
that referenced
this issue
Oct 19, 2018
(Previous patch set was reverted due to issue with priv_stack. Resubmitting after fixing the faults caused by priv_stack.noinit not at the end of RAM.) This adds a linker flag and necessary changes to linker scripts so that linker will warn about orphan sections. Relates to #5534. Fixes #10473, #10474, #10515. Signed-off-by: Daniel Leung <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Execution log:
Platforms tested: frdm_k64f, nrf52840_pca10056, nrf52_pca10040
The text was updated successfully, but these errors were encountered: