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.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 08ACAC64E8A for ; Wed, 2 Dec 2020 08:46:24 +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 8B884221FB for ; Wed, 2 Dec 2020 08:46:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8B884221FB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=emersion.fr 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 573A26EA0B; Wed, 2 Dec 2020 08:46:22 +0000 (UTC) Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) by gabe.freedesktop.org (Postfix) with ESMTPS id 150F26EA0B for ; Wed, 2 Dec 2020 08:46:21 +0000 (UTC) Date: Wed, 02 Dec 2020 08:46:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail2; t=1606898778; bh=mp0uuYpDUByCyJjbD9wVJi+9uhm8N3qenqHcKAEkgcs=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=THrAn/IRpAIz2cZjIL4QoTAnh4pNXl3H6eOW5cJ4Xe4aiil9JuNO/1yTtkPDl9qaE TZjGe14s7wM/0u/OGurVasgFLtLAPsPZ4cJKYNY/Q4H+8E3u/IvXZo6fIgUUeS0gXA uTqrqWy06VI6eRUhw0+AJXkWmWqo8NWx0eet8y9d68dX1rzRmADFpRPFIAdqEuhZ1g Dfc1skHBwl4E9/il/rTeDVQ8SWp+aR2A3XExDbcWX4dBTInT2RCMK6voE/i2kwnSap 1ji2EOzfDHB/UdQN2sXlYcebDjW9ECOy4xVlXwhMbwRg9oB+Pn8xeuJ6IK8Y16TPes a3+Vd14WgSRfA== To: James Park From: Simon Ser Subject: Re: [PATCH] drm: Fix drm.h uapi header for Windows Message-ID: In-Reply-To: <1606816916-3724-2-git-send-email-jpark37@lagfreegames.com> References: <1606816916-3724-1-git-send-email-jpark37@lagfreegames.com> <1606816916-3724-2-git-send-email-jpark37@lagfreegames.com> 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: , Reply-To: Simon Ser Cc: "dri-devel@lists.freedesktop.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Can you add a Signed-off-by line to your commit message? This means you agree to the Developer Certificate of Origin [1]. [1]: https://developercertificate.org/ _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel