west.yml: update zephyr to afcfbf6dee0#10690
Open
tmleman wants to merge 1 commit intothesofproject:mainfrom
Open
west.yml: update zephyr to afcfbf6dee0#10690tmleman wants to merge 1 commit intothesofproject:mainfrom
tmleman wants to merge 1 commit intothesofproject:mainfrom
Conversation
Total of 187 commits.
Changes include:
78dcc5e7ce4 xtensa: (cosmetic) fix a Kconfig entry
f1541d3b256 logging: avoid self-deadlock in immediate mode with clean
output
32b13996695 kernel/timeout: introduce sys_clock_lock() and
sys_clock_announce_locked()
184b5a38048 kernel: assert scheduler lock is held in
z_unpend_all_locked()
9cef0da05c3 kernel: avoid recursive scheduler lock in k_heap_free path
1666066082a kernel/sched: fix race in consuming self-directed IPIs
04df4a4aa2e xtensa: correctly flush stack when creating new thread
f75db68d03f kernel: workq: not yield when current workq is empty
df630e09ae2 kernel: Fix timeout handler for delayable work
f9376ddde50 kernel: Fix gap in workqueue work timeout
5a3c601e710 kernel: track announcing state in timeout dticks field
Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Zephyr dependency pinned in this repository’s West manifest to a newer upstream commit (afcfbf6dee0...), bringing in a large set of upstream Zephyr fixes and kernel/logging changes.
Changes:
- Bump
zephyrprojectrevisioninwest.ymlfrom00e94d2...toafcfbf6d....
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
wjablon1
approved these changes
Apr 8, 2026
serhiy-katsyuba-intel
approved these changes
Apr 8, 2026
abonislawski
approved these changes
Apr 8, 2026
kv2019i
approved these changes
Apr 8, 2026
Collaborator
kv2019i
left a comment
There was a problem hiding this comment.
The Intel jenkins check is not functional at the moment. I checked internal results and no issues found. So ok to proceed with merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Total of 187 commits.
Changes include:
78dcc5e7ce4 xtensa: (cosmetic) fix a Kconfig entry
f1541d3b256 logging: avoid self-deadlock in immediate mode with clean output
32b13996695 kernel/timeout: introduce sys_clock_lock() and sys_clock_announce_locked()
184b5a38048 kernel: assert scheduler lock is held in z_unpend_all_locked()
9cef0da05c3 kernel: avoid recursive scheduler lock in k_heap_free path
1666066082a kernel/sched: fix race in consuming self-directed IPIs
04df4a4aa2e xtensa: correctly flush stack when creating new thread
f75db68d03f kernel: workq: not yield when current workq is empty
df630e09ae2 kernel: Fix timeout handler for delayable work
f9376ddde50 kernel: Fix gap in workqueue work timeout
5a3c601e710 kernel: track announcing state in timeout dticks field