TTY gets stuck not recognizing enter for a few times #8

Closed
opened 2024-12-22 21:54:53 +00:00 by alnyan · 1 comment
Owner
  • After red is exited
  • On boot, just after entering /sbin/login
* After `red` is exited * On boot, just after entering `/sbin/login`
alnyan added the
scope
kernel
bug
misbehavior
labels 2024-12-22 21:54:53 +00:00
Author
Owner

Was caused by the ring buffer sending notification to a single waker, which, if it was stale, didn't wake any readers up. Fixed by 1d58b772, but maybe a better solution (dealing with stale wakers) is needed

Was caused by the ring buffer sending notification to a single waker, which, if it was stale, didn't wake any readers up. Fixed by 1d58b772, but maybe a better solution (dealing with stale wakers) is needed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alnyan/yggdrasil#8