From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v2 00/13] De-stage Sync File Framework Date: Fri, 29 Apr 2016 17:39:20 -0700 Message-ID: <20160430003920.GA6523@kroah.com> References: <1461851220-1583-1-git-send-email-gustavo@padovan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1461851220-1583-1-git-send-email-gustavo@padovan.org> Sender: linux-kernel-owner@vger.kernel.org To: Gustavo Padovan Cc: devel@driverdev.osuosl.org, Rob Clark , Daniel Stone , Daniel Vetter , Maarten Lankhorst , Riley Andrews , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Greg Hackmann , Gustavo Padovan , Sumit Semwal , John Harrison List-Id: dri-devel@lists.freedesktop.org On Thu, Apr 28, 2016 at 10:46:47AM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > Hi, > > This patchset sits on top of Sync ABI Rework v13: > > https://www.spinics.net/lists/dri-devel/msg105667.html > > The first eight clean up and prepare sync_file for de-staging. The last four > patches do the de-staging, moving files to drivers/dma-buf/ and include/linux/ > plus adding Documentation. > > As the de-stage depends upon many changes on the staging tree it would > be good to get all the patches merged through the staging tree if Sumit > agrees with that. > > The next step on the Sync de-stage is clean up the remaining bits > of the Sync Framework, mainly SW_SYNC, which is only used for testing. > > v2: - Add Reviewed-by: tag from Daniel Vetter to all patches. > - Take in sugestions for the Sync File Documentation (Daniel) > - Remove name arg from sync_file_crate() (Daniel) > - Revome leftover EXPORT_SYMBOL(sync_file_merge) (Daniel) Thanks for sticking with this, both series of patches are now applied, thanks. greg k-h