On Mon, Feb 14, 2011 at 09:40:10AM +0100, Stanislaw Gruszka wrote:
> On Fri, Feb 11, 2011 at 02:01:15PM -0800, [email protected] wrote:
> > 
> > This is a note to let you know that I've just added the patch titled
> > 
> >     ath9k: fix race conditions when stop device
> [snip]
> > @@ -1823,6 +1826,12 @@ static int ath9k_set_key(struct ieee8021
> >             ret = -EINVAL;
> >     }
> >  
> > +   /* we can now sync irq and kill any running tasklets, since we already
> > +    * disabled interrupts and not holding a spin lock */
> > +   synchronize_irq(sc->irq);
> > +   tasklet_kill(&sc->intr_tq);
> > +   tasklet_kill(&sc->bcon_tasklet);
> > +
> >     ath9k_ps_restore(sc);
> 
> Similar as for 2.6.37 backport is broken, please drop.
> 
> Sorry for noise with that patches, every next time I will cc stable only
> patches that have assigned bugzilla.

Now dropped.

thanks,

greg k-h

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to