[PATCH v3 0/2] rcu: fixes rcu and test-logging.c

Yonggang Luo posted 2 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200908123149.1475-1-luoyonggang@gmail.com
There is a newer version of this series
include/qemu/rcu.h   |  5 +++++
tests/test-logging.c |  4 +++-
util/rcu.c           | 28 ++++++++++++++++++++++++----
3 files changed, 32 insertions(+), 5 deletions(-)
[PATCH v3 0/2] rcu: fixes rcu and test-logging.c
Posted by Yonggang Luo 3 years, 7 months ago
This is necessary if the pending  rcu calls are closing and removing
temp files. This also provide a function
void rcu_wait_finished(void);
to fixes test-logging.c test failure on msys2/mingw.
On windows if the file doesn't closed, you can not remove it.

Yonggang Luo (2):
  logging: Fixes memory leak in test-logging.c
  rcu: add uninit destructor for rcu

 include/qemu/rcu.h   |  5 +++++
 tests/test-logging.c |  4 +++-
 util/rcu.c           | 28 ++++++++++++++++++++++++----
 3 files changed, 32 insertions(+), 5 deletions(-)

-- 
2.28.0.windows.1