Re: [PATCH 2/4] ARM: amba: Fix race condition with driver_override

2018-03-05 Thread Geert Uytterhoeven
Hi Todd, On Fri, Mar 2, 2018 at 7:23 PM, Todd Kjos wrote: > +stable > > what is the status of this patch? We'd like to get it into the android > common branches to fix possible double free. Thanks for your interest! So far this patch (and the 3 others in the series) haven't

Re: [PATCH 2/4] ARM: amba: Fix race condition with driver_override

2018-03-05 Thread Geert Uytterhoeven
Hi Todd, On Fri, Mar 2, 2018 at 7:23 PM, Todd Kjos wrote: > +stable > > what is the status of this patch? We'd like to get it into the android > common branches to fix possible double free. Thanks for your interest! So far this patch (and the 3 others in the series) haven't received any

Re: [PATCH 2/4] ARM: amba: Fix race condition with driver_override

2018-03-02 Thread Todd Kjos
+stable what is the status of this patch? We'd like to get it into the android common branches to fix possible double free. On Fri, Jan 19, 2018 at 7:24 AM, Geert Uytterhoeven wrote: > The driver_override implementation is susceptible to a race condition > when

Re: [PATCH 2/4] ARM: amba: Fix race condition with driver_override

2018-03-02 Thread Todd Kjos
+stable what is the status of this patch? We'd like to get it into the android common branches to fix possible double free. On Fri, Jan 19, 2018 at 7:24 AM, Geert Uytterhoeven wrote: > The driver_override implementation is susceptible to a race condition > when different threads are reading vs

[PATCH 2/4] ARM: amba: Fix race condition with driver_override

2018-01-19 Thread Geert Uytterhoeven
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 6265539776a0810b ("driver core: platform: fix race condition with driver_override") and

[PATCH 2/4] ARM: amba: Fix race condition with driver_override

2018-01-19 Thread Geert Uytterhoeven
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 6265539776a0810b ("driver core: platform: fix race condition with driver_override") and