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 72A393207; Thu, 2 Oct 2025 23:06:54 +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=1759446415; cv=none; b=lVdF97qJQmTRM/LwEhXJbAwiwrQr1/r8VbBEM+gQKTekD9IZ7bKhOOLJ9gZ2YlG6A5kuv4pp6qV5ynoa7pQJkdRvvmb64vufsoMAjtvMJ3bsT0bTzH7wbiGJSM5bZn8WyYg8RWMRtBV3eQudyCEr4zKxNuyaYvSLwN7kQXouAJY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759446415; c=relaxed/simple; bh=StOXWqQIDIc3EfxAJO76K/F/sK2oVwNJB7HYiYqpcWU=; h=Message-ID:Date:MIME-Version:Cc:Subject:To:References:From: In-Reply-To:Content-Type; b=QeeIdcuw5Ao9CW++7/116MqY6KQ7KQVeJi5bB5EbuLVDdKrrQzLHir0tTp75rimPuDs8S8dJ1LoIOtQwICoJ0QL1OzRLK+1BRybg2ckhriYml4RvhMhbqdBvjN2PMWASsR1G7g4VC9rrg2wewT9ksK7cdlJFUxkC42ylPEBTGJE= 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=bHPSYCMi; 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="bHPSYCMi" Received: from [100.64.160.245] (unknown [20.191.74.188]) by linux.microsoft.com (Postfix) with ESMTPSA id 3C4B6211B7D2; Thu, 2 Oct 2025 16:06:53 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3C4B6211B7D2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1759446413; bh=G9ZIN578Xhmj29vW8aNiP5byoPPk/Bbt9VMvdrQm3p8=; h=Date:Cc:Subject:To:References:From:In-Reply-To:From; b=bHPSYCMisY0yknp9sPOulSUBz7mR6TN1Vktk8VqkfJysVjBtIzd5plJ2E/emJJkh2 c1iNv+dkSAAf3VPIE3G/mK2egjxlhQwkKivQ1HaqDflEI8mmi3tOj7CyCVbV7YaUR5 2DbjgH2CfMyxPWwARr9OWlYTrJT/h174TPswCgK0= Message-ID: <37f0002a-a107-458b-933d-55f2cf96f5f1@linux.microsoft.com> Date: Thu, 2 Oct 2025 16:06:51 -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 Cc: easwar.hariharan@linux.microsoft.com, "K. Y. Srinivasan" , Haiyang Zhang , Wei Liu , Dexuan Cui , Nuno Das Neves , "open list:Hyper-V/Azure CORE AND DRIVERS" , open list Subject: Re: [PATCH] Drivers: hv: Use -ETIMEDOUT for HV_STATUS_TIME_OUT instead of -EIO To: Stanislav Kinsburskii References: <20251002221347.402320-1-easwar.hariharan@linux.microsoft.com> From: Easwar Hariharan Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 10/2/2025 3:37 PM, Stanislav Kinsburskii wrote: > On Thu, Oct 02, 2025 at 10:13:46PM +0000, Easwar Hariharan wrote: >> Use the -ETIMEDOUT errno value as the correct 1:1 match for the >> hypervisor timeout status >> > > The commit message should answer the question why this change is being > made. > Is there a practical reason for this or is it only for consistensy? > It's for consistency and because it's a better match. See my sibling response for other error codes that I can also fix in a v2. Thanks, Easwar (he/him)