Re: [PATCH v1] ARM: devtree: Fix /cpus node reference leak
From: Andrew Lunn
Date: Tue Jun 02 2026 - 23:14:01 EST
On Tue, Jun 02, 2026 at 10:54:26PM -0400, 최유호 wrote:
> Hi,
>
> Just a gentle reminder regarding this patch.
>
> I would appreciate any feedback when you have a chance to review it.
You are more likely to get comments if you repost the patch.
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?
Andrew