[PATCH v4 3/8] iommu/rockchip: Fix allocation of bases array in driver probe

Doug Anderson dianders at chromium.org
Tue Jun 21 10:19:58 PDT 2016


Hi,

On Mon, Jun 20, 2016 at 9:34 PM, Tomasz Figa <tfiga at chromium.org> wrote:
> From: Shunqian Zheng <zhengsq at rock-chips.com>
>
> In .probe(), devm_kzalloc() is called with size == 0 and works only
> by luck, due to internal behavior of the allocator and the fact
> that the proper allocation size is small. Let's use proper value for
> calculating the size.
>
> Fixes: cd6438c5f844 ("iommu/rockchip: Reconstruct to support multi slaves")
>
> Signed-off-by: Shunqian Zheng <zhengsq at rock-chips.com>
> Signed-off-by: Tomasz Figa <tfiga at chromium.org>
> ---
>  drivers/iommu/rockchip-iommu.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Reviewed-by: Douglas Anderson <dianders at chromium.org>



More information about the Linux-rockchip mailing list