On Mon, Sep 14, 2026 at 8:55 PM Yodel Eldar <[email protected]> wrote: > > From: Yodel Eldar <[email protected]> > > Hi, > > As reported by Marc-André in (1), the functional test of > vhost-user-bridge (vubr) encounters a runtime error when > vubr is built with ASAN, because the "ASan runtime does > not come first in initial library list." > > Upon Michael's suggestion, this series converts the DPRINT > debug output macro in vubr to use stderr instead of stdout > for output. With that change, the functional test no longer > needs to invoke stdbuf, so it is removed. > > Thanks, > Yodel > > (1) > https://lore.kernel.org/qemu-devel/[email protected]/ > > Yodel Eldar (2): > contrib/vhost-user-bridge: Use stderr for debug output > tests/functional/x86_64/test_vhost_user_bridge: Eliminate stdbuf usage > > contrib/vhost-user-bridge/vhost-user-bridge.c | 2 +- > tests/functional/x86_64/test_vhost_user_bridge.py | 6 ------ > 2 files changed, 1 insertion(+), 7 deletions(-) >
Reviewed-by: Marc-André Lureau <[email protected]> thanks > -- > 2.55.0 > >
