Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp2954984pxb; Sun, 23 Jan 2022 21:49:57 -0800 (PST) X-Google-Smtp-Source: ABdhPJzr2PeTyMhAtIyuz67FIyEBM49SbLsTqz3avfKj4fwzM7Hfnr2yT7FidXPq+8MtzYEYd1J+ X-Received: by 2002:a17:902:bc82:b0:148:eb68:f6dd with SMTP id bb2-20020a170902bc8200b00148eb68f6ddmr13258845plb.98.1643003397541; Sun, 23 Jan 2022 21:49:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643003397; cv=none; d=google.com; s=arc-20160816; b=OcH6TABvivARhKUwva/C3TnhxRxX+Sh4uSy1UyfUGHIVhHVEoDm+9A8D3orV0MvlzV 2UZ0agVGviERlP0l5XV9MSKrOkNcNRuIS/phRPqIfbDzVsuDszyf7wkaWXNg8PyQaC15 gebVjWj28Fe4HwHN06vLvTPELYBLUl3glkefAEulbS6K7IV7uwkiD1OvOZECYJszLGat 8Bk6AarNnAB1OCfe9hLcLA2ctfkstImPUI7Wv0U7AG43bodG129n3GFeF8aQCL3q8x7y 5/Z+UjgcLP+t0GlA/Z2heDb4Wu8JnbVviEoZFQ0jdkdhfZSORLSkhTWWN+MJ8YJZ/sHo ilFA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=Sp1kJSHOqiA6lEygaFpctJJUNXoirniKakdq6kapHFE=; b=x7jqYoP9JY0UGkSBw80PgCOux/2lMwNHR+IySR1GnQSwdxLQNq7NEUZLO2LoDkloLI Acb3rD0cLCBpgEVCjJXyk7b4Kop9bD4PudG8YPO1JlodbFm+KV9j53jdKwSzL0Sgxe3m gWcik2G180l1IvJrGBrfe5WdTUw+fSh2x41hwnRnhFtj/ofVLkaiBZ9aOnaMMWnDcIee LA1xI66Sq/TzrXhEVFR/NmcZUzz5xOL5ViDx5Rwgxt+bIfl+Mj1vxlyGrpmbQ8/01KYt +NRloC2Ka41BzWyFGgFG9uT0ap4EGc8Ebze4UgeqqB/jG2VOjEnfGKkIRCXsUt/ib7v+ NgpA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w13si12710272pgr.362.2022.01.23.21.49.46; Sun, 23 Jan 2022 21:49:57 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235463AbiAWEdD (ORCPT + 99 others); Sat, 22 Jan 2022 23:33:03 -0500 Received: from bmailout2.hostsharing.net ([83.223.78.240]:34839 "EHLO bmailout2.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231782AbiAWEdB (ORCPT ); Sat, 22 Jan 2022 23:33:01 -0500 Received: from h08.hostsharing.net (h08.hostsharing.net [83.223.95.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1" (verified OK)) by bmailout2.hostsharing.net (Postfix) with ESMTPS id 210062800B3D2; Sun, 23 Jan 2022 05:32:58 +0100 (CET) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 0D53940D79; Sun, 23 Jan 2022 05:32:58 +0100 (CET) Date: Sun, 23 Jan 2022 05:32:58 +0100 From: Lukas Wunner To: Jochen Mades Cc: gregkh@linuxfoundation.org, Russell King , Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Lino Sanfilippo , Philipp Rosenberger Subject: Re: [PATCH] Bugfix RTS line config in RS485 mode is overwritten in pl011_set_mctrl() function. Message-ID: <20220123043258.GA21313@wunner.de> References: <20211231171516.18407-1-jochen@mades.net> <20220102100710.GA29858@wunner.de> <1489312180.3256431.1642068732902@webmail.strato.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1489312180.3256431.1642068732902@webmail.strato.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 13, 2022 at 11:12:12AM +0100, Jochen Mades wrote: > Find attached the patch with the new subject and corretced commit message. Greg doesn't accept patches as attachments and during the merge window (which ends today). I've just resubmitted your patch as part of a 2-patch series, together with a patch of mine which goes on top of yours: https://lore.kernel.org/linux-serial/85fa3323ba8c307943969b7343e23f34c3e652ba.1642909284.git.lukas@wunner.de/ (I sent your patch twice because I botched the Date header the first time around, sorry about that.) Note that you still get patch authorship (and thus credit for the patch) even though I submitted it, due to the From: line at the top of the message body. > > * Add tags for the offending commit: > > > > Fixes: 8d479237727c ("serial: amba-pl011: add RS485 support") > > Cc: stable@vger.kernel.org # v5.15+ > > > > * Be sure to cc the author of the offending commit. > > Sorry I don't know how to do that correctly. Can you please give support/hints? It just means that you need to add the two above-quoted tags to the commit message. The maintainers of stable kernels use them to determine which patches need to be backported to which kernel releases. I've fixed up the commit message of your patch with the missing tags, no problem. And "cc the author of the offending commit" just means that when posting the patch, it is customary to send a copy of the e-mail to the author of the commit you're fixing, which is Lino in this case, as he authored 8d479237727c. Thanks, Lukas