From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: [PATCH 0/3] Fix fanotify regression Date: Tue, 28 Jan 2014 23:31:57 +0100 Message-ID: <1390948320-5683-1-git-send-email-jack@suse.cz> Cc: Jiri Kosina , Dave Jones To: linux-fsdevel@vger.kernel.org Return-path: Received: from cantor2.suse.de ([195.135.220.15]:39707 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755422AbaA1WcI (ORCPT ); Tue, 28 Jan 2014 17:32:08 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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? Thanks! If they pass, I'll send a pull request with the patches to Linus. Honza