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 B46CA16DECD for ; Thu, 1 Aug 2024 13:33:58 +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=1722519242; cv=none; b=fguM6MvghRjMvCKANRdMaDaeKPk2Js/4izNE0+9nSemexvj0USZEBsdegw7kIv1sJaua7uaOoZggnU8EpfN/uA9gkjcXSjuwIWB/sf2gGJFPB4peSI0Jf066X9ypCol2reBZ6Eir1fqH3Hvt6m8U4afPWN2qOWiggmuNM2OAsvg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722519242; c=relaxed/simple; bh=Gy2xjS18iAkuVybjbqW5d0pU1TCukawNQV3tJdkSI6w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=S+PYEr5+npgPIBQU2f11oHPiOur2pKQzfBvbIZxVlNEMpHhj2GEdav0fpJUf0Abqy/jRj78PEHKsjg22rUABLLD0gUCkVjK38kaqTolIFi9ZLfnIDIieTL5sEmAfUELQyQyJK5bhvrSlbjeYIqXb29HMSi0lABDU8DSbv/KGfs8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (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=none (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 BDEB368D0A; Thu, 1 Aug 2024 15:33:53 +0200 (CEST) Date: Thu, 1 Aug 2024 15:33:53 +0200 From: Christoph Hellwig To: Robin Murphy Cc: Marek Szyprowski , Christoph Hellwig , iommu@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] dma-mapping: don't return errors from dma_set_seg_boundary Message-ID: <20240801133353.GA1846@lst.de> References: <20240723000604.241443-1-hch@lst.de> <20240723000604.241443-3-hch@lst.de> <5895603b-945f-4b05-991c-76b590094354@samsung.com> 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: User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Aug 01, 2024 at 01:36:01PM +0100, Robin Murphy wrote: > I guess I assumed that the old block layer bodges in this area had been > cleaned up already - perhaps it *is* high time for whatever's left to grow > a proper understanding of whether a block device actually does its own DMA > or not. Can you point to a discussion on that? The concepts here don't make quite sense to me.