RE: [RFC V3 PATCH] rtnetlink: Fix problem with buffer allocation
From: Rose, Gregory V <hidden>
Date: 2012-02-21 17:46:46
-----Original Message----- From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org] On Behalf Of Rose, Gregory V Sent: Tuesday, February 21, 2012 8:15 AM To: David Miller Cc: netdev@vger.kernel.org Subject: RE: [RFC V3 PATCH] rtnetlink: Fix problem with buffer allocationquoted
-----Original Message----- From: David Miller [mailto:davem@davemloft.net] Sent: Sunday, February 19, 2012 9:55 PM To: Rose, Gregory V Cc: netdev@vger.kernel.org Subject: Re: [RFC V3 PATCH] rtnetlink: Fix problem with bufferallocationquoted
From: Greg Rose <redacted> Date: Thu, 16 Feb 2012 15:52:18 -0800quoted
+ 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