Re: [PATCH] OOM killer meets userspace headers

From: David Woodhouse
Date: Wed Oct 18 2006 - 11:08:40 EST


On Wed, 2006-10-18 at 18:53 +0400, Alexey Dobriyan wrote:
> Despite mm.h is not being exported header, it does contain one thing
> which is part of userspace ABI -- value disabling OOM killer. So,
> a) export mm.h to userspace

You seem to be adding it _both_ to $(header-y) which makes it get
exported without using unifdef, and to $(unifdef-y) which makes it get
exported _with_ unifdef. Choose one or the other.

Other than that, it looks Ok.

--
dwmw2

-
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/