Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751086AbcCEV0S (ORCPT ); Sat, 5 Mar 2016 16:26:18 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56192 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751035AbcCEV0O (ORCPT ); Sat, 5 Mar 2016 16:26:14 -0500 Date: Sat, 5 Mar 2016 13:26:13 -0800 From: Greg Kroah-Hartman To: Nicolai Stange Cc: "Paul E. McKenney" , Alexander Viro , Jonathan Corbet , Jan Kara , Andrew Morton , Julia Lawall , Gilles Muller , Nicolas Palix , Michal Marek , linux-kernel@vger.kernel.org, cocci@systeme.lip6.fr Subject: Re: [PATCH v4 0/8] fix debugfs file removal races Message-ID: <20160305212613.GA29738@kroah.com> References: <8737sjo7qa.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8737sjo7qa.fsf@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 439 Lines: 14 On Tue, Feb 23, 2016 at 02:51:25PM +0100, Nicolai Stange wrote: > The changes from v3 to v4 are style changes regarding the Coccinelle > part only -- it has been split off from former [3/7] into its own > patch [4/8]. > > The big step has been from v2 to v3 and these changes haven't got any > review yet. Well, given that they look sane to me, I've applied them to my tree, let's see what breaks in linux-next now :) thanks, greg k-h