From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 228783EF0B0; Thu, 5 Feb 2026 14:32:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770301952; cv=none; b=bHBPMCzrSNCt476R5bcN2E42dSAOXxiWnSGa8jvsFkfXaVC47qZaC1k7KEgEW0heI3Fm9ROSxJbuEWCxGtjGJZ+09Mlx2kXjz+kZ5N/cPNxu7bBqnwVAk+cncNABSdHIv+DN18/OzkmtI2I8IHPXOztMDcfbCaq+EihtsKHjjx0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770301952; c=relaxed/simple; bh=7qx17il4RHXDWXxc5LrH10qSwUPlfC+1HS9jltXeTCk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=T1Jjqw86195btEDo4eTi8izcFAZWLovyCwx9j2W67k02p1Hz6wEMX9gRwQHOiXbV/oiY9n2w70aIp1wqgTNGQM0+croqwo/Jd+OMknApSg6+phbmVAVJ5hHOcz9ncpPkTKK1l+EEFDQ43GdbVb8TwIbk+a8+hyfD6rnYjNrFHHM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=xwek//D5; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="xwek//D5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D7C9C4CEF7; Thu, 5 Feb 2026 14:32:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770301951; bh=7qx17il4RHXDWXxc5LrH10qSwUPlfC+1HS9jltXeTCk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xwek//D56D38T1ytuo1c5YajeF8KO3jyY4yLCtlWrTsnEM8qoLxdp4YCTYWGtOeFv xrjyhv8RciqeDWlrd4OclibdSj9q7S3x64Pxja/YQLl2nY4EfwrUBehE2ZA37UE1hp 6Cxjw+SHn9WE/myHkOj8d5ZuzhX6gqr1vRsX7cbE= Date: Thu, 5 Feb 2026 15:32:28 +0100 From: Greg Kroah-Hartman To: Ben Hutchings Cc: stable@vger.kernel.org, patches@lists.linux.dev, Luca Ceresoli , =?iso-8859-1?Q?Th=E9o?= Lebrun , Vinod Koul Subject: Re: [PATCH 5.10 022/161] phy: rockchip: inno-usb2: fix communication disruption in gadget mode Message-ID: <2026020521-mullets-amino-063c@gregkh> References: <20260204143851.755002596@linuxfoundation.org> <20260204143852.563376077@linuxfoundation.org> <5cee4d2e571b3132a95cca6f6230c769b8618836.camel@decadent.org.uk> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5cee4d2e571b3132a95cca6f6230c769b8618836.camel@decadent.org.uk> On Thu, Feb 05, 2026 at 03:09:39PM +0100, Ben Hutchings wrote: > On Wed, 2026-02-04 at 15:38 +0100, Greg Kroah-Hartman wrote: > > 5.10-stable review patch. If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Luca Ceresoli > > > > commit 7d8f725b79e35fa47e42c88716aad8711e1168d8 upstream. > [...] > > This one and the next one (phy-rockchip-inno-usb2-fix-communication- > disruption-in-gadget-mode.patch and phy-rockchip-inno-usb2-fix- > disconnection-in-gadget-mode.patch) have been swapped from their > original order in mainline. Please swap them back to avoid a potential > build failure during bisection. Now fixed up, thanks! greg k-h