aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorliuyuntao <[email protected]>2021-08-28 18:43:21 +0800
committerGerd Hoffmann <[email protected]>2021-09-17 07:41:08 +0200
commit5bd4f20de8acad37dbb3154feb34dbc36d506c02 (patch)
tree60e3829d543baf127195a2e3fa32e0abcbf4e16b /tools/perf/scripts/python
parent91241ee25a2f1fcaee69d81c68c541d7ec9d020a (diff)
virtio-gpu: fix possible memory allocation failure
When kmem_cache_zalloc in virtio_gpu_get_vbuf fails, it will return an error code. But none of its callers checks this error code, and a core dump will take place. Considering many of its callers can't handle such error, I add a __GFP_NOFAIL flag when calling kmem_cache_zalloc to make sure it won't fail, and delete those unused error handlings. Fixes: dc5698e80cf724 ("Add virtio gpu driver.") Signed-off-by: Yuntao Liu <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Gerd Hoffmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions