From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ross Zwisler Subject: Re: [PATCH v2] drm: remove unnecessary fault wrappers Date: Mon, 30 Jan 2017 15:14:38 -0700 Message-ID: <20170130221438.GA28713@linux.intel.com> References: <20170130203035.GS20076@art_vandelay> <1485814179-28308-1-git-send-email-ross.zwisler@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1485814179-28308-1-git-send-email-ross.zwisler@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org To: Ross Zwisler Cc: linux-kernel@vger.kernel.org, Daniel Vetter , David Airlie , Jani Nikula , Sean Paul , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Mon, Jan 30, 2017 at 03:09:39PM -0700, Ross Zwisler wrote: > This patch applies cleanly to mmots/master, which is currently at > v4.10-rc5-mmots-2017-01-26-15-49. Which may not be what you want... The reason I was looking at this code was because it was recently changed by Dave Jiang to remove the 'vma' argument from all the fault handlers. So, would you rather: 1) Take it through the -mm tree to avoid merge conflicts, in which case I'll add akpm to the thread. 2) Take it through your tree & deal with merge conflicts later, in which case I can rebase on your tree or on v4.10-rc6. 3) Just drop it and keep the extra 20 lines or whatever that the complier will just optimize out. I'm fine with any of the above.