Linux KVM/arm64 development list
 help / color / mirror / Atom feed
From: Sebastian Ott <sebott@redhat.com>
To: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>
Cc: kvmarm@lists.linux.dev, maz@kernel.org, oliver.upton@linux.dev,
	 catalin.marinas@arm.com, will@kernel.org, mark.rutland@arm.com,
	 cohuck@redhat.com, eric.auger@redhat.com, yuzenghui@huawei.com,
	 wangzhou1@hisilicon.com, jiangkunkun@huawei.com,
	 jonathan.cameron@huawei.com, anthony.jebson@huawei.com,
	 linux-arm-kernel@lists.infradead.org, linuxarm@huawei.com
Subject: Re: [PATCH v7 1/5] arm64: Modify _midr_range() functions to read MIDR/REVIDR internally
Date: Fri, 14 Feb 2025 17:02:49 +0100 (CET)	[thread overview]
Message-ID: <7f7f34a2-8bf5-10aa-1f18-db82cc5dbf2d@redhat.com> (raw)
In-Reply-To: <20250214151343.61348-2-shameerali.kolothum.thodi@huawei.com>

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

Hi Shameer,

On Fri, 14 Feb 2025, Shameer Kolothum wrote:
> static inline bool
> -is_midr_in_range_list(u32 midr, struct midr_range const *ranges)
> +is_midr_in_range_list(struct midr_range const *ranges)
> {
> 	while (ranges->model)
> -		if (is_midr_in_range(midr, ranges++))
> +		if (is_midr_in_range(ranges++))
> 			return true;
> 	return false;
> }

There's one more user of this:
drivers/hwtracing/coresight/coresight-etm4x-core.c:1219:13: error: too many arguments to function ‘is_midr_in_range_list’
  1219 |         if (is_midr_in_range_list(read_cpuid_id(), etm_wrong_ccitmin_cpus)) {
       |             ^~~~~~~~~~~~~~~~~~~~~

(sr)

  reply	other threads:[~2025-02-14 16:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-14 15:13 [PATCH v7 0/5] KVM: arm64: Errata management for VM Live migration Shameer Kolothum
2025-02-14 15:13 ` [PATCH v7 1/5] arm64: Modify _midr_range() functions to read MIDR/REVIDR internally Shameer Kolothum
2025-02-14 16:02   ` Sebastian Ott [this message]
2025-02-14 15:13 ` [PATCH v7 2/5] KVM: arm64: Introduce hypercall support for retrieving target implementations Shameer Kolothum
2025-02-14 15:13 ` [PATCH v7 3/5] KVM: arm64: Introduce KVM_REG_ARM_VENDOR_HYP_BMAP_2 Shameer Kolothum
2025-02-14 15:13 ` [PATCH v7 4/5] smccc/kvm_guest: Enable errata based on implementation CPUs Shameer Kolothum
2025-02-14 16:12   ` Sebastian Ott
2025-02-14 16:43     ` Marc Zyngier
2025-02-18  7:40       ` Shameerali Kolothum Thodi
2025-02-14 15:13 ` [PATCH v7 5/5] KVM: selftests: Add test for KVM_REG_ARM_VENDOR_HYP_BMAP_2 Shameer Kolothum
2025-02-14 17:34 ` [PATCH v7 0/5] KVM: arm64: Errata management for VM Live migration Sebastian Ott

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=7f7f34a2-8bf5-10aa-1f18-db82cc5dbf2d@redhat.com \
    --to=sebott@redhat.com \
    --cc=anthony.jebson@huawei.com \
    --cc=catalin.marinas@arm.com \
    --cc=cohuck@redhat.com \
    --cc=eric.auger@redhat.com \
    --cc=jiangkunkun@huawei.com \
    --cc=jonathan.cameron@huawei.com \
    --cc=kvmarm@lists.linux.dev \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linuxarm@huawei.com \
    --cc=mark.rutland@arm.com \
    --cc=maz@kernel.org \
    --cc=oliver.upton@linux.dev \
    --cc=shameerali.kolothum.thodi@huawei.com \
    --cc=wangzhou1@hisilicon.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