From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDDbo-0004i7-6g for qemu-devel@nongnu.org; Thu, 09 Jul 2015 11:19:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDDbk-0004xc-Di for qemu-devel@nongnu.org; Thu, 09 Jul 2015 11:19:32 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:33482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDDbk-0004vl-3B for qemu-devel@nongnu.org; Thu, 09 Jul 2015 11:19:28 -0400 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 9 Jul 2015 16:19:27 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 2A6C517D8063 for ; Thu, 9 Jul 2015 16:20:39 +0100 (BST) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t69FJMYF29229180 for ; Thu, 9 Jul 2015 15:19:22 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t69FJMmf007556 for ; Thu, 9 Jul 2015 09:19:22 -0600 Message-ID: <559E90F9.3060909@de.ibm.com> Date: Thu, 09 Jul 2015 17:19:21 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1436453830-4700-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1436453830-4700-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for-2.4-rc0 0/2] Urgent fixes for 2.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , qemu-devel@nongnu.org Am 09.07.2015 um 16:57 schrieb Paolo Bonzini: > The following changes since commit acf7b7fdf31fa76b53803790917c8acf23a2badb: > > Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-07-08 20:46:35 +0100) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 4f4f6976d80614e2d81cea4385885876f24bb257: > > crypto: fix builtin qcrypto_cipher_free (2015-07-09 16:53:45 +0200) > > ---------------------------------------------------------------- > Fixes for two bad bugs. For 2.4-rc0. > > ---------------------------------------------------------------- > Paolo Bonzini (2): > migration: fix RCU deadlock > crypto: fix builtin qcrypto_cipher_free > > crypto/cipher-builtin.c | 4 +++- > migration/ram.c | 3 ++- > 2 files changed, 5 insertions(+), 2 deletions(-) > CC Peter missing?