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

[4.14] Fix for Pisound's MIDI Input getting blocked for a while in rare cases. #2439

Merged
merged 1 commit into from
Mar 16, 2018
Merged

Conversation

gtrainavicius
Copy link
Contributor

@gtrainavicius gtrainavicius commented Mar 16, 2018

There was a possible race condition which could lead to Input's FIFO queue
to be underflown, causing high amount of processing in the worker thread for
some period of time.

Signed-off-by: Giedrius Trainavicius <giedrius@blokas.io>

Link to 4.9 pull request: #2440

There was a possible race condition which could lead to Input's FIFO queue
to be underflown, causing high amount of processing in the worker thread for
some period of time.

Signed-off-by: Giedrius Trainavicius <giedrius@blokas.io>
@gtrainavicius
Copy link
Contributor Author

Thank you for quick turnaround! :)

By the way, what is the policy for 4.9 and 4.14 branches? Should I continue pushing fixes to both branches at the moment? For how long will 4.9 continue to be supported?

@pelwell
Copy link
Contributor

pelwell commented Mar 16, 2018

We could have launched the 3B+ with 4.14 but the decision was taken to avoid creating two sets of new bugs - 4.14 going mainstream and 3B+-specific problems. With the launch out of the way and, so far, only a relatively niche networking bug (#2437), we'll probably make the jump to 4.14 within the next week or two.

@pelwell
Copy link
Contributor

pelwell commented Mar 16, 2018

4.9 is an LTS kernel, so we'll probably keep it around as the stable branch for a while - we're certainly not blocking submissions for it yet.

@gtrainavicius
Copy link
Contributor Author

Thank you for the information! 👍

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.

2 participants