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 546D4C00140 for ; Wed, 24 Aug 2022 06:55:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235080AbiHXGzA (ORCPT ); Wed, 24 Aug 2022 02:55:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233341AbiHXGy7 (ORCPT ); Wed, 24 Aug 2022 02:54:59 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B22C56B91 for ; Tue, 23 Aug 2022 23:54:58 -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 ams.source.kernel.org (Postfix) with ESMTPS id 602B1B82371 for ; Wed, 24 Aug 2022 06:54:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A5D74C433D6; Wed, 24 Aug 2022 06:54:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1661324096; bh=7Yq4fxuHr3IW8fToI4gIK/9EQYJEH8bbjejS70hr28M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Otpg4GOg82eYiHYVbdS38nU5ujOt9+O7IO53bc2jSpu0qbV8UeA3OJ0qLKdDG7kXw Y+PmwmODWBc78iFwCqhSFktCLluBs9E8JnMsnANK1fFsc18jHW4tYXJjGpwEPr75EU iyWJ2YtJChXumt6X9EZbN78WRL9MF4CCkG9oDNyk= Date: Wed, 24 Aug 2022 08:54:53 +0200 From: "gregkh@linuxfoundation.org" To: "Limonciello, Mario" Cc: "stable@vger.kernel.org" , "Natikar, Basavaraj" , "linus.walleij@linaro.org" Subject: Re: FAILED: patch "[PATCH] pinctrl: amd: Don't save/restore interrupt status and wake" failed to apply to 5.10-stable tree Message-ID: References: <166115772810989@kroah.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: stable@vger.kernel.org On Tue, Aug 23, 2022 at 08:36:20PM +0000, Limonciello, Mario wrote: > [Public] > > > -----Original Message----- > > From: gregkh@linuxfoundation.org > > Sent: Monday, August 22, 2022 03:42 > > To: Natikar, Basavaraj ; > > linus.walleij@linaro.org; Limonciello, Mario > > Cc: stable@vger.kernel.org > > Subject: FAILED: patch "[PATCH] pinctrl: amd: Don't save/restore interrupt > > status and wake" failed to apply to 5.10-stable tree > > > > > > The patch below does not apply to the 5.10-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > I had a look at this and the other ones that failed to apply. I tried to apply this commit > ( commit b8c824a869f220c6b46df724f85794349bafbf23 ) to all of them and then built it. > > 5.10.y: success $ patch -p1 < ../pinctrl-amd-don-t-save-restore-interrupt-status-and-wake-status-bits.patch patching file drivers/pinctrl/pinctrl-amd.c Hunk #1 succeeded at 833 (offset -85 lines). Hunk #2 FAILED at 927. Hunk #3 FAILED at 937. Hunk #4 succeeded at 842 (offset -103 lines). 2 out of 4 hunks FAILED -- saving rejects to file drivers/pinctrl/pinctrl-amd.c.rej Doesn't work for me, how did you apply it? thanks, greg k-h