]> Git Repo - linux.git/commit
soc: qcom: pmic_glink: don't traverse clients list without a lock
authorDmitry Baryshkov <[email protected]>
Wed, 3 Apr 2024 03:10:57 +0000 (06:10 +0300)
committerBjorn Andersson <[email protected]>
Sun, 21 Apr 2024 17:00:10 +0000 (12:00 -0500)
commit635ce0db89567ba62f64b79e8c6664ba3eff6516
tree29ea240fd6e7ed7b30c8f8e99d0ec7fcf17d1a96
parent77706838f837785189578bd8fd768e646e63f8c2
soc: qcom: pmic_glink: don't traverse clients list without a lock

Take the client_lock before traversing the clients list at the
pmic_glink_state_notify_clients() function. This is required to keep the
list traversal safe from concurrent modification.

Fixes: 58ef4ece1e41 ("soc: qcom: pmic_glink: Introduce base PMIC GLINK driver")
Signed-off-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Andrew Halaney <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>
Tested-by: Xilin Wu <[email protected]> # on QCS8550 AYN Odin 2
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
drivers/soc/qcom/pmic_glink.c
This page took 0.055083 seconds and 4 git commands to generate.