On Monday 18 June 2007, Sam Ravnborg wrote: > On Sun, Jun 17, 2007 at 06:54:24PM -0400, Mike Frysinger wrote: > > This updates scripts/hdrschecks.sh by grepping for asm() constructs and > > rejecting them in favor of __asm__() in exported headers. > > I have a new version of hdrcheck in works written in perl > and a bit faster too. > I hope to finish it off this weekend and sent it for review. > Could I ask you to pick it up and add the below test to that version > when it hits mainline - assuming that the other patches has hit mainline > too. I do not want this check before we are clean so we basically use it to > check that noone introduce a bug. that's fine ... one of the other things i wanted to add were checks to make sure the exported headers did not contain [us](8|16|32|64) references, but there's headers which refer to these in comment blocks or use them as members of structs (like the netfilter code) so i couldnt add that check without passing things through the preprocessor ... perhaps your perl code would better accommodate this, perhaps not ;) -mike
Attachment:
signature.asc
Description: This is a digitally signed message part.
- References:
- [patch] make hdrscheck.sh force __asm__ in exported headers
- From: Mike Frysinger <[email protected]>
- Re: [patch] make hdrscheck.sh force __asm__ in exported headers
- From: Sam Ravnborg <[email protected]>
- [patch] make hdrscheck.sh force __asm__ in exported headers
- Prev by Date: Re: SATA problems
- Next by Date: Re: [BUG] long freezes on thinkpad t60
- Previous by thread: Re: [patch] make hdrscheck.sh force __asm__ in exported headers
- Next by thread: [2.6 patch] proper prototype for proc_nr_files()
- Index(es):