mbox

[PULL,for-2.4-rc0,0/2] Urgent fixes for 2.4

Message ID 1436453830-4700-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

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

Message

Paolo Bonzini July 9, 2015, 2:57 p.m. UTC
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(-)

Comments

Christian Borntraeger July 9, 2015, 3:19 p.m. UTC | #1
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?
Peter Maydell July 9, 2015, 3:21 p.m. UTC | #2
On 9 July 2015 at 16:19, Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> 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?

I filter these via the magic words in the standard
pull request format, so I don't need to be cc'd...

-- PMM
Peter Maydell July 9, 2015, 4:28 p.m. UTC | #3
On 9 July 2015 at 15:57, Paolo Bonzini <pbonzini@redhat.com> wrote:
> 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.
>

Applied, thanks.

-- PMM