Re: [BUG] fs: inotify_handle_event() reading un-init memory

2015-06-17 Thread Jan Kara
On Wed 17-06-15 11:57:07, Jesper Dangaard Brouer wrote: > On Wed, 17 Jun 2015 10:13:19 +0200 > Jan Kara wrote: > > > On Tue 16-06-15 22:22:34, Jesper Dangaard Brouer wrote: > > > > > > On Tue, 16 Jun 2015 15:52:09 +0200 Jan Kara wrote: > > > > > > > On Tue 16-06-15 13:33:18, Jesper Dangaard

Re: [BUG] fs: inotify_handle_event() reading un-init memory

2015-06-17 Thread Jesper Dangaard Brouer
On Wed, 17 Jun 2015 10:13:19 +0200 Jan Kara wrote: > On Tue 16-06-15 22:22:34, Jesper Dangaard Brouer wrote: > > > > On Tue, 16 Jun 2015 15:52:09 +0200 Jan Kara wrote: > > > > > On Tue 16-06-15 13:33:18, Jesper Dangaard Brouer wrote: > > > > Caught by kmemcheck. > > > > > > > > Don't know

Re: [BUG] fs: inotify_handle_event() reading un-init memory

2015-06-17 Thread Jan Kara
On Tue 16-06-15 22:22:34, Jesper Dangaard Brouer wrote: > > On Tue, 16 Jun 2015 15:52:09 +0200 Jan Kara wrote: > > > On Tue 16-06-15 13:33:18, Jesper Dangaard Brouer wrote: > > > Caught by kmemcheck. > > > > > > Don't know the fix... just pointed at the bug. > > > > > > Introduced in commit

Re: [BUG] fs: inotify_handle_event() reading un-init memory

2015-06-17 Thread Jan Kara
On Tue 16-06-15 22:22:34, Jesper Dangaard Brouer wrote: On Tue, 16 Jun 2015 15:52:09 +0200 Jan Kara j...@suse.cz wrote: On Tue 16-06-15 13:33:18, Jesper Dangaard Brouer wrote: Caught by kmemcheck. Don't know the fix... just pointed at the bug. Introduced in commit

Re: [BUG] fs: inotify_handle_event() reading un-init memory

2015-06-17 Thread Jesper Dangaard Brouer
On Wed, 17 Jun 2015 10:13:19 +0200 Jan Kara j...@suse.cz wrote: On Tue 16-06-15 22:22:34, Jesper Dangaard Brouer wrote: On Tue, 16 Jun 2015 15:52:09 +0200 Jan Kara j...@suse.cz wrote: On Tue 16-06-15 13:33:18, Jesper Dangaard Brouer wrote: Caught by kmemcheck. Don't know

Re: [BUG] fs: inotify_handle_event() reading un-init memory

2015-06-17 Thread Jan Kara
On Wed 17-06-15 11:57:07, Jesper Dangaard Brouer wrote: On Wed, 17 Jun 2015 10:13:19 +0200 Jan Kara j...@suse.cz wrote: On Tue 16-06-15 22:22:34, Jesper Dangaard Brouer wrote: On Tue, 16 Jun 2015 15:52:09 +0200 Jan Kara j...@suse.cz wrote: On Tue 16-06-15 13:33:18, Jesper

Re: [BUG] fs: inotify_handle_event() reading un-init memory

2015-06-16 Thread Jesper Dangaard Brouer
On Tue, 16 Jun 2015 15:52:09 +0200 Jan Kara wrote: > On Tue 16-06-15 13:33:18, Jesper Dangaard Brouer wrote: > > Caught by kmemcheck. > > > > Don't know the fix... just pointed at the bug. > > > > Introduced in commit 7053aee26a3 ("fsnotify: do not share > > events between notification

Re: [BUG] fs: inotify_handle_event() reading un-init memory

2015-06-16 Thread Jan Kara
On Tue 16-06-15 13:33:18, Jesper Dangaard Brouer wrote: > Caught by kmemcheck. > > Don't know the fix... just pointed at the bug. > > Introduced in commit 7053aee26a3 ("fsnotify: do not share > events between notification groups"). > --- > fs/notify/inotify/inotify_fsnotify.c |3 ++- > 1

[BUG] fs: inotify_handle_event() reading un-init memory

2015-06-16 Thread Jesper Dangaard Brouer
Caught by kmemcheck. Don't know the fix... just pointed at the bug. Introduced in commit 7053aee26a3 ("fsnotify: do not share events between notification groups"). --- fs/notify/inotify/inotify_fsnotify.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [BUG] fs: inotify_handle_event() reading un-init memory

2015-06-16 Thread Jan Kara
On Tue 16-06-15 13:33:18, Jesper Dangaard Brouer wrote: Caught by kmemcheck. Don't know the fix... just pointed at the bug. Introduced in commit 7053aee26a3 (fsnotify: do not share events between notification groups). --- fs/notify/inotify/inotify_fsnotify.c |3 ++- 1 file changed,

Re: [BUG] fs: inotify_handle_event() reading un-init memory

2015-06-16 Thread Jesper Dangaard Brouer
On Tue, 16 Jun 2015 15:52:09 +0200 Jan Kara j...@suse.cz wrote: On Tue 16-06-15 13:33:18, Jesper Dangaard Brouer wrote: Caught by kmemcheck. Don't know the fix... just pointed at the bug. Introduced in commit 7053aee26a3 (fsnotify: do not share events between notification groups).

[BUG] fs: inotify_handle_event() reading un-init memory

2015-06-16 Thread Jesper Dangaard Brouer
Caught by kmemcheck. Don't know the fix... just pointed at the bug. Introduced in commit 7053aee26a3 (fsnotify: do not share events between notification groups). --- fs/notify/inotify/inotify_fsnotify.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git