From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752601AbcAIHyw (ORCPT ); Sat, 9 Jan 2016 02:54:52 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:60287 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752317AbcAIHyb (ORCPT ); Sat, 9 Jan 2016 02:54:31 -0500 Date: Fri, 8 Jan 2016 23:54:02 -0800 From: Christoph Hellwig To: Doug Anderson Cc: Christoph Hellwig , Russell King , Robin Murphy , Tomasz Figa , Marek Szyprowski , Pawel Osciak , Dmitry Torokhov , Jonathan Corbet , Andrew Morton , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v4 2/3] common: DMA-mapping: add DMA_ATTR_NOHUGEPAGE attribute Message-ID: <20160109075402.GA25059@infradead.org> References: <1452213405-22942-1-git-send-email-dianders@chromium.org> <1452213405-22942-3-git-send-email-dianders@chromium.org> <20160108134201.GA20665@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 08, 2016 at 03:05:23PM -0800, Doug Anderson wrote: > In my cover letter I tried to address this. See > . I said: > > > Notably missing from this series is the fourth patch that adds teeth to > > the second and third. You can find that out of tree at > > . Unfortunately > > the rk3288_vpu, which is what I'm working on, is out of tree. Yes, I read that. And that's exactly why I said we should not add crazy workarounds for code that's not even in the kernel. > ...but today I realized that I also needed to do work to get Exynos's > MFC codec using this patch and MFC _is_ upstream. ...so my next > series will include the MFC patch. Hopefully that will help address > your concerns. Ok.