mbox series

[PULL] gvt-fixes

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

Pull-request

https://github.com/intel/gvt-linux tags/gvt-fixes-2020-02-26

Message

Zhenyu Wang Feb. 26, 2020, 10:30 a.m. UTC
Hi,

Here's gvt-fixes for 5.6-rc with two fixes. One to resolve virtual
display reset and another one for use-after-free in dmabuf destroy
function.

Thanks
--
The following changes since commit 0e9d7bb293f3f9c3ee376b126141407efb265f31:

  drm/i915/gvt: more locking for ppgtt mm LRU list (2020-02-10 10:04:34 +0800)

are available in the Git repository at:

  https://github.com/intel/gvt-linux tags/gvt-fixes-2020-02-26

for you to fetch changes up to b549c252b1292aea959cd9b83537fcb9384a6112:

  drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetime (2020-02-25 16:14:20 +0800)

----------------------------------------------------------------
gvt-fixes-2020-02-26

- Fix virtual display reset (Tina)
- Fix one use-after-free for dmabuf (Tina)

----------------------------------------------------------------
Tina Zhang (2):
      drm/i915/gvt: Separate display reset from ALL_ENGINES reset
      drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetime

 drivers/gpu/drm/i915/gvt/dmabuf.c | 2 +-
 drivers/gpu/drm/i915/gvt/vgpu.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jani Nikula Feb. 26, 2020, 10 p.m. UTC | #1
On Wed, 26 Feb 2020, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> Here's gvt-fixes for 5.6-rc with two fixes. One to resolve virtual
> display reset and another one for use-after-free in dmabuf destroy
> function.

Pulled, thanks.

BR,
Jani.

>
> Thanks
> --
> The following changes since commit 0e9d7bb293f3f9c3ee376b126141407efb265f31:
>
>   drm/i915/gvt: more locking for ppgtt mm LRU list (2020-02-10 10:04:34 +0800)
>
> are available in the Git repository at:
>
>   https://github.com/intel/gvt-linux tags/gvt-fixes-2020-02-26
>
> for you to fetch changes up to b549c252b1292aea959cd9b83537fcb9384a6112:
>
>   drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetime (2020-02-25 16:14:20 +0800)
>
> ----------------------------------------------------------------
> gvt-fixes-2020-02-26
>
> - Fix virtual display reset (Tina)
> - Fix one use-after-free for dmabuf (Tina)
>
> ----------------------------------------------------------------
> Tina Zhang (2):
>       drm/i915/gvt: Separate display reset from ALL_ENGINES reset
>       drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetime
>
>  drivers/gpu/drm/i915/gvt/dmabuf.c | 2 +-
>  drivers/gpu/drm/i915/gvt/vgpu.c   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)