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 683AF36C9E4; Mon, 2 Mar 2026 13:05:35 +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=1772456735; cv=none; b=tLmbYUXugmjKB9+mOcViGUpVYiynUN+FAgRkbfdecBzlG1l3I18xLL2VMTdeGFGaOcmgO0eoOkiTuT8wMXBqXXXHMXD2d58QsJKIGBpDvpKpwzobxEHm0kOsMcy4DhevfQwzWpRHArHZJfYwVvHIpvhtIDpAveIWFdUX/vGT+VY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772456735; c=relaxed/simple; bh=LtZcffSzdjXBMJuNgkyDWnWWiDMKC/CD7SrNeEHAHao=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FDowimubiy5ViL2baCoQkdn9urwp7kv/NoXI+6jOM5kv+1EkYcCemKpW96wL6Zaft2NJA21v4d5LUhR3FFoyIHU5VcSY280qwfe2CXZMGGyn/52y7DpyNLKXUJgkQSl0J+WsqE3++1XW0pcBAV9L8PaiOaC+xgNgz2MsKVE1X8A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=VZLMM3Tv; 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="VZLMM3Tv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99BF0C19423; Mon, 2 Mar 2026 13:05:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1772456734; bh=LtZcffSzdjXBMJuNgkyDWnWWiDMKC/CD7SrNeEHAHao=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VZLMM3TvYCHSaIUsGKmo4hev6Iz+jcKUgdxg9UTqpxKm5rhg/eq6zGfCyDuu8a/u9 oxMiDE9O3aBpMhECA0dyJQz3VurhdSiA37/ygKlftDO/Q1k532pAME7qVRTtlb0eeA ks5t7bck9ik58lna/r0iRtK8zprRBBXwIrHXgj+k= Date: Mon, 2 Mar 2026 08:05:23 -0500 From: Greg Kroah-Hartman To: Kuen-Han Tsai Cc: David Heidelberg , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, stable@kernel.org, kernel test robot , LI Qingwu , Ernest Van Hoecke Subject: Re: [PATCH v2 0/2] usb: gadget: Fix g_ncm regression and atomic sleep in f_ncm Message-ID: <2026030202-willed-shore-7eea@gregkh> References: <20260221-legacy-ncm-v2-0-dfb891d76507@google.com> <70b558ea-a12e-4170-9b8e-c951131249af@ixit.cz> Precedence: bulk X-Mailing-List: linux-usb@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: On Mon, Mar 02, 2026 at 06:15:19PM +0800, Kuen-Han Tsai wrote: > Greg, do you have any thoughts on the best way to untangle this? I am > fully willing to submit a revert for this series to restore the > expected behavior while we figure out a proper architectural fix. Please submit a revert so we can take the time to untangle this. thanks, greg k-h