From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 1C241328259 for ; Tue, 25 Nov 2025 15:27:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764084471; cv=none; b=aKyDtk1McqgSvqHSQ25qvEY3K8dhIyHapAEITyDZsB8cQq1OJgB9+4Rcn/lI4syON2aKMkfrFLolEo7i858idT7F4/+FFo5CSXDt4UwBOhJsFRSweSgL/54HivZhdAUAV2i7Ta0MTiwfb/W0LzgTuRQVpSCwH/csk1IEmNA55YE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764084471; c=relaxed/simple; bh=Ti8iGiUtcqBKkkPG21ATi5ytvoW0QZ6kgRhmCLoSnoU=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References: MIME-Version:Content-Type; b=lfoh68aWYaXgEwOVBRaWeJ5OcLnlb1lXz+Tp44fLw+G0Pji9kJ3D7Kc869LM+spdFBOB0eEnOh2GoJxmAa3JskbwJIX9C4ucpA4AE4KLbk21HdNyjwYMv/O7lKFhoPW85Nh9C8vIlKXKjU/gA0kzVnoapYyRNgLGJ6pDAnT7+aQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=C6Tzz3x3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="C6Tzz3x3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A1152C4CEF1; Tue, 25 Nov 2025 15:27:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764084470; bh=Ti8iGiUtcqBKkkPG21ATi5ytvoW0QZ6kgRhmCLoSnoU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=C6Tzz3x3v5M7Pinh31uHfDG59eIaqyxBZ337pHbFgR/6YPDeapEST0FA3U2PMNq/E AgzRW+TRekf7iBAX21La/zSO28UNV5wfNeqSmclpFn+DWGuYxct4AkNgZGWaY6LtU3 ZdfijJRDdnBmBZ6bMBeaiVaacxIKqiCqbaRzDS7NgO0MqsCfuI8iuE6nXMqnnwZKaU BuYjghFEuQcG4V2n9L6fYWeBXDh5LE2YrOL/BSIt5x9sfJ/NW3yHXNcGhaUzey+wXY 0mN/995bHUzoANunMD7fw5DKvYrinP+LlATUqF1T5puZpHoXUr5LVIy0Oo+rOtTknf 5b9SVXc/TnoeA== 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 1vNuxI-00000008CIc-2ogP; Tue, 25 Nov 2025 15:27:48 +0000 Date: Tue, 25 Nov 2025 15:27:48 +0000 Message-ID: <86cy56qgi3.wl-maz@kernel.org> From: Marc Zyngier To: Ben Horgan Cc: catalin.marinas@arm.com, will@kernel.org, oliver.upton@linux.dev, joey.gouly@arm.com, suzuki.poulose@arm.com, yuzenghui@huawei.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, shuah@kernel.org Subject: Re: [PATCH v2 0/2] set_id_regs cleanup In-Reply-To: <20251125101207.1492580-1-ben.horgan@arm.com> References: <20251125101207.1492580-1-ben.horgan@arm.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) Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: 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: ben.horgan@arm.com, catalin.marinas@arm.com, will@kernel.org, oliver.upton@linux.dev, joey.gouly@arm.com, suzuki.poulose@arm.com, yuzenghui@huawei.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, shuah@kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false On Tue, 25 Nov 2025 10:12:05 +0000, Ben Horgan wrote: > > For this v2 I've dropped the ksft_test accounting fix. Mark Brown has > more extensive changes [1] and looks to be a user of the set_id_regs > test rather than someone just doing some cleanup. The other change in > this series is to remove ARM64_FEATURE_FIELD_BITS from the tools > sysreg.h header rather than the kernel version. I'll send a separate > patch to remove the kernel version. > > Tidies up a few small things in set_id_regs. The removal of > ARM64_FEATURE_FIELD_BITS touches other code only so much as it removes > the define but set_id_regs.c is the only place its used. Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible.