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 10FAD28F92E; Mon, 28 Apr 2025 17:26: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=1745861193; cv=none; b=LeOSzcguJlMnyHC5GSynguMpL7ROiDxbcp0EXmHXA1qNev3tU1pOHRsNtv5dgrxJvfo4j/cASgHd6AVufNj1JPKya3uSorR1AB5PZtt0NrDKQ/FOyrLg+sr3mnSKwnWDjw6zvB7XFLyPvXBy9utJa7JPojbgX7HBC6+qA2UiZyY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745861193; c=relaxed/simple; bh=SmMhoffXqK5lFgsuCUxRFgviJ4w3YYRhp4ncDtar3kg=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=P/enlIuYzMbHyYtBacjhCKIv0EbbaIsPBdyF4gmy16bFs2GnoTiKq1e/T71PPoczKaWpwFII+vpZh1y9gttmCK/uXUFHAqznnODdXRS2y+KtISvGZC8bXw8+qisHh/vREtt0NPQKwvTXH47oykXFlRF2/zFdPm/vAbuRSy3tMHo= 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=KA1aSlDG; 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="KA1aSlDG" Received: from [10.137.184.60] (unknown [131.107.1.188]) by linux.microsoft.com (Postfix) with ESMTPSA id 53F9820BCAD1; Mon, 28 Apr 2025 10:26:31 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 53F9820BCAD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1745861191; bh=incaWFa4r0jzEYqcW4jYJnnsM7UwCGhmzrmcbqC2GKI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KA1aSlDGRWrYrjf0ftjz5Q8jkXXEy5bhP98G69tM1baZS6323NnCsTcPiJXGxkF8q GUmZeiljJPG8x6bwTHVcnO5q2+tQCuS0EMAF6qL4nZE5mg6pHb4x6LazqTroQMvZH3 RR377wkP0uPIoLW9UofamfT/Q2SR63Oi624mfiHw= Message-ID: <53760b43-fd0f-4996-87cd-9615cdbc4618@linux.microsoft.com> Date: Mon, 28 Apr 2025 10:26:31 -0700 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: [EXTERNAL] Re: [PATCH hyperv-next] x86/hyperv: Fix APIC ID and VP ID confusion in hv_snp_boot_ap() To: Wei Liu Cc: Saurabh Singh Sengar , "bp@alien8.de" , "dave.hansen@linux.intel.com" , Dexuan Cui , Haiyang Zhang , "hpa@zytor.com" , KY Srinivasan , "mikelley@microsoft.com" , "mingo@redhat.com" , "tglx@linutronix.de" , Tianyu Lan , "linux-hyperv@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "x86@kernel.org" , Allen Pais , Ben Hillis , Brian Perkins , Sunil Muthuswamy References: <20250424215746.467281-1-romank@linux.microsoft.com> <8fa1045a-c3e9-48e0-86fe-ab554d7475c8@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 4/25/2025 2:12 PM, Wei Liu wrote: > On Fri, Apr 25, 2025 at 11:22:08AM -0700, Roman Kisel wrote: [...] >> >> Yep, I see the issue. Will resend the patch. > > I have removed this from hyperv-fixes. Thank you, Wei! I'm working on resolving feedback for v2. -- Thank you, Roman