west.yml: update zephyr to b246d3f3f98#10557
Open
tmleman wants to merge 1 commit intothesofproject:mainfrom
Open
west.yml: update zephyr to b246d3f3f98#10557tmleman wants to merge 1 commit intothesofproject:mainfrom
tmleman wants to merge 1 commit intothesofproject:mainfrom
Conversation
Total of 790 commits.
Changes include:
966737f1373 logging: Add CONFIG_LOG_RUNTIME_DEFAULT_LEVEL for startup
filter control
b669a397384 kernel: events: use abort thread timeout using dedicated
function
5a0f73f0450 kernel: events: wake threads atomically using waitq
post-walk callback
73feef8b20c kernel: sched: add post-walk callback argument to
z_sched_waitq_walk()
3ba7dcfe2c1 kernel: events: wake threads during wait queue walk if
possible
e7252254894 kernel: sched: perform safe waitq walk inside
z_sched_waitq_walk()
eac6c7cb24a kernel: sched: don't acquire scheduler spinlock in
z_sched_wake_thread()
098f61700f8 west: sign/rimage: do not assume SOF source exists
a4c37560d5e west: sign/rimage: remove --no-manifest workaround
dbd231853db west: sign: use local signing key if specified
3d46072e913 boards: intel_adsp: add support files for image signing
a14a5b2d60b llext: remove leading -D from CMakeLists.txt
e843931194a kernel: check if interrupt is disabled in k_can_yield
ec2e20530c9 kernel: Disable k_mutex priority inheritance
f97b9ad9e9f xtensa: clear LCOUNT special register after saving it
4523fa57c57 soc: intel_adsp: clear BSS on core #0 at boot
3d03c55e1dc llext: define global mutex using K_MUTEX_DEFINE
Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
2 tasks
There was a problem hiding this comment.
Pull request overview
This PR updates the Zephyr dependency in the SOF (Sound Open Firmware) project from revision f6a32b27dc17 to b246d3f3f987, pulling in 790 commits from upstream Zephyr. The update includes improvements to logging configuration, kernel event handling, west signing tooling, Intel ADSP support, and various kernel subsystem enhancements.
Changes:
- Updated Zephyr revision hash in west.yml manifest to pull in 790 upstream commits
- Changes include logging improvements, kernel scheduler optimizations, west signing enhancements, and Intel ADSP platform updates
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
serhiy-katsyuba-intel
approved these changes
Feb 19, 2026
softwarecki
approved these changes
Feb 19, 2026
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 790 commits.
Changes include:
966737f1373 logging: Add CONFIG_LOG_RUNTIME_DEFAULT_LEVEL for startup filter control
b669a397384 kernel: events: use abort thread timeout using dedicated function
5a0f73f0450 kernel: events: wake threads atomically using waitq post-walk callback
73feef8b20c kernel: sched: add post-walk callback argument to z_sched_waitq_walk()
3ba7dcfe2c1 kernel: events: wake threads during wait queue walk if possible
e7252254894 kernel: sched: perform safe waitq walk inside z_sched_waitq_walk()
eac6c7cb24a kernel: sched: don't acquire scheduler spinlock in z_sched_wake_thread()
098f61700f8 west: sign/rimage: do not assume SOF source exists
a4c37560d5e west: sign/rimage: remove --no-manifest workaround
dbd231853db west: sign: use local signing key if specified
3d46072e913 boards: intel_adsp: add support files for image signing
a14a5b2d60b llext: remove leading -D from CMakeLists.txt
e843931194a kernel: check if interrupt is disabled in k_can_yield
ec2e20530c9 kernel: Disable k_mutex priority inheritance
f97b9ad9e9f xtensa: clear LCOUNT special register after saving it
4523fa57c57 soc: intel_adsp: clear BSS on core #0 at boot
3d03c55e1dc llext: define global mutex using K_MUTEX_DEFINE