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 D12E8C636CC for ; Wed, 15 Feb 2023 06:52:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229551AbjBOGwz (ORCPT ); Wed, 15 Feb 2023 01:52:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233482AbjBOGwy (ORCPT ); Wed, 15 Feb 2023 01:52:54 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0322A869E for ; Tue, 14 Feb 2023 22:52:52 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 88C3161A34 for ; Wed, 15 Feb 2023 06:52:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 73D8BC433D2; Wed, 15 Feb 2023 06:52:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1676443971; bh=R7/L2GLaIGFwL4GsfolgcEskuOulMiPccjns1j+WJ9Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZViLIJB3yx9h/pv9WQUGX0WuLyomgMrGZ1dU5Cp2CYUHN74dBP1JDFja2z1Ybsmt8 qmdZPdGpmDNzaS6fiWuwzKJ+FcrBBznQKi/f+MPioipTTkmPuwK0krHDBkK0dy3Cf+ pFe1dupFvCfFUK/V181Ome469T8qEoSKJwCKRUU8= Date: Wed, 15 Feb 2023 07:52:48 +0100 From: "gregkh@linuxfoundation.org" To: Xu Yang Cc: "heikki.krogerus@linux.intel.com" , "linux@roeck-us.net" , "stable@vger.kernel.org" Subject: Re: [EXT] patch "usb: typec: tcpm: fix create duplicate source/sink-capabilities file" added to usb-testing Message-ID: References: <167638223881128@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 Wed, Feb 15, 2023 at 05:45:25AM +0000, Xu Yang wrote: > Just noticed that port->partner_source_caps should also be reset to NULL. > > I'll send a V4 for this soon. Ick, let me go revert this then :(