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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EC5ECC001DF for ; Tue, 25 Jul 2023 06:56:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231805AbjGYG4S (ORCPT ); Tue, 25 Jul 2023 02:56:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229573AbjGYG4Q (ORCPT ); Tue, 25 Jul 2023 02:56:16 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2FC1FBD; Mon, 24 Jul 2023 23:56:15 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7649E80A9; Tue, 25 Jul 2023 06:56:14 +0000 (UTC) Date: Tue, 25 Jul 2023 09:56:13 +0300 From: Tony Lindgren To: Andy Shevchenko Cc: Greg Kroah-Hartman , Jiri Slaby , Dhruva Gole , Ilpo =?utf-8?B?SsOkcnZpbmVu?= , John Ogness , Johan Hovold , Sebastian Andrzej Siewior , Vignesh Raghavendra , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v2 1/3] serial: core: Controller id cannot be negative Message-ID: <20230725065613.GY5194@atomide.com> References: <20230720051021.14961-1-tony@atomide.com> <20230720051021.14961-2-tony@atomide.com> <2023072022-country-replace-68ca@gregkh> <20230721054326.GO5194@atomide.com> <2023072144-splurge-debate-e681@gregkh> <20230721061523.GP5194@atomide.com> <20230721065701.GQ5194@atomide.com> <2023072109-fidelity-modular-4074@gregkh> <20230721071753.GR5194@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andy Shevchenko [230721 10:10]: > On Fri, Jul 21, 2023 at 10:17:53AM +0300, Tony Lindgren wrote: > > * Greg Kroah-Hartman [230721 07:07]: > > ... > > > Also I noticed that using git send-email --cc-cover does > > not work for the cover letter.. It tries to use the first patch that > > is the cover letter or something like that. I'm going back to my custom > > email scripts for now rather than try to have git handle things > > automagically. > > I have my script [1] that shows good enough results to send patches. > I suggest give it a try :-) Thanks I'll check if your get_maintainer.pl options help. I was trying to use .gitconfig [sendemail.linux] style options with git send-email --identity=linux based on an example Krzysztof posted somewhere a while back. Sorry could not find it though, maybe Krzysztof has a link for it. Regards, Tony > [1]: https://github.com/andy-shev/home-bin-tools/blob/master/ge2maintainer.sh