mbox series

[PULL] drm-misc-fixes

Message ID 20190704001302.GA260390@art_vandelay (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-misc-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-07-03

Message

Sean Paul July 4, 2019, 12:13 a.m. UTC
Hiya,
Looks like the last -fixes pull for this cycle. One patch to fix a possible
double-free.


drm-misc-fixes-2019-07-03:
panfrost- Avoid double free by deleting GEM handle in create_bo failure
          path (Boris)

Cc: Boris Brezillon <boris.brezillon@collabora.com>

Cheers, Sean


The following changes since commit 41de4be6f6efa4132b29af51158cd672d93f2543:

  drm/virtio: move drm_connector_update_edid_property() call (2019-06-26 11:05:05 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-07-03

for you to fetch changes up to 2f040d27080ddfffecff2be1a77107c494d0e4f4:

  drm/panfrost: Fix a double-free error (2019-06-28 16:45:51 -0600)

----------------------------------------------------------------
panfrost- Avoid double free by deleting GEM handle in create_bo failure
          path (Boris)

Cc: Boris Brezillon <boris.brezillon@collabora.com>

----------------------------------------------------------------
Boris Brezillon (1):
      drm/panfrost: Fix a double-free error

 drivers/gpu/drm/panfrost/panfrost_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)