]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: amba: Fix race condition with driver_override
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 10 Apr 2018 13:21:44 +0000 (15:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Apr 2018 08:35:04 +0000 (10:35 +0200)
commit0064a9cac99b9ef5b8cffa73f3fb6057b564fbd6
tree16f072e45e22a3ccbc94ae82b9deafa9e28e0ea7
parentadc317dfbfc6bb179212875af7f490d62f125acb
ARM: amba: Fix race condition with driver_override

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

Cfr. commits cddafb61a131d353 ("driver core: platform: fix race
condition with driver_override") and 7551b6075e6586ae ("PCI: Fix race
condition with driver_override").

Fixes: 1a90ac7b8df327bc ("ARM: 8256/1: driver coamba: add device binding path 'driver_override'")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Todd Kjos <tkjos@google.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/amba/bus.c