Re: [Patch] kbuild: fix headers_check.pl

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Arnd Bergmann wrote:
On Friday 05 June 2009, Amerigo Wang wrote:
-sub check_prototypes
+sub check_declarations
 {
-       if ($line =~ m/^\s*extern\b/) {
-               printf STDERR "$filename:$lineno: extern's make no sense in userspace\n";
+       if ($line =~m/^\s*extern\b/) {
+               if ($line =~ m/^\s*extern\b.*\(.*\)/) {
+                       printf STDERR "$filename:$lineno: extern's make no sense in userspace\n";
+               } else {
+                       printf STDERR "$filename:$lineno: exporting global variable to userspace is suspicious\n";
+               }
        }
 }

I don't think we really need that distinction here, the old
text applies to both.
Even for function declarations?
But please find a way to get rid of
the "extern's".
Here, that one has already been removed by other patch ...

--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux