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 E4417F588E1 for ; Mon, 20 Apr 2026 15:24: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=wsmdjCMwzpu+ullyCu98MqyvGSRhbtokMCGy56yaY14=; b=NIG5lUdnJgdHyj L77rJZEjqm+Wsw2aREaFxaOnyWNJ/SPoNd66dHXu81KU0D6LGRBMog21HfPHFV0XszO3NCvg35Uic PSgEyvhmrACEr4nTh+FgS9/pZTrzj8K4bzAfEtc0hcs9DCKbZWx0cgQmDbZD/CmztBBJqJ92nwlsM UWH0bI/Y4igB1MWbbiGQe/E/+ji1sdYM+5lubayvqD6ooH29PpjVRaR3DfK8A0rf2foDMNGMEabrL RU5iCRnLNrpEJL7VPzSWH9MZRM2K0N0DsZzbnfCrU8p2dEzb6khrUsWhtehomox6DEN7fwfGltxGt 97Zneuk0DOvmeTLoII4Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wEqUF-00000007FS8-3IpO; Mon, 20 Apr 2026 15:24:35 +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 1wEqUC-00000007FPy-1ns7; Mon, 20 Apr 2026 15:24:33 +0000 Received: from [100.79.96.139] (unknown [4.194.122.170]) by linux.microsoft.com (Postfix) with ESMTPSA id 299A120B6F0C; Mon, 20 Apr 2026 08:24:18 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 299A120B6F0C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1776698671; bh=gOu+vVFihCEmkjozS1KokTNi3VqIWrSsawSq2Kx8kE0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KWQlqxfTN40wNb3WVRA8ZgJcOVGUOlHVivHDV48JAR4Mc4i1uVH+A2ksT0mVv3YYj YMV0myVe7co405qvMygbvAM5iDfHr3QoX0SNl3/3tn9NpJfJuNBdYalpKNzUZs9R67 4X9VGzFkvBK7YysNuDzpZrygb91w51etcxSB+EPs= Message-ID: <35364b2e-4f28-447d-b77c-6b3726c4bce3@linux.microsoft.com> Date: Mon, 20 Apr 2026 20:54:12 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 11/11] Drivers: hv: Kconfig: Add ARM64 support for MSHV_VTL 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-12-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-20260420_082432_579675_BB6C6766 X-CRM114-Status: UNSURE ( 7.02 ) X-CRM114-Notice: Please train this message. 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:28 PM, Michael Kelley wrote: > From: Naman Jain Sent: Monday, March 16, 2026 5:13 AM >> > > Nit: In keeping with past practice, the "Subject" prefix for this patch could > just be "Drivers: hv:" Acked. I am also planning to change other subject line prefixes, based on your earlier suggestion: mshv_vtl_main changes - "mshv_vtl: " arch/arm64 Hyper-V changes - "arm64: hyperv: " arch/x86 Hyper-V changes - "x86/hyperv: " Thank you so much for doing such a thorough review. I really appreciate all the help and guidance. Regards, Naman _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv