From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: [PATCH 0/3] Fix fanotify regression Date: Tue, 28 Jan 2014 17:59:32 -0500 Message-ID: <20140128225932.GA14891@redhat.com> References: <1390948320-5683-1-git-send-email-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Jiri Kosina To: Jan Kara Return-path: Received: from mx1.redhat.com ([209.132.183.28]:22609 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754574AbaA1W7l (ORCPT ); Tue, 28 Jan 2014 17:59:41 -0500 Content-Disposition: inline In-Reply-To: <1390948320-5683-1-git-send-email-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Jan 28, 2014 at 11:31:57PM +0100, Jan Kara wrote: > > Hello, > > as Dave and Jiri noticed my latest changes to notification framework > caused some use-after-free issues with fanotify (I've been too eager to > remove the use count in the event without realizing all the implications > with permission events). These three patches fix the issues. Dave, Jiri, > can you give a final testing round to this cleaned up set of patches? Looks good to me! Tested-by: Dave Jones