Skip to content
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

Revert "logging: Prevent multiple arguments evaluation" #42609

Merged
merged 2 commits into from
Feb 8, 2022

Conversation

MaureenHelm
Copy link
Member

This reverts commit 3f56567 which
caused build failures with the XCC toolchain on all samples and tests,
as well as a runtime failure with the nrf52_bsim board on
tests/bluetooth/bsim_bt/bsim_test_mesh.

Signed-off-by: Maureen Helm [email protected]

Fixes #42608

This reverts commit 3f56567 which
caused build failures with the XCC toolchain on all samples and tests,
as well as a runtime failure with the nrf52_bsim board on
tests/bluetooth/bsim_bt/bsim_test_mesh.

Signed-off-by: Maureen Helm <[email protected]>
@MaureenHelm MaureenHelm added the Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc. label Feb 8, 2022
@github-actions github-actions bot added area: API Changes to public APIs area: Tests Issues related to a particular existing or missing test labels Feb 8, 2022
@nashif
Copy link
Member

nashif commented Feb 8, 2022

need to revert 2nd commit

@nashif nashif merged commit 27afc77 into zephyrproject-rtos:main Feb 8, 2022
@MaureenHelm MaureenHelm deleted the revert-pr-42165 branch February 8, 2022 22:14
@nordic-krch
Copy link
Contributor

The reason is increased stack usage when optimization is off (case for nrf52_bsim), i'm reworking to avoid stack increase. I will also add test which will be estimating stack required for logging to catch when it increases. Initial tests show that it varies a lot between platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: API Changes to public APIs area: Tests Issues related to a particular existing or missing test Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bsim_test_mesh: pb_adv_reprovision.sh fails after commit to prevent multiple arguments in logging
4 participants