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 1C668280CC9; Tue, 22 Apr 2025 14:26:16 +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=1745331978; cv=none; b=mMFQrIEwc/0gQN6i/m1DKY7AkXnRGxBPOc2ZkVcMywvwXlp5ibGZ+qomqST09eaptDvRpcbAs/xwABP2h1Nbw2Z01/3GJkn38N9mngXHmqIC6dv9clP+T8CMe/x1TuAwYUpYt2gwXP/X220qkkYaNuFxDQZoYP1Bl4b3p0WlHIw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745331978; c=relaxed/simple; bh=hcdPNYqaUKaDR9suMSui6z7W3Bsc/fDKAPyVIJfmccA=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=dIRBn1b4UDtwFdDldIUEHQtM6c+5I9kpOvIwTNcdks4lTGuYQRaYQPOdlvxzQjeT6IguO6v2QWJtlfHUfn1rhfXwQVTo2wCyss/JthbaBnbu4d6OzOWwFUQAUo1eQCi7KlaDH5+ZteNlPnWL7O5o0PEaNVCwJLuOIzr6h42Hdos= 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=INuE0Avi; 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="INuE0Avi" Received: from [100.79.233.161] (unknown [4.194.122.162]) by linux.microsoft.com (Postfix) with ESMTPSA id 26F53203B870; Tue, 22 Apr 2025 07:26:12 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 26F53203B870 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1745331976; bh=etmDYz7dIz0Kvwm2juce8sa4UWnRxZKBhfxdfqOVdxc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=INuE0AvinIkEQeelqQgU29crDO7vDQO8aVE0hYFK0DKMsJGgKb7hVWSps9C2I4k1v WEamI+K/p/3AmidGH8pgCJOiHtkabtV6oCaTHmqFMBU1Q0EzDCpLBeDM5XqlpuTvQd 6ZiJYLGVZMlmmRv8OMVAqQAMLpSZKYWgJw1k2UMQ= Message-ID: <599c3a2a-c42b-484d-aa9d-0a9313c10ce8@linux.microsoft.com> Date: Tue, 22 Apr 2025 19:56: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 v5 2/2] Drivers: hv: Make the sysfs node size for the ring buffer dynamic To: Dexuan Cui , KY Srinivasan , Haiyang Zhang , Wei Liu , Greg Kroah-Hartman , Stephen Hemminger Cc: "linux-hyperv@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "stable@kernel.org" , Saurabh Sengar , Michael Kelley References: <20250415164452.170239-1-namjain@linux.microsoft.com> <20250415164452.170239-3-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/18/2025 6:43 AM, Dexuan Cui wrote: >> From: Naman Jain >> Sent: Tuesday, April 15, 2025 9:45 AM >> [...] >> actual ring buffer size for each channel. This will ensure that >> fstat() on ring sysfs node always return the correct size of > s/return/returns/ >> [...] > > Reviewed-by: Dexuan Cui Thanks. I'll make the required changes. Regards, Naman