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 B2777EB64DC for ; Fri, 21 Jul 2023 05:43:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229790AbjGUFnk (ORCPT ); Fri, 21 Jul 2023 01:43:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229601AbjGUFna (ORCPT ); Fri, 21 Jul 2023 01:43:30 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 1A96A1984; Thu, 20 Jul 2023 22:43:29 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3ED6A80BA; Fri, 21 Jul 2023 05:43:28 +0000 (UTC) Date: Fri, 21 Jul 2023 08:43:26 +0300 From: Tony Lindgren To: Greg Kroah-Hartman Cc: Jiri Slaby , Andy Shevchenko , Andy Shevchenko , 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 Subject: Re: [PATCH v2 1/3] serial: core: Controller id cannot be negative Message-ID: <20230721054326.GO5194@atomide.com> References: <20230720051021.14961-1-tony@atomide.com> <20230720051021.14961-2-tony@atomide.com> <2023072022-country-replace-68ca@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2023072022-country-replace-68ca@gregkh> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Greg Kroah-Hartman [230720 19:33]: > On Thu, Jul 20, 2023 at 08:10:14AM +0300, Tony Lindgren wrote: > > The controller id cannot be negative. > > > > What does this mean for a changelog? Just let's fix it while at it and adding port_id in the following patch. If you prefer I can squash the change into the fix adding port_id. > And you forgot to cc: linux-serial? > > And I never got patch 0/3? > > something went wrong here... Thanks for letting me know, I'll check what went wrong.. > > Fixes: 84a9582fd203 ("serial: core: Start managing serial controllers to enable runtime PM") > > Reported-by: Andy Shevchenko > > Closes: https://lore.kernel.org/linux-serial/ZLd154hdaSG2lnue@smile.fi.intel.com/#t > > This isn't a bug report to close, is it? OK will leave it out. I added it as checkpatch.pl now warns if Reported-by is added without Closes. Regards, Tony