You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce at least some kernel oops, so I plan to come up with some investigation and perhaps a solution. My starting point is your little test program, where the error is already reproducible.
I like your little driver, a neat piece of code. I want to use it as the kernel side base for some larger project, where I implement a RFC2217 client compatible virtual TTY provider.
My way to go was serializing the destruction of the port data and delaying it, until both ends of the vtty are closed and the tty structures are cleaned up by the kernel. This required to keep the port data not zeroed, until the next time the port gets created.
I don't recall the exact circumstances, this is just a note to myself to test and fix this one day
The text was updated successfully, but these errors were encountered: