diff options
author | Zi Yan <[email protected]> | 2018-01-08 10:50:50 -0500 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2018-02-12 09:18:56 +0530 |
commit | 0c0eb4caf03bb6d3d92c70560e0530c8fdf62284 (patch) | |
tree | 165300d7a57375dddcf52d8f9049a33797981949 /scripts/gdb/linux/symbols.py | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
dmaengine: avoid map_cnt overflow with CONFIG_DMA_ENGINE_RAID
When CONFIG_DMA_ENGINE_RAID is enabled, unmap pool size can reach to
256. But in struct dmaengine_unmap_data, map_cnt is only u8, wrapping
to 0, if the unmap pool is maximally used. This triggers BUG() when
struct dmaengine_unmap_data is freed. Use u16 to fix the problem.
Signed-off-by: Zi Yan <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/symbols.py')
0 files changed, 0 insertions, 0 deletions