From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E68722475CF; Mon, 20 Apr 2026 15:24:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776698672; cv=none; b=PkHQaIXKnD/tCzLU0bU587WOkjcXZahGeh3i3NHGm4W+UHQRYeWGoOpeqiEw2GtI2gsvvnfVCiezrIqYm8oU1+5fHv6J7eekO1xA0RpCXoacg6L1OH3poF55p3QAedtreCnbUGZ8lpLbdbLrh78zPr1K+4/oyMZyBAy/AlKW8to= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776698672; c=relaxed/simple; bh=qFYaUxA3R83Ky57vCqbD+BnHiq7yAm2FJzc29yvL8HM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Tvagn5t0ZvvvmYF3g4gImaEmccyk0JGh9cGeXnUBcbtyoOkwRPmkpD8rM0b6j+tTP0kahXTBm24M9fOqBuIFG7YowDrlsrAlqXhQsU1PXYN5UY/TsbSPH6qEJYuIoqVjRxKzpDQkB6wlwiGpUu+/mUqInIlEWpBlYWz9puc8dzY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=KWQlqxfT; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="KWQlqxfT" 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 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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