From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from submarine.notk.org (submarine.notk.org [62.210.214.84]) (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 0316B404BE9 for ; Tue, 15 Sep 2026 07:09:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.210.214.84 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789456172; cv=none; b=u6yVKahBRo5Ho8KXbox2g8wfG/xwtdwaT+o4g/Dx+ccr/rqnx44/bnEdmc9gjAVjUWxEOMHTHSpV9wrXVjH+RpioVlPX+G93dBI2PKFVjRYjCLulmr9LC+nTMEHLfpDv0GIyGEmqriFSTgNz54R1yZYX6IXIpQ9DYz7NFbtWVKo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789456172; c=relaxed/simple; bh=zeWgHcoA+7eglTikukOUTmjeAqgmaZOiPJv96a4uDdk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FHccaJ8CgtTilA9SA/BEez/63jVz+evazTd9N2eZqHVqyZ2ifq8wAeOBr0gJx0motpAT/BdbQuvtarp7ZtbvA6NlID9sECk6IpAHfR2lZQ1Rey5NhL47MtsoK6sLYto9VhXry+r4NpglJ2O4M7b0MDtr6ujCE1rctPmqDRtD0PE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codewreck.org; spf=pass smtp.mailfrom=codewreck.org; dkim=pass (2048-bit key) header.d=codewreck.org header.i=@codewreck.org header.b=Pq0itti6; arc=none smtp.client-ip=62.210.214.84 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codewreck.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=codewreck.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=codewreck.org header.i=@codewreck.org header.b="Pq0itti6" Received: from gaia.codewreck.org (localhost [127.0.0.1]) by submarine.notk.org (Postfix) with ESMTPS id 42E6E14C2D6; Tue, 15 Sep 2026 09:09:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codewreck.org; s=2; t=1789456166; 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=/fCEjRGvqmfU4DBZcQR+nvqqf7oRsqSZ0AziZW3psYs=; b=Pq0itti6CckBBl20MVkOgB2buEDwXPGtTRjYjFKsG1YMhLxD0UbS/s1eybw7vi0Q7HEfmy 6gEwH2c9a+IF9kz0wot9P+deTm9ND8lt72YLuwDF2YxAsiKlLFYUT/4OQLqOrU+PJ60KcN JoDrXx94X12amCQtP18oV1QwajFq21VdKuZSSLM/PFtYHT70K8Fo+98gseJaVgD0INi2+Q DEfNdjrZrQRL+ysrDvU0h2mb7i/UO8WYHoNgryUjUThjpKkFAP8q20eRW8GrVUBVsjAQJ9 +xmqGNZdMbpk8yqMiR7l3l7aJ27K1qG1lko4y6naPzqgZD6TnQLkN7sf84C2iQ== Received: from localhost (gaia.codewreck.org [local]) by gaia.codewreck.org (OpenSMTPD) with ESMTPA id 75a35172; Tue, 15 Sep 2026 07:09:21 +0000 (UTC) Date: Tue, 15 Sep 2026 16:09:06 +0900 From: Dominique Martinet To: Michael Grzeschik Cc: v9fs@lists.linux.dev, Eric Van Hensbergen , Latchesar Ionkov , Christian Schoenebeck , linux-kernel@vger.kernel.org, Yuxiang Yang , Ao Wang , Xuewei Feng , Qi Li , Ke Xu , Yizhou Zhao Subject: Re: [PATCH] net/9p/usbg: Fix use-after-free on usb9pfs_clear_tx Message-ID: References: <20260529081026.77732-1-zhaoyz24@mails.tsinghua.edu.cn> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Thank you for the acks! Michael Grzeschik wrote on Tue, Sep 15, 2026 at 08:54:22AM +0200: > > - You had a rework in progress (before leaving Pengutronix, which I can > > totally understand you don't have time or want to keep carrying going > > forward, but is someone else from Pengutronix taking your place?) > > I am actually carrying to improve the series. I just now got some time > and started to build an setup where I can easily test further changes. That is great news, thank you! > Also my leftover patches are also tested and ready for updates on the > list. I'm afraid I've lost track of them, I could dig them out but am more likely to fudge something up than not, so could you resend after rebasing on top of https://github.com/martinetd/linux/commits/9p-test ? (that should contain all of the pending patches I picked up so far, including the two you just looked at; I'll add your Acks laterâ„¢) > > Thanks (and sorry Yizhou Zhao / Chengfeng Ye) > > Thank you for caring and sorry for the long delay. Things are in > steady motion, but will hopefully smooth out soon. ;) No worry, I've been MIA a few months as well - I honestly didn't expect you to continue (seriously) so this is awesome news :) Cheers, -- Dominique Martinet | Asmadeus