Re: [Mesa-dev] [PATCH 3/3] gallium/hud: protect against and initialization race

2016-11-07 Thread Steven Toth
>> A humble ping on this and the two others. >> >> - Steve >> > > Series looks OK to me. > > Reviewed-by: Brian Paul > > Need me to push these for you? > > -Brian > That would be a helpful, yes please. I think they fell through the cracks after the last round of reviews.

Re: [Mesa-dev] [PATCH 3/3] gallium/hud: protect against and initialization race

2016-11-07 Thread Brian Paul
On 11/07/2016 06:00 AM, Steven Toth wrote: On Mon, Oct 24, 2016 at 10:10 AM, Steven Toth wrote: In the event that multiple threads attempt to install a graph concurrently, protect the shared list. Signed-off-by: Steven Toth A humble ping on this

Re: [Mesa-dev] [PATCH 3/3] gallium/hud: protect against and initialization race

2016-11-07 Thread Steven Toth
On Mon, Oct 24, 2016 at 10:10 AM, Steven Toth wrote: > In the event that multiple threads attempt to install a graph > concurrently, protect the shared list. > > Signed-off-by: Steven Toth A humble ping on this and the two others. - Steve --

[Mesa-dev] [PATCH 3/3] gallium/hud: protect against and initialization race

2016-10-27 Thread Steven Toth
In the event that multiple threads attempt to install a graph concurrently, protect the shared list. Signed-off-by: Steven Toth --- src/gallium/auxiliary/hud/hud_cpufreq.c | 12 ++-- src/gallium/auxiliary/hud/hud_diskstat.c | 13 +++--

Re: [Mesa-dev] [PATCH 3/3] gallium/hud: protect against and initialization race

2016-10-24 Thread Nicolai Hähnle
On 21.10.2016 18:34, Eduardo Lima Mitev wrote: On 10/20/2016 08:45 PM, Steven Toth wrote: In the event that multiple threads attempt to install a graph concurrently, protect the shared list. Signed-off-by: Steven Toth --- src/gallium/auxiliary/hud/hud_cpufreq.c |

Re: [Mesa-dev] [PATCH 3/3] gallium/hud: protect against and initialization race

2016-10-21 Thread Eduardo Lima Mitev
On 10/20/2016 08:45 PM, Steven Toth wrote: > In the event that multiple threads attempt to install a graph > concurrently, protect the shared list. > > Signed-off-by: Steven Toth > --- > src/gallium/auxiliary/hud/hud_cpufreq.c | 12 ++-- >

[Mesa-dev] [PATCH 3/3] gallium/hud: protect against and initialization race

2016-10-20 Thread Steven Toth
In the event that multiple threads attempt to install a graph concurrently, protect the shared list. Signed-off-by: Steven Toth --- src/gallium/auxiliary/hud/hud_cpufreq.c | 12 ++-- src/gallium/auxiliary/hud/hud_diskstat.c | 13 +++--