Return-path: Received: from mail.candelatech.com ([208.74.158.172]:40687 "EHLO ns3.lanforge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753510Ab3LaPzA (ORCPT ); Tue, 31 Dec 2013 10:55:00 -0500 Message-ID: <52C2E8BA.6000800@candelatech.com> (sfid-20131231_165611_841559_9F620DF7) Date: Tue, 31 Dec 2013 07:54:34 -0800 From: Ben Greear MIME-Version: 1.0 To: Julia Lawall , Joe Perches CC: Johannes Berg , Henrique de Moraes Holschuh , kernel-janitors@vger.kernel.org, Emmanuel Grumbach , Intel Linux Wireless , "John W. Linville" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/11] use ether_addr_equal_64bits References: <1388427307-8691-1-git-send-email-Julia.Lawall@lip6.fr> <1388427307-8691-5-git-send-email-Julia.Lawall@lip6.fr> <1388429761.4410.1.camel@jlt4.sipsolutions.net> <1388438724.4573.2.camel@jlt4.sipsolutions.net> <20131230215701.GA4938@khazad-dum.debian.net> <1388445188.18164.0.camel@jlt4.sipsolutions.net> <1388445422.26796.38.camel@joe-AO722> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 12/30/2013 10:32 PM, Julia Lawall wrote: >>>>> I'm just thinking of a programmer, e.g. changing a struct like this: >>>>> >>>>> struct foo { >>>>> u8 addr[ETH_ALEN]; >>>>> - u16 dummy; >>>>> }; >> >> I don't know of a way to catch that. >> Anyone else? > > Well, one could have a semantic patch that checks for that. But the > problem is that it is very slow, and it only covers the cases that I can > transform automatically, which currently means no pointers, only explicit > arrays. > > On the other hand, I am finding the structure definition, so I can easily > update the structure definition with an appropriate comment. > > struct foo { > u8 addr[ETH_ALEN]; /* must be followed by two bytes in the structure */ > u16 dummy; > }; > > Unfortunately it is kind of verbose. Could there be an attribute? That > could even easily be checked. Can you not just add a build-time macro to check that sizeof(foo) >= 8 for each of these struct foos? Or, is it required that the dummy field be there and be not used by anything else? Thanks, Ben > > julia > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Ben Greear Candela Technologies Inc http://www.candelatech.com