[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240104011419.GN1674809@ZenIV>
Date: Thu, 4 Jan 2024 01:14:19 +0000
From: Al Viro <viro@...iv.linux.org.uk>
To: Tanzir Hasan <tanzirh@...gle.com>
Cc: Andy Lutomirski <luto@...nel.org>, Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
Dave Hansen <dave.hansen@...ux.intel.com>, x86@...nel.org,
"H. Peter Anvin" <hpa@...or.com>, Nick Desaulniers <nnn@...gle.com>,
linux-kernel@...r.kernel.org,
Nick Desaulniers <ndesaulniers@...gle.com>
Subject: Re: [PATCH v2] x86/vdso: shrink vdso/extable.i via IWYU
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...
Powered by blists - more mailing lists