From patchwork Tue Oct 8 01:14:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Stabellini X-Patchwork-Id: 11178697 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2CC621747 for ; Tue, 8 Oct 2019 01:16:21 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 08C0120679 for ; Tue, 8 Oct 2019 01:16:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="FMW0uY9y" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 08C0120679 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iHe5b-0001Oh-2P; Tue, 08 Oct 2019 01:14:59 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iHe5a-0001Oc-2w for xen-devel@lists.xenproject.org; Tue, 08 Oct 2019 01:14:58 +0000 X-Inumbo-ID: 0acce5b4-e969-11e9-80e3-bc764e2007e4 Received: from mail.kernel.org (unknown [198.145.29.99]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 0acce5b4-e969-11e9-80e3-bc764e2007e4; Tue, 08 Oct 2019 01:14:57 +0000 (UTC) Received: from localhost (c-67-164-102-47.hsd1.ca.comcast.net [67.164.102.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CCB7720867; Tue, 8 Oct 2019 01:14:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570497297; bh=drbyu915BkKTw5/Vewhs2UN4p+PteQiYw2njuNhmVwg=; h=Date:From:To:cc:Subject:From; b=FMW0uY9yN9vOr/i5KMYsiCBvIq8RHnjZuQcqjp/knJn2ufhGTGRVbmYLF8Cg+SXgC si/EMBCz0ea2XBlemSaDsCzF4BdoNkTRdCGGKRjfhr56PfvPgwxQo4zyWwRGwvrnhD SQvV9waRRKqtQXzaI8ogR3izL02yi+9bP4BDwycg= Date: Mon, 7 Oct 2019 18:14:56 -0700 (PDT) From: Stefano Stabellini X-X-Sender: sstabellini@sstabellini-ThinkPad-T480s To: Julien.Grall@arm.com Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Subject: [Xen-devel] [PATCH for-4.13 v2 0/3] fixes for make_[memory/cpu]_node X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: jgross@suse.com, xen-devel@lists.xenproject.org, sstabellini@kernel.org, Volodymyr_Babchuk@epam.com Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Hi all, This is a small collection of fixes for make_memory_node and make_cpus_node for 4.13. Cheers, Stefano Stefano Stabellini (3): xen/arm: fix buf size in make_cpus_node xen/arm: make_memory_node return error on nr_banks == 0 xen/arm: fix duplicate memory node in DT xen/arch/arm/domain_build.c | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-)