public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Three critical patches still aren't merged in 2.6.21
@ 2007-03-15 16:34 Chuck Ebbert
  2007-03-15 19:25 ` Andrew Morton
  2007-03-16  2:12 ` [stable] " Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Chuck Ebbert @ 2007-03-15 16:34 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Trond Myklebust, Thomas Gleixner, Ingo Molnar,
	linux-stable, Adrian Bunk

I've been holding off sending these in for -stable until they're
merged, but now I wonder when that will happen.

http://lkml.org/lkml/2007/3/14/99
[PATCH] hrtimer: prevent overrun DoS in hrtimer_forward()
From: Thomas Gleixner <tglx@linutronix,de> 

http://lkml.org/lkml/2007/3/12/268
NFS: nfs_getattr() can't call nfs_sync_mapping_range() for non-regular files
From: Trond Myklebust <Trond.Myklebust@netapp.com>

http://lkml.org/lkml/2007/3/12/60
[patch] futex: PI state locking fix
From: Ingo Molnar <mingo@elte.hu>

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

* Re: Three critical patches still aren't merged in 2.6.21
  2007-03-15 16:34 Three critical patches still aren't merged in 2.6.21 Chuck Ebbert
@ 2007-03-15 19:25 ` Andrew Morton
  2007-03-15 19:29   ` Trond Myklebust
  2007-03-16  2:12 ` [stable] " Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2007-03-15 19:25 UTC (permalink / raw)
  To: Chuck Ebbert
  Cc: linux-kernel, Trond Myklebust, Thomas Gleixner, Ingo Molnar,
	linux-stable, Adrian Bunk

On Thu, 15 Mar 2007 12:34:07 -0400 Chuck Ebbert <cebbert@redhat.com> wrote:

> I've been holding off sending these in for -stable until they're
> merged, but now I wonder when that will happen.

We'll get there.  I just got off the plane.

> http://lkml.org/lkml/2007/3/14/99
> [PATCH] hrtimer: prevent overrun DoS in hrtimer_forward()
> From: Thomas Gleixner <tglx@linutronix,de> 
> 
> http://lkml.org/lkml/2007/3/12/268
> NFS: nfs_getattr() can't call nfs_sync_mapping_range() for non-regular files
> From: Trond Myklebust <Trond.Myklebust@netapp.com>
> 
> http://lkml.org/lkml/2007/3/12/60
> [patch] futex: PI state locking fix
> From: Ingo Molnar <mingo@elte.hu>

I have all three in various stages of queuedness, but I am presently
expecting Trond to merge the NFS one.  I can send it if he wants?

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

* Re: Three critical patches still aren't merged in 2.6.21
  2007-03-15 19:25 ` Andrew Morton
@ 2007-03-15 19:29   ` Trond Myklebust
  0 siblings, 0 replies; 4+ messages in thread
From: Trond Myklebust @ 2007-03-15 19:29 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Chuck Ebbert, linux-kernel, Thomas Gleixner, Ingo Molnar,
	linux-stable, Adrian Bunk

On Thu, 2007-03-15 at 11:25 -0800, Andrew Morton wrote:
> On Thu, 15 Mar 2007 12:34:07 -0400 Chuck Ebbert <cebbert@redhat.com> wrote:
> 
> > I've been holding off sending these in for -stable until they're
> > merged, but now I wonder when that will happen.
> 
> We'll get there.  I just got off the plane.
> 
> > http://lkml.org/lkml/2007/3/14/99
> > [PATCH] hrtimer: prevent overrun DoS in hrtimer_forward()
> > From: Thomas Gleixner <tglx@linutronix,de> 
> > 
> > http://lkml.org/lkml/2007/3/12/268
> > NFS: nfs_getattr() can't call nfs_sync_mapping_range() for non-regular files
> > From: Trond Myklebust <Trond.Myklebust@netapp.com>
> > 
> > http://lkml.org/lkml/2007/3/12/60
> > [patch] futex: PI state locking fix
> > From: Ingo Molnar <mingo@elte.hu>
> 
> I have all three in various stages of queuedness, but I am presently
> expecting Trond to merge the NFS one.  I can send it if he wants?

Please do, and if you could also send in Peter Zijlstra's congestion
control patch at the same time, then that would be great. The latter is
partly a VM patch, so Linus will bit^H^H^Hcomplain if I send it as part
of a git merge...

Cheers,
  Trond


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

* Re: [stable] Three critical patches still aren't merged in 2.6.21
  2007-03-15 16:34 Three critical patches still aren't merged in 2.6.21 Chuck Ebbert
  2007-03-15 19:25 ` Andrew Morton
@ 2007-03-16  2:12 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2007-03-16  2:12 UTC (permalink / raw)
  To: Chuck Ebbert
  Cc: linux-kernel, Ingo Molnar, Adrian Bunk, Thomas Gleixner,
	Andrew Morton, Trond Myklebust, linux-stable

On Thu, Mar 15, 2007 at 12:34:07PM -0400, Chuck Ebbert wrote:
> I've been holding off sending these in for -stable until they're
> merged, but now I wonder when that will happen.

Feel free to send them to stable@ when they go to Linus as it sounds
like they are almost there.

Thanks,

greg k-h

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

end of thread, other threads:[~2007-03-16  6:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-15 16:34 Three critical patches still aren't merged in 2.6.21 Chuck Ebbert
2007-03-15 19:25 ` Andrew Morton
2007-03-15 19:29   ` Trond Myklebust
2007-03-16  2:12 ` [stable] " Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox