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 70E9EC636CD for ; Thu, 2 Feb 2023 03:07:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230189AbjBBDHQ (ORCPT ); Wed, 1 Feb 2023 22:07:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231660AbjBBDHP (ORCPT ); Wed, 1 Feb 2023 22:07:15 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F55423313; Wed, 1 Feb 2023 19:06:57 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 741ABB823CC; Thu, 2 Feb 2023 03:06:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E480CC433EF; Thu, 2 Feb 2023 03:06:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675307215; bh=eYXPWTFHiITpeJo1JorY94S7/wJqa2OPdSmqFY0OjmQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UeAU1mihRu9aA6MfUsFebJHMkhg6V6mcHhf3ObtxeuNnDUkdDZDzsQhPQh30VIoHn t74m71wlE9Ezn4/0AckUtCb/vx63BtHgbZ0Pvrt0E9hLdNIlYtdgyqxmLtmmm4cC7J 8+tgRjIwO3NST750hTgDug+ehw5trhNGRvgR4e9C9hsuIuR+tMrLFGxXLNMf+zxnwP tgZVMmf02D8LueMaR1Piu54eL9nx1kb1glzPfzcKW+IlpMcFi6wxOoxptv2nwL1D1Q HsznnHa7rxnYJ05HiTnt7otBFO25+W3ojkRMwKIfK5ouLrJSozXm6YpLbrkcjKj5H1 uvmNVEQe+1vRQ== Date: Wed, 1 Feb 2023 22:06:53 -0500 From: Sasha Levin To: "Limonciello, Mario" Cc: "stable-commits@vger.kernel.org" , "stable@vger.kernel.org" , Mika Westerberg , Andy Shevchenko , Linus Walleij , Bartosz Golaszewski Subject: Re: Patch "gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEI" has been added to the 6.1-stable tree Message-ID: References: <20230201164307.1305059-1-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Feb 01, 2023 at 07:39:29PM +0000, Limonciello, Mario wrote: >[Public] > > > >> -----Original Message----- >> From: Sasha Levin >> Sent: Wednesday, February 1, 2023 10:43 >> To: stable-commits@vger.kernel.org; Limonciello, Mario >> >> Cc: Mika Westerberg ; Andy Shevchenko >> ; Linus Walleij >> ; Bartosz Golaszewski >> Subject: Patch "gpiolib: acpi: Allow ignoring wake capability on pins that aren't >> in _AEI" has been added to the 6.1-stable tree >> >> This is a note to let you know that I've just added the patch titled >> >> gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEI >> >> to the 6.1-stable tree which can be found at: >> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable- >> queue.git;a=summary >> >> The filename of the patch is: >> gpiolib-acpi-allow-ignoring-wake-capability-on-pins-.patch >> and it can be found in the queue-6.1 subdirectory. >> >> If you, or anyone else, feels it should not be added to the stable tree, >> please let know about it. > >Hi Sasha, > >I suggest you also pick up two other fixes to go with this one. > >1) this fix which was in the same series: > >4cb786180dfb ("gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU") This commit has a fixes tag which points to a commit we don't have in the 6.1 tree: 1796f808e4bb ("HID: i2c-hid: acpi: Stop setting wakeup_capable"), could you confirm? >2) This fix which is tangentially related (fixes something from the same original >series that exposed the regressions). > >d63f11c02b8d ("gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode") Same as above. -- Thanks, Sasha