Richard Henderson <[email protected]> writes:
> For send_register_info from master_sigill, do not keep a > reginfo buffer on the stack. At the moment, this struct > is quite large for aarch64. > > Put the two reginfo buffers into an array, for the benefit > of future dumping. For recv_and_compare_register_info, > index this array with constants, so it's a simple rename. > > Signed-off-by: Richard Henderson <[email protected]> <snip> > @@ -221,7 +228,6 @@ static RisuResult recv_and_compare_register_info(void *uc) > default: > abort(); > } > - > return res; > } nit: stray whitespace change Otherwise: Reviewed-by: Alex Bennée <[email protected]> -- Alex Bennée
