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 3E089C636CC for ; Wed, 8 Feb 2023 13:47:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231225AbjBHNqm (ORCPT ); Wed, 8 Feb 2023 08:46:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229822AbjBHNqK (ORCPT ); Wed, 8 Feb 2023 08:46:10 -0500 Received: from aposti.net (aposti.net [89.234.176.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B961301BD; Wed, 8 Feb 2023 05:45:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1675863956; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8oJ2prIYzaB3FffPQnM/YnYw5nD2OYJYmy00NF8sViE=; b=vj+1lyKx//JjOr6qeU67hiMBRf81ef1Cn/weiEu0pPLiR3nv3jVRQ/vbmydOk6lyGiHCLX nzOsVkS+G7S0YgA78m3deAVW1vOg4XJzCFke7bEgmqzBeTpVmd6MjuiGukJ85Zib9ahqZv ENdCtCQDWF7JBmobnUau3p17VTDtKyo= Message-ID: Subject: Re: [PATCH 1/2] usb: gadget: u_ether: Do not make UDC parent of the net device From: Paul Cercueil To: Greg Kroah-Hartman Cc: Sascha Hauer , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de Date: Wed, 08 Feb 2023 13:45:52 +0000 In-Reply-To: References: <20221104131031.850850-1-s.hauer@pengutronix.de> <20221104131031.850850-2-s.hauer@pengutronix.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Le mercredi 08 f=C3=A9vrier 2023 =C3=A0 13:06 +0100, Greg Kroah-Hartman a = =C3=A9crit=C2=A0: > On Wed, Feb 01, 2023 at 01:32:51PM +0000, Paul Cercueil wrote: > > Hi Sascha, Greg, > >=20 > > I have a breakage in 6.2-rc* that I eventually bisected to this > > commit, > > on a Ingenic SoC (using the jz4740 musb driver) with ECM or RNDIS > > configured through gadgetfs. > >=20 > > When plugging the board to my PC, the USB network interface is > > recognized, but 'ip link' sees it as 'NO-CARRIER'. With this commit > > reverted on v6.2-rc5, everything works fine. >=20 > Ick, that's not good.=C2=A0 Can you send a revert for this?=C2=A0 Sascha,= any > ideas? Yes, I was hoping Sascha would have a better idea, but I'll send a revert tomorrow. -Paul