Re: [PATCH v2 1/2] net: fman: move IRQ registration after init to prevent NULL deref and UAF
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-07-02 20:42:20
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-07-02 20:42:20
Also in:
lkml
On Thu, Jul 02, 2026 at 05:28:15PM +0800, ZhaoJinming wrote:
read_dts_node() registers shared interrupt handlers via devm_request_irq() with fman as dev_id. Two bugs exist in the current code:
Please start a new thread with a new version of the patch. The CI system just thinks this is part of the discussion, not something it must test. Please also read: https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html and set the Subject: line correctly, etc. Andrew