lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 12 Dec 2011 15:15:44 +0800
From:	Lai Jiangshan <laijs@...fujitsu.com>
To:	Pekka Enberg <penberg@...nel.org>, Ingo Molnar <mingo@...e.hu>
Cc:	linux-kernel@...r.kernel.org, Lai Jiangshan <laijs@...fujitsu.com>
Subject: [PATCH 00/11] kvm tools: cleanups

There are small patches and almost are cleanups.
patch 1 and patch 10 may be 2 fixies if I'm not mental disorder.

Lai Jiangshan (11):
  check condition before wait
  fix function name
  move threadpool.c to util/
  move rbtree.o to util/
  add missing build output
  move read-write.c to util/
  move util.c to util/
  move strlcat() to util/strbuf.c
  narrow the C.S. of compat_mtx
  protect shared global id in compat_mtx C.S.
  remove duplicated code

 tools/kvm/Makefile                |   11 +++++----
 tools/kvm/builtin-run.c           |    1 +
 tools/kvm/guest_compat.c          |   39 ++++++++++++++++--------------------
 tools/kvm/include/kvm/strbuf.h    |   13 ++++++++++++
 tools/kvm/include/kvm/util.h      |   10 ---------
 tools/kvm/{ => util}/read-write.c |    0
 tools/kvm/util/strbuf.c           |   26 ++++++++++++++++++++++++
 tools/kvm/{ => util}/threadpool.c |   25 +++++++++++------------
 tools/kvm/{ => util}/util.c       |   25 -----------------------
 9 files changed, 75 insertions(+), 75 deletions(-)
 rename tools/kvm/{ => util}/read-write.c (100%)
 rename tools/kvm/{ => util}/threadpool.c (89%)
 rename tools/kvm/{ => util}/util.c (71%)

-- 
1.7.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ