driver core: platform: fix race condition with driver_override
authorAdrian Salido <[email protected]>
Tue, 25 Apr 2017 23:55:26 +0000 (16:55 -0700)
committerGreg Kroah-Hartman <[email protected]>
Thu, 25 May 2017 13:30:12 +0000 (15:30 +0200)
commit6265539776a0810b7ce6398c27866ddb9c6bd154
tree4d58fb16d141567390c35553bbb2af47fd82c9c9
parent08332893e37af6ae779367e78e444f8f9571511d
driver core: platform: fix race condition with driver_override

The driver_override implementation is susceptible to race condition when
different threads are reading vs storing a different driver override.
Add locking to avoid race condition.

Fixes: 3d713e0e382e ("driver core: platform: add device binding path 'driver_override'")
Cc: [email protected]
Signed-off-by: Adrian Salido <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/base/platform.c