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 A24A4343D8A for ; Tue, 20 Jan 2026 10:55:52 +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=1768906552; cv=none; b=awMOJBOQeWcXlP7957PqCp6Um+0c/EJfCzZSXVK9D+Jgd/X/3GBISPojORUD5V3pDUfxZNPxJ7NSK3G9gtZm28CZ0vTj+E3qz/PC1dLJz1wi57b53gsF5Cnfjrg5CwHFbnaO2/fLSXut/eUXDfLBPJ189644iufJXJzsXbxMPV8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768906552; c=relaxed/simple; bh=dFSKLz3xjl2nFSsIG17b1zc0kDfm0cHGv3ANM4vW1yU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ikv1Kaa7sX1VmDcie7/K3w9IUkpw01oTiVeUcgUjmYwIHxP7mjORNA1BugcwNYJC5Ms+5wnZGZhiGWMJ2hU/CzEv2YU+dPdWM6v5MQe/Ka1AB/lzByNzSPCpigDLe1zx5mDq+n8AX5ZAPoJSVwFh7qdbmSuoRfNWe84P1EY1bBg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=1Gd2r1VL; 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="1Gd2r1VL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C29EDC16AAE; Tue, 20 Jan 2026 10:55:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1768906552; bh=dFSKLz3xjl2nFSsIG17b1zc0kDfm0cHGv3ANM4vW1yU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1Gd2r1VLCGPbO/63hBTdISdUE6Rf6KqwN4Y4TdLE9wNnaci0YfL8OfCw8w0zlChE+ nvnU0xGbrJZ483Ln/hJ2xxcNPzZpuiWrwHQQKWO3RsyQdYOkktTWoGXx+mM5K6l0rq dWt/g4NCIX9/9OshC7erqJhQhqlws3eo+Vmhr1Xw= Date: Tue, 20 Jan 2026 11:55:49 +0100 From: Greg Kroah-Hartman To: Salvatore Bonaccorso Cc: stable , Benjamin Tissoires , Sam Halliday , Sasha Levin , 1122193@bugs.debian.org Subject: Re: Please apply commit f28beb69c515 ("HID: usbhid: paper over wrong bNumDescriptor field") to down at least 6.12.y Message-ID: <2026012042-civic-composure-93a9@gregkh> References: 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: On Fri, Jan 16, 2026 at 02:24:39PM +0100, Salvatore Bonaccorso wrote: > Dear stable maintainers and Benjamin, > > Back on beginning of december Sam Halliday reported an issue with ZWO > EFWmini in Debian (https://bugs.debian.org/1122193) which got reported > in https://lore.kernel.org/linux-usb/aT7TPAInuBOXctEZ@eldamar.lan/ and > subsequently fixed by Benjamin with f28beb69c515 ("HID: usbhid: paper > over wrong bNumDescriptor field"). > > The fix landed in 6.19-rc5, can you pick it please as well for stable > series, at least down to 6.12.y (but not checked for older ones, maybe > Benjamin can confirm until to which stable series it should go). Now queued up, thanks. greg k-h