Re: [PATCH] drm/hyperv: Don't overwrite dirt_needed value set by host

2022-09-23 Thread Wei Liu
On Mon, Sep 12, 2022 at 08:32:46AM -0700, Saurabh Sengar wrote: > Existing code is causing a race condition where dirt_needed value is > already set by the host and gets overwritten with default value. Remove > this default setting of dirt_needed, to avoid overwriting the value > received in the ch

RE: [PATCH] drm/hyperv: Don't overwrite dirt_needed value set by host

2022-09-22 Thread Michael Kelley (LINUX)
From: Saurabh Sengar Sent: Monday, September 12, 2022 8:33 AM > > Existing code is causing a race condition where dirt_needed value is > already set by the host and gets overwritten with default value. Remove > this default setting of dirt_needed, to avoid overwriting the value > received in the

RE: [PATCH] drm/hyperv: Don't overwrite dirt_needed value set by host

2022-09-12 Thread Dexuan Cui
> From: Saurabh Sengar > Sent: Monday, September 12, 2022 8:33 AM > ... > Existing code is causing a race condition where dirt_needed value is > already set by the host and gets overwritten with default value. Remove > this default setting of dirt_needed, to avoid overwriting the value > received