Re: [PATCH 1/2] audit: don't free_chunk() after fsnotify_add_mark()

2012-08-03 Thread Miklos Szeredi
Miklos Szeredi writes: > Al, your are the co-maintainer of audit, right? Can you please apply > these patches as Eric is on vaction. Eric, Al, Can you please apply these two bugfix patches for audit? Thanks, Miklos > From: Miklos Szeredi > > Don't do free_chunk() after fsnotify_add_mark().

[PATCH 1/2] audit: don't free_chunk() after fsnotify_add_mark()

2012-07-19 Thread Miklos Szeredi
Al, your are the co-maintainer of audit, right? Can you please apply these patches as Eric is on vaction. Thanks, Miklos From: Miklos Szeredi 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-of