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] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 21 Feb 2012 17:46:27 +0000
From:	"Rose, Gregory V" <gregory.v.rose@...el.com>
To:	"Rose, Gregory V" <gregory.v.rose@...el.com>,
	David Miller <davem@...emloft.net>
CC:	"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: RE: [RFC V3 PATCH] rtnetlink: Fix problem with buffer allocation

> -----Original Message-----
> From: netdev-owner@...r.kernel.org [mailto:netdev-owner@...r.kernel.org]
> On Behalf Of Rose, Gregory V
> Sent: Tuesday, February 21, 2012 8:15 AM
> To: David Miller
> Cc: netdev@...r.kernel.org
> Subject: RE: [RFC V3 PATCH] rtnetlink: Fix problem with buffer allocation
> 
> > -----Original Message-----
> > From: David Miller [mailto:davem@...emloft.net]
> > Sent: Sunday, February 19, 2012 9:55 PM
> > To: Rose, Gregory V
> > Cc: netdev@...r.kernel.org
> > Subject: Re: [RFC V3 PATCH] rtnetlink: Fix problem with buffer
> allocation
> >
> > From: Greg Rose <gregory.v.rose@...el.com>
> > Date: Thu, 16 Feb 2012 15:52:18 -0800
> >
> > > +	for (h = 0; h < NETDEV_HASHENTRIES; h++) {
> > > +		head = &net->dev_index_head[h];
> > > +		hlist_for_each_entry_rcu(dev, node, head, index_hlist) {
> >
> > list_for_each_entry_rcu(dev, &net->dev_base_head, dev_list)
> 
> OK, I'll fix that up.

Having seen no other review comments on this RFC or the related iproute2 RFC I'll go ahead and work with Jeff Kirsher to get these patches pushed for application.

- Greg

--
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