diff options
| author | Jia-Ju Bai <[email protected]> | 2017-12-12 08:47:38 -0500 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-12-18 15:02:48 -0500 |
| commit | df8ab4c6010b3b4eafb6732fcb268487fb654220 (patch) | |
| tree | 07214845b620112a7fc94691ba65c964714624db /tools/perf/scripts/python/bin | |
| parent | c0cb76589c77b9a05f6271691be8707104ff0241 (diff) | |
media: bdisp: Fix a possible sleep-in-atomic bug in bdisp_hw_save_request
The driver may sleep under a spinlock.
The function call path is:
bdisp_device_run (acquire the spinlock)
bdisp_hw_update
bdisp_hw_save_request
devm_kzalloc(GFP_KERNEL) --> may sleep
To fix it, GFP_KERNEL is replaced with GFP_ATOMIC.
This bug is found by my static analysis tool(DSAC) and checked by my code review.
Signed-off-by: Jia-Ju Bai <[email protected]>
Reviewed-by: Fabien Dessenne <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions