Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752074Ab2EJBsJ (ORCPT ); Wed, 9 May 2012 21:48:09 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:49192 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751030Ab2EJBsG (ORCPT ); Wed, 9 May 2012 21:48:06 -0400 Message-ID: <1336614484.1905.19.camel@joe2Laptop> Subject: Re: [PATCH 00/13] net: Add and use ether_addr_equal From: Joe Perches To: David Miller , Julia Lawall Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org, coreteam@netfilter.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org Date: Wed, 09 May 2012 18:48:04 -0700 In-Reply-To: <20120509.212110.437114897180819434.davem@davemloft.net> References: <20120509.212110.437114897180819434.davem@davemloft.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2- Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1207 Lines: 39 On Wed, 2012-05-09 at 21:21 -0400, David Miller wrote: > From: Joe Perches > Date: Tue, 8 May 2012 21:56:44 -0700 > > > Add a boolean function to test 2 ethernet addresses for equality > > Convert compare_ether_addr uses to ether_addr_equal > > This series looks great, I'll apply all of it. coccinelle is a nifty, better sed, tool. Thanks Julia et al. > That case you didn't convert in mac80211 is probably the > bug Johannes was talking about which started this whole > discussion. Looks like it. Do you want a similar patch/patches for drivers/net? If I break it out by nominal driver/maintainer, it'll be a highish number of low density patches. $ git grep -w compare_ether_addr drivers/net | wc -l 59 $ git grep -w -l compare_ether_addr drivers/net | wc -l 31 Maybe just a single patch? Also the compare_ether_addr_64bits function is still used a couple dozen times. Maybe another patch for those? ether_addr_equal_64bits? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/