~serge-hallyn/ubuntu/lucid/qemu-kvm/fix-boot-once

« back to all changes in this revision

Viewing changes to debian/patches/block-Fix-multiwrite-memory-leak-in-error-case.patch

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-06-21 11:55:23 UTC
  • Revision ID: james.westby@ubuntu.com-20100621115523-uafohwa4ztk1z1cy
Tags: 0.12.3+noroms-0ubuntu9.2
Previous patch did not fix memleak for everyone.  Appending another
separate memleak fix patch.  This package (tried out in
ppa:serge-hallyn/virt/ubuntu) was confirmed by David Weber to fix
his memory leak. (LP: #588293)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    batch failed right away because it did set mcb->error immediately. Make it look
9
9
    more like a normal callback to fix this.
10
10
 
11
 
    (re-based from upstream fix)
12
 
    
13
11
    Reported-by: Juan Quintela <quintela@redhat.com>
14
12
    Signed-off-by: Kevin Wolf <kwolf@redhat.com>
15
13
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
16
14
 
 
15
Origin: upstream, http://git.kernel.org/?p=virt/kvm/qemu-kvm.git;a=commit;h=7eb58a6c556c3880e6712cbf6d24d681261c5095
 
16
Bug-ubuntu: https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/588293
 
17
 
17
18
Index: qemu-kvm-0.12.3+noroms/block.c
18
19
===================================================================
19
20
--- qemu-kvm-0.12.3+noroms.orig/block.c 2010-06-15 08:27:50.000000000 -0500