linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] notification updates for 2.6.34-rcX
@ 2010-05-14 16:36 Eric Paris
  2010-05-14 18:53 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Paris @ 2010-05-14 16:36 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

This branch holds a couple of bug fixes (two of which are actually
stable material).  A pathological race which would put us in a use after
free / double free situation when one thread attempts to delete an
inotify watch while another thread is still adding that watch.  A memory
leak and a Kconfig issue.

Thanks
-Eric

The following changes since commit 6a251b0ab67989f468f4cb65179e0cf40cf8c295:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../sameo/mfd-2.6

are available in the git repository at:

  git://git.infradead.org/users/eparis/notify.git for-linus

Eric Paris (2):
      inotify: clean up the inotify_add_watch out path
      inotify: race use after free/double free in inotify inode marks

Pavel Emelyanov (1):
      inotify: don't leak user struct on inotify release

Russell King (1):
      Inotify: undefined reference to `anon_inode_getfd'

 fs/notify/inotify/Kconfig            |    1 +
 fs/notify/inotify/inotify_fsnotify.c |    2 ++
 fs/notify/inotify/inotify_user.c     |   16 ++++++++--------
 3 files changed, 11 insertions(+), 8 deletions(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] notification updates for 2.6.34-rcX
  2010-05-14 16:36 [GIT PULL] notification updates for 2.6.34-rcX Eric Paris
@ 2010-05-14 18:53 ` Linus Torvalds
  2010-05-14 18:59   ` Eric Paris
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2010-05-14 18:53 UTC (permalink / raw)
  To: Eric Paris; +Cc: linux-kernel



On Fri, 14 May 2010, Eric Paris wrote:
> 
> Russell King (1):
>       Inotify: undefined reference to `anon_inode_getfd'

This one was bogus - it was already done in mainline _and_ in the tree you 
were applying the patch on.

I did a manual merge to edit out the duplicate Kconfig line.

		Linus

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] notification updates for 2.6.34-rcX
  2010-05-14 18:53 ` Linus Torvalds
@ 2010-05-14 18:59   ` Eric Paris
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Paris @ 2010-05-14 18:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

On Fri, 2010-05-14 at 11:53 -0700, Linus Torvalds wrote:
> 
> On Fri, 14 May 2010, Eric Paris wrote:
> > 
> > Russell King (1):
> >       Inotify: undefined reference to `anon_inode_getfd'
> 
> This one was bogus - it was already done in mainline _and_ in the tree you 
> were applying the patch on.
> 
> I did a manual merge to edit out the duplicate Kconfig line.

I think I'm about 0/12 on pull requests......

/me crawls back into hiding.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-14 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14 16:36 [GIT PULL] notification updates for 2.6.34-rcX Eric Paris
2010-05-14 18:53 ` Linus Torvalds
2010-05-14 18:59   ` Eric Paris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).