android_kernel_xiaomi_sm8350/drivers/soc/qcom/hgsl
Kasin Li 80f8ee28db soc: hgsl: fix race of isync timeline when creating
In isync timeline create, after timeline object is attached into idr and
unlock the isync_timeline_lock, timeline object still is accessed. if
there is a release thread which try to release the same timeline object,
then maybe cause UAF issue.
Move the access operation into lock to avoid.

Change-Id: Ie2ff412b90924acb8f40e182f26c770b1f110a56
Signed-off-by: Kasin Li <quic_donglil@quicinc.com>
2023-11-29 11:33:53 +08:00
..
hgsl_sync.c soc: hgsl: fix race of isync timeline when creating 2023-11-29 11:33:53 +08:00
hgsl_tcsr.c
hgsl_tcsr.h
hgsl.c soc: qcom: hgsl: Support cooperative reset with DBQ 2021-05-25 10:23:32 -04:00
hgsl.h soc: qcom: hgsl: Support cooperative reset with DBQ 2021-05-25 10:23:32 -04:00
Kconfig
Makefile