diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2018-01-18 17:58:21 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2018-01-18 23:17:03 +0300 |
commit | 17b11b76b87afe9f8be199d7a5f442497133e2b0 (patch) | |
tree | a664338716ad69536f4330670b8ffee74e6916e8 /Kconfig | |
parent | f61145f1a4bd7966aa0b15c5cd3950835b284f55 (diff) | |
download | linux-17b11b76b87afe9f8be199d7a5f442497133e2b0.tar.xz |
drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()
When saving BOs in the hang state we skip one entry of the
kernel_state->bo[] array, thus leaving it to NULL. This leads to a NULL
pointer dereference when, later in this function, we iterate over all
BOs to check their ->madv state.
Fixes: ca26d28bbaa3 ("drm/vc4: improve throughput by pipelining binning and rendering jobs")
Cc: <stable@vger.kernel.org>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20180118145821.22344-1-boris.brezillon@free-electrons.com
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions