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 B82E33B777B; Mon, 27 Apr 2026 11:25:22 +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=1777289122; cv=none; b=UzDSMpm5JvJuC+5C3X1A7ifviGt2F+5stbvQVBhmU/XCi8KKHxivTBsrhwVV6jMJzdmIpd4lahnGdPL5g5n4ulr2ackWIKaHMOxQvc2ks/5B1K5dlgG/5wJOIay1owljmY3/YDj9cX39cGyApkfefDKwsbgNkBVoJJcLD0BBsl0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777289122; c=relaxed/simple; bh=wPzSkRMSsVcEy7HOkbjaWc/TajsqhjRiNVihr5XsgCs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZUpV5laL34xW95kfJxZ86ZHHsjiKHAd3J/8hdKSitZVLw2feT85P1OtkX7moUvKeuyBGSCn4Dsw1wPo3KqkHM79eBWCJfcQIfG4MgCocbJOaThYK21jPpZDZ8ZwUkVq0a8b7HfBQwCyxxhKqWz2jvovQBaDGM4HyBM1o8uVOTr8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ciajyPQE; 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="ciajyPQE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 263E3C19425; Mon, 27 Apr 2026 11:25:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777289122; bh=wPzSkRMSsVcEy7HOkbjaWc/TajsqhjRiNVihr5XsgCs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ciajyPQEyDbLwmhMAf/NavwHNrnCamLLnPyoR3N6t52AqDeA4O9HuuI/Ur5anv7Lf WiU8L7X54rvg4luZPDqiynGwHse3DIw+qEhEJ6dcaoWDZq+ZJUzLuHEMSFJNRsBD4T G5CINji22AWi6qea3kfcBp5yXxUDurbGyirt+zAs= Date: Mon, 27 Apr 2026 05:24:47 -0600 From: Greg KH To: Ginger Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [bug report] Potential order bug in 'drivers/usb/misc/yurex.c', mainly in 'yurex_disconnect()' Message-ID: <2026042718-unwieldy-dicing-626f@gregkh> References: <2026042444-freeing-consumer-468b@gregkh> 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, Apr 27, 2026 at 11:36:39AM +0800, Ginger wrote: > Thank you for the prompt response. The patch draft is attached below. > Would it be enough to send the patch to you, or should I draft it into > a different email? Please just follow the normally documented process for submitting a patch and we can take it from there. thanks, greg k-h