From nobody Wed Nov 5 22:39:09 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1538455188882627.4459153645095; Mon, 1 Oct 2018 21:39:48 -0700 (PDT) Received: from localhost ([::1]:41714 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7CTI-00059G-8F for importer@patchew.org; Tue, 02 Oct 2018 00:39:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7CRR-0003Bi-TQ for qemu-devel@nongnu.org; Tue, 02 Oct 2018 00:37:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7CFi-0002vl-U5 for qemu-devel@nongnu.org; Tue, 02 Oct 2018 00:25:47 -0400 Received: from ozlabs.org ([203.11.71.1]:51273) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g7CFh-0002rc-2j; Tue, 02 Oct 2018 00:25:42 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 42PR0J3zg1z9sBJ; Tue, 2 Oct 2018 14:25:35 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1538454336; bh=EbEGprVMUIRSnZ79Lso8sM/pe3fMnu3mQuL8iu5TyDI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LdqL9hLisgs8lFTbHQu+umugHBY4JuaUPn2vfcv9NAXN96hVheu66l622l191jnmH E5toCty7BxbpUg+joDNNqLgvOMyTupN9capX41Ie2GkBbzjWxVm9CMGmxEHGxFDzzB Ffy0tZKKdDcG+O8y86iiBxUqT694qNPGmv3Qr6qU= From: David Gibson To: peter.maydell@linaro.org Date: Tue, 2 Oct 2018 14:25:26 +1000 Message-Id: <20181002042526.9565-2-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181002042526.9565-1-david@gibson.dropbear.id.au> References: <20181002042526.9565-1-david@gibson.dropbear.id.au> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 203.11.71.1 Subject: [Qemu-devel] [PULL 1/1] Update dtc/libfdt submodule to v1.4.7 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: aik@ozlabs.ru, qemu-ppc@nongnu.org, qemu-devel@nongnu.org, David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" dtc v1.4.7 contains a bunch of improvements to make libfdt safer against handling a corrupted or malicious tree, which is a good thing to have. It also includes an explicit fdt checking function that we'll be wanting in future. Signed-off-by: David Gibson --- dtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtc b/dtc index e54388015a..88f18909db 160000 --- a/dtc +++ b/dtc @@ -1 +1 @@ -Subproject commit e54388015af1fb4bf04d0bca99caba1074d9cc42 +Subproject commit 88f18909db731a627456f26d779445f84e449536 --=20 2.17.1