qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/11] RCU, KVM, memory API, crypto, Coverity fixes for 2.4.0-rc1
@ 2015-07-16 16:55 Paolo Bonzini
  2015-07-16 16:55 ` [Qemu-devel] [PULL 01/11] mips/kvm: Fix Big endian 32-bit register access Paolo Bonzini
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Paolo Bonzini @ 2015-07-16 16:55 UTC (permalink / raw)
  To: qemu-devel

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

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

end of thread, other threads:[~2015-07-24  1:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16 16:55 [Qemu-devel] [PULL 00/11] RCU, KVM, memory API, crypto, Coverity fixes for 2.4.0-rc1 Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 01/11] mips/kvm: Fix Big endian 32-bit register access Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 02/11] mips/kvm: Sign extend registers written to KVM Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 03/11] ppc/spapr_drc: fix memory leak Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 04/11] arm/xlnx-zynqmp: " Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 05/11] RDMA: Fix error exits Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 06/11] rcu: automatically unregister threads when they exit Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 07/11] rcu: actually register threads that have RCU read-side critical sections Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 08/11] rcu: detect missing rcu_register_thread() Paolo Bonzini
2015-07-24  1:06   ` Wen Congyang
2015-07-16 16:55 ` [Qemu-devel] [PULL 09/11] memory: fix refcount leak in memory_region_present Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 10/11] crypto: fix build with nettle >= 3.0.0 Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 11/11] crypto: avoid undefined behavior in nettle calls Paolo Bonzini
2015-07-16 17:44 ` [Qemu-devel] [PULL 00/11] RCU, KVM, memory API, crypto, Coverity fixes for 2.4.0-rc1 Peter Maydell
2015-07-16 19:25   ` Peter Maydell

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).