Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754615AbdCGA7s (ORCPT ); Mon, 6 Mar 2017 19:59:48 -0500 Received: from mail-qk0-f172.google.com ([209.85.220.172]:34699 "EHLO mail-qk0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751081AbdCGA7j (ORCPT ); Mon, 6 Mar 2017 19:59:39 -0500 Date: Mon, 6 Mar 2017 19:58:02 -0500 From: Konrad Rzeszutek Wilk To: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] (swiotbl) stable/for-4.11 for 4.11-rc1 Message-ID: <20170307005801.GA21377@localhost.localdomain> References: <20170306165206.GA19516@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170306165206.GA19516@localhost.localdomain> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 969 Lines: 32 On Mon, Mar 06, 2017 at 11:52:06AM -0500, Konrad Rzeszutek Wilk wrote: > Hey Linus, Vacation does strange things to my brain. Fixed up the LKML mailing list address. > > Please git pull the following branch: > > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git stable/for-linus-4.11 > > which has two tiny implementations of the DMA API for callback in ARM (for Xen). > > Thank you! > > Andrii Anisov (1): > swiotlb-xen: implement xen_swiotlb_get_sgtable callback > > Stefano Stabellini (1): > swiotlb-xen: implement xen_swiotlb_dma_mmap callback > > arch/arm/xen/mm.c | 2 ++ > drivers/xen/swiotlb-xen.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++ > include/xen/swiotlb-xen.h | 11 +++++++++++ > 3 files changed, 60 insertions(+) > > Andrii Anisov (1): > swiotlb-xen: implement xen_swiotlb_get_sgtable callback > > Stefano Stabellini (1): > swiotlb-xen: implement xen_swiotlb_dma_mmap callback >