From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2B1F38836 for ; Sun, 13 Jul 2025 14:40:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752417639; cv=none; b=pX3Zn5OHnQjgtfRc2/dJtMIQAfdtn4QPNNsYjPNnzfOokzlVQW/CRkdQ3/MM/GFxR/SKeLNczU6Yx/gxZymFZHzsuMb4gmKWUMvhlUdAsed2ENVX33LB3OH2/QYITHdBiDd7Y/M+O3uSScJFP+VfXMMW87T6G+1u8NYpj1Ck9Hc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752417639; c=relaxed/simple; bh=7SqjEGCYQX+9A/ppf0Distjh4dcvuyFCxKbbORwGnSI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UJUshconhJQ7eItHQc2VeCQO8+LvzdGU1i+c8ID3Gl1qh1ghKxYUy+EMU+Tsdd5xX27uyNP2wVn5XITZ6kvp2x7KWIKSeC1bUA1Od9hJxy7cwn+Rkv90QWVX1GXR7m4m4XSPYJn0Fbc65dYSrlcwUZA/+PhHwJO+gRTGtMS9zho= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ZXRGG3gs; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ZXRGG3gs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58DFFC4CEE3; Sun, 13 Jul 2025 14:40:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1752417637; bh=7SqjEGCYQX+9A/ppf0Distjh4dcvuyFCxKbbORwGnSI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZXRGG3gsYfHQI4fZyxXW2YPIcvZ7rOfMekqIqHd5vbmrpk/lVlq1wUdmP4UfupneT 6fc66abs9XhZFv5dR/9Imdi2Bc0kjih6GwnMymllPIiT2YJH8GsSucUPmHPBct5Iy1 o2CxLCClf6pgkT0wzHKKueAKiCvDY0yZM2oYoCdc= Date: Sun, 13 Jul 2025 16:40:35 +0200 From: Greg KH To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] pwm: mediatek: Ensure to disable clocks in error path" failed to apply to 5.4-stable tree Message-ID: <2025071326-ablaze-unadorned-8a10@gregkh> References: <2025071236-generous-jazz-41e4@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Sat, Jul 12, 2025 at 11:00:16PM +0200, Uwe Kleine-König wrote: > Hello, > > On Sat, Jul 12, 2025 at 04:00:36PM +0200, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 5.4-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 . > > > > To reproduce the conflict and resubmit, you may use the following commands: > > > > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-5.4.y > > git checkout FETCH_HEAD > > git cherry-pick -x 505b730ede7f5c4083ff212aa955155b5b92e574 > > # > > git commit -s > > git send-email --to '' --in-reply-to '2025071236-generous-jazz-41e4@gregkh' --subject-prefix 'PATCH 5.4.y' HEAD^.. > > the patch I just sent for 5.15 applies fine on 5.4.y. I assume this is > good enough and someone will tell me if not. All now queued up, thanks for the backports. greg k-h