From: Miklos Szeredi Date: Wed, 15 Aug 2012 10:55:22 +0000 (+0200) Subject: audit: don't free_chunk() after fsnotify_add_mark() X-Git-Tag: v3.2.29~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d78916c93c07eedb9cf37f5b09e62fbd65968cc;p=pandora-kernel.git audit: don't free_chunk() after fsnotify_add_mark() commit 0fe33aae0e94b4097dd433c9399e16e17d638cd8 upstream. Don't do free_chunk() after fsnotify_add_mark(). That one does a delayed unref via the destroy list and this results in use-after-free. Signed-off-by: Miklos Szeredi Acked-by: Eric Paris Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed