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 87F26379971; Thu, 29 Jan 2026 07:34:29 +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=1769672072; cv=none; b=q8+4B+4MJ9+aA42plDmi2j9qe8ucOUti10LztK8k6hHeHRA1MBQqr5CYvWsuSByo8dv8j2ARxpsKToJxiHJN3FaD4fz5uODnFS83SBbACSlAOzN9pOFmLgzbbdwlSEelApSCAuGZrUxFaWaXnA1uzgVc7kPoR/PAJlRVNKM8XMU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769672072; c=relaxed/simple; bh=yQEqfz2MbvPICSTCvSNhPztnZBDYtLxhQtKzjXKMjjE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MBDSsnxsv8yaTVGcvckuCyDkQmxK0TC4ZKMYcvIPc4u/KQrBgtnkp/2gpOUj34b2s0oNi3JnWyOFPJPzUhGs6B+NtVz3IJHO49JjLQZMe3XKwNV2ZjCGFGbLDd/2lkBjs3IbqZpn7MuXr4Ef8uBXqaZ50Xd8CtP4SxKDyn2UcN8= 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=ks6H4zHV; 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="ks6H4zHV" Received: from gaia.codewreck.org (localhost [127.0.0.1]) by submarine.notk.org (Postfix) with ESMTPS id F222E14C2D6; Thu, 29 Jan 2026 08:34:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codewreck.org; s=2; t=1769672060; 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: in-reply-to:in-reply-to:references:references; bh=CbxMfdr18Mlajagyem0pImC+MrLNxD7wwFw85H+Wpok=; b=ks6H4zHVlmo7Yoo+AA3awTv6g9/sYwGLO36r5FOEao0lqDDdJijKIX9bpFGRloK1qXqskv gWN9THhZOrrCeVewxDNMn+Xbe7DG8Tz1UrGXpFcb4yZqWkagZQrY+45ZZE8/GvpsFaA3uq iEwJp5N8Pyj7FICer3teyYkLiMNqgnkCYtYxYw/kRTjLL3U6+6W+GX3pg4SZJFzvxFbmZK 53FlgMg9y8v8Gb58StknjrWw3G1mfI9SZ3v+5kvfEyE3nvJqaGcKr9Gwbnm22lQI3NzD6X 7CsrIg0d5PqMsZ9INItChNi3pf8pE0mmp7kVE4BFucGKKkyuipXmq/+Rx3G58w== Received: from localhost (gaia.codewreck.org [local]) by gaia.codewreck.org (OpenSMTPD) with ESMTPA id 3200ecac; Thu, 29 Jan 2026 07:34:16 +0000 (UTC) Date: Thu, 29 Jan 2026 16:34:01 +0900 From: Dominique Martinet To: Remi Pommarel Cc: Peter Zijlstra , Ingo Molnar , v9fs@lists.linux.dev, Juri Lelli , Vincent Guittot , Eric Van Hensbergen , Latchesar Ionkov , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] 9p: Track 9P RPC waiting time as IO Message-ID: References: Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Remi Pommarel wrote on Fri, Jan 23, 2026 at 03:48:08PM +0100: > Use io_wait_event_killable() to ensure that time spent waiting for 9P > RPC transactions is accounted as IO wait time. > > Signed-off-by: Remi Pommarel Thank you! Peter, Ingo -- I'll take both patches unless you prefer to take all changes to include/linux/wait.h in the scheduler tree, please let me know. If this doesn't go through my tree: Acked-by: Dominique Martinet -- Dominique Martinet | Asmadeus