On Tue, Nov 10, 2020 at 12:58:51AM +0100, Vladislav Shpilevoy wrote: > Struct fiber has a member va_list f_data. It is used to forward > arguments to the fiber function when fiber_start() is called, > right from the caller's stack. Ack