lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 29 Oct 2010 10:48:58 +0200
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Cc:	"Tantilov, Emil S" <emil.s.tantilov@...el.com>,
	David Miller <davem@...emloft.net>,
	"Waskiewicz Jr, Peter P" <peter.p.waskiewicz.jr@...el.com>,
	"Brattain, Ross B" <ross.b.brattain@...el.com>,
	netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] ixgbe: refactor ixgbe_alloc_queues()

Le vendredi 29 octobre 2010 à 01:38 -0700, Jeff Kirsher a écrit :

> 
> I noticed a typo when applying the patch and I fixed it in the patch
> in my queue.
> 
> The following code:
> > +       while (rx)
> > +               kfree(adapter->tx_ring[--rx]);
> > +
> 
> should be:
> > +       while (rx)
> > +               kfree(adapter->rx_ring[--rx]);
> > +
> 

Good catch, thanks !


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ