Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1995063ybv; Fri, 21 Feb 2020 07:01:56 -0800 (PST) X-Google-Smtp-Source: APXvYqxZB6VH+IR7lfvAbWGnZD45DJ5tZbtDWgpJ8kV3Ds1IwDuLo9oj4vBnkE5m7+jsJmcnReYA X-Received: by 2002:a9d:545:: with SMTP id 63mr29519057otw.285.1582297315296; Fri, 21 Feb 2020 07:01:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582297315; cv=none; d=google.com; s=arc-20160816; b=GtayXJJYEPd2DinOOs7aib1ktvd6IhmeI87bTQV8zCGuxbw+eVEurXK0LG0HhYd/C5 dR4DscQbjOnrVY0V7Kx4mF5AkwUjS2HlyASv9IngKfgvMf/Er2A3Lmcg4b4aVeHXw277 OSkU8uiin759s/wf8QC3cS8YFp0fo3L52AYBTdCZ2OsXXaNPUW7Ucu1wBTfXGuYDMJd7 SqfsRpeWMTIrDPvS5vup99ypDr/h7PamDTSkJmLhFTmn2eQs3ASkc1UvWECVDbimplVo bP/WTzAkh3O6ZLZamN6Km9okcaFnpvH/fj6ZN3gukqwapPSHfTsLuncm05aVs3DaZSET q5ig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=It2SUMIzUhKwEkym35q4SK3+N5iVKPMiGFstgp/Plx8=; b=WMhlb+wDSY+DDRlp7D62HKQVEOcvsQT/FaQNTg4RXOfjtOL/qokQPM8SuJbPS3WgrM 76QfP0BjNdS8qcxMQbt4inPqHqUDCbvPNlzDaZPP6jrVoyGvpQCHILDVtX7DruX7gbD/ aFJtw2FZTHhEY3P8wAxMGUvObSRp7Jk2lx/DYQBZICwuFfG+qnws4+NnheO1Tt8jIQ7D 7itAlJURcJRZ7919jHsObxxQCGLt+lxuROFWroLXfAZvLPp5vFdMB2XEFL5FlTi6WjdD Ve+RZlnOlEZX9xYZTAqDkCiLGOdJdP6UtxhKuLcdKmA2Tus3RaPhAfqC724Qn0BFXkka nIJA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i21si823541oii.149.2020.02.21.07.01.33; Fri, 21 Feb 2020 07:01:55 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728846AbgBUPBW (ORCPT + 99 others); Fri, 21 Feb 2020 10:01:22 -0500 Received: from verein.lst.de ([213.95.11.211]:55906 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728690AbgBUPBW (ORCPT ); Fri, 21 Feb 2020 10:01:22 -0500 Received: by verein.lst.de (Postfix, from userid 2005) id 3258468BFE; Fri, 21 Feb 2020 16:01:18 +0100 (CET) Date: Fri, 21 Feb 2020 16:01:17 +0100 From: Torsten Duwe To: Thomas Zimmermann Cc: Vasily Khoruzhick , Thierry Reding , Daniel Vetter , Thierry Reding , Jernej Skrabec , Jonas Karlman , David Airlie , Neil Armstrong , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Andrzej Hajda , Sean Paul , Laurent Pinchart , Maxime Ripard Subject: Re: [RESEND2][PATCH] drm/bridge: analogix-anx6345: Fix drm_dp_link helper removal Message-ID: <20200221150117.GA6928@lst.de> References: <20200221140455.8713068BFE@verein.lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 21, 2020 at 03:39:32PM +0100, Thomas Zimmermann wrote: > Hi Torsten > > Am 21.02.20 um 15:04 schrieb Torsten Duwe: > > drm_dp_link_rate_to_bw_code and ...bw_code_to_link_rate simply divide by > > and multiply with 27000, respectively. Avoid an overflow in the u8 dpcd[0] > > and the multiply+divide alltogether. > > > > fixes: e1cff82c1097bda2478 ("fix anx6345 compilation for v5.5") > > You have to create the fixes tag and related cc tags with 'dim fixes', > available at [1]. For this patch, the output is > > Fixes: e1cff82c1097 ("drm/bridge: fix anx6345 compilation for v5.5") > Cc: Torsten Duwe > Cc: Maxime Ripard > Cc: Torsten Duwe > Cc: Sam Ravnborg > Cc: Linus Walleij > Cc: Thomas Zimmermann > Cc: Icenowy Zheng > Cc: Stephen Rothwell Ah, neat. > > Signed-off-by: Torsten Duwe > > You signed off with your SUSE email address, but sent the mail from > lst.de. I don't know if it's strictly not allowed, but that's at least > confusing to the tools. From my understanding, it is legally correct. The work is owned by Suse, so I have to sign off as an employee, but I'm subscribed with the LST address, and I'd also like to see all replies there. > [1] https://gitlab.freedesktop.org/drm/maintainer-tools/ I'll send an appropriate v2 once I get a review for it. Thanks! Torsten