From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] xl: tighten parsing of "irq" and "iomem" list elements Date: Tue, 15 Sep 2015 10:32:29 +0100 Message-ID: <1442309549.3549.352.camel@citrix.com> References: <55F6ED7702000078000A299D@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZbmbJ-0005XB-Bt for xen-devel@lists.xenproject.org; Tue, 15 Sep 2015 09:32:33 +0000 In-Reply-To: <55F6ED7702000078000A299D@prv-mh.provo.novell.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: Jan Beulich , xen-devel Cc: Ian Jackson , Wei Liu , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Mon, 2015-09-14 at 07:53 -0600, Jan Beulich wrote: > While "ioport" list element parsing already validates that the entire > input string got consumed, its two siblings so far didn't. > > Signed-off-by: Jan Beulich Acked-by: Ian Campbell