mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
4cc749881e
It is impossible to enable any features from user-space, so it is no reason to return the maximum size with all features enabled. The kvm and systrap platforms uses ExtendedStateSize to generate fpu states that are restored via rt_sigreturn, but the kernel rejects frames with incorrect sizes. PiperOrigin-RevId: 537333319