[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 3/3] xen/libfdt: fix UBSAN null pointer in fdt_property()
- To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: "Orzel, Michal" <michal.orzel@xxxxxxx>
- Date: Tue, 19 May 2026 11:37:29 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=gmail.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=AuOv5HfDcvhsI0JVCdIlwkh2QgMA4dOvBo1NQZ9xx2g=; b=JfV2TWZgxRts7zLbgj1VzoRb1G1WTrJkL9TwUJX/8LzEXTkwRx2EAFvyxMWs3n6y92Fur2cucjznlt/dAE47+Vo+23a/yS/YasoaOo50YRMnNJcTf/RohiXZhrsA5q6rz/8bMt8kdkItgcM1VgO922Vg+4zjit7hANUm9TBSBNy7jiwdYxdJAkM/qZjyGqwWqqTjE/9Q4UAFhseXA+D6qxvchk4asZfcLMyihBCyTrR2O0/afe5sv+jWwRUaMdUR9Qkh365g1YgV2f1yFmy8JGk0xK8oHyuFZxXxUQ4+tMsgOL3JIJZeogZMF06K+1A2/Rx+pt39sCv0rUqYGnrIrw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=QRVprQEOaVLNkPacXmavgq+OU1seG90wekh08L/SD2y/V2GujbBAipJ+vjv5iQ1E2NrId0mzxsg6kHJ0bpPKvhVSUVn4zaXzvhlV/9uFesMtRkg6zR6+8P40wqHs/JeyOtPNaZ8rsXtUz5lK+bpj2zjTMGdR50BJXO0EpVOvLWGZMDpe9EaUFpwpp/z6TCDtR/J7U1xJ4k/yX7HUreI7Ijqk5WGiz1ZWW6pbHNuh5KfkDxtqxMqUIbPO4ZGbLqcnoEfOsi/ftJXtpYzohBC2oYTDXeheor0XKsYZ0uySE9e4bkW7atv/qAc9gEta8gohFXgdQkXbEfnQUoCbQzdqvg==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=amd.com header.i="@amd.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"
- Cc: Baptiste Le Duc <baptiste.le-duc@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>
- Delivery-date: Tue, 19 May 2026 09:37:44 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 19-May-26 11:16, Oleksii Kurochko wrote:
> Hi Michal,
>
> On 5/19/26 10:49 AM, Orzel, Michal wrote:
>> Hi Oleksii,
>>
>> We treat libfdt as external library and we don't accept any edits here prior
>> to
>> first sending a fix to libfdt and then cherry-picking a patch (in fact,
>> afacit
>> we then do the libfdt version update).
>
> Thanks for clarifying that.
>
> Just to be sure I don't confuse something.
> According to the commit ...:
>
> commit ad9cf6bde5b90d4c1e5a79a2803e98d6344c27d7
> Author: Vikram Garhwal <fnu.vikram@xxxxxxxxxx>
> Date: Thu Nov 11 23:27:20 2021 -0800
>
> Update libfdt to v1.6.1
>
> Update libfdt to v1.6.1 of libfdt taken from
> git://github.com/dgibson/dtc.
> This update is done to support device tree overlays.
>
> ... I have to send this patch to git://github.com/dgibson/dtc, right?
Yes, that's the main DTC/libfdt repository.
~Michal
|