public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel.org>
To: Mark Brown <broonie@kernel.org>
Cc: James Clark <james.clark@linaro.org>,
	kvmarm@lists.linux.dev, oliver.upton@linux.dev,
	suzuki.poulose@arm.com, coresight@lists.linaro.org,
	James Clark <james.clark@arm.com>,
	Joey Gouly <joey.gouly@arm.com>,
	Zenghui Yu <yuzenghui@huawei.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>, Mike Leach <mike.leach@linaro.org>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Mark Rutland <mark.rutland@arm.com>,
	James Morse <james.morse@arm.com>,
	Shiqi Liu <shiqiliu@hust.edu.cn>,
	Anshuman Khandual <anshuman.khandual@arm.com>,
	"Rob Herring (Arm)" <robh@kernel.org>,
	Raghavendra Rao Ananta <rananta@google.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Aishwarya TCV <Aishwarya.TCV@arm.com>
Subject: Re: [PATCH v9 2/7] tools: arm64: Update sysreg.h header files
Date: Mon, 13 Jan 2025 15:28:43 +0000	[thread overview]
Message-ID: <86ldvewx5g.wl-maz@kernel.org> (raw)
In-Reply-To: <1dad2a07-6aa2-4ddb-a337-ca3bba560f92@sirena.org.uk>

On Mon, 13 Jan 2025 15:07:21 +0000,
Mark Brown <broonie@kernel.org> wrote:
> 
> [1  <text/plain; us-ascii (quoted-printable)>]
> On Mon, Jan 06, 2025 at 02:24:37PM +0000, James Clark wrote:
> > From: James Clark <james.clark@arm.com>
> > 
> > Created with the following:
> > 
> >   cp include/linux/kasan-tags.h tools/include/linux/
> >   cp arch/arm64/include/asm/sysreg.h tools/arch/arm64/include/asm/
> > 
> > Update the tools copy of sysreg.h so that the next commit to add a new
> > register doesn't have unrelated changes in it. Because the new version
> > of sysreg.h includes kasan-tags.h, that file also now needs to be copied
> > into tools.
> 
> This breaks the build of the KVM selftests:
> 
> aarch64/aarch32_id_regs.c:150:16: error: use of undeclared identifier 'ID_AA64PFR0_EL1_ELx_64BIT_ONLY'
>   150 |         return el0 == ID_AA64PFR0_EL1_ELx_64BIT_ONLY;
>       |                       ^
> 1 warning and 1 error generated.
> 
> since it's pulled over the changes in 056600ff7330 ("arm64/cpufeature:
> Replace custom macros with fields from ID_AA64PFR0_EL1") but not updated
> the test to reflect this.

Thanks for the heads up. I've stashed a fix on top, which hopefully
will be in next tomorrow.

	M.

-- 
Without deviation from the norm, progress is not possible.

  reply	other threads:[~2025-01-13 15:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-06 14:24 [PATCH v9 0/7] kvm/coresight: Support exclude guest and exclude host James Clark
2025-01-06 14:24 ` [PATCH v9 1/7] arm64/sysreg: Add a comment that the sysreg file should be sorted James Clark
2025-01-06 14:24 ` [PATCH v9 2/7] tools: arm64: Update sysreg.h header files James Clark
2025-01-13 15:07   ` Mark Brown
2025-01-13 15:28     ` Marc Zyngier [this message]
2025-01-13 15:43       ` James Clark
2025-01-06 14:24 ` [PATCH v9 3/7] arm64/sysreg/tools: Move TRFCR definitions to sysreg James Clark
2025-01-06 14:24 ` [PATCH v9 4/7] coresight: trbe: Remove redundant disable call James Clark
2025-01-06 14:24 ` [PATCH v9 5/7] KVM: arm64: coresight: Give TRBE enabled state to KVM James Clark
2025-01-06 14:24 ` [PATCH v9 6/7] KVM: arm64: Support trace filtering for guests James Clark
2025-01-06 14:24 ` [PATCH v9 7/7] coresight: Pass guest TRFCR value to KVM James Clark
2025-01-06 14:48 ` [PATCH v9 0/7] kvm/coresight: Support exclude guest and exclude host Marc Zyngier
2025-01-07 11:37   ` James Clark

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86ldvewx5g.wl-maz@kernel.org \
    --to=maz@kernel.org \
    --cc=Aishwarya.TCV@arm.com \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=anshuman.khandual@arm.com \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=coresight@lists.linaro.org \
    --cc=james.clark@arm.com \
    --cc=james.clark@linaro.org \
    --cc=james.morse@arm.com \
    --cc=joey.gouly@arm.com \
    --cc=kvmarm@lists.linux.dev \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mike.leach@linaro.org \
    --cc=oliver.upton@linux.dev \
    --cc=rananta@google.com \
    --cc=robh@kernel.org \
    --cc=shiqiliu@hust.edu.cn \
    --cc=suzuki.poulose@arm.com \
    --cc=will@kernel.org \
    --cc=yuzenghui@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox