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 31406C433DF for ; Wed, 19 Aug 2020 23:57:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0410720888 for ; Wed, 19 Aug 2020 23:57:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597881473; bh=0k4c7W4ooXO69s5LxNYdetIo44m07ngIgdRVu+ukni0=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References: List-ID:From; b=NOlTVIbN8vbxTM0CfpmWywvEhZwyN00zEA7CIjLZAIKzOlmTS2+B1CEbJIZexmayY Kb6aV61UvE1RoxRRsqSpx9tWxVA+DcwttJ1m++tUnBzqy9tY9SRe3PsR0uCyH/Y5C0 tsU0XmrnFPalc8+A60muQRH2hKiJRtdkdhcDocxk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726903AbgHSX5m (ORCPT ); Wed, 19 Aug 2020 19:57:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:53222 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726799AbgHSX4r (ORCPT ); Wed, 19 Aug 2020 19:56:47 -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 968E820888; Wed, 19 Aug 2020 23:56:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597881406; bh=0k4c7W4ooXO69s5LxNYdetIo44m07ngIgdRVu+ukni0=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References:From; b=qPiwVRx6fA7DHguqzKPyNlWeEvoxyrJX7hUH6wlFSCOY+7N6YAgwg8EPvWRvN0DKd 2v5WvP2l18vf4dfXxT9XDZqJ0ZgwOrus8rwHHgzbCdZj/wTYeXy2MbWZSGkGCOASDB OIi77JhhBBpJztNEGh/GYX8aEn4qBUeEiOCmq09o= Date: Wed, 19 Aug 2020 23:56:46 +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 4/4] usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port() In-Reply-To: <20200809141904.4317-5-hdegoede@redhat.com> References: <20200809141904.4317-5-hdegoede@redhat.com> Message-Id: <20200819235646.968E820888@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 "Fixes:" tag fixing commit: 081da1325d35 ("usb: typec: ucsi: displayport: Fix a potential race during registration"). The bot has tested the following trees: v5.8.1, v5.7.15, v5.4.58. v5.8.1: Build OK! v5.7.15: Failed to apply! Possible dependencies: 4dbc6a4ef06d ("usb: typec: ucsi: save power data objects in PD mode") 992a60ed0d5e ("usb: typec: ucsi: register with power_supply class") v5.4.58: 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") 992a60ed0d5e ("usb: typec: ucsi: register with power_supply class") bdc62f2bae8f ("usb: typec: ucsi: Simplified registration and I/O API") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha