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
Linux 6.9+ enforces that writes to eventfd must be exactly 8 bytes. Previously,
Linux allowed writes larger than 8 bytes, ignoring the extra input. See commit
d31563b5f9bb "eventfd: strictly check the count parameter of eventfd_write to
avoid inputting illegal strings"
PiperOrigin-RevId: 824690963
0 commit comments