From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 0A0B11E834A; Tue, 13 May 2025 05:50:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747115440; cv=none; b=YV77+7iPMjes36HXw5DBGhvoqDndJ7jcS+yAOU0MzEylpn4DjVNwSJTZNX8ltJ4MSEc1wqZjmq4UoKAmjBknOZDzAsRCNRJMWdaw/V1gq19gbcR2TfKP5L4j+il88It5vj+qLNd/UYIpFgAm8EM5p8y15oj6xNZNKmSp6I+1638= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747115440; c=relaxed/simple; bh=hXb4E/zwsZxWTwB2VSuwpSk9cjzWGfIAsOSWikai4h4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=O8EzyUZ40X0/34HT+ocO8jQHTfsDTGDzO8WW+VJ3Eu6Mk58v4BtyOPLy15Q8/3siqCFJHcHvEb6g7u8N5exFF/xplMyNLz5PF+d+WgPO8SIhZhGiITHc+aEEaS1e21xUPOxmYoyp61hmeJOpWlTaIdWmyYUQDVEjyuvVn7iVz38= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=yPtWkgdT; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="yPtWkgdT" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=hXb4E/zwsZxWTwB2VSuwpSk9cjzWGfIAsOSWikai4h4=; b=yPtWkgdTISimlnKrzc4Sy3RwA/ MQSt1Dtr6TTANVZcoRUtT8v91LSZA6VjMtY/LIqRh5dP0ISqAvECU4JXIJpu6ufVJhqatYp/tnqOY CN+POts0I/SiIfkbC+W+IhdilLhQtIgppm5INeoJTmKIJ+gWtXry3o4SjSjMDd50ISepn5wxtRvPD xZIQktHltqa9jQ7ocrE8/KZ/80TydwxUJaefitArgHNBqfPZtQH8xgn2+l6Snxrpl3tiuCIo+YCWk GfwrbSA39T76IDt1Sb6DR+Rpp1paZ/6pDuAnQqEabyskG1bSW7OKXj6Br9nviMDSH041PCm/ZYsvd 3/nu6WDg==; Received: from hch by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1uEiX7-0000000BQmd-0vXU; Tue, 13 May 2025 05:50:29 +0000 Date: Mon, 12 May 2025 22:50:29 -0700 From: Christoph Hellwig To: Herbert Xu Cc: Abdiel Janulgue , dakr@kernel.org, lyude@redhat.com, Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Valentin Obst , open list , Marek Szyprowski , Robin Murphy , airlied@redhat.com, rust-for-linux@vger.kernel.org, "open list:DMA MAPPING HELPERS" , Petr Tesarik , Andrew Morton , Sui Jingfeng , Randy Dunlap , Michael Kelley , Christoph Hellwig Subject: Re: [RFC PATCH 0/2] scatterlist rust bindings Message-ID: References: <20250512095544.3334680-1-abdiel.janulgue@gmail.com> Precedence: bulk X-Mailing-List: rust-for-linux@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-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html On Tue, May 13, 2025 at 10:19:45AM +0800, Herbert Xu wrote: > You should cc Christoph Hellwig on the DMA mapping API. I'm not going to use my scare time to let this cancer creep further.