Re: asm-x86/processor-flags.h, CONFIG_* leaks

From: Vegard Nossum
Date: Mon Jul 21 2008 - 09:32:11 EST


On Mon, Jul 21, 2008 at 3:08 PM, Olaf Hering <olaf@xxxxxxxxx> wrote:
> On Mon, Jul 21, Vegard Nossum wrote:
>
>> why doesn't make headers_check catch it?
>
> An automated grep -r CONFIG_ in the export dir is missing.

Do you mean like this? (My INSTALL_HDR_PATH refers to the the usr/ of
the top-level kernel directory)

rm -rf usr/include/*
make headers_install
grep -r CONFIG_ usr/include/

...because this is turning up a rather lot of (80) occurences. Should
all this ideally be fixed in some way?


Vegard

--
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
-- E. W. Dijkstra, EWD1036
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/