-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
[Backport v2.7-branch] uart_stm32: Fix conflict between poll_out and irq API #42786
Conversation
A lock was added to manage situation where the API poll_out and irq API are used in same time. Signed-off-by: Julien D'ascenzio <[email protected]>
Associated issue #40775 |
The initial PR #39752 is merged and backported without an issue filed, the author described the bug directly in the PR. The second PR #40173 is a continuation to fix the same issue and is merged without an issue filed; the bug and the reproduction steps are described directly in the PR. After this PR, it seems to generate some other issue as described by @erwango in #40775, which #40782 & #41116 are aimed to fix. |
@erwango - can you approve the backport? |
I think they should probably just work? I had no issue cherry-picking them into my local 2.7 LTS branch, I guess we just need to apply the backport label to them one by one after this one is merged |
Point is that backport label is already added, but the backport PR didn't show up from what I can see. Unless I've missed them ? |
Yup because they were missing this backport, should be a merge conflict. Do you think if we should close this PR and have a new backport PR that cherry-pick all the commits from these 3 PR? |
Since the PRs are small enough and impact a single file I think that would be fine. |
|
superseded by #43156 |
Backport d42cef1 from #40173