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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB633C433E3 for ; Thu, 13 Aug 2020 16:25:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C9CFC2087C for ; Thu, 13 Aug 2020 16:25:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597335940; bh=mq48PNtnQj5rHRfgjFX+CHdC2rpatgZUfykW8WLTs/s=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References: List-ID:From; b=1WlRJGff/BvHlEBT2jT9/AJ4frJTRfnY7OYrqiG+Yt9OqjQlSiWTCwsMeBuFvRTk1 LvPirJgDDKVo8I5v9GyJS+7QM7LF1BKlssDhlx1p6fEBuYPw3YLPQD2dXwuTM5v3op 160XAr9J1mzESY3fSiKJ3wfF1sj1dcCgs+rNO4ds= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726384AbgHMQZj (ORCPT ); Thu, 13 Aug 2020 12:25:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:57854 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726131AbgHMQZi (ORCPT ); Thu, 13 Aug 2020 12:25:38 -0400 Received: from localhost (unknown [70.37.104.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0244D20658; Thu, 13 Aug 2020 16:25:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597335937; bh=mq48PNtnQj5rHRfgjFX+CHdC2rpatgZUfykW8WLTs/s=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References:From; b=V01muYME+tXkmaCcUMYc+kY9vcYwcqYqeNIn1i8qjqY+Y36qcgd+Z/B3cwYZZsNm7 jj23FtMoXXY45beQyKDVLz5nuV0lRK2ABxq+Wg7UZi8/zYsjVhQxBl8Q8Sv9z41ojk x/WLPyevBCYTQi7Y/FfQRYM2zr4Upo1XgMgCVUQs= Date: Thu, 13 Aug 2020 16:25:36 +0000 From: Sasha Levin To: Sasha Levin To: Hans de Goede To: Greg Kroah-Hartman Cc: Hans de Goede , linux-usb@vger.kernel.org Cc: stable@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [PATCH 2/4] usb: typec: ucsi: Fix 2 unlocked ucsi_run_command calls In-Reply-To: <20200809141904.4317-3-hdegoede@redhat.com> References: <20200809141904.4317-3-hdegoede@redhat.com> Message-Id: <20200813162537.0244D20658@mail.kernel.org> Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.8, v5.7.14, v5.4.57, v4.19.138, v4.14.193, v4.9.232, v4.4.232. v5.8: Build OK! v5.7.14: Failed to apply! Possible dependencies: 4dbc6a4ef06d ("usb: typec: ucsi: save power data objects in PD mode") v5.4.57: Failed to apply! Possible dependencies: 2ede55468ca8 ("usb: typec: ucsi: Remove the old API") 3cf657f07918 ("usb: typec: ucsi: Remove all bit-fields") 470ce43a1a81 ("usb: typec: ucsi: Remove struct ucsi_control") 4dbc6a4ef06d ("usb: typec: ucsi: save power data objects in PD mode") 6df475f804e6 ("usb: typec: ucsi: Start using struct typec_operations") bdc62f2bae8f ("usb: typec: ucsi: Simplified registration and I/O API") v4.19.138: Failed to apply! Possible dependencies: 247c554a14aa ("usb: typec: ucsi: add support for Cypress CCGx") 2ede55468ca8 ("usb: typec: ucsi: Remove the old API") 470ce43a1a81 ("usb: typec: ucsi: Remove struct ucsi_control") 5c9ae5a87573 ("usb: typec: ucsi: ccg: add firmware flashing support") 5d438e200215 ("usb: typec: ucsi: ccg: add get_fw_info function") 6df475f804e6 ("usb: typec: ucsi: Start using struct typec_operations") 81534d5fa973 ("usb: typec: ucsi: Remove debug.h file") a94ecde41f7e ("usb: typec: ucsi: ccg: enable runtime pm support") ad74b8649bea ("usb: typec: ucsi: Preliminary support for alternate modes") af8622f6a585 ("usb: typec: ucsi: Support for DisplayPort alt mode") bdc62f2bae8f ("usb: typec: ucsi: Simplified registration and I/O API") f2372b87c386 ("usb: typec: ucsi: displayport: Fix for the mode entering routine") v4.14.193: Failed to apply! Possible dependencies: 0a4c005bd171 ("usb: typec: driver for TI TPS6598x USB Power Delivery controllers") 247c554a14aa ("usb: typec: ucsi: add support for Cypress CCGx") 2ede55468ca8 ("usb: typec: ucsi: Remove the old API") 3c4fb9f16921 ("usb: typec: wcove: start using tcpm for USB PD support") 44262fad12a7 ("staging: typec: tcpm: Drop commented out code") 4b4e02c83167 ("typec: tcpm: Move out of staging") 70cd90be3300 ("staging: typec: pd: Document struct pd_message") 76f0c53d08b9 ("usb: typec: fusb302: Move out of staging") 81534d5fa973 ("usb: typec: ucsi: Remove debug.h file") 956c36c297a2 ("USB: typec: add SPDX identifiers to some files") 98076fa64a05 ("staging: typec: tcpm: Document data structures") ad74b8649bea ("usb: typec: ucsi: Preliminary support for alternate modes") af8622f6a585 ("usb: typec: ucsi: Support for DisplayPort alt mode") cf6e06cddf29 ("usb: typec: Start using ERR_PTR") v4.9.232: Failed to apply! Possible dependencies: 0c744ea4f77d ("Linux 4.10-rc2") 2bd6bf03f4c1 ("Linux 4.14-rc1") 2ea659a9ef48 ("Linux 4.12-rc1") 2ede55468ca8 ("usb: typec: ucsi: Remove the old API") 49def1853334 ("Linux 4.10-rc4") 566cf877a1fc ("Linux 4.10-rc6") 5771a8c08880 ("Linux v4.13-rc1") 7089db84e356 ("Linux 4.10-rc8") 7a308bb3016f ("Linux 4.10-rc5") 7ce7d89f4883 ("Linux 4.10-rc1") a121103c9228 ("Linux 4.10-rc3") af8622f6a585 ("usb: typec: ucsi: Support for DisplayPort alt mode") b24413180f56 ("License cleanup: add SPDX GPL-2.0 license identifier to files with no license") c1ae3cfa0e89 ("Linux 4.11-rc1") c470abd4fde4 ("Linux 4.10") d5adbfcd5f7b ("Linux 4.10-rc7") v4.4.232: Failed to apply! Possible dependencies: 1001354ca341 ("Linux 4.9-rc1") 18558cae0272 ("Linux 4.5-rc4") 1a695a905c18 ("Linux 4.7-rc1") 29b4817d4018 ("Linux 4.8-rc1") 2bd6bf03f4c1 ("Linux 4.14-rc1") 2dcd0af568b0 ("Linux 4.6") 2ea659a9ef48 ("Linux 4.12-rc1") 2ede55468ca8 ("usb: typec: ucsi: Remove the old API") 36f90b0a2ddd ("Linux 4.5-rc2") 388f7b1d6e8c ("Linux 4.5-rc3") 5771a8c08880 ("Linux v4.13-rc1") 7ce7d89f4883 ("Linux 4.10-rc1") 81f70ba233d5 ("Linux 4.5-rc5") 92e963f50fc7 ("Linux 4.5-rc1") af8622f6a585 ("usb: typec: ucsi: Support for DisplayPort alt mode") b24413180f56 ("License cleanup: add SPDX GPL-2.0 license identifier to files with no license") b562e44f507e ("Linux 4.5") c1ae3cfa0e89 ("Linux 4.11-rc1") f55532a0c0b8 ("Linux 4.6-rc1") f6cede5b49e8 ("Linux 4.5-rc7") fc77dbd34c5c ("Linux 4.5-rc6") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha