From patchwork Thu Jul 2 07:51:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Zimmermann X-Patchwork-Id: 11638073 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AD6F013B4 for ; Thu, 2 Jul 2020 07:51:47 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9623520936 for ; Thu, 2 Jul 2020 07:51:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9623520936 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 269376EA81; Thu, 2 Jul 2020 07:51:47 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by gabe.freedesktop.org (Postfix) with ESMTPS id AA6CB6EA81; Thu, 2 Jul 2020 07:51:46 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 7281DAE35; Thu, 2 Jul 2020 07:51:45 +0000 (UTC) Date: Thu, 2 Jul 2020 09:51:43 +0200 From: Thomas Zimmermann To: Dave Airlie , Daniel Vetter Message-ID: <20200702075143.GA25040@linux-uq9g> MIME-Version: 1.0 Content-Disposition: inline Subject: [Intel-gfx] [PULL] drm-misc-fixes X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Maxime Ripard , intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Dave and Daniel, here's the PR for the current drm-misc-fixes. Best regards Thomas drm-misc-fixes-2020-07-02: * dma-buf: fix a use-after-free bug * sun4i: remove HPD polling The following changes since commit dc5bdb68b5b369d5bc7d1de96fa64cc1737a6320: drm/fb-helper: Fix vt restore (2020-06-24 21:34:11 +0200) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-07-02 for you to fetch changes up to bda8eaa6dee7525f4dac950810a85a88bf6c2ba0: drm: sun4i: hdmi: Remove extra HPD polling (2020-06-30 10:01:48 +0200) ---------------------------------------------------------------- * dma-buf: fix a use-after-free bug * sun4i: remove HPD polling ---------------------------------------------------------------- Chen-Yu Tsai (1): drm: sun4i: hdmi: Remove extra HPD polling Sumit Semwal (1): dma-buf: Move dma_buf_release() from fops to dentry_ops drivers/dma-buf/dma-buf.c | 54 ++++++++++++++++------------------ drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 5 ++-- 2 files changed, 27 insertions(+), 32 deletions(-)