aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorSebastian Reichel <[email protected]>2023-11-13 23:57:23 +0100
committerHans Verkuil <[email protected]>2023-12-04 11:21:47 +0100
commit3de6ee94aae701fa949cd3b5df6b6a440ddfb8f2 (patch)
treee387c3448554f2430c3e5ae3787f0655b3904b25 /tools/perf/scripts/python/check-perf-trace.py
parent2112f3a28e8d9d1e2faaa32d124b450bde055b72 (diff)
media: v4l: async: Fix duplicated list deletion
The list deletion call dropped here is already called from the helper function in the line before. Having a second list_del() call results in either a warning (with CONFIG_DEBUG_LIST=y): list_del corruption, c46c8198->next is LIST_POISON1 (00000100) If CONFIG_DEBUG_LIST is disabled the operation results in a kernel error due to NULL pointer dereference. Fixes: 28a1295795d8 ("media: v4l: async: Allow multiple connections between entities") Signed-off-by: Sebastian Reichel <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions