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

Fix for Pisound kernel module in Real Time kernel configuration. #2873

Merged
merged 1 commit into from
Feb 27, 2019
Merged

Fix for Pisound kernel module in Real Time kernel configuration. #2873

merged 1 commit into from
Feb 27, 2019

Conversation

gtrainavicius
Copy link
Contributor

When handler of data_available interrupt is fired, queue_work ends up getting called and it can block on a spin lock which is not allowed in interrupt context. The fix was to run the handler from a thread context instead.

Exactly the same fix should be applied to rpi-4.14.y-rt.

When handler of data_available interrupt is fired, queue_work ends up
getting called and it can block on a spin lock which is not allowed in
interrupt context. The fix was to run the handler from a thread context
instead.
@gtrainavicius
Copy link
Contributor Author

Thank you! Here's the pull request for RT branch: #2874

popcornmix added a commit to raspberrypi/firmware that referenced this pull request Mar 8, 2019
kernel: lan78xx: EEE support is now a PHY property
See: raspberrypi/linux#2882

kernel: config: Add CONFIG_FB_TFT_SH1106=m
See: raspberrypi/linux#2876

kernel: Fix for Pisound kernel module in Real Time kernel configuration
See: raspberrypi/linux#2873

kernel: allo-katana: Added mute stream func
See: raspberrypi/linux#2577

firmware: raspivid: Stop --raw option resetting --raw-format to YUV
See: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=189830&start=25#p1432589

firmware: Fixed up overflow in microsecond timer
See: raspberrypi/userland#535
popcornmix added a commit to Hexxeh/rpi-firmware that referenced this pull request Mar 8, 2019
kernel: lan78xx: EEE support is now a PHY property
See: raspberrypi/linux#2882

kernel: config: Add CONFIG_FB_TFT_SH1106=m
See: raspberrypi/linux#2876

kernel: Fix for Pisound kernel module in Real Time kernel configuration
See: raspberrypi/linux#2873

kernel: allo-katana: Added mute stream func
See: raspberrypi/linux#2577

firmware: raspivid: Stop --raw option resetting --raw-format to YUV
See: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=189830&start=25#p1432589

firmware: Fixed up overflow in microsecond timer
See: raspberrypi/userland#535
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