-
Notifications
You must be signed in to change notification settings - Fork 5.2k
OOPS in latest kernel #2446
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
Comments
Are you able to build a kernel with that commit reverted? |
Working on it now, but I may be some time... |
According to netdev this patch should be the fix. |
I built a kernel from the head of the rpi-4.14 branch using the Arch packaging system; as expected the Oops occurs. |
Okay, looks like an upstream bug with a pending upstream fix. |
Thanks. |
See: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=209309 kernel: lan78xx: Simple patch to prevent some crashes See: raspberrypi/linux#2449 kernel: net/tcp: reset the sk_send_head in tcp_write_queue_purge See: raspberrypi/linux#2446
See: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=209309 kernel: lan78xx: Simple patch to prevent some crashes See: raspberrypi/linux#2449 kernel: net/tcp: reset the sk_send_head in tcp_write_queue_purge See: raspberrypi/linux#2446
The linked patch has been pushed to linux tree and is in latest rpi-update kernel |
oops.txt
This is on an original Pi2B running fully up-to-date Arch Linux. The application is TVHeadend which was compiled from source on this machine and which uses a DVB-S2 USB stick. Networking is via Ethernet.
The OOPS is triggered when I stream live TV from TVHeadend to VLC (v3.0) running on a remote Linux machine, then close the session by exiting VLC. TVHeadend becomes unresponsive and cannot be killed.
Reverting the kernel and firmware to the previous version cures the problem.
The same behaviour is seen if the SD card is moved to a Pi3B.
The text was updated successfully, but these errors were encountered: