From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Wilson Subject: [PATCH v2 0/4] minios: various cleanups and fixes Date: Fri, 6 Sep 2013 12:52:03 -0700 Message-ID: <1378497127-809-1-git-send-email-msw@linux.com> References: <1378486436.14745.171.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VI253-00022N-Nm for xen-devel@lists.xenproject.org; Fri, 06 Sep 2013 19:52:33 +0000 Received: by mail-pa0-f54.google.com with SMTP id kx10so3759062pab.41 for ; Fri, 06 Sep 2013 12:52:30 -0700 (PDT) In-reply-to: <1378486436.14745.171.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ben Cressey , Samuel Thibault , Matt Wilson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org The following four patches clean up xenbus operations in mini-os frontend drivers. Patchs 2 and 3 are clean-up only and have no functional changes. I've retained Samuel's Acked-by: on patches 3 and 4 as there has been no change in the proposed patch from v1. Ben Cressey (2): minios: clean up unneeded "err = NULL" in frontend drivers minios: fix xenbus_rm() calls in frontend drivers Matt Wilson (2): minios: correct char array allocation for xenbus paths minios: clean up allocation of char arrays used for xenbus paths extras/mini-os/blkfront.c | 17 ++++++------- extras/mini-os/console/xenbus.c | 6 ++--- extras/mini-os/fbfront.c | 51 ++++++++++++++++++--------------------- extras/mini-os/netfront.c | 23 +++++++++--------- extras/mini-os/pcifront.c | 24 +++++++++--------- 5 files changed, 59 insertions(+), 62 deletions(-) -- 1.7.9.5