From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by smtp.subspace.kernel.org (Postfix) with ESMTP id BE52013AA2F; Wed, 8 Apr 2026 09:58:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=63.228.1.57 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775642326; cv=none; b=eqHZZamlGcWSGsisCIEwd9hF3fEQz2lyOrt20mBDMmXVEVFkYLvZZVR2e57xZDVODJ93oS08CHDJsfC0BwaYO1cWnitThwtID6IEfp9ulhaehHDu0/+I6MtbYRmBMVQ7XbnQeU2ESC7cw9bNH+iSvogtAwz2dDzSz/VNChJMyFs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775642326; c=relaxed/simple; bh=eO4YF0/5C5OwKANfXgWwd2pokN4/4UVzfTt5ZuR1Ip8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TtYINeFPaO9OLOgVO1aKSKF3kizTlUoEX974h25FnE+q1XiVa3Y7LezI3x8/bh8VY4ZBrh3r1L8jI8E+15qTjuOMML/kA7SU3XvYvU3nyXvuI4yIsL1RY+ODYy8jXu90sltqROdNGAmvqgD+cU17abG+vpetZJ1I/w5ZiITYtK8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org; spf=pass smtp.mailfrom=kernel.crashing.org; arc=none smtp.client-ip=63.228.1.57 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=kernel.crashing.org Received: from gate.crashing.org (localhost [127.0.0.1]) by gate.crashing.org (8.18.1/8.18.1/Debian-2) with ESMTP id 6389w9o01050719; Wed, 8 Apr 2026 04:58:09 -0500 Received: (from segher@localhost) by gate.crashing.org (8.18.1/8.18.1/Submit) id 6389w8VU1050718; Wed, 8 Apr 2026 04:58:08 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Wed, 8 Apr 2026 04:58:08 -0500 From: Segher Boessenkool To: Borislav Petkov Cc: Nam Le , Michael Matz , tglx@kernel.org, mingo@redhat.com, linux-kernel@vger.kernel.org, x86@kernel.org, linux-toolchains@vger.kernel.org Subject: Re: [PATCH] x86/boot: Discard .interp sections Message-ID: References: <20260407233957.2263551-1-lehoangnamtep@gmail.com> <20260408095202.GAadYlQtQvNJ5WXFDn@fat_crate.local> Precedence: bulk X-Mailing-List: linux-toolchains@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: <20260408095202.GAadYlQtQvNJ5WXFDn@fat_crate.local> On Wed, Apr 08, 2026 at 11:52:02AM +0200, Borislav Petkov wrote: > Sounds to me like you're shooting yourself in the foot on purpose: And no matter what this needs to add a comment there saying this is to work around, hrm, imperfections in LLVM! So that people who hit problems here later have something to start with. Segher