Re: [PATCH v2] x86/vdso: shrink vdso/extable.i via IWYU

From: Al Viro
Date: Wed Jan 03 2024 - 20:15:21 EST


On Thu, Jan 04, 2024 at 12:02:40AM +0000, Tanzir Hasan wrote:

*ugh*

> +#include <linux/stddef.h>
> +#include <linux/types.h>

Do we have _anything_ that would not want stddef.h? Seriously -
NULL, true, false, offsetof... At that point I'd rather have
it via -include...

Are we going to spam that include all over the tree? Because
it'd really be just about everything...