diff options
| author | Andreas Kemnade <andreas@kemnade.info> | 2026-07-02 17:27:11 +0200 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-08-04 14:07:15 +0300 |
| commit | 97c03b32b28a9f7f13f768f2b06e1eaafe850e66 (patch) | |
| tree | 98e0f106d6126a0d3a349e7a128b3bae7920bc5d /include | |
| parent | 44e9eb5a762142a4aa46c0b5da7c39bfeb78910e (diff) | |
drm/omap: dsi: Do not copy isr table
To be able to unregister stuff from isrs, the corresponding table was
copied. Nobody seems to unregister stuff that way, so it does not help.
But there are stack-allocated objects passed to these isrs giving chances
of UAF of these objects if irqs are unregistered while they are handled,
so better do not copy that table.
Fixes: 4ae2ddddf44cd ("OMAP: DSS2: DSI: Add ISR support")
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Link: https://patch.msgid.link/20260702-dsi-uaf-v2-1-dbb4aa0f0b8e@kemnade.info
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
