Skip to content

Conversation

@ujfalusi
Copy link
Collaborator

Replace the manual mutex/spinlock lock/unlock pairs with guard() or scoped_guard() where it makes sense.

Only code refactoring, and no behavior change.

…sense

Replace the manual mutex lock/unlock pairs with guard()/scoped_guard().

Only code refactoring, and no behavior change.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
… makes sense

Replace the manual mutex lock/unlock pairs with guard()/scoped_guard().

Only code refactoring, and no behavior change.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Replace the manual spinlock_irq lock/unlock pairs with guard().

Only code refactoring, and no behavior change.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Replace the manual spinlock_irqsafe lock/unlock pairs with guard().

Only code refactoring, and no behavior change.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Replace the manual spinlock_irqsave lock/unlock pairs with guard().

Only code refactoring, and no behavior change.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Replace the manual spinlock lock/unlock pairs with guard().

Only code refactoring, and no behavior change.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Replace the manual spinlock lock/unlock pairs with guard().

Only code refactoring, and no behavior change.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
@ranj063
Copy link
Collaborator

ranj063 commented Nov 3, 2025

@ujfalusi there're a lot of random failures with this PR. Do you think they're related?

@ujfalusi
Copy link
Collaborator Author

ujfalusi commented Nov 4, 2025

@ujfalusi there're a lot of random failures with this PR. Do you think they're related?

I don't think, I have been using these for months before I have submitted the PR, let me re-trigger a CI run...

@ujfalusi
Copy link
Collaborator Author

ujfalusi commented Nov 4, 2025

SOFCI TEST

@bardliao bardliao merged commit 45e07ee into thesofproject:topic/sof-dev Nov 10, 2025
6 of 16 checks passed
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.

4 participants