Skip to content
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

driver: serial: cdns: race condition with interrupt driver uart #81048

Open
XenuIsWatching opened this issue Nov 7, 2024 · 0 comments · May be fixed by #80700
Open

driver: serial: cdns: race condition with interrupt driver uart #81048

XenuIsWatching opened this issue Nov 7, 2024 · 0 comments · May be fixed by #80700
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@XenuIsWatching
Copy link
Member

The interrupt driven uart relies on a timeout condition for when to trigger the interrupt. This can causes issues for when the interrupt is disabled by uart_cdns_disable_tx_irq before it gets a chance to be kicked off by uart_cdns_enable_tx_irq Where a full message may not come out.

@XenuIsWatching XenuIsWatching added the bug The issue is a bug, or the PR is fixing a bug label Nov 7, 2024
@XenuIsWatching XenuIsWatching linked a pull request Nov 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant