Re: [PATCH v1] ARM: devtree: Fix /cpus node reference leak
From: 최유호
Date: Wed Jun 03 2026 - 12:23:18 EST
Dear Andrew
On Tue, 2 Jun 2026 at 23:09, Andrew Lunn <andrew@xxxxxxx> wrote:
>
> But please think about what you are fixing. Is it theoretical? Is it
> old code which has been running perfectly well for 10 years? Is it
> something really early in the boot that if it fails, the machine is
> dead anyway, so who cares about a minor resource leak?
>
> Are these patches actual worth while?
That's a fair point.
I am still relatively new to Linux kernel development, and I think I
focused too much on correctness itself without giving enough thought
to the practical impact of the issue.
I appreciate your feedback. I'll try to consider the mentioned points
when evaluating future patches.
Best regards,
Yuho