Re: Patch "xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop." has been added to the 3.0-stable tree

2013-02-19 Thread Ian Campbell
On Fri, 2013-02-15 at 15:56 +, gre...@linuxfoundation.org wrote: > On Fri, Feb 15, 2013 at 01:35:00PM +, Ian Campbell wrote: > > On Fri, 2013-02-15 at 13:19 +, Herton Ronaldo Krzesinski wrote: > > > > /* Skip first skb fragment if it is on same page as header > > > > fragment.

Re: Patch "xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop." has been added to the 3.0-stable tree

2013-02-15 Thread gre...@linuxfoundation.org
On Fri, Feb 15, 2013 at 01:35:00PM +, Ian Campbell wrote: > On Fri, 2013-02-15 at 13:19 +, 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 =

Re: Patch "xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop." has been added to the 3.0-stable tree

2013-02-15 Thread Ian Campbell
On Fri, 2013-02-15 at 13:19 +, 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

Re: Patch "xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop." has been added to the 3.0-stable tree

2013-02-15 Thread Herton Ronaldo Krzesinski
On Wed, Feb 13, 2013 at 10:24:05AM -0800, gre...@linuxfoundation.org wrote: [...] > > --- a/drivers/net/xen-netback/netback.c > +++ b/drivers/net/xen-netback/netback.c > @@ -143,7 +143,8 @@ void xen_netbk_remove_xenvif(struct xenv > atomic_dec(&netbk->netfront_count); > } > > -static void

Patch "xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop." has been added to the 3.0-stable tree

2013-02-13 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop. to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pat