linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* stable: a59f4e079d19464eebb9b06513a1d4f55fdae5ba needs backport ?
@ 2013-08-02  9:37 Li Zefan
  2013-08-02 11:14 ` Ingo Molnar
  0 siblings, 1 reply; 7+ messages in thread
From: Li Zefan @ 2013-08-02  9:37 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Ingo Molnar, Peter Zijlstra; +Cc: gaoyang.zyh, LKML, stable

commit a59f4e079d19464eebb9b06513a1d4f55fdae5ba
Author: Zhu Yanhai <gaoyang.zyh@taobao.com>
Date:   Tue Jan 8 12:56:52 2013 +0800

    sched: Fix the broken sched_rr_get_interval()

Without this patch, syscall sched_rr_get_interval() can return wrong
value, and the bug was introduced in 2.6.24, so this looks like a
candidate for stable kernel.

The concern for backporting is that this might break some userspace
programs? As the changelog says:

    [ Since this is an ABI and an old bug, we'll test this via a
      slow upstream route, to hopefully discover any app breakage. ]

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

* Re: stable: a59f4e079d19464eebb9b06513a1d4f55fdae5ba needs backport ?
  2013-08-02  9:37 stable: a59f4e079d19464eebb9b06513a1d4f55fdae5ba needs backport ? Li Zefan
@ 2013-08-02 11:14 ` Ingo Molnar
  2013-08-02 13:57   ` Luis Henriques
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ingo Molnar @ 2013-08-02 11:14 UTC (permalink / raw)
  To: Li Zefan; +Cc: Greg Kroah-Hartman, Peter Zijlstra, gaoyang.zyh, LKML, stable


* Li Zefan <lizefan@huawei.com> wrote:

> commit a59f4e079d19464eebb9b06513a1d4f55fdae5ba
> Author: Zhu Yanhai <gaoyang.zyh@taobao.com>
> Date:   Tue Jan 8 12:56:52 2013 +0800
> 
>     sched: Fix the broken sched_rr_get_interval()
> 
> Without this patch, syscall sched_rr_get_interval() can return wrong
> value, and the bug was introduced in 2.6.24, so this looks like a
> candidate for stable kernel.
> 
> The concern for backporting is that this might break some userspace
> programs? As the changelog says:
> 
>     [ Since this is an ABI and an old bug, we'll test this via a
>       slow upstream route, to hopefully discover any app breakage. ]

It appears to have caused no trouble.

So I'm fine with backporting it to older -stable kernels:

Acked-by: Ingo Molnar <mingo@kernel.org>

Thanks,

	Ingo

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

* Re: stable: a59f4e079d19464eebb9b06513a1d4f55fdae5ba needs backport ?
  2013-08-02 11:14 ` Ingo Molnar
@ 2013-08-02 13:57   ` Luis Henriques
  2013-08-08  4:08   ` Li Zefan
  2013-08-31 20:38   ` Ben Hutchings
  2 siblings, 0 replies; 7+ messages in thread
From: Luis Henriques @ 2013-08-02 13:57 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Li Zefan, Greg Kroah-Hartman, Peter Zijlstra, gaoyang.zyh, LKML, stable

Ingo Molnar <mingo@kernel.org> writes:

> * Li Zefan <lizefan@huawei.com> wrote:
>
>> commit a59f4e079d19464eebb9b06513a1d4f55fdae5ba
>> Author: Zhu Yanhai <gaoyang.zyh@taobao.com>
>> Date:   Tue Jan 8 12:56:52 2013 +0800
>> 
>>     sched: Fix the broken sched_rr_get_interval()
>> 
>> Without this patch, syscall sched_rr_get_interval() can return wrong
>> value, and the bug was introduced in 2.6.24, so this looks like a
>> candidate for stable kernel.
>> 
>> The concern for backporting is that this might break some userspace
>> programs? As the changelog says:
>> 
>>     [ Since this is an ABI and an old bug, we'll test this via a
>>       slow upstream route, to hopefully discover any app breakage. ]
>
> It appears to have caused no trouble.
>
> So I'm fine with backporting it to older -stable kernels:
>
> Acked-by: Ingo Molnar <mingo@kernel.org>
>
> Thanks,
>
> 	Ingo
> --
> To unsubscribe from this list: send the line "unsubscribe stable" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Thanks, I'm queuing it for the 3.5 kernel.

Cheers,
-- 
Luis

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

* Re: stable: a59f4e079d19464eebb9b06513a1d4f55fdae5ba needs backport ?
  2013-08-02 11:14 ` Ingo Molnar
  2013-08-02 13:57   ` Luis Henriques
@ 2013-08-08  4:08   ` Li Zefan
  2013-08-09  0:00     ` Greg Kroah-Hartman
  2013-08-31 20:38   ` Ben Hutchings
  2 siblings, 1 reply; 7+ messages in thread
From: Li Zefan @ 2013-08-08  4:08 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Greg Kroah-Hartman, Peter Zijlstra, gaoyang.zyh, LKML, stable

Hi Greg,

Could you queue this commit for 3.0 and 3.4? It has been acked by Ingo.

On 2013/8/2 19:14, Ingo Molnar wrote:
> 
> * Li Zefan <lizefan@huawei.com> wrote:
> 
>> commit a59f4e079d19464eebb9b06513a1d4f55fdae5ba
>> Author: Zhu Yanhai <gaoyang.zyh@taobao.com>
>> Date:   Tue Jan 8 12:56:52 2013 +0800
>>
>>     sched: Fix the broken sched_rr_get_interval()
>>
>> Without this patch, syscall sched_rr_get_interval() can return wrong
>> value, and the bug was introduced in 2.6.24, so this looks like a
>> candidate for stable kernel.
>>
>> The concern for backporting is that this might break some userspace
>> programs? As the changelog says:
>>
>>     [ Since this is an ABI and an old bug, we'll test this via a
>>       slow upstream route, to hopefully discover any app breakage. ]
> 
> It appears to have caused no trouble.
> 
> So I'm fine with backporting it to older -stable kernels:
> 
> Acked-by: Ingo Molnar <mingo@kernel.org>
> 
> Thanks,
> 
> 	Ingo
> 


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

* Re: stable: a59f4e079d19464eebb9b06513a1d4f55fdae5ba needs backport ?
  2013-08-08  4:08   ` Li Zefan
@ 2013-08-09  0:00     ` Greg Kroah-Hartman
  2013-08-09  1:08       ` Li Zefan
  0 siblings, 1 reply; 7+ messages in thread
From: Greg Kroah-Hartman @ 2013-08-09  0:00 UTC (permalink / raw)
  To: Li Zefan; +Cc: Ingo Molnar, Peter Zijlstra, gaoyang.zyh, LKML, stable

On Thu, Aug 08, 2013 at 12:08:47PM +0800, Li Zefan wrote:
> Hi Greg,
> 
> Could you queue this commit for 3.0 and 3.4? It has been acked by Ingo.

I've already done so, please look at the stable-queue.

thanks,

greg k-h

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

* Re: stable: a59f4e079d19464eebb9b06513a1d4f55fdae5ba needs backport ?
  2013-08-09  0:00     ` Greg Kroah-Hartman
@ 2013-08-09  1:08       ` Li Zefan
  0 siblings, 0 replies; 7+ messages in thread
From: Li Zefan @ 2013-08-09  1:08 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Ingo Molnar, Peter Zijlstra, gaoyang.zyh, LKML, stable

On 2013/8/9 8:00, Greg Kroah-Hartman wrote:
> On Thu, Aug 08, 2013 at 12:08:47PM +0800, Li Zefan wrote:
>> Hi Greg,
>>
>> Could you queue this commit for 3.0 and 3.4? It has been acked by Ingo.
> 
> I've already done so, please look at the stable-queue.
> 

Oh, I see it now. I was cced with other patches but not this one, so
I thought it was overlooked.


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

* Re: stable: a59f4e079d19464eebb9b06513a1d4f55fdae5ba needs backport ?
  2013-08-02 11:14 ` Ingo Molnar
  2013-08-02 13:57   ` Luis Henriques
  2013-08-08  4:08   ` Li Zefan
@ 2013-08-31 20:38   ` Ben Hutchings
  2 siblings, 0 replies; 7+ messages in thread
From: Ben Hutchings @ 2013-08-31 20:38 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Li Zefan, Greg Kroah-Hartman, Peter Zijlstra, gaoyang.zyh, LKML, stable

[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]

On Fri, 2013-08-02 at 13:14 +0200, Ingo Molnar wrote:
> * Li Zefan <lizefan@huawei.com> wrote:
> 
> > commit a59f4e079d19464eebb9b06513a1d4f55fdae5ba
> > Author: Zhu Yanhai <gaoyang.zyh@taobao.com>
> > Date:   Tue Jan 8 12:56:52 2013 +0800
> > 
> >     sched: Fix the broken sched_rr_get_interval()
> > 
> > Without this patch, syscall sched_rr_get_interval() can return wrong
> > value, and the bug was introduced in 2.6.24, so this looks like a
> > candidate for stable kernel.
> > 
> > The concern for backporting is that this might break some userspace
> > programs? As the changelog says:
> > 
> >     [ Since this is an ABI and an old bug, we'll test this via a
> >       slow upstream route, to hopefully discover any app breakage. ]
> 
> It appears to have caused no trouble.
> 
> So I'm fine with backporting it to older -stable kernels:
> 
> Acked-by: Ingo Molnar <mingo@kernel.org>

I've queued this up for 3.2, thanks.

Ben.

-- 
Ben Hutchings
If God had intended Man to program,
we'd have been born with serial I/O ports.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

end of thread, other threads:[~2013-08-31 20:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-02  9:37 stable: a59f4e079d19464eebb9b06513a1d4f55fdae5ba needs backport ? Li Zefan
2013-08-02 11:14 ` Ingo Molnar
2013-08-02 13:57   ` Luis Henriques
2013-08-08  4:08   ` Li Zefan
2013-08-09  0:00     ` Greg Kroah-Hartman
2013-08-09  1:08       ` Li Zefan
2013-08-31 20:38   ` Ben Hutchings

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).