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 A5488EB64DA for ; Thu, 20 Jul 2023 19:33:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230460AbjGTTdb (ORCPT ); Thu, 20 Jul 2023 15:33:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230442AbjGTTdb (ORCPT ); Thu, 20 Jul 2023 15:33:31 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A7621996; Thu, 20 Jul 2023 12:33:30 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DC02A61C1E; Thu, 20 Jul 2023 19:33:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5455C433C7; Thu, 20 Jul 2023 19:33:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1689881609; bh=+ChAwGZLPJvYS7RWIvlI55IU9TyULF1d6FfpFC1cGkQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F6Z+YnaTcUH7lql0OMu6fxpXrtvr/soJsNE4roSU3XMC/GZhnwelaYPNaSMuidxQr zzvlP1qo/q9JyfkElA2MOPssxtYDvO8d0Iupqor4lElaPwOfQSdwi+yppQQZ+dK2Q7 1tuaYQ8icLDrxa9FdE3eJcpJvt4egpFT4T5E6e8E= Date: Thu, 20 Jul 2023 21:33:21 +0200 From: Greg Kroah-Hartman To: Tony Lindgren Cc: Jiri Slaby , Andy Shevchenko , Andy Shevchenko , Dhruva Gole , Ilpo =?iso-8859-1?Q?J=E4rvinen?= , 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: <2023072022-country-replace-68ca@gregkh> References: <20230720051021.14961-1-tony@atomide.com> <20230720051021.14961-2-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230720051021.14961-2-tony@atomide.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org 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? And you forgot to cc: linux-serial? And I never got patch 0/3? something went wrong here... > 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? thanks, greg k-h