Re: [PATCH v3 0/3] Drivers: hv: vmbus: Fix a race condition in "_show" functions

2019-04-10 Thread Sasha Levin
On Thu, Mar 14, 2019 at 04:04:52PM -0400, Kimberly Brown wrote: This patchset fixes a race condition in the "_show" functions that access the channel ring buffers. Changes in v3: Patch 1: Drivers: hv: vmbus: Refactor chan->state if statement - Added the “reviewed-by” line from v2. Patch 2:

[PATCH v3 0/3] Drivers: hv: vmbus: Fix a race condition in "_show" functions

2019-03-14 Thread Kimberly Brown
This patchset fixes a race condition in the "_show" functions that access the channel ring buffers. Changes in v3: Patch 1: Drivers: hv: vmbus: Refactor chan->state if statement - Added the “reviewed-by” line from v2. Patch 2: Drivers: hv: vmbus: Set ring_info field to 0 and remove memset -