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 376C022AE75; Thu, 24 Jul 2025 07:59:28 +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=1753343971; cv=none; b=BuMx1qBjU780ysLr4sUKFE5GhLMZX6ivgm2froxB6KE/4bzWB7GbjQME1eZ/zDEwIMUmhHTg7EO9PIKAb8Otb9aikofzvPzXztVJuZtpoNQ6aLK+1QJbIOOGlUmc4EoTBm/JjCg45r7evqeS5TxTOTlj0BhHUyJKi3ZvZQli4ho= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753343971; c=relaxed/simple; bh=ljWAxX5kJwfu5zdNW//mA3LUzMWTGA4ERqpR/Py2W5Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TzvaTgkTMaGJv2fdOXMt3rk0T47194ovgWOCllLKYNSZKWEXNwkUZ//xol6I7RIdagN3n/52KePmzMyjbPZ19UQGit/5ofX8iFezdrdDpUtsOB+nf/PsWQBYF6ffUzb8oK4e9EjX+NAQ3he0Y6fP5vIMuec5xW7Wb1BG9RFvYnE= 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 B200368AFE; Thu, 24 Jul 2025 09:59:22 +0200 (CEST) Date: Thu, 24 Jul 2025 09:59:22 +0200 From: Christoph Hellwig To: Leon Romanovsky Cc: Christoph Hellwig , Alex Williamson , Jason Gunthorpe , Andrew Morton , Bjorn Helgaas , Christian =?iso-8859-1?Q?K=F6nig?= , dri-devel@lists.freedesktop.org, iommu@lists.linux.dev, Jens Axboe , =?iso-8859-1?B?Suly9G1l?= Glisse , Joerg Roedel , kvm@vger.kernel.org, linaro-mm-sig@lists.linaro.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-mm@kvack.org, linux-pci@vger.kernel.org, Logan Gunthorpe , Marek Szyprowski , Robin Murphy , Sumit Semwal , Vivek Kasireddy , Will Deacon Subject: Re: [PATCH 02/10] PCI/P2PDMA: Introduce p2pdma_provider structure for cleaner abstraction Message-ID: <20250724075922.GD30590@lst.de> References: <20250724075145.GB30590@lst.de> <20250724075533.GR402218@unreal> 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: <20250724075533.GR402218@unreal> User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Jul 24, 2025 at 10:55:33AM +0300, Leon Romanovsky wrote: > Please, see last patch in the series https://lore.kernel.org/all/aea452cc27ca9e5169f7279d7b524190c39e7260.1753274085.git.leonro@nvidia.com > It gives me a way to call p2p code with stable pointer for whole BAR. > That simply can't work. So I guess you're trying to do the same stupid things shut down before again? I might as well not waste my time reviewing this.