All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] GVT-g fixes for 4.10
@ 2016-12-26  8:55 Zhenyu Wang
  2016-12-27 11:04 ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Zhenyu Wang @ 2016-12-26  8:55 UTC (permalink / raw)
  To: Daniel Vetter, Jani Nikula; +Cc: intel-gfx, igvt-g-dev, Lv, Zhiyuan


[-- Attachment #1.1: Type: text/plain, Size: 1658 bytes --]


Hi,

This is current GVT-g device model fixes for 4.10. I need to
base on v4.10-rc1 for merged vfio and KVMGT support.

Thanks. Merry Christmas!
---
The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  https://github.com/01org/gvt-linux.git tags/gvt-fixes-2016-12-26

for you to fetch changes up to 4e0203ba11e735694600d7c704d7d56f069f9eb6:

  drm/i915/gvt: fix typo in cfg_space range check (2016-12-26 10:05:11 +0800)

----------------------------------------------------------------
Jike Song (4):
      drm/i915/gvt/kvmgt: dereference the pointer within lock
      drm/i915/gvt/kvmgt: check returned slot for gfn
      drm/i915/gvt/kvmgt: prevent double-release of vgpu
      drm/i915/gvt/kvmgt: trival: code cleanup

Min He (2):
      drm/i915/gvt: fix an error in opregion handling
      drm/i915/gvt: fix an issue in emulating cfg space PCI_COMMAND

Pei Zhang (1):
      drm/i915/gvt: fix typo in cfg_space range check

Ping Gao (1):
      drm/i915/gvt: reset the GGTT entry when vGPU created

 drivers/gpu/drm/i915/gvt/cfg_space.c |  4 +--
 drivers/gpu/drm/i915/gvt/gtt.c       | 55 ++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/gvt/gtt.h       |  4 +++
 drivers/gpu/drm/i915/gvt/gvt.h       |  1 +
 drivers/gpu/drm/i915/gvt/kvmgt.c     | 46 +++++++++++++++++++++++-------
 drivers/gpu/drm/i915/gvt/opregion.c  |  2 +-
 6 files changed, 99 insertions(+), 13 deletions(-)

-- 
Open Source Technology Center, Intel ltd.

$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 163 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] GVT-g fixes for 4.10
  2016-12-26  8:55 [GIT PULL] GVT-g fixes for 4.10 Zhenyu Wang
@ 2016-12-27 11:04 ` Jani Nikula
  0 siblings, 0 replies; 4+ messages in thread
From: Jani Nikula @ 2016-12-27 11:04 UTC (permalink / raw)
  To: Zhenyu Wang, Daniel Vetter; +Cc: intel-gfx, igvt-g-dev, Lv, Zhiyuan

On Mon, 26 Dec 2016, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> This is current GVT-g device model fixes for 4.10. I need to
> base on v4.10-rc1 for merged vfio and KVMGT support.

Pulled to drm-intel-fixes, thanks.

BR,
Jani.

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] GVT-g fixes for 4.10
  2016-12-22  8:29 [git pull] " Zhenyu Wang
@ 2016-12-22  9:35 ` Jani Nikula
  0 siblings, 0 replies; 4+ messages in thread
From: Jani Nikula @ 2016-12-22  9:35 UTC (permalink / raw)
  To: Zhenyu Wang, Daniel Vetter; +Cc: intel-gfx, igvt-g-dev

On Thu, 22 Dec 2016, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> This is currently GVT-g driver fixes for 4.10-rc2.

I can't pull this at this time, because it's based on some commit in
Linus' tree instead of some stable tag in Linus' tree or drm-next or
drm-intel-next-fixes. Rule of thumb, never rebase on anything other than
tagged commits, especially if you rebase on Linus' tree.

BR,
Jani.


>
> Thanks.
>
> ---
>
> The following changes since commit 0f484e42baaf5a38fc79e99b917caa5431651fb1:
>
>   Merge tag 'kvmgt-vfio-mdev-for-v4.10-rc1' of git://github.com/01org/gvt-linux (2016-12-17 16:47:31 -0800)
>
> are available in the git repository at:
>
>   https://github.com/01org/gvt-linux.git tags/gvt-fixes-2016-12-22
>
> for you to fetch changes up to ce5a8438d8f21efa13fdaa3f063832310bddab46:
>
>   drm/i915/gvt: fix an issue in emulating cfg space PCI_COMMAND (2016-12-21 15:20:10 +0800)
>
> ----------------------------------------------------------------
> Jike Song (4):
>       drm/i915/gvt/kvmgt: dereference the pointer within lock
>       drm/i915/gvt/kvmgt: check returned slot for gfn
>       drm/i915/gvt/kvmgt: prevent double-release of vgpu
>       drm/i915/gvt/kvmgt: trival: code cleanup
>
> Min He (2):
>       drm/i915/gvt: fix an error in opregion handling
>       drm/i915/gvt: fix an issue in emulating cfg space PCI_COMMAND
>
> Ping Gao (1):
>       drm/i915/gvt: reset the GGTT entry when vGPU created
>
>  drivers/gpu/drm/i915/gvt/cfg_space.c |  2 +-
>  drivers/gpu/drm/i915/gvt/gtt.c       | 55 ++++++++++++++++++++++++++++++++++++
>  drivers/gpu/drm/i915/gvt/gtt.h       |  4 +++
>  drivers/gpu/drm/i915/gvt/gvt.h       |  1 +
>  drivers/gpu/drm/i915/gvt/kvmgt.c     | 46 +++++++++++++++++++++++-------
>  drivers/gpu/drm/i915/gvt/opregion.c  |  2 +-
>  6 files changed, 98 insertions(+), 12 deletions(-)

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [git pull] GVT-g fixes for 4.10
@ 2016-12-22  8:29 Zhenyu Wang
  2016-12-22  9:35 ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Zhenyu Wang @ 2016-12-22  8:29 UTC (permalink / raw)
  To: Daniel Vetter, Jani Nikula; +Cc: intel-gfx, igvt-g-dev


[-- Attachment #1.1: Type: text/plain, Size: 1586 bytes --]


Hi,

This is currently GVT-g driver fixes for 4.10-rc2.

Thanks.

---

The following changes since commit 0f484e42baaf5a38fc79e99b917caa5431651fb1:

  Merge tag 'kvmgt-vfio-mdev-for-v4.10-rc1' of git://github.com/01org/gvt-linux (2016-12-17 16:47:31 -0800)

are available in the git repository at:

  https://github.com/01org/gvt-linux.git tags/gvt-fixes-2016-12-22

for you to fetch changes up to ce5a8438d8f21efa13fdaa3f063832310bddab46:

  drm/i915/gvt: fix an issue in emulating cfg space PCI_COMMAND (2016-12-21 15:20:10 +0800)

----------------------------------------------------------------
Jike Song (4):
      drm/i915/gvt/kvmgt: dereference the pointer within lock
      drm/i915/gvt/kvmgt: check returned slot for gfn
      drm/i915/gvt/kvmgt: prevent double-release of vgpu
      drm/i915/gvt/kvmgt: trival: code cleanup

Min He (2):
      drm/i915/gvt: fix an error in opregion handling
      drm/i915/gvt: fix an issue in emulating cfg space PCI_COMMAND

Ping Gao (1):
      drm/i915/gvt: reset the GGTT entry when vGPU created

 drivers/gpu/drm/i915/gvt/cfg_space.c |  2 +-
 drivers/gpu/drm/i915/gvt/gtt.c       | 55 ++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/gvt/gtt.h       |  4 +++
 drivers/gpu/drm/i915/gvt/gvt.h       |  1 +
 drivers/gpu/drm/i915/gvt/kvmgt.c     | 46 +++++++++++++++++++++++-------
 drivers/gpu/drm/i915/gvt/opregion.c  |  2 +-
 6 files changed, 98 insertions(+), 12 deletions(-)


-- 
Open Source Technology Center, Intel ltd.

$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 163 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-27 11:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-26  8:55 [GIT PULL] GVT-g fixes for 4.10 Zhenyu Wang
2016-12-27 11:04 ` Jani Nikula
  -- strict thread matches above, loose matches on Subject: below --
2016-12-22  8:29 [git pull] " Zhenyu Wang
2016-12-22  9:35 ` Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.