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 64CC13A1A38; Tue, 17 Mar 2026 09:51:53 +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=1773741115; cv=none; b=iV9kY8mmo5CIycRmVQ/YouYEdRSTSxBB5d3E7z6NHRGB5AHu50lBHhTMgjtu7IAJ3PZzTxH1F5qxLw6qtfACVkxf8Uy2GTJhy/Z2yqhLteZF+hZpAC9aAh3aUNCFiuSUMOPdyqiOkTDXKPpPrp65Yw6gCnYi1FtXjShae8lOku8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773741115; c=relaxed/simple; bh=ZfbAAGzHolQDpcCwIaogk9iC5IdaRXUEYFw8UIUKTrU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=b5shh+3AQ2UtvI9nYGkHCyvDnvTl3+MHisyxXQMA4sqcV2e9LqSe1iBHejve/jgL5uPAYaqy62tMnGBu7y67mrHw8LM4mUtcB0jRTFhOHktj2EPx1X7hV+GtU8GF0ezWIc8y2KQDBoHYlgqKodAwmmnWZ8nfRfhGdtVSU6bGuJk= 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=TlHV8gse; 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="TlHV8gse" Received: from [10.18.143.174] (unknown [167.220.238.206]) by linux.microsoft.com (Postfix) with ESMTPSA id 189EA20B7128; Tue, 17 Mar 2026 02:51:45 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 189EA20B7128 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1773741112; bh=xbh6eljYGdIRxffTU4mBqSyhNeDzEqtJalkt9/WqCMY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=TlHV8gseTBNNxGEDRkCzVMCSmd3juWFaVPdWxwkFVsF6tEp6RFYQ9PhNIvO8/4zhO CwxZjNSs888nrrnCbWD+v1KrGqmach6lg7YTIFingtscICit44Aty6Ge9XFBSArwze 0OX07pJe6ypUTXqx3/qSvI1tzRxdT46HbinGl2G0= Message-ID: <2b1c444c-7545-4ce7-90b0-208aee31904a@linux.microsoft.com> Date: Tue, 17 Mar 2026 15:21:42 +0530 Precedence: bulk X-Mailing-List: linux-arch@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl To: vdso@mailbox.org, ssengar@linux.microsoft.com Cc: Marc Zyngier , Timothy Hayes , Lorenzo Pieralisi , mrigendrachaubey , Michael Kelley , 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, "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 References: <20260316121241.910764-1-namjain@linux.microsoft.com> <1755043210.33472.1773718457301@app.mailbox.org> Content-Language: en-US From: Naman Jain In-Reply-To: <1755043210.33472.1773718457301@app.mailbox.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 3/17/2026 9:04 AM, vdso@mailbox.org wrote: > >> On 03/16/2026 5:12 AM Naman Jain wrote: >> >> >> The series intends to add support for ARM64 to mshv_vtl driver. >> For this, common Hyper-V code is refactored, necessary support is added, >> mshv_vtl_main.c is refactored and then finally support is added in >> Kconfig. > > Hi Naman, Saurabh, > > So awesome to see the ARM64 support for the VSM being upstreamed!! > > Few of the patches carry my old Microsoft "Signed-off-by" tag, > and I really appreciate you folks very much kindly adding it > although the code appears to be a far more evolved and crisper > version of what it was back then! > > Do feel free to drop my SOB from these few patches so the below SRB > doesn't look weird or as a conflict of interest - that is if you see > adding my below SRB to these few patches as a good option. It's been > 2 years, and after 2 years who can really remember their code :D > > For the series, > Reviewed-by: Roman Kisel Thank you so much Roman for reviewing the changes. I think we can retain both the tags from you. I'll let the maintainers decide. Regards, Naman