On Fri, Jan 05, 2024 at 07:40:33PM +0100, mwilck@xxxxxxxx wrote: > From: Martin Wilck <mwilck@xxxxxxxx> > > Fixes for defects reported by coverity (new defects in old code). > So far I haven't had time to test them thoroughly. For the set: Reviewed-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> > > Martin Wilck (3): > multipathd: init_unwinder: protect pthread_cond_wait() call with a > loop > libmultipath: is_uevent_busy(): check servicing_uev under lock > libmultipath: tur: protect pthread_cond_timedwait with a loop > > libmultipath/checkers/tur.c | 9 ++++++--- > libmultipath/uevent.c | 5 +++-- > multipathd/init_unwinder.c | 6 +++++- > 3 files changed, 14 insertions(+), 6 deletions(-) > > -- > 2.43.0