From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from e3i432.smtp2go.com (e3i432.smtp2go.com [158.120.85.176]) (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 0009F3E121F for ; Mon, 4 May 2026 20:24:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=158.120.85.176 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777926246; cv=none; b=hAuZIYZI+IuHuj3CjxzMw1KqKjah1nDPn/4XHZkyEh39jcKbdiB7Z+wNf7FIS4gR0JD4xYFDXU2b14oPlZt9zy4CcLURCMKQ1S9Ec+CYRVQu0Pg6R0ymii1wxXtmzsMwharR87HVzrkjnmCG7Qh2qSgDQjzEjpEsmX+q7B8u3a4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777926246; c=relaxed/simple; bh=XI4Fj0z7pooldJ/2eC7J8+I39C4uFxxaIC44PQ0TLnE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=faukNC2DCeoMmw8tGieFRQs4mgZiOn+inMJ5Ui7EczWWZvKBE2McNtgvlnSfjPgse3JJ7s9QgK+gdIkBIP0N/4A7DLn35nbmbElb3cQFjur0VIgwat3W0MJzEVxR56X8ap4D7qV37gyqGyRxMYrRznfA47v0WRqedl0R2mLc7Mc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=triplefau.lt; spf=pass smtp.mailfrom=em510616.triplefau.lt; dkim=pass (2048-bit key) header.d=triplefau.lt header.i=@triplefau.lt header.b=YtUvQtzB; arc=none smtp.client-ip=158.120.85.176 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=triplefau.lt Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=em510616.triplefau.lt Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=triplefau.lt header.i=@triplefau.lt header.b="YtUvQtzB" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=triplefau.lt; i=@triplefau.lt; q=dns/txt; s=s510616; t=1777925334; h=from : subject : to : message-id : date; bh=4wCA54cVg8I6wngdC5dE4awASRWsyxnda2eZdotTRFA=; b=YtUvQtzB6lBR3+psE59YW+UE8lsMBJEV1FZi7dZn11MZfCSQL7tpxQnZ5A6t054clniop c5hgRU1ltJ2Jtx59hQyNQZOST/Mh/3q5n/VLTKboJoQzLxm3sI6d3qbO9axkSXCzLN9BJ8K K6Owr4LSP/XMIdgbv07E2Qs7XIo+TTx98tsgukDQ+2uz9+xvR+JLXrICDVsEUmrbmMsPQWv QpJ3IIKYQUQ/0pRjXcxloUmbjgEKRQ16qEceSjJMfrUHTjeFfohAtzqKsJYJSdfB1AuMH0v WsROkx/ychW4tucgLcQ4Z1izozUFxqp0bfm0pRlkxTfJ/p++Vi2YosONaeNA== Received: from [10.12.239.196] (helo=localhost) by smtpcorp.com with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.99.1-S2G) (envelope-from ) id 1wJzax-4o5NDgrvBYf-rg09; Mon, 04 May 2026 20:08:47 +0000 Date: Mon, 4 May 2026 21:47:17 +0200 From: Remi Pommarel To: Dominique Martinet Cc: v9fs@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Eric Van Hensbergen , Latchesar Ionkov , Christian Schoenebeck Subject: Re: [PATCH v4 0/4] 9p: Performance improvements for build workloads Message-ID: References: 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=us-ascii Content-Disposition: inline In-Reply-To: X-Report-Abuse: Please forward a copy of this message, including all headers, to Feedback-ID: 510616m:510616apGKSTK:510616sYZT3vgZ5L X-smtpcorp-track: CG3U2eTG4_t4.HrrXFmDh2r6V.w_hSrgfAHT3 On Thu, Apr 16, 2026 at 11:14:58AM +0900, Dominique Martinet wrote: > Remi Pommarel wrote on Tue, Mar 24, 2026 at 08:43:30PM +0100: > > Also sorry for the long delay for v4, it's been quite busy lately. > > Thank you for this v4; I've been busy myself so can't complain... > > I think we've iterated enough on this for now, so I'll tentatively pick > this up for -next shortly, but there are a few fixes I'd like to get in > first and we're a bit late to send this for 7.1, so this cache change > will be for 7.2 in a couple of months > > Meanwhile if there are other comments etc we can always iterate (with > either a v5 or pilling patches on top) Thanks but if you can hold that a little bit as sashiko.dev found some important issues with PATCH 4/4 that must be addressed. A v5 is comming very shortly with the needed fixes. Thanks. -- Remi