From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B7ADDC5B572 for ; Thu, 13 Aug 2026 09:18:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:MIME-Version: References:In-Reply-To:Subject:Cc:To:From:Message-ID:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=SFa96UMPUKdPMFLMZa9e++7ab7lmWL1tMpa/ViaInoM=; b=n9J9fQ0DKa5T56Bp2G6w84U6FE +M9hSR6jI3O8cyY+knLmMB3UTey/IoRxdOzg1nj4ingD1UX6tAWPnUrZ6di+J9KMcU7sAnbLviu38 egvoAjGxQCQolBKdealV4+vqkIURcE4gQVwig4cKbN7Bs2hT8HffDf7xr5cOhQS6PTSOzRK2WZ1ID OLwy6cv2kmzH5LJ+MCpGTuwbKXuafaMmPRGk2fJYRAKwTV13c3cLzjz5K/2lMBbxaP06KBL9uf+pN I4xjGamAhwT3teP58fCk5LJ9evYCHoQB4Q38pKpi3OrmrH4IGQw7WVM/3JF9Hjdb0glqB+OA1k2Tq DorksAAw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wuRZO-00000000Gau-0t22; Thu, 13 Aug 2026 09:17:50 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wuRZM-00000000Gah-3LqO for linux-arm-kernel@lists.infradead.org; Thu, 13 Aug 2026 09:17:48 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 41CDD6011F; Thu, 13 Aug 2026 09:17:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E85F81F000E9; Thu, 13 Aug 2026 09:17:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786612668; bh=SFa96UMPUKdPMFLMZa9e++7ab7lmWL1tMpa/ViaInoM=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=IMXZwGBv7s7z4J73JtHq94MBWzh8TJGMCPUSQz75YC/gWWn84liNir/y4SJXASOpA jIoeaVUfxaUcAI+x3HtDwvfuiK5FFM1b9cv3HfvOT6ED7GOmuwUYaVHufA6wqq0cgT veCPb6T4dr/Kfgs6HuGRtc4M5jra8VzoSveAr3c5ULUIo8nmsTJB+DqSUhsE6vd7u3 Bc+aERd7JjqT3rtK5jisskUitZk3cNpOWp/rJAGBpuacn6efxYaRrXJenozbZ6AiQ3 awuQlEjS6VLy0qkDrk76SvA43nC2/WqMU888f5pju/JXZ7AnEMFHfitZekSG0mdhaW nnjobiDh60Bxw== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wuRZJ-0000000FGXk-45XV; Thu, 13 Aug 2026 09:17:46 +0000 Date: Thu, 13 Aug 2026 10:17:45 +0100 Message-ID: <86ecg21irq.wl-maz@kernel.org> From: Marc Zyngier To: Steffen Eiden Cc: kvm@vger.kernel.org, kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, Alexander Gordeev , Andreas Grapentin , Arnd Bergmann , Catalin Marinas , Christian Borntraeger , Claudio Imbrenda , David Hildenbrand , Friedrich Welter , Fuad Tabba , Gautam Gala , Hariharan Mari , Heiko Carstens , Hendrik Brueckner , Ilya Leoshkevich , Janosch Frank , Joey Gouly , Nico Boehr , Nina Schoetterl-Glausch , Oliver Upton , Paolo Bonzini , Sean Christopherson , Suzuki K Poulose , Sven Schnelle , Ulrich Weigand , Vasily Gorbik , Will Deacon , Zenghui Yu Subject: Re: [PATCH v6 05/33] arm64: ptrace: Use constants for compat register numbers In-Reply-To: <20260812153631.3376090-6-seiden@linux.ibm.com> References: <20260812153631.3376090-1-seiden@linux.ibm.com> <20260812153631.3376090-6-seiden@linux.ibm.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.1 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: seiden@linux.ibm.com, kvm@vger.kernel.org, kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, agordeev@linux.ibm.com, gra@linux.ibm.com, arnd@arndb.de, catalin.marinas@arm.com, borntraeger@linux.ibm.com, imbrenda@linux.ibm.com, david@kernel.org, fritz@linux.ibm.com, tabba@google.com, ggala@linux.ibm.com, hari55@linux.ibm.com, hca@linux.ibm.com, brueckner@linux.ibm.com, iii@linux.ibm.com, frankja@linux.ibm.com, joey.gouly@arm.com, nrb@linux.ibm.com, oss@nina.schoetterlglausch.eu, oupton@kernel.org, pbonzini@redhat.com, seanjc@google.com, suzuki.poulose@arm.com, svens@linux.ibm.com, Ulrich.Weigand@de.ibm.com, gor@linux.ibm.com, will@kernel.org, yuzenghui@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 12 Aug 2026 16:36:01 +0100, Steffen Eiden wrote: > > Define an enum to determine the register number for the mapping from > AArch32 and AArch64 registers. This allows for a more flexible use of > the register mappings. > > Signed-off-by: Steffen Eiden Reviewed-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible.