[ewg] Re: Continue of "defer skb_orphan() until irqs enabled"

Roland Dreier rdreier at cisco.com
Wed Sep 24 10:22:11 PDT 2008


 > -	spin_unlock_irqrestore(&priv->tx_lock, flags);
 > +	local_irq_restore(flags);
 > +	if (orphan)
 > +		skb_orphan(skb);
 > +
 > +	spin_unlock(&priv->tx_lock);

What did we conclude about the possible skb_orphan()-after-skb_free()
scenario here?

 - R.



More information about the ewg mailing list