From patchwork Tue Jul 26 09:08:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Shah X-Patchwork-Id: 106805 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9E274B70C7 for ; Tue, 26 Jul 2011 19:08:49 +1000 (EST) Received: from localhost ([::1]:54911 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qldcv-0005LG-Jq for incoming@patchwork.ozlabs.org; Tue, 26 Jul 2011 05:08:33 -0400 Received: from eggs.gnu.org ([140.186.70.92]:57688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qldcp-0005Kx-B8 for qemu-devel@nongnu.org; Tue, 26 Jul 2011 05:08:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qldco-0006PX-8H for qemu-devel@nongnu.org; Tue, 26 Jul 2011 05:08:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qldcn-0006PM-VE for qemu-devel@nongnu.org; Tue, 26 Jul 2011 05:08:26 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6Q98OZC025508 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 26 Jul 2011 05:08:24 -0400 Received: from localhost (dhcp193-45.pnq.redhat.com [10.65.193.45]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p6Q98M68002771; Tue, 26 Jul 2011 05:08:23 -0400 From: Amit Shah To: qemu list Date: Tue, 26 Jul 2011 14:38:10 +0530 Message-Id: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Amit Shah , jforbes@redhat.com, Markus Armbruster Subject: [Qemu-devel] [PULL 0/7] virtio-balloon: cleanups, fix segfault from use-after-free X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hello, This same as the last week's patchset, with Markus's analysis included in 5/7's commit log. I think this should go to 0.15 as well. This series cleans up the virtio-balloon driver and fixes a use-after-free segfault when 'balloon 0' is issued in the monitor. The following changes since commit c886edfb851c0c590d4e77f058f2ec8ed95ad1b5: Let users select their pythons (2011-07-25 16:50:12 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/misc.git for-anthony Amit Shah (7): balloon: Make functions, local vars static balloon: Add braces around if statements balloon: Simplify code flow virtio-balloon: Separate status handling into separate function balloon: Separate out stat and balloon handling balloon: Fix header comment; add Copyright virtio-balloon: Fix header comment; add Copyright balloon.c | 47 +++++++++++++++++++++------------------ balloon.h | 12 ++++------ hw/virtio-balloon.c | 60 +++++++++++++++++++++++++++++--------------------- 3 files changed, 65 insertions(+), 54 deletions(-)