xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tmem fixes for Xen 4.5 - coverity inspired.
@ 2014-04-30 20:29 Konrad Rzeszutek Wilk
  2014-04-30 20:29 ` [PATCH 1/4] xc/tmem: Free temporary buffer used during migration Konrad Rzeszutek Wilk
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-04-30 20:29 UTC (permalink / raw)
  To: xen-devel, andrew.cooper3, jbeulich, keir

These patches are inspired by Coverity results - and I hope the
last of them in the 'tmem' department.

Please review, especially the:
 [PATCH 4/4] tmem: fix Out-of-bounds read reported by Coverity

at your leisure.


 tools/libxc/xc_domain_save.c |  8 +++++--
 tools/libxc/xc_tmem.c        | 51 ++++++++++++++++++++++++++------------------
 tools/libxc/xenctrl.h        |  2 +-
 xen/common/tmem.c            | 10 ++-------
 4 files changed, 39 insertions(+), 32 deletions(-)

Bob Liu (2):
      tmem: drop unnecessary lock in tmem_relinquish_pages()
      tmem: fix Out-of-bounds read reported by Coverity

Konrad Rzeszutek Wilk (2):
      xc/tmem: Free temporary buffer used during migration.
      xc/tmem: Unchecked return value (v2).

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-05-05 11:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-30 20:29 [PATCH] tmem fixes for Xen 4.5 - coverity inspired Konrad Rzeszutek Wilk
2014-04-30 20:29 ` [PATCH 1/4] xc/tmem: Free temporary buffer used during migration Konrad Rzeszutek Wilk
2014-04-30 20:43   ` Andrew Cooper
2014-04-30 20:29 ` [PATCH 2/4] xc/tmem: Unchecked return value (v2) Konrad Rzeszutek Wilk
2014-04-30 20:46   ` Andrew Cooper
2014-04-30 20:29 ` [PATCH 3/4] tmem: drop unnecessary lock in tmem_relinquish_pages() Konrad Rzeszutek Wilk
2014-04-30 20:29 ` [PATCH 4/4] tmem: fix Out-of-bounds read reported by Coverity Konrad Rzeszutek Wilk
2014-04-30 21:04   ` Andrew Cooper
2014-05-04  8:10     ` Bob Liu
2014-05-05 11:08       ` Andrew Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).