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 EACBE30C62C for ; Fri, 6 Feb 2026 06:08:08 +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=1770358089; cv=none; b=i8Uaxxjjte/mSXcwamNA1aPTjdq3ahR6riPbk5df3cstwxFnFUjQkE+zHUJ7EmH6YxrXWckmtAGEdRHhqRJkity7iF/khQrhVrFB29ZEoSPid2T7BvxV3MI/OEICVdezXYJnESSkvyN2Tq4l6kRq1w57w5MPQIqwLqLko7vmik8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770358089; c=relaxed/simple; bh=HIKNjkfz7R3TRzElJZiu3Qs8NOccCiiVXLyFUzdr6kg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oEYcIn9b3DceBhGDJgumLNM6bSNOJRktsPkQ5nGkW8UsH3PxKBJBBndRHMD2LAHzxWsvrej6TuIpTeWIrjL0X5KM9LehLZmB48e4GmX3smuq1q2vIcv7Yo2rX3SAOaIzw1gW8UFnc7N61Z+Qdn3QvxVO7X3pQD76f57stmNqV58= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Af8JijjG; 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="Af8JijjG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29351C16AAE; Fri, 6 Feb 2026 06:08:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770358088; bh=HIKNjkfz7R3TRzElJZiu3Qs8NOccCiiVXLyFUzdr6kg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Af8JijjGSsT9znNh09wPAjtPDhBhulVQW9qC8FCsY64q9wJFSlMGRe6IBtS3Rrnxi IzfX5B6iRecvfakfocgB+rE5USNwnXW9kIY1wdPGHoZpMnHnVZIiy6vFtIqbIdk85y ydZs/O9UWKaWNoFCCD+0akxkX4HIFx8BH+ZSqNd0= Date: Fri, 6 Feb 2026 07:08:04 +0100 From: Greg KH To: zhangchen200426@163.com Cc: zhangchen01@kylinos.cn, stable@vger.kernel.org Subject: Re: [PATCH] Bluetooth: HCI: Fix hci0 not release in usb disconnect process Message-ID: <2026020654-wildfowl-jogging-756d@gregkh> References: <20260206054240.297057-1-zhangchen200426@163.com> 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: <20260206054240.297057-1-zhangchen200426@163.com> On Fri, Feb 06, 2026 at 01:42:40PM +0800, zhangchen200426@163.com wrote: > From: zhangchen > > If hci_resume_dev before hci_unregister_dev, the hci command will > timeout and the reference count of hdev will not reset to zero. > Then the node "hci0" will not release. > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.