From nobody Thu Sep 11 17:31:02 2025 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0AA64C41513 for ; Sun, 6 Aug 2023 12:22:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230239AbjHFMVz (ORCPT ); Sun, 6 Aug 2023 08:21:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230179AbjHFMVt (ORCPT ); Sun, 6 Aug 2023 08:21:49 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B81C31AD; Sun, 6 Aug 2023 05:21:47 -0700 (PDT) Date: Sun, 06 Aug 2023 12:21:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1691324505; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CfSMYfSgmRjB//hsoVUcI6kCslbgOhe5jp16BElxnK4=; b=ERa3eGxSbn7q+gQsWre+IEui1bjGSnDA8rZpYp0t0xxS6BNrfWkxJ8ZDwtIM2IySa8QaBV fstMORE6SbGeBX5pRwa0G/FwSNHQ3CpEWS8AjXxS9ZChp2Fne3yRe0nONUGlZN6g3UdZDQ fMARt+6Cm+xCGoUu/s4Jd0PX7qEXKazLPsMoyJ2rD46FToLB1CeNvXL3LHAsJjdjp+efmF hWqLX3CpX4OffAqLuRpivRrc0sHmBfPSlgJbU/HpfL2/9SH0VVYmS8ZaiG2otARtJX9C71 OksxKfEsvMLMg1xSOibxCUbgvZwG2M87j6fuYZMo3iYZsASNmuk/KlRKjD4hxg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1691324505; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CfSMYfSgmRjB//hsoVUcI6kCslbgOhe5jp16BElxnK4=; b=Xfx8FMH8JU64Iq9hO+85h/HFJnIvJtufsp3Zy8l1diRM/EguYRGT2eqHqGe3DyG49RwzIK doFCbqtEP4A3KjCA== From: "tip-bot2 for Thomas Gleixner" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: x86/apic] x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup() Cc: Thomas Gleixner , Xin Li , Steve Wahl , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20230621171248.6805-2-xin3.li@intel.com> References: <20230621171248.6805-2-xin3.li@intel.com> MIME-Version: 1.0 Message-ID: <169132450527.28540.8350377154016039050.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the x86/apic branch of tip: Commit-ID: a539cc86a1cb688df24d9cff17d946a8c0b94b38 Gitweb: https://git.kernel.org/tip/a539cc86a1cb688df24d9cff17d946a8c= 0b94b38 Author: Thomas Gleixner AuthorDate: Wed, 21 Jun 2023 10:12:46 -07:00 Committer: Thomas Gleixner CommitterDate: Sun, 06 Aug 2023 14:15:09 +02:00 x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup() Rename send_cleanup_vector() to vector_schedule_cleanup() to prepare for replacing the vector cleanup IPI with a timer callback. Signed-off-by: Thomas Gleixner Signed-off-by: Xin Li Signed-off-by: Thomas Gleixner Reviewed-by: Steve Wahl Link: https://lore.kernel.org/r/20230621171248.6805-2-xin3.li@intel.com --- arch/x86/include/asm/hw_irq.h | 4 ++-- arch/x86/kernel/apic/vector.c | 8 ++++---- arch/x86/platform/uv/uv_irq.c | 2 +- drivers/iommu/amd/iommu.c | 2 +- drivers/iommu/hyperv-iommu.c | 4 ++-- drivers/iommu/intel/irq_remapping.c | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h index d465ece..5518298 100644 --- a/arch/x86/include/asm/hw_irq.h +++ b/arch/x86/include/asm/hw_irq.h @@ -97,10 +97,10 @@ extern struct irq_cfg *irqd_cfg(struct irq_data *irq_da= ta); extern void lock_vector_lock(void); extern void unlock_vector_lock(void); #ifdef CONFIG_SMP -extern void send_cleanup_vector(struct irq_cfg *); +extern void vector_schedule_cleanup(struct irq_cfg *); extern void irq_complete_move(struct irq_cfg *cfg); #else -static inline void send_cleanup_vector(struct irq_cfg *c) { } +static inline void vector_schedule_cleanup(struct irq_cfg *c) { } static inline void irq_complete_move(struct irq_cfg *c) { } #endif =20 diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c index c1efebd..aa370bd 100644 --- a/arch/x86/kernel/apic/vector.c +++ b/arch/x86/kernel/apic/vector.c @@ -967,7 +967,7 @@ DEFINE_IDTENTRY_SYSVEC(sysvec_irq_move_cleanup) raw_spin_unlock(&vector_lock); } =20 -static void __send_cleanup_vector(struct apic_chip_data *apicd) +static void __vector_schedule_cleanup(struct apic_chip_data *apicd) { unsigned int cpu; =20 @@ -983,13 +983,13 @@ static void __send_cleanup_vector(struct apic_chip_da= ta *apicd) raw_spin_unlock(&vector_lock); } =20 -void send_cleanup_vector(struct irq_cfg *cfg) +void vector_schedule_cleanup(struct irq_cfg *cfg) { struct apic_chip_data *apicd; =20 apicd =3D container_of(cfg, struct apic_chip_data, hw_irq_cfg); if (apicd->move_in_progress) - __send_cleanup_vector(apicd); + __vector_schedule_cleanup(apicd); } =20 void irq_complete_move(struct irq_cfg *cfg) @@ -1007,7 +1007,7 @@ void irq_complete_move(struct irq_cfg *cfg) * on the same CPU. */ if (apicd->cpu =3D=3D smp_processor_id()) - __send_cleanup_vector(apicd); + __vector_schedule_cleanup(apicd); } =20 /* diff --git a/arch/x86/platform/uv/uv_irq.c b/arch/x86/platform/uv/uv_irq.c index ee21d6a..4221259 100644 --- a/arch/x86/platform/uv/uv_irq.c +++ b/arch/x86/platform/uv/uv_irq.c @@ -58,7 +58,7 @@ uv_set_irq_affinity(struct irq_data *data, const struct c= pumask *mask, ret =3D parent->chip->irq_set_affinity(parent, mask, force); if (ret >=3D 0) { uv_program_mmr(cfg, data->chip_data); - send_cleanup_vector(cfg); + vector_schedule_cleanup(cfg); } =20 return ret; diff --git a/drivers/iommu/amd/iommu.c b/drivers/iommu/amd/iommu.c index c3b58a8..7d7d379 100644 --- a/drivers/iommu/amd/iommu.c +++ b/drivers/iommu/amd/iommu.c @@ -3681,7 +3681,7 @@ static int amd_ir_set_affinity(struct irq_data *data, * at the new destination. So, time to cleanup the previous * vector allocation. */ - send_cleanup_vector(cfg); + vector_schedule_cleanup(cfg); =20 return IRQ_SET_MASK_OK_DONE; } diff --git a/drivers/iommu/hyperv-iommu.c b/drivers/iommu/hyperv-iommu.c index 8302db7..8a5c17b 100644 --- a/drivers/iommu/hyperv-iommu.c +++ b/drivers/iommu/hyperv-iommu.c @@ -51,7 +51,7 @@ static int hyperv_ir_set_affinity(struct irq_data *data, if (ret < 0 || ret =3D=3D IRQ_SET_MASK_OK_DONE) return ret; =20 - send_cleanup_vector(cfg); + vector_schedule_cleanup(cfg); =20 return 0; } @@ -257,7 +257,7 @@ static int hyperv_root_ir_set_affinity(struct irq_data = *data, if (ret < 0 || ret =3D=3D IRQ_SET_MASK_OK_DONE) return ret; =20 - send_cleanup_vector(cfg); + vector_schedule_cleanup(cfg); =20 return 0; } diff --git a/drivers/iommu/intel/irq_remapping.c b/drivers/iommu/intel/irq_= remapping.c index 08f5632..29b9e55 100644 --- a/drivers/iommu/intel/irq_remapping.c +++ b/drivers/iommu/intel/irq_remapping.c @@ -1176,7 +1176,7 @@ intel_ir_set_affinity(struct irq_data *data, const st= ruct cpumask *mask, * at the new destination. So, time to cleanup the previous * vector allocation. */ - send_cleanup_vector(cfg); + vector_schedule_cleanup(cfg); =20 return IRQ_SET_MASK_OK_DONE; }