From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [80.241.56.171]) (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 8AA1E406812; Tue, 30 Jun 2026 13:26:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=80.241.56.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782825993; cv=none; b=OdV8nTr2mvlOZcUhTzsCkuxcv4zJUzF+4OhZ8cNrywuceogEDWRJGgjQzbGHxsIJ900QkVbHSH8GftxtErY/zxz2WjJrlJIqJhaWC+psl+OBqUaEKO9A+ahubB4Dleum0sRohOLXh38jJSUPpcLxxCBY9pzLiNUEr2wYMVdFzuQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782825993; c=relaxed/simple; bh=P+H2VKdt3H4VFRm7+/1xSBzaUNejyy46NlpKb6DPm48=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=QF3nHDqluLCziGumnF420m0EcHWIipmZW4y/QzKyKF1d8iliMZo57g7eKQXg1QZY3HKfu8hiGN1WEdpzs65Ai4hH0wRbxqjjR9rfd0S8H0Q9EGmDVVZdmgrB3k4mn36jKKH/CacdSu6B5vffzWmVR6t8jvS0icjjATNngjCM+kM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=mailbox.org; spf=pass smtp.mailfrom=mailbox.org; dkim=pass (2048-bit key) header.d=mailbox.org header.i=@mailbox.org header.b=uuIjcSYW; arc=none smtp.client-ip=80.241.56.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=mailbox.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mailbox.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=mailbox.org header.i=@mailbox.org header.b="uuIjcSYW" Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4gqP721h9Nz9v56; Tue, 30 Jun 2026 15:26:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1782825982; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P+H2VKdt3H4VFRm7+/1xSBzaUNejyy46NlpKb6DPm48=; b=uuIjcSYW0OS/og0ZRHzWORPstnCuC7dh2pewdBgWL42S9kyeRlh0Op/On4/oLzbSoAVlrn TJ3+AbZ6YV1a/t8SmxR6UXRIknfx4Sqxw+NsELOcvx44X1SqFqITuN6ClrGEWgt1vMPkrA mKKEkNbobwGT19v1lhEd4o38MKWhU/xgAfATbEwnoinFUwNu4ut/2vjsVnor0Quvx0s3fc rumAY17BouQXnd/X+tSxhDXgAoH9ZIm2uW60PBVj/TjzdpIbrhLOK3VMahhgv4cGZH0anv +R/e78FeqLysvIQalWSXGyRrIBfI7MvZJVDRwN1dhwtTVe2/PxCw4/PcVcjkew== Message-ID: <6d1b5937df1fe002c47b226640f57fda2c0ee862.camel@mailbox.org> Subject: Re: [PATCH 0/4] usb: fix UAF related to dynamic ID From: Manuel Ebner To: Gary Guo , Greg Kroah-Hartman , "Rafael J. Wysocki" , Danilo Krummrich , Toke =?ISO-8859-1?Q?H=F8iland-J=F8rgensen?= , Johan Hovold Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, driver-core@lists.linux.dev Date: Tue, 30 Jun 2026 15:26:16 +0200 In-Reply-To: <20260630-usb_dyn_id_uaf-v1-0-160a02be5ac2@garyguo.net> References: <20260630-usb_dyn_id_uaf-v1-0-160a02be5ac2@garyguo.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-MBO-RS-META: wura8epi8m1s77gcizumoj8tskoa3y49 X-MBO-RS-ID: ee80a4195932e5f6a8e 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. Manuel > --- > Gary Guo (4): > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 wifi: ath9k_htc: don't keep usb_device_id > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 usb: usbtmc: don't keep usb_device_id > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 usb: serial: spcp8x5: don't keep usb_devic= e_id > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 usb: fix UAF when probe runs concurrent to= dyn ID removal >=20 > =C2=A0drivers/net/wireless/ath/ath9k/hif_usb.c | 12 ++++++------ > =C2=A0drivers/net/wireless/ath/ath9k/hif_usb.h |=C2=A0 2 +- > =C2=A0drivers/usb/class/usbtmc.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0 2 -- > =C2=A0drivers/usb/core/driver.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | 33 ++++++++++++++++-----= ----------- > =C2=A0drivers/usb/serial/spcp8x5.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0 6 +++--- > =C2=A0include/linux/usb.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 |=C2=A0 3 ++- > =C2=A06 files changed, 29 insertions(+), 29 deletions(-) > --- > base-commit: 7de6ae9e12207ec146f2f3f1e58d1a99317e88bc > change-id: 20260629-usb_dyn_id_uaf-9d5f415387d4 >=20 > Best regards, > --=C2=A0=20 > Gary Guo