From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E328055C29; Mon, 11 Nov 2024 12:30:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731328215; cv=none; b=OFH0OMIOb20YUFo3VzE7dJgmcbwHMxY6Ba8CT1EqLtwWU3uKl8DShOF78b7y6GPPRYqXxFh9u78CkVV7GoSTo7t8NbUPhOjnJVsT0fdlTdiyeq7FvoRneK9VEaw29hqcwXkGGdfJLQx4qYUgxRbHf56x+OgglpN6lDAMvZ43HHo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731328215; c=relaxed/simple; bh=1EQ72/xXKMzO8c3aOGw5ISYdpzMgvllLBlkGNTaGA8Y=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=ZSOngQVcpxBlMuy9IhOtPZOXtyKJWYgmKUHy/b53kMLVK1bCbG/mZzP78IkQPwJgW7BQlCZycDDD2FYLatuEpGjAqErOTcNWCDKgZLz0LMjRDViKqTkG6cF+I+qZAgdrCC+qvawC5kWstKKJu72h4ntMq0OZn7qqOTKW1oVJ3ic= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=h0RwYjuu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="h0RwYjuu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ADD01C4CED5; Mon, 11 Nov 2024 12:30:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1731328214; bh=1EQ72/xXKMzO8c3aOGw5ISYdpzMgvllLBlkGNTaGA8Y=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=h0RwYjuuno1d5+Uzi8y5LDbxlnP6UDV1OYCR0cePnTQZyd6sJsuQxbU2m0A6Q6A57 lDD+XlsDMQT3hKob/m62dlVg/5G79wytKBa/u0oTGU2XQ/8vhcRUSlou/YRAMj6EyB lWbW+YfW4UBxVgAHJnU6fejKKwzr6ZyadAYSQY+rdBd2LSmeIGwOA+cCTzsWM/tKiY 879OOoKo4X0ZLjgF5jQ7yGQuvEgOPgxYZ7TCdfFR/6UkTheWEqZURKMSWNboQADZ5X 4yq+pELdvczmkDZOSBaeU0ZFzt3iXlZ9Y7nS+WNLQw/m21EwpEUfVFlDolQdJvcOjx NaSAPpN8a48Dg== From: Andreas Hindborg To: "Abdiel Janulgue" Cc: , , , , , Subject: Re: [PATCH 0/2] Add dma coherent allocator abstraction In-Reply-To: <20241023113309.1724992-1-abdiel.janulgue@gmail.com> (Abdiel Janulgue's message of "Wed, 23 Oct 2024 14:32:49 +0300") References: <20241023113309.1724992-1-abdiel.janulgue@gmail.com> Date: Mon, 11 Nov 2024 13:14:48 +0100 Message-ID: <874j4et1af.fsf@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain "Abdiel Janulgue" writes: > This series adds support for the dma coherent allocator. This is based > on code developed by Andreas Hindborg for the rnvme driver. I was not the original author, I just rebased the patches for a few years. I believe Wedson was the original author. I also did not add my signed-off-by to this. Best regards, Andreas Hindborg