From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [62.89.141.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 51532A34 for ; Thu, 4 Jan 2024 01:14:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zeniv.linux.org.uk Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=ftp.linux.org.uk Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linux.org.uk header.i=@linux.org.uk header.b="D0TY6nHa" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=vxU9S5f6FIwALc89E8wXPWdUBFpyV1Du3ti4Xvllcyw=; b=D0TY6nHa5vyi0JeUJngCTHdH8W T/GOMmflZqn5LTutVgJl+7IxZtdEG53StFYOnWF4AK1nJoc8whepE1HbP+dwHHvXr/Rr/LaUC8tlv 9uKPssaDzsBDVKwly64tKmJ5Cns7UACzFkisNrI34uBWE3rIia66c1XGW8HDmzHWQvVpO0R7fD3QV yCx9uDCD9F0wqzjkA8iPzb4K7yU4DhUWCIl0c+pOxwTFdK9UEGBax+YSM2/SVRqZQpGXTj2XJHeML KvN7VnIqy+7iBhbMfF73tpLHdXeKYmRVp9CiFsbl7xutKBPU04KSIn8kKSgaW863FksvglH+XNPCD 7O/TopRw==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1rLCJP-00112g-2i; Thu, 04 Jan 2024 01:14:19 +0000 Date: Thu, 4 Jan 2024 01:14:19 +0000 From: Al Viro To: Tanzir Hasan Cc: Andy Lutomirski , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Nick Desaulniers , linux-kernel@vger.kernel.org, Nick Desaulniers Subject: Re: [PATCH v2] x86/vdso: shrink vdso/extable.i via IWYU Message-ID: <20240104011419.GN1674809@ZenIV> References: <20240104-extable-v2-1-6fdcb64abcb2@google.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240104-extable-v2-1-6fdcb64abcb2@google.com> Sender: Al Viro On Thu, Jan 04, 2024 at 12:02:40AM +0000, Tanzir Hasan wrote: *ugh* > +#include > +#include 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...