Message ID | 20190117074604.GI18272@zhen-hp.sh.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [PULL] gvt-fixes for 5.0-rc3 | expand |
On Thu, 17 Jan 2019, Zhenyu Wang <zhenyuw@linux.intel.com> wrote: > Hi, > > This contains one cmd parser failure fix to allow cmd access > for one register, and fix region cleanup properly in vGPU destroy, > and another fix for critical mmap size check mistake. Thanks, pulled. BR, Jani. > > Thanks. > -- > The following changes since commit f0e9943725186ddbdc9718a559c26c5f507262f2: > > drm/i915/gvt: Fix workload request allocation before request add (2019-01-09 12:59:09 +0800) > > are available in the Git repository at: > > https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-01-17 > > for you to fetch changes up to 51b00d8509dc69c98740da2ad07308b630d3eb7d: > > drm/i915/gvt: Fix mmap range check (2019-01-15 19:04:45 +0800) > > ---------------------------------------------------------------- > gvt-fixes-2018-01-17 > > - Fix one register cmd parser failure (Colin) > - Fix region cleanup for vGPU destroy (Henry) > - Fix mmap size check (Zhenyu) > > ---------------------------------------------------------------- > Colin Xu (1): > drm/i915/gvt: Allow F_CMD_ACCESS on mmio 0x21f0 > > Hang Yuan (1): > drm/i915/gvt: free VFIO region space in vgpu detach > > Zhenyu Wang (1): > drm/i915/gvt: Fix mmap range check > > drivers/gpu/drm/i915/gvt/handlers.c | 1 + > drivers/gpu/drm/i915/gvt/hypercall.h | 2 +- > drivers/gpu/drm/i915/gvt/kvmgt.c | 30 ++++++++++++++++++++++++++---- > drivers/gpu/drm/i915/gvt/mpt.h | 2 +- > 4 files changed, 29 insertions(+), 6 deletions(-)