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 A48FC1E4AB for ; Wed, 22 Jan 2025 13:52:41 +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=1737553962; cv=none; b=QawO61iH9MSiSg2n8vvLkI1lCs5mKyaDvYfUtHQeAWWZW0VQpp2EvbnlQWTaRqqmqjaxBKkzZll7+2WA5rH8+PBxrz/3FduNbKE/eBKmC2DpoXQR3JIeFISeeHU4mbINxb2to4fim1ezHLFpXhYwobVgQorYQDuaqiqgJXrRCgw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737553962; c=relaxed/simple; bh=tllXbrGO1ojvJriVGT85IncnB+JBqRgiWldZgKmWIgw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=utJQpUwwHhprdSopMXJXABfQnsNBzdPwfSFWk6qcMnIfaua7Q4icEp0/HEyVdd+ckGh4gGuNxs0et+QzypwegjKvUrC58plG1ZURy7+HCan9FpWeBdMiWYVDHz4YkRJdMb8NaI/cA9Rp/GQVPddICSjeErhTNzy2a/cDj1tAAgM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=C9fAfW9X; 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="C9fAfW9X" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA838C4CED2; Wed, 22 Jan 2025 13:52:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1737553961; bh=tllXbrGO1ojvJriVGT85IncnB+JBqRgiWldZgKmWIgw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C9fAfW9XQWSUTf5tc8at0HGvlFZ2uZTvjPqG7FKjFMajZq42eUDvSmouxy1kB/Oou NlGxLcuR1XDzwGI8svJEW9vO1R1QCHVCCfLSQstmjA93c78iyHv2lDy0twYjjO7c3p tvJYk60soFTCz8acWAcs55RSPbsIHHTODav9evOU= Date: Wed, 22 Jan 2025 14:52:38 +0100 From: Greg Kroah-Hartman To: Oliver Neukum Cc: Camila Alvarez , USB list Subject: Re: Your fix for most_usb.c::hdm_disconnect Message-ID: <2025012247-scrunch-nuptials-cf11@gregkh> References: 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 Wed, Jan 22, 2025 at 02:44:59PM +0100, Oliver Neukum wrote: > Hi, > > I am going through syzbot's list of open issues. > It look like like the issue you posted a patch for > > https://lore.kernel.org/all/20240730035745.110637-1-cam.alvarez.i@gmail.com/T/ > > is still open. Can something be done? Has the patch been lost? > Is there a remaining issue? The subject line was totally wrong which is why it was probably ignored. Also, are you sure it is right? Grabbing a reference in a disconnect function feels very wrong... thanks, greg k-h