qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/11] RCU, KVM, memory API, crypto, Coverity fixes f


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 00/11] RCU, KVM, memory API, crypto, Coverity fixes for 2.4.0-rc1
Date: Thu, 16 Jul 2015 18:55:47 +0200

The following changes since commit 6169b60285fe1ff730d840a49527e721bfb30899:

  Update version for v2.4.0-rc0 release (2015-07-09 17:56:56 +0100)

are available in the git repository at:

  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 4a8775ab71d2186fc1cd585ea80c000409965cde:

  crypto: avoid undefined behavior in nettle calls (2015-07-16 18:54:21 +0200)

----------------------------------------------------------------
* rcu_register_thread fixes.
* MIPS-KVM fixes.
* Coverity fixes.
* Nettle function prototype fixes.
* Memory API refcount fix.

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      RDMA: Fix error exits

Gonglei (2):
      ppc/spapr_drc: fix memory leak
      arm/xlnx-zynqmp: fix memory leak

James Hogan (2):
      mips/kvm: Fix Big endian 32-bit register access
      mips/kvm: Sign extend registers written to KVM

Paolo Bonzini (4):
      rcu: automatically unregister threads when they exit
      rcu: actually register threads that have RCU read-side critical sections
      rcu: detect missing rcu_register_thread()
      memory: fix refcount leak in memory_region_present

Radim Krčmář (2):
      crypto: fix build with nettle >= 3.0.0
      crypto: avoid undefined behavior in nettle calls

 configure              |  4 +++-
 cpus.c                 |  6 ++++++
 crypto/cipher-nettle.c | 51 ++++++++++++++++++++++++++++++++++++++++++++------
 hw/arm/xlnx-zynqmp.c   |  2 ++
 hw/ppc/spapr_drc.c     |  1 +
 include/qemu/rcu.h     |  4 +++-
 iothread.c             |  3 +++
 memory.c               | 44 +++++++++++++++++++++++++++----------------
 migration/migration.c  |  3 +++
 migration/rdma.c       |  8 ++++----
 target-mips/kvm.c      | 21 +++++++--------------
 tests/rcutorture.c     | 10 ----------
 tests/test-rcu-list.c  |  2 ++
 util/rcu.c             | 49 +++++++++++++++++++++++++++++++++++++++++++-----
 14 files changed, 151 insertions(+), 57 deletions(-)
-- 
2.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]