Re: [PATCH v6 0/2] uio_hv_generic: Fix ring buffer sysfs creation path

2025-05-01 Thread Naman Jain
On 5/2/2025 11:43 AM, Greg Kroah-Hartman wrote: On Fri, May 02, 2025 at 11:31:03AM +0530, Naman Jain wrote: On 5/1/2025 9:35 PM, Greg Kroah-Hartman wrote: On Mon, Apr 28, 2025 at 02:37:22PM +0530, Naman Jain wrote: On 4/25/2025 7:30 PM, Greg Kroah-Hartman wrote: On Thu, Apr 24, 2025 at

Re: [PATCH v6 0/2] uio_hv_generic: Fix ring buffer sysfs creation path

2025-05-01 Thread Greg Kroah-Hartman
On Fri, May 02, 2025 at 11:31:03AM +0530, Naman Jain wrote: > > > On 5/1/2025 9:35 PM, Greg Kroah-Hartman wrote: > > On Mon, Apr 28, 2025 at 02:37:22PM +0530, Naman Jain wrote: > > > > > > > > > On 4/25/2025 7:30 PM, Greg Kroah-Hartman wrote: > > > > On Thu, Apr 24, 2025 at 11:05:22AM +0530, Na

Re: [PATCH v6 0/2] uio_hv_generic: Fix ring buffer sysfs creation path

2025-05-01 Thread Naman Jain
On 5/1/2025 9:35 PM, Greg Kroah-Hartman wrote: On Mon, Apr 28, 2025 at 02:37:22PM +0530, Naman Jain wrote: On 4/25/2025 7:30 PM, Greg Kroah-Hartman wrote: On Thu, Apr 24, 2025 at 11:05:22AM +0530, Naman Jain wrote: Hi, This patch series aims to address the sysfs creation issue for the rin

Re: [PATCH v6 0/2] uio_hv_generic: Fix ring buffer sysfs creation path

2025-05-01 Thread Greg Kroah-Hartman
On Mon, Apr 28, 2025 at 02:37:22PM +0530, Naman Jain wrote: > > > On 4/25/2025 7:30 PM, Greg Kroah-Hartman wrote: > > On Thu, Apr 24, 2025 at 11:05:22AM +0530, Naman Jain wrote: > > > Hi, > > > This patch series aims to address the sysfs creation issue for the ring > > > buffer by reorganizing th

Re: [PATCH v6 0/2] uio_hv_generic: Fix ring buffer sysfs creation path

2025-04-28 Thread Naman Jain
On 4/25/2025 7:30 PM, Greg Kroah-Hartman wrote: On Thu, Apr 24, 2025 at 11:05:22AM +0530, Naman Jain wrote: Hi, This patch series aims to address the sysfs creation issue for the ring buffer by reorganizing the code. Additionally, it updates the ring sysfs size to accurately reflect the actua

Re: [PATCH v6 0/2] uio_hv_generic: Fix ring buffer sysfs creation path

2025-04-25 Thread Greg Kroah-Hartman
On Thu, Apr 24, 2025 at 11:05:22AM +0530, Naman Jain wrote: > Hi, > This patch series aims to address the sysfs creation issue for the ring > buffer by reorganizing the code. Additionally, it updates the ring sysfs > size to accurately reflect the actual ring buffer size, rather than a > fixed stat

Re: [PATCH v6 0/2] uio_hv_generic: Fix ring buffer sysfs creation path

2025-04-24 Thread Naman Jain
On 4/24/2025 7:18 PM, Michael Kelley wrote: From: Naman Jain Sent: Wednesday, April 23, 2025 10:35 PM Hi, This patch series aims to address the sysfs creation issue for the ring buffer by reorganizing the code. Additionally, it updates the ring sysfs size to accurately reflect the actual r

RE: [PATCH v6 0/2] uio_hv_generic: Fix ring buffer sysfs creation path

2025-04-24 Thread Michael Kelley
From: Naman Jain Sent: Wednesday, April 23, 2025 10:35 PM > > Hi, > This patch series aims to address the sysfs creation issue for the ring > buffer by reorganizing the code. Additionally, it updates the ring sysfs > size to accurately reflect the actual ring buffer size, rather than a > fixed s

[PATCH v6 0/2] uio_hv_generic: Fix ring buffer sysfs creation path

2025-04-23 Thread Naman Jain
Hi, This patch series aims to address the sysfs creation issue for the ring buffer by reorganizing the code. Additionally, it updates the ring sysfs size to accurately reflect the actual ring buffer size, rather than a fixed static value. PFB change logs: Changes since v5: https://lore.kernel.org