[PATCH v2 0/6] xen/arm: dt overlay fixes

Michal Orzel posted 6 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20241004122220.234817-1-michal.orzel@amd.com
xen/common/device-tree/device-tree.c |  4 +--
xen/common/dt-overlay.c              | 46 +++++++++++++++-------------
2 files changed, 26 insertions(+), 24 deletions(-)
[PATCH v2 0/6] xen/arm: dt overlay fixes
Posted by Michal Orzel 1 year ago
This series contains fixes and improvements after doing some tests with DT
overlay support in Xen. I split the series so that each patch handles a separate
issue.

Michal Orzel (6):
  dt-overlay: Fix NULL pointer dereference
  device-tree: Remove __init from unflatten_dt_alloc()
  dt-overlay: Remove ASSERT_UNREACHABLE from add_nodes()
  dt-overlay: Support target-path being root node
  dt-overlay: Ignore nodes that do not have __overlay__ as their subnode
  dt-overlay: Print overlay I/O memory ranges in hex

 xen/common/device-tree/device-tree.c |  4 +--
 xen/common/dt-overlay.c              | 46 +++++++++++++++-------------
 2 files changed, 26 insertions(+), 24 deletions(-)

-- 
2.25.1
Re: [PATCH v2 0/6] xen/arm: dt overlay fixes
Posted by Julien Grall 1 year ago
Hi Michal,

On 04/10/2024 13:22, Michal Orzel wrote:
> This series contains fixes and improvements after doing some tests with DT
> overlay support in Xen. I split the series so that each patch handles a separate
> issue.
> 
> Michal Orzel (6):
>    dt-overlay: Fix NULL pointer dereference
>    device-tree: Remove __init from unflatten_dt_alloc()
>    dt-overlay: Remove ASSERT_UNREACHABLE from add_nodes()
>    dt-overlay: Support target-path being root node
>    dt-overlay: Ignore nodes that do not have __overlay__ as their subnode
>    dt-overlay: Print overlay I/O memory ranges in hex

This is now committed.

Cheers,

-- 
Julien Grall