[PATCH v2 2/2] mailbox: mtk-cmdq: Fix local clock ID usage

Tzung-Bi Shih tzungbi at google.com
Thu Oct 14 08:55:02 PDT 2021


On Thu, Oct 14, 2021 at 08:03:52PM +0800, Fei Shao wrote:
> In the probe function, the clock IDs were pointed to local variables
> which should only be used in the same code block, and any access to them
> after the probing stage becomes an use-after-free case.
> 
> Since there are only limited variants of the gce clock names so far, we
> can just declare them as static constants to fix the issue.
> 
> Fixes: 85dfdbfc13ea ("mailbox: cmdq: add multi-gce clocks support for
> mt8195")
> Signed-off-by: Fei Shao <fshao at chromium.org>
Reviewed-by: Tzung-Bi Shih <tzungbi at google.com>



More information about the linux-arm-kernel mailing list