mbox series

[PULL] gvt-fixes for 5.0-rc2

Message ID 20190109050151.GL11631@zhen-hp.sh.intel.com (mailing list archive)
State New, archived
Headers show
Series [PULL] gvt-fixes for 5.0-rc2 | expand

Pull-request

https://github.com/intel/gvt-linux.git tags/gvt-fixes-2019-01-09

Message

Zhenyu Wang Jan. 9, 2019, 5:01 a.m. UTC
Hi,

Here's one race fix for gvt to handle request properly
between pre-scan of workload and submission.

Thanks.
--
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  https://github.com/intel/gvt-linux.git tags/gvt-fixes-2019-01-09

for you to fetch changes up to f0e9943725186ddbdc9718a559c26c5f507262f2:

  drm/i915/gvt: Fix workload request allocation before request add (2019-01-09 12:59:09 +0800)

----------------------------------------------------------------
gvt-fixes-2019-01-09

- Fix one race issue between pre-scan of guest workload with submission

----------------------------------------------------------------
Zhenyu Wang (1):
      drm/i915/gvt: Fix workload request allocation before request add

 drivers/gpu/drm/i915/gvt/scheduler.c | 64 +++++++++++++++++++++++-------------
 drivers/gpu/drm/i915/gvt/scheduler.h |  1 +
 2 files changed, 43 insertions(+), 22 deletions(-)

Comments

Jani Nikula Jan. 10, 2019, 1:09 p.m. UTC | #1
On Wed, 09 Jan 2019, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> Here's one race fix for gvt to handle request properly
> between pre-scan of workload and submission.

Pulled, thanks.

BR,
Jani.

>
> Thanks.
> --
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   https://github.com/intel/gvt-linux.git tags/gvt-fixes-2019-01-09
>
> for you to fetch changes up to f0e9943725186ddbdc9718a559c26c5f507262f2:
>
>   drm/i915/gvt: Fix workload request allocation before request add (2019-01-09 12:59:09 +0800)
>
> ----------------------------------------------------------------
> gvt-fixes-2019-01-09
>
> - Fix one race issue between pre-scan of guest workload with submission
>
> ----------------------------------------------------------------
> Zhenyu Wang (1):
>       drm/i915/gvt: Fix workload request allocation before request add
>
>  drivers/gpu/drm/i915/gvt/scheduler.c | 64 +++++++++++++++++++++++-------------
>  drivers/gpu/drm/i915/gvt/scheduler.h |  1 +
>  2 files changed, 43 insertions(+), 22 deletions(-)