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 8A86CC71153 for ; Mon, 4 Sep 2023 18:27:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238031AbjIDS1j (ORCPT ); Mon, 4 Sep 2023 14:27:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42608 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234322AbjIDS1i (ORCPT ); Mon, 4 Sep 2023 14:27:38 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 587EF1B6 for ; Mon, 4 Sep 2023 11:27:35 -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 sin.source.kernel.org (Postfix) with ESMTPS id B2AF8CE0E30 for ; Mon, 4 Sep 2023 18:27:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A9BC4C433C7; Mon, 4 Sep 2023 18:27:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693852052; bh=VRvflhTgBKLPFHrHNirijX+rhN18a8EI11DsFwhv4II=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GBmxNghtCnSBOH7fiE3ceDMSfHuJ8fdlG7yJa7SBC2+5ZyyVT89SltTNEprWJ5Z2A j2uA9CSlYI7WN6UwDxXJk2r+/UP8vGkX1sABEsMLOzj7SFlwGjhnpf0UOXCJ5sHE3p M4utdCsZ1n3ITDw/b+2CWd3VFtkExhCHMwVtIuLY= Date: Mon, 4 Sep 2023 19:27:29 +0100 From: Greg KH To: Fabio Estevam Cc: m.felsch@pengutronix.de, angus@akkea.ca, christian.bach@scs.ch, linux@roeck-us.net, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] usb: typec: tcpci: clear the fault status bit" failed to apply to 5.15-stable tree Message-ID: <2023090422-whiff-monastery-6158@gregkh> References: <2023090314-headroom-doorbell-3ac8@gregkh> 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 Mon, Sep 04, 2023 at 10:47:05AM -0300, Fabio Estevam wrote: > On 03/09/2023 13:57, gregkh@linuxfoundation.org wrote: > > The patch below does not apply to the 5.15-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 . > > The reason that it fails to apply against 5.15 is due to the missing commit: > > 7963d4d71011 ("usb: typec: tcpci: move tcpci.h to include/linux/usb/") > > I have submitted it as part of a series that applies cleanly against 5.15. Thanks all now queued up. greg k-h