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 82EA315853B; Wed, 8 Jan 2025 18:29:28 +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=1736360970; cv=none; b=BYwyAm/aWbWt6oXRfnAIgZwVJwLl51Ww22MDudYAHIhe8CDezrtT/A/0JCPmDDIq8ejLNUFIa6OMJwi6mhMts7F7ERoafO4+R1Q6JN3B+TSDMBFsbWoAWa9R5MrDWGN+LcIX7XDP1Pj8Xh4QyDQ+BgIH0fUVk96cRAhDimedFIw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736360970; c=relaxed/simple; bh=oCxzLWoqtCyQWuL7I1iXSvjWc9RlbCLYYteK6nu/N8o=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=AewS6J+QpXK/UlMtOuYPJpVaKoCHHjRCOczJgByY2pTh0HjPNMoxv/Y4Sq5YM/ia7/2kyUP/oiBZKSRp6xb994Wxms+iC3l9J/bEOVME49nmgWDeO68X8yeHOmsmXwy90lOxx9mdLGmYkvhSwu/obXE/C9a7EjXw0uVTUkrQwEc= 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=mYOvjifL; 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="mYOvjifL" Received: from [10.137.184.60] (unknown [131.107.160.188]) by linux.microsoft.com (Postfix) with ESMTPSA id E0695203E3A5; Wed, 8 Jan 2025 10:29:27 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com E0695203E3A5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1736360968; bh=I5x2oV/2iEO1YfTd2I3H/oL38SZl00DQEaYeTv/rG1o=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=mYOvjifLHImCvJl+EQ1ZyDpvmdJadQivvLMbsupCDOinycK3v0fi4FlMHGfransSa AwekNBoYyemI9doI0uLC01mtNFehvlsmV2LBmAGMRDeLkKW9i/25zrdd3R9VI3i6ln D3z+n4y8lCF8Xne50QMTKG1t5ZU6Nt08uUUCzAxc= Message-ID: Date: Wed, 8 Jan 2025 10:29:27 -0800 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 v5 1/5] hyperv: Define struct hv_output_get_vp_registers To: Michael Kelley , Nuno Das Neves , "hpa@zytor.com" , "kys@microsoft.com" , "bp@alien8.de" , "dave.hansen@linux.intel.com" , "decui@microsoft.com" , "eahariha@linux.microsoft.com" , "haiyangz@microsoft.com" , "mingo@redhat.com" , "tglx@linutronix.de" , "tiala@microsoft.com" , "wei.liu@kernel.org" , "linux-hyperv@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "x86@kernel.org" Cc: "apais@microsoft.com" , "benhill@microsoft.com" , "ssengar@microsoft.com" , "sunilmut@microsoft.com" , "vdso@hexbites.dev" References: <20241230180941.244418-1-romank@linux.microsoft.com> <20241230180941.244418-2-romank@linux.microsoft.com> <7a60c96c-2fc1-411b-ac08-2b69f507af4e@linux.microsoft.com> Content-Language: en-US From: Roman Kisel In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 1/8/2025 10:22 AM, Michael Kelley wrote: > From: Nuno Das Neves Sent: Wednesday, January 8, 2025 9:58 AM >> >> On 1/6/2025 9:37 AM, Michael Kelley wrote: >>> From: Roman Kisel Sent: Monday, December 30, Thanks Michael and Nuno for your indispensable help! I'll fix the the patch as suggested then. > > Michael -- Thank you, Roman