From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 370E5C64EB8 for ; Thu, 4 Oct 2018 16:47:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ED8522083F for ; Thu, 4 Oct 2018 16:47:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ED8522083F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728145AbeJDXlp (ORCPT ); Thu, 4 Oct 2018 19:41:45 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60280 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727540AbeJDXlp (ORCPT ); Thu, 4 Oct 2018 19:41:45 -0400 Received: from localhost (unknown [104.132.1.111]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 0E529486; Thu, 4 Oct 2018 16:47:40 +0000 (UTC) Date: Thu, 4 Oct 2018 09:47:39 -0700 From: Greg Kroah-Hartman To: Dave Airlie Cc: Linus Torvalds , dri-devel , LKML Subject: Re: [git pull] drm fixes for 4.19-rc7 Message-ID: <20181004164738.GA5849@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 04, 2018 at 02:55:42PM +1000, Dave Airlie wrote: > Hi Greg, > > Nothing too much happening at this point, > > 3 i915 fixes: > compressed error handling zlib fix > compiler warning cleanup > and a minor code cleanup > > 2 tda9950: > Two fixes for the HDMI CEC > > 1 exynos: > A fix required for IOMMU interaction. > > Thanks, > Dave. > > drm-fixes-2018-10-04: > drm exynos, tda9950 and intel fixes > The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38: > > Linux 4.19-rc6 (2018-09-30 07:15:35 -0700) > > are available in the Git repository at: > > git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-10-04 Now merged, thanks. greg k-h