From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 5164836494F; Tue, 30 Jun 2026 13:39:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782826755; cv=none; b=Y7j8bR+v7BeIqd/0rf8ucGANmr+fi8UwppWdwcnf6+VUl8UmAu5Ibfl14RH7NSGCGhy2SiNAumP3I76APx06LCgKCTTb1P4wbzJ0YRz3+aqB2W8i0Jwf2AbRfSi1x4rIiSJWPGN4DvxDiZks3zJnYUKMYfNVh49ic2E0GHjZW+0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782826755; c=relaxed/simple; bh=V22YxPDmdPZguxRKjI1nMOsakh5MecXZIShdVgxeZW8=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=KtHKzRSvJ/8uUMPM6onMaLUsA3qJvozkn+oIAypKdLonz/5mexDHOsKxM/njkoa3UlO9CY4aUeXLVruE6Qr4glJaKti/OlTrt7aC0V1VwtFbS73GqObNruTGdMhEHcx9CW9H5yxUFYOTyDFFx6RojugxbMSb3bzblmrJOJ3vO6c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XzRSf7rB; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XzRSf7rB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4A62C1F00A3E; Tue, 30 Jun 2026 13:39:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782826754; bh=V22YxPDmdPZguxRKjI1nMOsakh5MecXZIShdVgxeZW8=; h=Date:Subject:Cc:To:From:References:In-Reply-To; b=XzRSf7rBEBgQp5gYewjvhBlUxppNvvDbqjusuQv8RZdPSBV/ZY+imewmCMlfC998D o/9oUZE3CEZuBgoR2RzGHv2CM6nejbSRCbM6dYVdHQetCXJDhdZlulnZ7iEANGAWPa 4vs9pFbhxrXuesNPj8BRLV5HbuxrM0zXyhwfBpyyaSSLS7EJvfvS9Y3psyBpQhtpu5 EOIjmqFmwTOBZQiBGq/RmaA328cv9XlIRDoHZvv9hTxXptw9NoDj5VQR2QVj+7OzHu w21cb2eYI186SgelRdFVgPpqy7b85R+/UvHJHtS5h9ZZJ6hooUy3qNNKcmUB7kngpA 3CEwM5hFwpA7g== Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 30 Jun 2026 15:39:10 +0200 Message-Id: Subject: Re: [PATCH 0/4] usb: fix UAF related to dynamic ID Cc: "Gary Guo" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= , "Johan Hovold" , , , , To: "Manuel Ebner" From: "Danilo Krummrich" References: <20260630-usb_dyn_id_uaf-v1-0-160a02be5ac2@garyguo.net> <6d1b5937df1fe002c47b226640f57fda2c0ee862.camel@mailbox.org> In-Reply-To: <6d1b5937df1fe002c47b226640f57fda2c0ee862.camel@mailbox.org> Hi Manuel, On Tue Jun 30, 2026 at 3:26 PM CEST, Manuel Ebner wrote: > On Tue, 2026-06-30 at 12:38 +0100, Gary Guo wrote: >> [...] >>=20 >> Signed-off-by: Gary Guo > > For all four patches: > LGTM. > > I guess I'm not in a position to Acked-by or Reviewed-by. I don't know your background and I don't want to make any assumptions, so p= lease don't interpret anything in my attempt to clarify a bit. As documented in [1] "any interested reviewer (who has done the work and is= a person with known identity) can offer a Reviewed-by tag for a patch". An offer from anyone who has done this work is much appreciated. Acked-by is usually used by stakeholders of the code (most commonly maintai= ners) to indicate acceptance, e.g. for patch routing purposes. There are more det= ails in [2]. [1] https://docs.kernel.org/process/submitting-patches.html#reviewer-s-stat= ement-of-oversight [2] https://docs.kernel.org/process/submitting-patches.html#when-to-use-ack= ed-by-cc-and-co-developed-by