mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 12:40:51 +02:00
Currently syncpoints are not locked by mutex and this causes races if we are aggressively freeing and allocating syncpoints. This patch adds missing mutex protection to syncpoint structures. Signed-off-by: Arto Merilainen <amerilainen@nvidia.com> Reviewed-by: Shridhar Rasal <srasal@nvidia.com> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> [treding@nvidia.com: use better label names, don't reset local variable] Signed-off-by: Thierry Reding <treding@nvidia.com> |
||
|---|---|---|
| .. | ||
| hw | ||
| bus.c | ||
| bus.h | ||
| cdma.c | ||
| cdma.h | ||
| channel.c | ||
| channel.h | ||
| debug.c | ||
| debug.h | ||
| dev.c | ||
| dev.h | ||
| intr.c | ||
| intr.h | ||
| job.c | ||
| job.h | ||
| Kconfig | ||
| Makefile | ||
| mipi.c | ||
| syncpt.c | ||
| syncpt.h | ||