From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFmSA-0003Wi-NA for qemu-devel@nongnu.org; Thu, 16 Jul 2015 12:56:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFmS6-0008IW-FW for qemu-devel@nongnu.org; Thu, 16 Jul 2015 12:56:10 -0400 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:36217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFmS6-0008IJ-48 for qemu-devel@nongnu.org; Thu, 16 Jul 2015 12:56:06 -0400 Received: by wgxm20 with SMTP id m20so63291367wgx.3 for ; Thu, 16 Jul 2015 09:56:05 -0700 (PDT) Received: from donizetti.localdomain (host231-210-dynamic.21-79-r.retail.telecomitalia.it. [79.21.210.231]) by smtp.gmail.com with ESMTPSA id lq9sm14006305wjb.35.2015.07.16.09.56.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jul 2015 09:56:04 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 16 Jul 2015 18:55:47 +0200 Message-Id: <1437065758-4625-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 00/11] RCU, KVM, memory API, crypto, Coverity fixes for 2.4.0-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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