From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Wed, 26 Apr 2017 12:19:06 +0100 Subject: [PATCH 1/2] xen/arm, arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." In-Reply-To: References: <1492117462-19886-1-git-send-email-sstabellini@kernel.org> <20170418142126.GE27592@e104818-lin.cambridge.arm.com> Message-ID: <20170426111906.GA9406@e104818-lin.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Apr 25, 2017 at 10:22:00AM -0700, Stefano Stabellini wrote: > On Tue, 25 Apr 2017, Julien Grall wrote: > > On 24/04/17 20:16, Stefano Stabellini wrote: > > > Given the outstanding regression we need to fix as soon as possible, > > > I'll queue these patches on the xentip tree for 4.12. > > > > It looks like there is another rc for 4.11. I am wondering whether you could > > try to send a pull request to Linus so it can be fixed in 4.11? > > No, especially without input from Russell. You could add a "Fixes" tag to the first patch so that it gets back-ported to 4.11.x once it hits mainline (the second patch is just cosmetic): Fixes: 815dd18788fe ("treewide: Consolidate get_dma_ops() implementations") -- Catalin