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 2B9FD2BEFE4 for ; Mon, 5 Jan 2026 08:52:29 +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=1767603150; cv=none; b=rg+zKNpGYcXYSkvTKjpYYELEOL+JnckRCaKGOBzb4KmpZ5coQJY0PG7x3szqJOpBOejDksQkO20vTvb7SRelHcSXlaTA4EO7bCgF/7wVsH4xpQQB3Fhzc5jpYEgxevc6ufa3z3s3vHzUQixRoBIPdlp+smGluS7AQF61GMH0C9M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767603150; c=relaxed/simple; bh=BO/fpJgeSJ55/uQE4IuVit6Q9wvc8ehz+NiX0vpAibA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ONZqob2F4YcJKJlZOUwXlTMUO4KsqhFxVKgCx05O74qRiLoWbLizLGMyDGuK4vmIkfXIHw9xHuNWZQW+OhKiPxbb8O2YCbpReYnmN+JcwbFvjYJGle6QvBkZtwXfNjUcjccyRxYWPfefB37WsyjC9ryvZ05kDhCfNzHS0oWHdTg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=XppbX7Av; 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="XppbX7Av" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92D5AC116D0; Mon, 5 Jan 2026 08:52:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1767603149; bh=BO/fpJgeSJ55/uQE4IuVit6Q9wvc8ehz+NiX0vpAibA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XppbX7Av+ktH9COwErnaPGam5mSz5pHX+DfAWIe6RV4Yg6HopWvPzSE8Ec1cR/1rj dROIcQWt9wojG5BfuvdUBawInjkefAJQAsOBej/6BQc28Lb2c5lcUHVAcsuHi8Zbs6 kVBuNj+14i2bhl2Vnsi1ROKuXBymUVNly9g53wxg= Date: Mon, 5 Jan 2026 09:52:25 +0100 From: Greg KH To: Marco Schuschnig Cc: valentina.manea.m@gmail.com, shuah@kernel.org, linux-usb@vger.kernel.org Subject: Re: usbip: Kernel oops when trying to bind devices from Windows client Message-ID: <2026010550-chain-brisket-32e1@gregkh> References: <2026010533-swiftness-character-1cc3@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, Jan 05, 2026 at 09:38:58AM +0100, Marco Schuschnig wrote: > Hi, > > thanks for the answer. Sorry, I mistyped - it's 6.*12*.47, Raspberry > Pi's latest official package which should be a Linux LTS version as > well. Recompiling the kernel with a patch should be pretty > straightforward, but I'll try if I can build, run and test with a > current stable kernel for the Pi, not sure how far Raspberry Pi and > then Debian diverge from upstream. Ah, 6.12 is much more sane, that's good! I'll let the usbip maintainers respond now, they might be able to help out here. thanks, greg k-h