summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndreas Kemnade <andreas@kemnade.info>2026-07-02 17:27:11 +0200
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2026-08-04 14:07:15 +0300
commit97c03b32b28a9f7f13f768f2b06e1eaafe850e66 (patch)
tree98e0f106d6126a0d3a349e7a128b3bae7920bc5d /include/linux
parent44e9eb5a762142a4aa46c0b5da7c39bfeb78910e (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/linux')
0 files changed, 0 insertions, 0 deletions