From patchwork Fri Jul 5 05:09:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Morton X-Patchwork-Id: 11032059 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7305014F6 for ; Fri, 5 Jul 2019 05:09:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6275428814 for ; Fri, 5 Jul 2019 05:09:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 558F128A3A; Fri, 5 Jul 2019 05:09:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SORTED_RECIPS autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 536F528814 for ; Fri, 5 Jul 2019 05:09:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BD7156E40A; Fri, 5 Jul 2019 05:09:50 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 51BA66E40A for ; Fri, 5 Jul 2019 05:09:49 +0000 (UTC) Received: from localhost.localdomain (c-73-223-200-170.hsd1.ca.comcast.net [73.223.200.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B5C4B218A0; Fri, 5 Jul 2019 05:09:48 +0000 (UTC) Date: Thu, 04 Jul 2019 22:09:48 -0700 From: akpm@linux-foundation.org To: akpm@linux-foundation.org, broonie@kernel.org, chris@chris-wilson.co.uk, daniel.vetter@ffwll.ch, intel-gfx@lists.freedesktop.org, jani.nikula@linux.intel.com, joonas.lahtinen@linux.intel.com, michal.wajdeczko@intel.com, mm-commits@vger.kernel.org, rdunlap@infradead.org, rodrigo.vivi@intel.com, sfr@canb.auug.org.au, yamada.masahiro@socionext.com Message-ID: <20190705050948.TPpsTT9oH%akpm@linux-foundation.org> User-Agent: s-nail v14.8.16 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562303389; bh=NBjv6h8U3e2458ZzxMmARRaP1+kgmlzRc83ng/8Y6Dc=; h=Date:From:To:Subject:From; b=tXeBWMjjw+MF/fDNjPxqYDT3QS2CObJkXEnjd7S1Cb8CZ1m/MpXxmKdUfmR1lUjDA 98hirifXF01rQvwdEyucv4o24/CuX5YRB7QMzjsFNlQtE3/CzV5J0L+b+kQLwb7F3D A5/oa5Q8oDNttJ6Syuxf5gsxXmPc9Zubu4lTnN6A= Subject: [Intel-gfx] + diff-sucks.patch added to -mm tree X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP The patch titled Subject: diff sucks has been added to the -mm tree. Its filename is diff-sucks.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/diff-sucks.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/diff-sucks.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrew Morton Subject: diff sucks Cc: Masahiro Yamada Cc: Randy Dunlap Cc: Mark Brown Cc: Michal Wajdeczko Cc: Daniel Vetter Cc: Jani Nikula Cc: Joonas Lahtinen Cc: Rodrigo Vivi Cc: Intel Graphics Cc: Chris Wilson Cc: Stephen Rothwell Signed-off-by: Andrew Morton --- drivers/gpu/drm/i915/oa/Makefile | 1 + 1 file changed, 1 insertion(+) --- /dev/null +++ a/drivers/gpu/drm/i915/oa/Makefile @@ -0,0 +1 @@ +# SPDX-License-Identifier: GPL-2.0