Re: [PATCH] hpet header sanitization
From: Andrew Morton
Date: Tue Mar 21 2006 - 19:08:01 EST
"Randy.Dunlap" <rdunlap@xxxxxxxxxxxx> wrote:
>
> From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
>
> Add __KERNEL__ block.
> Use __KERNEL__ to allow ioctl interface to be usable.
hm, why?
My general approach to __KERNEL__ fixes is to not support new includers of
kernel headers but to accept patches which fix up existing applications of
__KERNEL__.
It's basically a compromise between the
dont-include-kernel-headers-from-userspace fundamentalists and the
but-i-want-my-stuff-to-work pragmatists ;)
But hpet.h never had __KERNEL__, so there's no regression here.
That being said, it looks like a sensible change - let's see if we can
sneak it in without the fundies noticing.
oops.
-
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/