Skip to content

vregion: replace error messages with warnings#10683

Merged
kv2019i merged 1 commit intothesofproject:mainfrom
lyakh:vreg
Apr 8, 2026
Merged

vregion: replace error messages with warnings#10683
kv2019i merged 1 commit intothesofproject:mainfrom
lyakh:vreg

Conversation

@lyakh
Copy link
Copy Markdown
Collaborator

@lyakh lyakh commented Apr 7, 2026

Error messages make CI fail. Replace them with warnings for an immediate fix but a better solution is needed eventually.

Error messages make CI fail. Replace them with warnings for an
immediate fix but a better solution is needed eventually.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Copilot AI review requested due to automatic review settings April 7, 2026 06:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reduces the severity of two allocation-failure log messages in Zephyr’s vregion allocator, changing them from errors to warnings to avoid CI failures triggered by error logs.

Changes:

  • Switched interim_alloc() allocation-failure logging from LOG_ERR to LOG_WRN (and removed the "error:" prefix).
  • Switched lifetime_alloc() out-of-space logging from LOG_ERR to LOG_WRN (and removed the "error:" prefix).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lyakh
Copy link
Copy Markdown
Collaborator Author

lyakh commented Apr 7, 2026

@lrudyX timeout - need to rerun? or is it still working?

Copy link
Copy Markdown
Collaborator

@kv2019i kv2019i left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer to change the test case. This is a bit silly we can't have negative tests (= errors) in boot tests. Oh well...

@kv2019i kv2019i merged commit 5d59752 into thesofproject:main Apr 8, 2026
44 of 45 checks passed
@lyakh lyakh deleted the vreg branch April 8, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants