Re: [PATCH v2] scripts/gdb: Fix interrupts.py after maple tree conversion
From: Andrew Morton
Date: Tue Jun 24 2025 - 19:50:09 EST
On Mon, 23 Jun 2025 20:27:45 -0700 Florian Fainelli <florian.fainelli@xxxxxxxxxxxx> wrote:
> In commit 721255b9826b ("genirq: Use a maple tree for interrupt
> descriptor management"), the irq_desc_tree was replaced with a
> sparse_irqs tree using a maple tree structure.
>
> A new module (mapletree.py) is added whose mtree_load() implementation
> is largely copied after the C version and uses the same variable and
> intermediate function names wherever possible to ensure that both the C
> and Python version be updated in the future.
butbutbut. What is actually being "fixed" here? The above contains no
description of any problem.