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 C4E50C77B6E for ; Fri, 14 Apr 2023 07:19:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229564AbjDNHTn (ORCPT ); Fri, 14 Apr 2023 03:19:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229448AbjDNHTl (ORCPT ); Fri, 14 Apr 2023 03:19:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C4214C06; Fri, 14 Apr 2023 00:19:40 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 03167615AB; Fri, 14 Apr 2023 07:19:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A930AC433EF; Fri, 14 Apr 2023 07:19:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681456779; bh=YOGmlIeWOea1UxwP1vvPEOA2tt31dy0r2k9+GNwWsyA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QRaDMit2dyhVao2j3mKIItS8mOLHwqSVKHsGQeOt8JzdOJLwYskhISpYG0yY2dqxR fK8jLFP5w6C35+3bMhjx3KwT8whYd6geSkmRPLiTnJ0zlsryvXJQjZHr+XnpMBYqgr LG2sxe4ff5oERS369yXmNA1SDT00FNYhZYPfqxdM= Date: Fri, 14 Apr 2023 09:19:34 +0200 From: Greg Kroah-Hartman To: Florian Fainelli Cc: linux-kernel@vger.kernel.org, opendmb@gmail.com, bcm-kernel-feedback-list@broadcom.com, Jiri Slaby , Ilpo =?iso-8859-1?Q?J=E4rvinen?= , Andy Shevchenko , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , "Maciej W. Rozycki" , Eric Tremblay , Wander Lairson Costa , "open list:SERIAL DRIVERS" Subject: Re: [PATCH] serial: 8250: Add missing wakeup event reporting Message-ID: References: <20230413213957.1985949-1-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230413213957.1985949-1-f.fainelli@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 13, 2023 at 02:39:54PM -0700, Florian Fainelli wrote: > An 8250 UART configured as a wake-up source would not have reported > itself through sysfs as being the source of wake-up, correct that. > > Signed-off-by: Florian Fainelli > --- > drivers/tty/serial/8250/8250_port.c | 4 ++++ > 1 file changed, 4 insertions(+) What commit does this fix? Is it needed to go to stable kernel(s)? thanks, gre gk-h