From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH v3] xenconsole: Ensure exclusive access to console using locks Date: Fri, 24 Jul 2015 17:01:31 +0100 Message-ID: <21938.24923.585157.992822@mariner.uk.xensource.com> References: <21938.21666.285588.16673@mariner.uk.xensource.com> <1437751781-30700-1-git-send-email-martin@lucina.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZIfQ3-0005B5-6j for xen-devel@lists.xenproject.org; Fri, 24 Jul 2015 16:01:55 +0000 In-Reply-To: <1437751781-30700-1-git-send-email-martin@lucina.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Martin Lucina Cc: xen-devel@lists.xenproject.org, Wei Liu , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Martin Lucina writes ("[PATCH v3] xenconsole: Ensure exclusive access to console using locks"): > If more than one instance of xenconsole is run against the same DOMID > then each instance will only get some data. This change ensures > exclusive access to the console by obtaining an exclusive lock on > /xenconsole.. Acked-by: Ian Jackson