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 B8E36F34C42 for ; Mon, 13 Apr 2026 11:46:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=pFRreC8CLPnMutO06lptJAWnFp8Mx05eAv9HeHM5sE8=; b=KehQkOJddJSgIn a8BUH/EgUGg9JNUGB1jMA9ElBHHj0mTOSZGQFsi96GAOLdOEmmcCvSmWZ6wqrzgvnH4PaijiMJ/U4 e29sm6ZJ7RQlKPIKs3i3yBuN7CFIothv2cdVYe9ctVkUE7pTLMcjF10eRx4siVdFyI1+/lBWzuU3E TskRRc6A03EgUs/ObX/pZiQdUS4Bl0WQhapgOaVNyD38PzK4OnJ6P8TVHyFbzKwZWDQ42Tb2Sst9k YSTMxRjYgw7wj4U3s02l93/5OkdqwtjTQ/CP3DYpeN3cG2AiAL+iPjjD3F0pMguGptK3aMnPMtZX6 yQFrqppAuh705Be2zkow==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wCFkW-0000000Fb1Z-2Rg0; Mon, 13 Apr 2026 11:46:40 +0000 Received: from linux.microsoft.com ([13.77.154.182]) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wCFkT-0000000Fazr-1dP0; Mon, 13 Apr 2026 11:46:38 +0000 Received: from [192.168.0.106] (unknown [49.205.253.198]) by linux.microsoft.com (Postfix) with ESMTPSA id 12BA020B7129; Mon, 13 Apr 2026 04:46:28 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 12BA020B7129 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1776080795; bh=qm8V/twKLM4gkqrLB9IB9q9soSkDnUMKd0hqQSFkgQk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=YS4+n34fD98853H9IlZL9WBkOUr1ooEyajEcffv3GQ8z8aUQLYsNQHXtKZit32T8y n7KkNsvMCftgQnTPWtv2anAbhkKAwESWJ/mR8AI9xsxd2sRLEgiPG/y52lIkt7AkoR HLL8v8R2VYabo5702NQ/BFKB1YIn95kQVETPJyNk= Message-ID: <6e216181-9847-4abd-82a1-0ba51127af49@linux.microsoft.com> Date: Mon, 13 Apr 2026 17:16:26 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 05/11] drivers: hv: Export vmbus_interrupt for mshv_vtl module To: Michael Kelley , "K . Y . Srinivasan" , Haiyang Zhang , Wei Liu , Dexuan Cui , Long Li , Catalin Marinas , Will Deacon , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "x86@kernel.org" , "H . Peter Anvin" , Arnd Bergmann , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti Cc: Marc Zyngier , Timothy Hayes , Lorenzo Pieralisi , mrigendrachaubey , "ssengar@linux.microsoft.com" , "linux-hyperv@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-arch@vger.kernel.org" , "linux-riscv@lists.infradead.org" References: <20260316121241.910764-1-namjain@linux.microsoft.com> <20260316121241.910764-6-namjain@linux.microsoft.com> Content-Language: en-US From: Naman Jain In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260413_044637_551718_0F1301A4 X-CRM114-Status: GOOD ( 13.39 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On 4/1/2026 10:26 PM, Michael Kelley wrote: > From: Naman Jain Sent: Monday, March 16, 2026 5:13 AM >> > > Nit: For the patch Subject, capitalize "Drivers:" in the prefix. Acked. Thanks, Naman > >> vmbus_interrupt is used in mshv_vtl_main.c to set the SINT vector. >> When CONFIG_MSHV_VTL=m and CONFIG_HYPERV_VMBUS=y (built-in), the module >> cannot access vmbus_interrupt at load time since it is not exported. >> >> Export it using EXPORT_SYMBOL_FOR_MODULES consistent with the existing >> pattern used for vmbus_isr. >> >> Signed-off-by: Naman Jain >> --- >> drivers/hv/vmbus_drv.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c >> index f99d4f2d3862..de191799a8f6 100644 >> --- a/drivers/hv/vmbus_drv.c >> +++ b/drivers/hv/vmbus_drv.c >> @@ -57,6 +57,7 @@ static DEFINE_PER_CPU(long, vmbus_evt); >> /* Values parsed from ACPI DSDT */ >> int vmbus_irq; >> int vmbus_interrupt; >> +EXPORT_SYMBOL_FOR_MODULES(vmbus_interrupt, "mshv_vtl"); >> >> /* >> * If the Confidential VMBus is used, the data on the "wire" is not >> -- >> 2.43.0 >> > > Reviewed-by: Michael Kelley _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv