mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
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:
|
||
|---|---|---|
| .. | ||
| base.c | ||
| dispc_coefs.c | ||
| dispc.c | ||
| dispc.h | ||
| dpi.c | ||
| dsi.c | ||
| dsi.h | ||
| dss.c | ||
| dss.h | ||
| hdmi_common.c | ||
| hdmi_phy.c | ||
| hdmi_pll.c | ||
| hdmi_wp.c | ||
| hdmi.h | ||
| hdmi4_cec.c | ||
| hdmi4_cec.h | ||
| hdmi4_core.c | ||
| hdmi4_core.h | ||
| hdmi4.c | ||
| hdmi5_core.c | ||
| hdmi5_core.h | ||
| hdmi5.c | ||
| omapdss.h | ||
| output.c | ||
| pll.c | ||
| sdi.c | ||
| venc.c | ||
| video-pll.c | ||