On Fri, 2014-05-23 at 19:29 +0200, Felix Fietkau wrote: > Cc: stable@xxxxxxxxxxxxxxx > Reported-by: Christophe Prévotaux <cprevotaux@xxxxxxxxxx> > Signed-off-by: Felix Fietkau <nbd@xxxxxxxxxxx> As Ben said, a Fixes: line would be good - probably also needs Cc stable. > + rates = rcu_dereference_protected(sta->sta.rates, true); > + if (rates) > + kfree(rates); That seems like it should just be rcu_dereference_raw()? That's really the same (it's a macro), but less verbose. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html