From nobody Tue Dec 2 01:51:44 2025 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (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 CC70830170B for ; Fri, 21 Nov 2025 10:01:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763719274; cv=none; b=thGBrDe4NRHvleyyDLK9d0pPhbCpGIW0pbv5a8QxJ6m34KOttENbUWXFAVkf1e51em9H/M8bNeh9g6RSm/jmxoGl5cFGat7psFsohzha2WRsuurg2EOYK8Wtre1CXP4LTwYZiW3z/5R+z6nvW8b7oc0mo10T0A72Xp922QQB7jM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763719274; c=relaxed/simple; bh=tTBrStqZDoU4dQkJ53jPDPLNkhKZ68tF63B1Vr2sOng=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=VCXAvi4WhZC3J2DcsDf43kJdIkkM7wtq4DjWW6QuljjpFkfumifa973Vs4KXx0sLz7Vrps9SP+thDeCo7Yw4cRLSs8dkjow3h0cssoA1AvdLbaWcnP/hZ0baf4GsrWcE757bXWXWpXEv/4RlGHDcMHPfSuoDeYAznS5DEoa9Q2c= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=Q6fLr6D+; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Q6fLr6D+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1763719271; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Nc9aRQB9cflUGnoGvuuPbilyJvXJTYtWgN2fto6TDTw=; b=Q6fLr6D+C0xtDHoYZ6k2T0DHXH+V3S2vFl0GMm2ZVJHAL1/o6bgBhu35NaIN2UF4mz3/6p +Iw5hWaZQ928nK8sP78BoVvJKy7vsUDtGybRVybOYMnTUeyeP2Ij//ilhxF95ZYdvxZZYq ib2vXs30aqLcKT0zYSs8Ui66hqhKtqY= Received: from mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-341-1ukCfpEfMKCdA65478e4fw-1; Fri, 21 Nov 2025 05:01:06 -0500 X-MC-Unique: 1ukCfpEfMKCdA65478e4fw-1 X-Mimecast-MFC-AGG-ID: 1ukCfpEfMKCdA65478e4fw_1763719265 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id EE1A3195605B; Fri, 21 Nov 2025 10:01:04 +0000 (UTC) Received: from thuth-p1g4.redhat.com (unknown [10.44.32.78]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 5E3CD1955F6E; Fri, 21 Nov 2025 10:01:01 +0000 (UTC) From: Thomas Huth To: Arnd Bergmann , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kbuild@vger.kernel.org, Thomas Huth , Russell King Subject: [PATCH v4 2/9] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers Date: Fri, 21 Nov 2025 11:00:37 +0100 Message-ID: <20251121100044.282684-3-thuth@redhat.com> In-Reply-To: <20251121100044.282684-1-thuth@redhat.com> References: <20251121100044.282684-1-thuth@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 Content-Type: text/plain; charset="utf-8" From: Thomas Huth __ASSEMBLY__ is only defined by the Makefile of the kernel, so this is not really useful for uapi headers (unless the userspace Makefile defines it, too). Let's switch to __ASSEMBLER__ which gets set automatically by the compiler when compiling assembly code. Cc: Russell King Signed-off-by: Thomas Huth --- arch/arm/include/uapi/asm/ptrace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/uapi/asm/ptrace.h b/arch/arm/include/uapi/asm= /ptrace.h index 8896c23ccba78..fb829c96dc2ae 100644 --- a/arch/arm/include/uapi/asm/ptrace.h +++ b/arch/arm/include/uapi/asm/ptrace.h @@ -119,7 +119,7 @@ #define PT_DATA_ADDR 0x10004 #define PT_TEXT_END_ADDR 0x10008 =20 -#ifndef __ASSEMBLY__ +#ifndef __ASSEMBLER__ =20 /* * This struct defines the way the registers are stored on the @@ -158,6 +158,6 @@ struct pt_regs { #define ARM_VFPREGS_SIZE ( 32 * 8 /*fpregs*/ + 4 /*fpscr*/ ) =20 =20 -#endif /* __ASSEMBLY__ */ +#endif /* __ASSEMBLER__ */ =20 #endif /* _UAPI__ASM_ARM_PTRACE_H */ --=20 2.51.1