Commit 789e46f
drm/i915/panic: fix panic structure allocation memory leak
Separating the panic allocation from framebuffer allocation in commit
729c5f7 ("drm/{i915,xe}/panic: move framebuffer allocation where it
belongs") failed to deallocate the panic structure anywhere.
The fix is two-fold. First, free the panic structure in
intel_user_framebuffer_destroy() in the general case. Second, move the
panic allocation later to intel_framebuffer_init() to not leak the panic
structure in error paths (if any, now or later) between
intel_framebuffer_alloc() and intel_framebuffer_init().
v2: Rebase
Fixes: 729c5f7 ("drm/{i915,xe}/panic: move framebuffer allocation where it belongs")
Cc: Jocelyn Falempe <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Reported-by: Michał Grzelak <[email protected]>
Suggested-by: Ville Syrjälä <[email protected]>
Tested-by: Michał Grzelak <[email protected]> # v1
Reviewed-by: Jocelyn Falempe <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jani Nikula <[email protected]>
(cherry picked from commit 8f8ef09)
Signed-off-by: Rodrigo Vivi <[email protected]>1 parent 211ddde commit 789e46f
1 file changed
+13
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2117 | 2117 | | |
2118 | 2118 | | |
2119 | 2119 | | |
| 2120 | + | |
2120 | 2121 | | |
2121 | 2122 | | |
2122 | 2123 | | |
| |||
2215 | 2216 | | |
2216 | 2217 | | |
2217 | 2218 | | |
2218 | | - | |
| 2219 | + | |
2219 | 2220 | | |
2220 | 2221 | | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
2221 | 2226 | | |
2222 | 2227 | | |
2223 | 2228 | | |
2224 | 2229 | | |
2225 | 2230 | | |
2226 | | - | |
2227 | | - | |
| 2231 | + | |
| 2232 | + | |
| 2233 | + | |
| 2234 | + | |
2228 | 2235 | | |
2229 | 2236 | | |
2230 | 2237 | | |
| |||
2323 | 2330 | | |
2324 | 2331 | | |
2325 | 2332 | | |
| 2333 | + | |
| 2334 | + | |
| 2335 | + | |
2326 | 2336 | | |
2327 | 2337 | | |
2328 | 2338 | | |
| |||
2349 | 2359 | | |
2350 | 2360 | | |
2351 | 2361 | | |
2352 | | - | |
2353 | 2362 | | |
2354 | 2363 | | |
2355 | 2364 | | |
2356 | 2365 | | |
2357 | 2366 | | |
2358 | | - | |
2359 | | - | |
2360 | | - | |
2361 | | - | |
2362 | | - | |
2363 | | - | |
2364 | | - | |
2365 | | - | |
2366 | 2367 | | |
2367 | 2368 | | |
2368 | 2369 | | |
| |||
0 commit comments