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=-3.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,URIBL_RHS_DOB autolearn=no 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 CA561C35DF5 for ; Tue, 25 Feb 2020 08:24:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9180921744 for ; Tue, 25 Feb 2020 08:24:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=bidouilliste.com header.i=@bidouilliste.com header.b="O2bTX0JN" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729749AbgBYIYx (ORCPT ); Tue, 25 Feb 2020 03:24:53 -0500 Received: from mx.blih.net ([212.83.155.74]:11540 "EHLO mx.blih.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729130AbgBYIYx (ORCPT ); Tue, 25 Feb 2020 03:24:53 -0500 X-Greylist: delayed 398 seconds by postgrey-1.27 at vger.kernel.org; Tue, 25 Feb 2020 03:24:52 EST DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1582618691; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=C0tcNFyVSsvx4uBxNJ3TEZd+6Xexrm+/hZD6rEjDx54=; b=O2bTX0JNfY45haLEpKC8/F3DIkMGLDTYBe/RcW0POYHl+h+maQ8bCqBeDPIrFCD1YUQYeQ DCX/9dT0oiOxiWL6fmcofK8pJ4R+hzW/RvA59osWcks6awF07oxBWm2cWEUitxK3tH5rdp dfmTukNqQCSoyrGJCHLIr9Lr4l09ON0= Received: from tails.home (lfbn-idf2-1-900-181.w86-238.abo.wanadoo.fr [86.238.131.181]) by mx.blih.net (OpenSMTPD) with ESMTPSA id d2c06a04 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 25 Feb 2020 08:18:11 +0000 (UTC) Date: Tue, 25 Feb 2020 09:18:10 +0100 From: Emmanuel Vadot To: Chris Wilson Cc: Emmanuel Vadot , Jani Nikula , airlied@linux.ie, daniel@ffwll.ch, dri-devel@lists.freedesktop.org, efremov@linux.com, kraxel@redhat.com, linux-kernel@vger.kernel.org, maarten.lankhorst@linux.intel.com, mripard@kernel.org, noralf@tronnes.org, sam@ravnborg.org, tzimmermann@suse.de, Emmanuel Vadot Subject: Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT Message-Id: <20200225091810.1de39ea4e0d578d363420412@bidouilliste.com> In-Reply-To: <158254443806.15220.5582277260130009235@skylake-alporthouse-com> References: <20200215180911.18299-1-manu@FreeBSD.org> <20200215180911.18299-2-manu@FreeBSD.org> <877e0n66qi.fsf@intel.com> <158254443806.15220.5582277260130009235@skylake-alporthouse-com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 24 Feb 2020 11:40:38 +0000 Chris Wilson wrote: > Quoting Jani Nikula (2020-02-15 18:33:09) > > On Sat, 15 Feb 2020, Emmanuel Vadot wrote: > > > From: Emmanuel Vadot > > > > > > Contributors for this file are : > > > Chris Wilson > > > Denis Efremov > > > Jani Nikula > > > Maxime Ripard > > > Noralf Tr=F8nnes > > > Sam Ravnborg > > > Thomas Zimmermann > > > > > > Signed-off-by: Emmanuel Vadot > >=20 > > I've only converted some logging. > >=20 > > Acked-by: Jani Nikula >=20 > Bonus ack from another Intel employee to cover all Intel copyright in > this file, > Acked-by: Chris Wilson > -Chris Thanks Chris, Daniel, if I'm counting right this was the last ack needed. --=20 Emmanuel Vadot 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=-3.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,URIBL_RHS_DOB autolearn=no 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 DA233C35DF9 for ; Tue, 25 Feb 2020 08:24:54 +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 B04E121927 for ; Tue, 25 Feb 2020 08:24:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=bidouilliste.com header.i=@bidouilliste.com header.b="O2bTX0JN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B04E121927 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=bidouilliste.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 102D26EA07; Tue, 25 Feb 2020 08:24:54 +0000 (UTC) X-Greylist: delayed 398 seconds by postgrey-1.36 at gabe; Tue, 25 Feb 2020 08:24:52 UTC Received: from mx.blih.net (mx.blih.net [212.83.155.74]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7CB526EA07 for ; Tue, 25 Feb 2020 08:24:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1582618691; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=C0tcNFyVSsvx4uBxNJ3TEZd+6Xexrm+/hZD6rEjDx54=; b=O2bTX0JNfY45haLEpKC8/F3DIkMGLDTYBe/RcW0POYHl+h+maQ8bCqBeDPIrFCD1YUQYeQ DCX/9dT0oiOxiWL6fmcofK8pJ4R+hzW/RvA59osWcks6awF07oxBWm2cWEUitxK3tH5rdp dfmTukNqQCSoyrGJCHLIr9Lr4l09ON0= Received: from tails.home (lfbn-idf2-1-900-181.w86-238.abo.wanadoo.fr [86.238.131.181]) by mx.blih.net (OpenSMTPD) with ESMTPSA id d2c06a04 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 25 Feb 2020 08:18:11 +0000 (UTC) Date: Tue, 25 Feb 2020 09:18:10 +0100 From: Emmanuel Vadot To: Chris Wilson Subject: Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT Message-Id: <20200225091810.1de39ea4e0d578d363420412@bidouilliste.com> In-Reply-To: <158254443806.15220.5582277260130009235@skylake-alporthouse-com> References: <20200215180911.18299-1-manu@FreeBSD.org> <20200215180911.18299-2-manu@FreeBSD.org> <877e0n66qi.fsf@intel.com> <158254443806.15220.5582277260130009235@skylake-alporthouse-com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tzimmermann@suse.de, Jani Nikula , linux-kernel@vger.kernel.org, efremov@linux.com, Emmanuel Vadot , airlied@linux.ie, dri-devel@lists.freedesktop.org, sam@ravnborg.org, kraxel@redhat.com Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 24 Feb 2020 11:40:38 +0000 Chris Wilson wrote: > Quoting Jani Nikula (2020-02-15 18:33:09) > > On Sat, 15 Feb 2020, Emmanuel Vadot wrote: > > > From: Emmanuel Vadot > > > > > > Contributors for this file are : > > > Chris Wilson > > > Denis Efremov > > > Jani Nikula > > > Maxime Ripard > > > Noralf Tr=F8nnes > > > Sam Ravnborg > > > Thomas Zimmermann > > > > > > Signed-off-by: Emmanuel Vadot > > = > > I've only converted some logging. > > = > > Acked-by: Jani Nikula > = > Bonus ack from another Intel employee to cover all Intel copyright in > this file, > Acked-by: Chris Wilson > -Chris Thanks Chris, Daniel, if I'm counting right this was the last ack needed. -- = Emmanuel Vadot _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel