diff options
author | Johan Hovold | 2023-03-06 08:56:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-03-22 13:33:56 +0100 |
commit | 32013d947a76277d5f6586466b7764da336e9979 (patch) | |
tree | 2376bc46274b1e0183188a8c5d92663b736af1ab /lib | |
parent | 772764570bd771bb5c1f19614338e1fd4106da36 (diff) |
memory: tegra20-emc: fix interconnect registration race
commit c5587f61ec050f7e9ebb3e2da29d12af63e833d3 upstream.
The current interconnect provider registration interface is inherently
racy as nodes are not added until the after adding the provider. This
can specifically cause racing DT lookups to fail.
Switch to using the new API where the provider is not registered until
after it has been fully initialised.
Fixes: d5ef16ba5fbe ("memory: tegra20: Support interconnect framework")
Cc: stable@vger.kernel.org # 5.11
Cc: Dmitry Osipenko <digetx@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20230306075651.2449-20-johan+linaro@kernel.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions