From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 E0A54368D6A; Tue, 12 May 2026 07:00:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778569269; cv=none; b=PlRh8I5IBjpZ5qm/AFH/3ZWSvAjrDzNtemshjwee9cu08LTN4OMsXC/94SoNZ5xp4dEWCGUSFVCYJ2aGcOlz5bAoAzh8ciK1Yol70ym0t8oGEAak/sAQH0JvK0XHHtqOVXakwVnotTF2Bi582Vpoi5MKlz7B71S8PICtxcVcriQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778569269; c=relaxed/simple; bh=KkcmQuuEBxWL+hwMwZ61+Q42L9xzkCI2bIb55AkoXNo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CfaD3CFxX58g86jS7Jr5PT47EtR9G586ffH3yghcs6At5cWDnfh6to7sBRnf+VKsdBtwTgcFT1RCqvlvM4590JMzYYzc0QEFPG/bEwo/hAaQMfgj46QJMC9vwcos6/APXBmpxyPllQmX7L9PGkD3UXD1o/f602XjwoH9HKUyAXI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id EBBE468C4E; Tue, 12 May 2026 09:00:47 +0200 (CEST) Date: Tue, 12 May 2026 09:00:46 +0200 From: Christoph Hellwig To: Pavel Begunkov Cc: Jens Axboe , Keith Busch , Christoph Hellwig , Sagi Grimberg , Alexander Viro , Christian Brauner , Andrew Morton , Sumit Semwal , Christian =?iso-8859-1?Q?K=F6nig?= , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, linux-fsdevel@vger.kernel.org, io-uring@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linaro-mm-sig@lists.linaro.org, Nitesh Shetty , Kanchan Joshi , Anuj Gupta , Tushar Gohad , William Power , Phil Cayton , Jason Gunthorpe Subject: Re: [PATCH v3 00/10] Add dmabuf read/write via io_uring Message-ID: <20260512070045.GA32030@lst.de> References: Precedence: bulk X-Mailing-List: linux-media@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: User-Agent: Mutt/1.5.17 (2007-11-01) What tree is this against? I can't apply it against the usual candidates, even accounting for the time lag in getting to it. Can you provide a git tree?