All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] vmwgfx-fixes-4.11
@ 2017-04-03 10:38 Thomas Hellstrom
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Hellstrom @ 2017-04-03 10:38 UTC (permalink / raw)
  To: airlied, airlied; +Cc: Thomas Hellstrom, dri-devel

Hi Dave,

Resent pull request as requested.

The following changes since commit d64a04720b0e64c1cd0726a3a27b360822fbee22:

  Merge branch 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2017-03-24 11:05:06 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~thomash/linux vmwgfx-fixes-4.11

for you to fetch changes up to e7e11f99564222d82f0ce84bd521e57d78a6b678:

  drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl() (2017-03-30 11:46:26 +0200)

----------------------------------------------------------------
Li Qiang (1):
      drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()

Murray McAllister (2):
      drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()
      drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()

Thomas Hellstrom (4):
      drm/vmwgfx: Type-check lookups of fence objects
      drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
      drm/ttm: Avoid calling drm_ht_remove from atomic context
      drm/vmwgfx: Remove getparam error message

 drivers/gpu/drm/ttm/ttm_object.c         | 14 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c    | 79 ++++++++++++++++++++------------
 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c    |  4 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c |  4 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c  | 31 ++++++-------
 include/drm/ttm/ttm_object.h             |  5 +-
 6 files changed, 80 insertions(+), 57 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [Git PULL] vmwgfx-fixes-4.11
  2017-03-31  9:33 [Git PULL] vmwgfx-fixes-4.11 Thomas Hellstrom
@ 2017-04-03  8:04 ` Dave Airlie
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Airlie @ 2017-04-03  8:04 UTC (permalink / raw)
  To: Thomas Hellstrom; +Cc: Dave Airlie, linux-graphics-maintainer, dri-devel

On 31 March 2017 at 19:33, Thomas Hellstrom <thellstrom@vmware.com> wrote:
> Hi, Dave,
>
> A number of fixes for 4.11
>
> The following changes since commit d64a04720b0e64c1cd0726a3a27b360822fbee22:
>
>   Merge branch 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2017-03-24 11:05:06 +1000)
>
> are available in the git repository at:
>
>   git://people.freedesktop.org/~thomash/linux

However you are generating these pulll requests is doing it wrong,

there should always be a branch name here.

can you resend it?
Dave.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Git PULL] vmwgfx-fixes-4.11
@ 2017-03-31  9:33 Thomas Hellstrom
  2017-04-03  8:04 ` Dave Airlie
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Hellstrom @ 2017-03-31  9:33 UTC (permalink / raw)
  To: airlied, airlied; +Cc: Thomas Hellstrom, linux-graphics-maintainer, dri-devel

Hi, Dave,

A number of fixes for 4.11

The following changes since commit d64a04720b0e64c1cd0726a3a27b360822fbee22:

  Merge branch 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2017-03-24 11:05:06 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~thomash/linux 

for you to fetch changes up to e7e11f99564222d82f0ce84bd521e57d78a6b678:

  drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl() (2017-03-30 11:46:26 +0200)

----------------------------------------------------------------
Li Qiang (1):
      drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()

Murray McAllister (2):
      drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()
      drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()

Thomas Hellstrom (4):
      drm/vmwgfx: Type-check lookups of fence objects
      drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
      drm/ttm: Avoid calling drm_ht_remove from atomic context
      drm/vmwgfx: Remove getparam error message

 drivers/gpu/drm/ttm/ttm_object.c         | 14 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c    | 79 ++++++++++++++++++++------------
 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c    |  4 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c |  4 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c  | 31 ++++++-------
 include/drm/ttm/ttm_object.h             |  5 +-
 6 files changed, 80 insertions(+), 57 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-04-03 10:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03 10:38 [git pull] vmwgfx-fixes-4.11 Thomas Hellstrom
  -- strict thread matches above, loose matches on Subject: below --
2017-03-31  9:33 [Git PULL] vmwgfx-fixes-4.11 Thomas Hellstrom
2017-04-03  8:04 ` Dave Airlie

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.