Stefan Hajnoczi <stefa...@gmail.com> writes:
> On Fri, Jun 26, 2020 at 01:00:01PM -0400, Robert Foley wrote: >> This is a cleanup patch to follow-up the patch which introduced TSAN. >> This patch makes separate start_switch_fiber_ functions for TSAN and ASAN. >> >> This does two things: >> 1. Unrelated ASAN and TSAN code is separate and each function only >> has arguments that are actually needed. >> 2. The co->tsan_caller_fiber and co->tsan_co_fiber fields are only >> access from within #ifdef CONFIG_TSAN. >> >> Signed-off-by: Robert Foley <robert.fo...@linaro.org> >> --- >> util/coroutine-ucontext.c | 52 +++++++++++++++++++++++++-------------- >> 1 file changed, 34 insertions(+), 18 deletions(-) > > Thank you for revisiting this patch after it was applied! > > Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com> Who takes care of coroutine patches or should this go via a different tree? -- Alex Bennée