RE: [PATCH] Drivers: hv: kvp/vss: Avoid accessing a ringbuffer not initialized yet

2024-11-01 Thread Dexuan Cui
> From: Michael Kelley > Sent: Friday, November 1, 2024 2:11 PM > > Michael, will you post a formal patch or want me to do it? > > Either works for me. > > I can do it. You probably have more pressing issues to keep > you busy :-) Thanks a lot! :-) > Fair enough. I'll do it that way. > > M

RE: [PATCH] Drivers: hv: kvp/vss: Avoid accessing a ringbuffer not initialized yet

2024-11-01 Thread Michael Kelley
From: Dexuan Cui Sent: Friday, November 1, 2024 1:27 PM > > > From: Michael Kelley > > Sent: Thursday, October 31, 2024 6:39 PM > > > > From: Michael Kelley > > > > Sent: Wednesday, October 30, 2024 5:12 PM > > > > [...] > > > > What do you think about this (compile tested only), which splits t

RE: [PATCH] Drivers: hv: kvp/vss: Avoid accessing a ringbuffer not initialized yet

2024-11-01 Thread Dexuan Cui
> From: Michael Kelley > Sent: Thursday, October 31, 2024 6:39 PM > > > From: Michael Kelley > > > Sent: Wednesday, October 30, 2024 5:12 PM > > > [...] > > > What do you think about this (compile tested only), which splits the > > > "init" function into two parts for devices that have char devs?