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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A8B0EF4180D for ; Mon, 9 Mar 2026 15:50:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B830510E565; Mon, 9 Mar 2026 15:50:16 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=pm.me header.i=@pm.me header.b="RKCV4XbU"; dkim-atps=neutral X-Greylist: delayed 93325 seconds by postgrey-1.36 at gabe; Mon, 09 Mar 2026 07:59:15 UTC Received: from mail-106121.protonmail.ch (mail-106121.protonmail.ch [79.135.106.121]) by gabe.freedesktop.org (Postfix) with ESMTPS id BB35F10E492 for ; Mon, 9 Mar 2026 07:59:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1773043153; x=1773302353; bh=us2Sxut54o3bbCLDzOPRYoYiohqpnDpL5+Y7dE37BrI=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=RKCV4XbUp8+kiDsCNoMPtYjj7xI9ctQf812F6alJ1CB2JR5hVMb4cf7hLapcKQrM3 DiMdKATvG1MEhacz44lHWH/XaMQlIHDQaEqBV5lLJRQ1p/PFuLEmVJ8BMzxdG44+bU AOTP35zATJAyeOkAZ2oBuN0bhwkXRKCvcyL3GMFi5O/LrC5qXOZordlabaqwKJBw4d AM8znJbkiFxGHcV+w7DGtHPxyTb9awlIgNwHCHElDdCTpBaPTVUFkkJbMFnDwtmbg4 xOreBMDFiad2+n7yZ6Ooinhcoe5uT0Po4cEm1tsn97y7Js2gfIQf1SXMl1jddNeP6q 4y3apa09tPNUA== Date: Mon, 09 Mar 2026 07:59:07 +0000 To: Krzysztof Kozlowski From: Alexander Koskovich Cc: Neil Armstrong , Jessica Zhang , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v2 1/2] dt-bindings: display: panel: Document Tianma TA066VVHM03 Message-ID: In-Reply-To: <2d1d5c7c-61b1-4f5a-b039-02ceb2a02c1a@kernel.org> References: <20260308-tianma-ta066vvhm03-v2-0-5f2344685133@pm.me> <20260308-tianma-ta066vvhm03-v2-1-5f2344685133@pm.me> <20260309-idealistic-dingo-from-venus-c443af@quoll> <2d1d5c7c-61b1-4f5a-b039-02ceb2a02c1a@kernel.org> Feedback-ID: 37836894:user:proton X-Pm-Message-ID: 6efb296065016972a1a62ed9500271d657904941 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Mon, 09 Mar 2026 15:50:13 +0000 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Monday, March 9th, 2026 at 3:54 AM, Krzysztof Kozlowski wrote: > On 09/03/2026 08:41, Alexander Koskovich wrote: > > On Monday, March 9th, 2026 at 3:35 AM, Krzysztof Kozlowski wrote: > >> > >> BTW, all of your patches have mismatched From and SoB cases. It passes > >> the checks but I do not see reason why different case should be used. > >> Especially that it is manual process to achieve that - none of the > >> standard ways of using git produce such result, because SoB is added > >> automatically based on From name. Unless your mail server is changing > >> these, but that's also odd. > >> > >> This should be fixed in all of your patches, IMO. > > > > I did notice that, looked into it briefly the other day and it appears = to be Protonmail Bridge that is doing it, I always use "akoskovich@pm.me", = but Protonmail seems to be sending out as "AKoskovich@pm.me". > > > > It also made some linux-media CI checks fail :( > > > > Would you suggest I change my git identity to use uppercase here and th= en resend all patches? > > >=20 > Just change it in Proton settings to lowercase. Or don't use Proton for > kernel development - in the past it was causing a lot of troubles, so > here we have another reason - mangling silently with headers. Thanks, I see in Proton's settings that I can just change the case. Done, w= ill resubmit changes in a bit. On the header mangling thing, I think I've already seen that. I noticed tha= t when I send via git send-email, it strips out the "In-Reply-To" from the = headers leading to the threading getting lost. Will try to look into getting a different email provider for Linux contribu= tions set up at some point. > Best regards, > Krzysztof >=20 Thanks, Alex