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 878A6C388F9 for ; Wed, 11 Nov 2020 16:52:05 +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 2C09D206FB for ; Wed, 11 Nov 2020 16:52:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2C09D206FB 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 7741289F53; Wed, 11 Nov 2020 16:52:02 +0000 (UTC) Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch [185.70.40.133]) by gabe.freedesktop.org (Postfix) with ESMTPS id 58C6689F53 for ; Wed, 11 Nov 2020 16:52:01 +0000 (UTC) Date: Wed, 11 Nov 2020 16:51:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail2; t=1605113518; bh=I7Oj+O9pcwqgWn+7iAaevjBA2rqVliq4jeV0HFRSQ8g=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=c1vuxHA3ytJJijIGaxSavlgF9+RQPEU4mu/YfJwg2lW9/QXaHVsV1wb3WupCl2XPS 2WaG1YUKftSPwT5prJwKzQz8I5sQ5WHDhT09/6U+81KpvBW3dmDk47eXQCSnTgS0iH E8c/PKPT/8GNwOgyVCe2sHvD4SO7XsD4IayETBZkmMjAss64aKC3NvwISFFfEmj11d 3cMg0poKv2YfXxs9zVonWJQZpbu0pdbYZiB+VRcpQ0fHJ1iO6ToyebaVJchbQKjjGd 9WkUz9AIg7fVMYDIboz5ofAwef6Pe6coLGirdhB9z85ElxPI7voHxJaMRf014DEbnR KryqyVezdgIoA== To: Daniel Vetter From: Simon Ser Subject: Re: [PATCH v2 2/2] drm: add debug logs for drm_mode_atomic_ioctl errors Message-ID: In-Reply-To: <20201111164853.GQ401619@phenom.ffwll.local> References: <20201111164853.GQ401619@phenom.ffwll.local> 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" , Thomas Zimmermann , Sam Ravnborg Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wednesday, November 11, 2020 5:48 PM, Daniel Vetter wrote: > Submission bikeshed: Patch 1&2 aren't threaded. I thought git send-email > gets that right by default nowadays ... Yeah, it's a bug in my SMTP server I haven't bothered to write a patch for yet. Sorry about that. > Anyway, on both patches: Reviewed-by: Daniel Vetter daniel.vetter@ffwll.ch Thanks for the review! _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel