From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 6736B3B2FD8; Sat, 13 Jun 2026 10:50:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781347848; cv=none; b=N0dkh3WnuRjtFMeVtamK9lJSdNqDxyuOguXnmEYaGi7XnpcjmZTjai+gyO494x4mONVhl9OCrGOSv8YNmiVC+9zgF6OjtMKz8ekEDes1lds3ndMcx2rxiV0AdDV26+VDmQG9sXoYNiwflnid6SMM/x2quFjPBIn+i3xoiypbEcY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781347848; c=relaxed/simple; bh=i98HnDWvV1SvE04oSmzxW6qW4ur9A8QodlcaztyhUWM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fiSnsS9VIWzWQvqsXSh8NQr1vXRXp3VZpQOcYr/VtVrG4oY8xwSWxDl96Z9/0U8FuVZS0FlIjJXMZ29lOtoFSlAOZ7Z2+pXZD1k99XcCAoce0F8B2lXOWaFxFQPGR9al8MCHYpayClyGmXKbu6hvIKRsWFGi62nAFjNxou0tY00= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OCkwsNCo; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OCkwsNCo" Received: by smtp.kernel.org (Postfix) with UTF8SMTPSA id 99B371F000E9; Sat, 13 Jun 2026 10:50:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781347847; bh=0vuwlRMgcSnJDb6dyIOOaRlXeq2n7gGGILVk+Jx0DiQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=OCkwsNCokpcv00kLd333MiVjAZSo8lSmgG1AfbZAF0fQ/lYhx1DTPAIzI33LEJSH4 LO5q6+CUlCgktktnFXoOnKLdh+/8veq9JJLgW94MJ6vh3upedtOnDDfAJ4fUyJQpCD ZCatECeDqnPMLaJI+ddeHE71AxEohhJ/W/lrwfVkVGAXfd5UBCpYGFHOtEyjffcqIx JCgADwlW0p9iUwbZUn/E6H4a7oIHJNIrNEp2h52KoUywEeBZBvTp0HLEb+Bv7Fisho A8s9cp712eY+grtAHPqvkHIuC2tnYI5yMENb7irzWxq5WyKrXfhxkMo0k1a5i7MNM/ D2FCO++HeF5xA== Date: Sat, 13 Jun 2026 12:13:53 +0200 From: Nicolas Schier To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Nathan Chancellor , Arnd Bergmann , "Maciej W. Rozycki" , Nick Huang , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org Subject: Re: [PATCH] scripts: headers_install.sh: Normalize __ASSEMBLY__ to __ASSEMBLER__ Message-ID: Mail-Followup-To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= , Nathan Chancellor , Arnd Bergmann , "Maciej W. Rozycki" , Nick Huang , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org References: <20260309-uapi-assembly-v1-1-a7ebfbf14309@weissschuh.net> <20260313235618.GA4171564@ax162> <3d6608fe-be15-497a-85a3-e6af2dbded0a@t-8ch.de> <20260324183501.GA3704429@ax162> 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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Tue, Mar 24, 2026 at 08:58:08PM +0100, Thomas Weißschuh wrote: > On 2026-03-24 11:35:01-0700, Nathan Chancellor wrote: > > On Tue, Mar 24, 2026 at 06:05:34PM +0100, Thomas Weißschuh wrote: > > > On 2026-03-13 16:56:18-0700, Nathan Chancellor wrote: > > > > It sounds like the "< GCC 3.0" part of that might not be true based on > > > > Maciej's research? > > > > > > > > https://lore.kernel.org/alpine.DEB.2.21.2603101412520.63708@angie.orcam.me.uk/ > > > > > > Yes, indeed. In my opinion the consistency aspect is still sufficient > > > to have this change. What do you think? > > > > Yes, I think so. Will you keep it as going from __ASSEMBLY__ to > > __ASSEMBLER__? It probably makes more sense that way given there should > > be no regressions on the compiler side and that is the intended end > > result? > > I would have stuck to the old name '__ASSEMBLY__', just for robustness > and because we are late in the cycle. > Then we can switch it early in the next cycle. What's the state with this? Shall this show up in linux-next early this cycle? -- Nicolas