On Fri, Feb 15, 2013 at 01:35:00PM +0000, Ian Campbell wrote:
> On Fri, 2013-02-15 at 13:19 +0000, Herton Ronaldo Krzesinski wrote:
> > >   /* Skip first skb fragment if it is on same page as header fragment. */
> > > - start = ((unsigned long)shinfo->frags[0].page == pending_idx);
> > > + start = ((unsigned long)shinfo->frags[i].page == pending_idx);
> > 
> > This is wrong, change is not on original patch and i is unitialized here.
> 
> Yes good catch, not sure how this snuck in.
> 
> Greg, do you want me to respin or can you munge locally? The original
> "-" line is the correct one.

I need a patch on top of this as this problem is already in the 3.0.64
release I did yesterday.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to