diff options
author | Yu Kuai <[email protected]> | 2024-10-09 09:49:14 +0800 |
---|---|---|
committer | Song Liu <[email protected]> | 2024-10-17 11:43:43 -0700 |
commit | 825711e00117fc686ab89ac36a9a7b252dc349c6 (patch) | |
tree | 3626b522427104cf20ff9de52bb845211952a857 /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
parent | 62ce0782bbacd32ec10292b9bdd127330e9b6968 (diff) |
md/raid10: fix null ptr dereference in raid10_size()
In raid10_run() if raid10_set_queue_limits() succeed, the return value
is set to zero, and if following procedures failed raid10_run() will
return zero while mddev->private is still NULL, causing null ptr
dereference in raid10_size().
Fix the problem by only overwrite the return value if
raid10_set_queue_limits() failed.
Fixes: 3d8466ba68d4 ("md/raid10: use the atomic queue limit update APIs")
Cc: [email protected]
Reported-and-tested-by: ValdikSS <[email protected]>
Closes: https://lore.kernel.org/all/[email protected]/
Signed-off-by: Yu Kuai <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Song Liu <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions