On Fri, 2014-10-31 at 14:07 +0800, Jason Wang wrote:
> Since they are called before the possible free_old_xmit_skbs(), skb
> won't get freed at this time.
Oh right, I forgot there is no completion handler yet, timer based or
whatever.
Thanks.
___
Virt
On Fri, 31 Oct 2014 10:31:19 +1030
Rusty Russell wrote:
> Cornelia Huck writes:
> > On Tue, 28 Oct 2014 19:37:58 +0200
> > "Michael S. Tsirkin" wrote:
> >
> >> On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote:
> >
> >> > virtio_ccw: remove unused variable
> >> >
> >> > Fix this wa
On Fri, Oct 31, 2014 at 10:28:00AM +1030, Rusty Russell wrote:
> Herbert Xu writes:
> > On Thu, Sep 18, 2014 at 08:37:45PM +0800, Amos Kong wrote:
> >> From: Rusty Russell
> >>
> >> The previous patch added one potential problem: we can still be
> >> reading from a hwrng when it's unregistered.