Re: [stable] [GIT pull] hrtimer fixes

2008-02-18 Thread Greg KH
On Mon, Feb 18, 2008 at 04:58:56AM -0800, Andrew Morton wrote: > On Thu, 14 Feb 2008 13:45:42 -0800 Greg KH <[EMAIL PROTECTED]> wrote: > > > On Thu, Feb 14, 2008 at 10:37:49PM +0100, Thomas Gleixner wrote: > > > On Thu, 14 Feb 2008, Greg KH wrote: > > > > > > > On Thu, Feb 14, 2008 at 10:19:23PM

Re: [stable] [GIT pull] hrtimer fixes

2008-02-18 Thread Andrew Morton
On Thu, 14 Feb 2008 13:45:42 -0800 Greg KH <[EMAIL PROTECTED]> wrote: > On Thu, Feb 14, 2008 at 10:37:49PM +0100, Thomas Gleixner wrote: > > On Thu, 14 Feb 2008, Greg KH wrote: > > > > > On Thu, Feb 14, 2008 at 10:19:23PM +0100, Thomas Gleixner wrote: > > > > Linus, > > > > > > > > please pull h

Re: [stable] [GIT pull] hrtimer fixes

2008-02-14 Thread Thomas Gleixner
On Thu, 14 Feb 2008, Greg KH wrote: > On Thu, Feb 14, 2008 at 10:37:49PM +0100, Thomas Gleixner wrote: > > On Thu, 14 Feb 2008, Greg KH wrote: > > > > > On Thu, Feb 14, 2008 at 10:19:23PM +0100, Thomas Gleixner wrote: > > > > Linus, > > > > > > > > please pull hrtimer fixes from: > > > > > > >

Re: [stable] [GIT pull] hrtimer fixes

2008-02-14 Thread Greg KH
On Thu, Feb 14, 2008 at 10:37:49PM +0100, Thomas Gleixner wrote: > On Thu, 14 Feb 2008, Greg KH wrote: > > > On Thu, Feb 14, 2008 at 10:19:23PM +0100, Thomas Gleixner wrote: > > > Linus, > > > > > > please pull hrtimer fixes from: > > > > > > ssh://master.kernel.org/pub/scm/linux/kernel/git/tg

Re: [stable] [GIT pull] hrtimer fixes

2008-02-14 Thread Thomas Gleixner
On Thu, 14 Feb 2008, Greg KH wrote: > On Thu, Feb 14, 2008 at 10:19:23PM +0100, Thomas Gleixner wrote: > > Linus, > > > > please pull hrtimer fixes from: > > > > ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt.git > > master > > > > The first patch fixes an overflow probl

Re: [stable] [GIT pull] hrtimer fixes

2008-02-14 Thread Greg KH
On Thu, Feb 14, 2008 at 10:19:23PM +0100, Thomas Gleixner wrote: > Linus, > > please pull hrtimer fixes from: > > ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt.git > master > > The first patch fixes an overflow problem, which is caused by missing > checks in the relative

[GIT pull] hrtimer fixes

2008-02-14 Thread Thomas Gleixner
Linus, please pull hrtimer fixes from: ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt.git master The first patch fixes an overflow problem, which is caused by missing checks in the relative to absolute time conversion in the futex code. It got caught by the WARN_ON() in cl