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. Ian. -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
