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 85A373E1731; Tue, 12 May 2026 13:29:06 +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=1778592546; cv=none; b=tu3cHrWfy/PsVpaB5R8ZnZPSMvux0RPPhuYvQah4KFRQrtbtNxHZMmLOEYE/BA9KRL3uNp2SsOeoSCIu7ylqhR1DIyNayE5GkX0yzz882moQJ3oGsWufl/+g7xaKLXTLREK7VgBqdl1xP0KiqrjpSLhtqAcSTbe3CvpIAmTZo0U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778592546; c=relaxed/simple; bh=/KFyDVeF8btGlxsC55m72RhQvj30DyASU4WnIuUh2Vc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rAg4jiq5tU7AqTEXPc/SPYz/G0DfXfUS1ZjoFXBfgHXmWQAzUwq3C37BKgllkm8STEsbdMgW6L36lkb/A6wcA4nWQZgNPoVGe+hhQyzboKYr7aeQbddzi2oMDncXtLl6JQvkGQrABn4QJhW4F3xRW8y1dODm4MZ+VDG+8ySa3Lc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=HV0HDhN+; 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="HV0HDhN+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14C38C2BCB0; Tue, 12 May 2026 13:29:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778592546; bh=/KFyDVeF8btGlxsC55m72RhQvj30DyASU4WnIuUh2Vc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HV0HDhN+xFaDAKr/bHb8y1ee2uG+xCyEfpl5ThQDlTn7MuYYS1vBq9rWAOMLO2fOW 9SyHqlwCT3JzMydKAO1ushyiUWKU0jGgqCud3PJ89mhWgXolho626atu3SgdVzBC+U UPSDk8R0rwqK8SZguSv78bNEjkmI3iMPEnBThPjo= Date: Tue, 12 May 2026 15:29:03 +0200 From: Greg Kroah-Hartman To: Sebastian EM Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] usb: gadget: composite: fix integer underflow in WebUSB GET_URL handling Message-ID: <2026051245-kangaroo-matriarch-8eed@gregkh> References: <20260512014343.3770664-1-mendozayt13@gmail.com> <2026051221-glory-macaroni-dce6@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 Tue, May 12, 2026 at 06:18:54AM -0500, Sebastian EM wrote: > Hi Greg, > > Thanks for the review. > > You are right; the self Reported-by tag does not belong there, so I dropped > it in v2. > > The introducing commit is: > > 93c473948c58 ("usb: gadget: add WebUSB landing page support") > > I also added: > > Cc: stable@vger.kernel.org > > since the issue was introduced with the WebUSB GET_URL handling path and > the fix is a small bounds/underflow fix suitable for stable kernels. > > v2 is attached as a plain patch: > > 0001-v2-usb-gadget-composite-fix-integer-underflow-in-WebUSB-GET_URL-handling.patch We can't take patches as attachments, just send this as a normal v2 patch. thanks, greg k-h