public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please.
@ 2012-04-02 22:47 Konrad Rzeszutek Wilk
  2012-04-02 23:02 ` Suresh Siddha
  2012-04-02 23:27 ` Greg KH
  0 siblings, 2 replies; 10+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-04-02 22:47 UTC (permalink / raw)
  To: gregkh, linux-kernel; +Cc: suresh.b.siddha, mingo

Hey Greg,

The git commit 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 has CC stable@kernel.org
but it breaks Xen - we are working to fix it in 3.4, but the fix for it
does some architectual changes (136d249ef7dbf0fefa292082cc40be1ea864cbd6) that
I don't know if you are comfortable putting in stable tree.



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

* Re: Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please.
  2012-04-02 22:47 Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please Konrad Rzeszutek Wilk
@ 2012-04-02 23:02 ` Suresh Siddha
  2012-04-02 23:27 ` Greg KH
  1 sibling, 0 replies; 10+ messages in thread
From: Suresh Siddha @ 2012-04-02 23:02 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: gregkh, linux-kernel, mingo

On Mon, 2012-04-02 at 18:47 -0400, Konrad Rzeszutek Wilk wrote:
> Hey Greg,
> 
> The git commit 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 has CC stable@kernel.org
> but it breaks Xen - we are working to fix it in 3.4, but the fix for it
> does some architectual changes (136d249ef7dbf0fefa292082cc40be1ea864cbd6) that
> I don't know if you are comfortable putting in stable tree.

I am Ok if the commit '9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655' is not
applied to stable.

thanks,
suresh


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

* Re: Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please.
  2012-04-02 22:47 Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please Konrad Rzeszutek Wilk
  2012-04-02 23:02 ` Suresh Siddha
@ 2012-04-02 23:27 ` Greg KH
  2012-04-02 23:43   ` Suresh Siddha
  1 sibling, 1 reply; 10+ messages in thread
From: Greg KH @ 2012-04-02 23:27 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: linux-kernel, suresh.b.siddha, mingo, stable

On Mon, Apr 02, 2012 at 06:47:02PM -0400, Konrad Rzeszutek Wilk wrote:
> Hey Greg,
> 
> The git commit 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 has CC stable@kernel.org
> but it breaks Xen - we are working to fix it in 3.4, but the fix for it
> does some architectual changes (136d249ef7dbf0fefa292082cc40be1ea864cbd6) that
> I don't know if you are comfortable putting in stable tree.
> 

I have no idea what that git commit id referrs to, as it's not in
Linus's tree at the moment.

Care to give me a subject?  diffstat?  Some kind of hint?

And note, you forgot to send this to the stable@vger.kernel.org list,
where the other stable kernel maintainers live, please do so next time.

thanks,

greg k-h

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

* Re: Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please.
  2012-04-02 23:27 ` Greg KH
@ 2012-04-02 23:43   ` Suresh Siddha
  2012-04-02 23:49     ` Greg KH
  0 siblings, 1 reply; 10+ messages in thread
From: Suresh Siddha @ 2012-04-02 23:43 UTC (permalink / raw)
  To: Greg KH; +Cc: Konrad Rzeszutek Wilk, linux-kernel, mingo, stable

On Mon, 2012-04-02 at 16:27 -0700, Greg KH wrote:
> On Mon, Apr 02, 2012 at 06:47:02PM -0400, Konrad Rzeszutek Wilk wrote:
> > Hey Greg,
> > 
> > The git commit 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 has CC stable@kernel.org
> > but it breaks Xen - we are working to fix it in 3.4, but the fix for it
> > does some architectual changes (136d249ef7dbf0fefa292082cc40be1ea864cbd6) that
> > I don't know if you are comfortable putting in stable tree.
> > 
> 
> I have no idea what that git commit id referrs to, as it's not in
> Linus's tree at the moment.
> 
> Care to give me a subject?  diffstat?  Some kind of hint?

Greg, Konrad is referring to:

commit 73d63d038ee9f769f5e5b46792d227fe20e442c5
Author: Suresh Siddha <suresh.b.siddha@intel.com>
Date:   Mon Mar 12 11:36:33 2012 -0700

    x86/ioapic: Add register level checks to detect bogus io-apic entries

With out this commit, if the bios lists bogus io-apic's, then we will
see some error messages ("Unable to reset IRR for apic")during linux
boot which are benign. But as this patch breaks Xen, I am ok if these
don't get applied to 'stable'. Also I think it is Ingo who added the
'stable' tag. Ingo, are you ok with this?

For the mainline, we have queued more patches to fix the Xen breakage.

thanks,
suresh

> 
> And note, you forgot to send this to the stable@vger.kernel.org list,
> where the other stable kernel maintainers live, please do so next time.
> 
> thanks,
> 
> greg k-h



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

* Re: Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please.
  2012-04-02 23:43   ` Suresh Siddha
@ 2012-04-02 23:49     ` Greg KH
  2012-04-03 13:04       ` Konrad Rzeszutek Wilk
  2012-04-03 13:28       ` Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 10+ messages in thread
From: Greg KH @ 2012-04-02 23:49 UTC (permalink / raw)
  To: Suresh Siddha; +Cc: Konrad Rzeszutek Wilk, linux-kernel, mingo, stable

On Mon, Apr 02, 2012 at 04:43:05PM -0700, Suresh Siddha wrote:
> On Mon, 2012-04-02 at 16:27 -0700, Greg KH wrote:
> > On Mon, Apr 02, 2012 at 06:47:02PM -0400, Konrad Rzeszutek Wilk wrote:
> > > Hey Greg,
> > > 
> > > The git commit 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 has CC stable@kernel.org
> > > but it breaks Xen - we are working to fix it in 3.4, but the fix for it
> > > does some architectual changes (136d249ef7dbf0fefa292082cc40be1ea864cbd6) that
> > > I don't know if you are comfortable putting in stable tree.
> > > 
> > 
> > I have no idea what that git commit id referrs to, as it's not in
> > Linus's tree at the moment.
> > 
> > Care to give me a subject?  diffstat?  Some kind of hint?
> 
> Greg, Konrad is referring to:
> 
> commit 73d63d038ee9f769f5e5b46792d227fe20e442c5

Ok, then where did the 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 number
come from?  And where was I supposed to be able to determine what it is
pointing to?

Come on people...

> Author: Suresh Siddha <suresh.b.siddha@intel.com>
> Date:   Mon Mar 12 11:36:33 2012 -0700
> 
>     x86/ioapic: Add register level checks to detect bogus io-apic entries
> 
> With out this commit, if the bios lists bogus io-apic's, then we will
> see some error messages ("Unable to reset IRR for apic")during linux
> boot which are benign. But as this patch breaks Xen, I am ok if these
> don't get applied to 'stable'. Also I think it is Ingo who added the
> 'stable' tag. Ingo, are you ok with this?

What stable trees did this already go into in the releases today?

You need to tell me what I need to revert here, SPECIFICALLY, and in
what tree, if needed, otherwise I have no idea what is going on, sorry,
I can't read minds.

> For the mainline, we have queued more patches to fix the Xen breakage.

And what is that supposed to mean to me?

Again, help me out here, this is making no sense at all.

How am I supposed to "not apply" a patch that I have never heard of?
And how am I supposed to "not apply" a patch that I have already
applied?

How about you all start over from the beginning and tell me EXACTLY what
you want me to do here, because I sure as heck don't know what is going
on...

confused,

greg k-h

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

* Re: Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please.
  2012-04-02 23:49     ` Greg KH
@ 2012-04-03 13:04       ` Konrad Rzeszutek Wilk
  2012-04-03 13:28       ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 10+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-04-03 13:04 UTC (permalink / raw)
  To: Greg KH; +Cc: Suresh Siddha, linux-kernel, mingo, stable

On Mon, Apr 02, 2012 at 04:49:04PM -0700, Greg KH wrote:
> On Mon, Apr 02, 2012 at 04:43:05PM -0700, Suresh Siddha wrote:
> > On Mon, 2012-04-02 at 16:27 -0700, Greg KH wrote:
> > > On Mon, Apr 02, 2012 at 06:47:02PM -0400, Konrad Rzeszutek Wilk wrote:
> > > > Hey Greg,
> > > > 
> > > > The git commit 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 has CC stable@kernel.org
> > > > but it breaks Xen - we are working to fix it in 3.4, but the fix for it
> > > > does some architectual changes (136d249ef7dbf0fefa292082cc40be1ea864cbd6) that
> > > > I don't know if you are comfortable putting in stable tree.
> > > > 
> > > 
> > > I have no idea what that git commit id referrs to, as it's not in
> > > Linus's tree at the moment.
> > > 
> > > Care to give me a subject?  diffstat?  Some kind of hint?
> > 
> > Greg, Konrad is referring to:
> > 
> > commit 73d63d038ee9f769f5e5b46792d227fe20e442c5
> 
> Ok, then where did the 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 number
> come from?  And where was I supposed to be able to determine what it is
> pointing to?

Hm, somehow that is the git commit I saw, but it probably was b/c it got
cherrypicked in my testing tree.
> 
> Come on people...
> 
> > Author: Suresh Siddha <suresh.b.siddha@intel.com>
> > Date:   Mon Mar 12 11:36:33 2012 -0700
> > 
> >     x86/ioapic: Add register level checks to detect bogus io-apic entries
> > 
> > With out this commit, if the bios lists bogus io-apic's, then we will
> > see some error messages ("Unable to reset IRR for apic")during linux
> > boot which are benign. But as this patch breaks Xen, I am ok if these
> > don't get applied to 'stable'. Also I think it is Ingo who added the
> > 'stable' tag. Ingo, are you ok with this?
> 
> What stable trees did this already go into in the releases today?

None. That is why I am sending this advance warning so you don't
put it in.

> 
> You need to tell me what I need to revert here, SPECIFICALLY, and in
> what tree, if needed, otherwise I have no idea what is going on, sorry,
> I can't read minds.
> 
> > For the mainline, we have queued more patches to fix the Xen breakage.
> 
> And what is that supposed to mean to me?
> 
> Again, help me out here, this is making no sense at all.
> 
> How am I supposed to "not apply" a patch that I have never heard of?
> And how am I supposed to "not apply" a patch that I have already
> applied?
> 
> How about you all start over from the beginning and tell me EXACTLY what
> you want me to do here, because I sure as heck don't know what is going
> on...

Heh.

The patch titled "x86/ioapic: Add register level checks to detect bogus io-apic entries"
(git commit 73d63d038ee9f769f5e5b46792d227fe20e442c5) that is in v3.4-rc1, even
thought it has cc: stable@kernel.org, should _NOT_ be applied to the stable tree.

> 
> confused,
> 
> greg k-h

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

* Re: Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please.
  2012-04-02 23:49     ` Greg KH
  2012-04-03 13:04       ` Konrad Rzeszutek Wilk
@ 2012-04-03 13:28       ` Konrad Rzeszutek Wilk
  2012-04-03 14:26         ` Teck Choon Giam
  1 sibling, 1 reply; 10+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-04-03 13:28 UTC (permalink / raw)
  To: Greg KH; +Cc: Suresh Siddha, linux-kernel, mingo, stable

> > Author: Suresh Siddha <suresh.b.siddha@intel.com>
> > Date:   Mon Mar 12 11:36:33 2012 -0700
> > 
> >     x86/ioapic: Add register level checks to detect bogus io-apic entries
> > 
> > With out this commit, if the bios lists bogus io-apic's, then we will
> > see some error messages ("Unable to reset IRR for apic")during linux
> > boot which are benign. But as this patch breaks Xen, I am ok if these
> > don't get applied to 'stable'. Also I think it is Ingo who added the
> > 'stable' tag. Ingo, are you ok with this?
> 
> What stable trees did this already go into in the releases today?

I see it in v3.2.x as:
273fb19 x86/ioapic: Add register level checks to detect bogus io-apic entries

And in 3.0.x:
c2ec63e x86/ioapic: Add register level checks to detect bogus io-apic entries

But I don't see it in 3.1.x tree?

> 
> You need to tell me what I need to revert here, SPECIFICALLY, and in
> what tree, if needed, otherwise I have no idea what is going on, sorry,
> I can't read minds.

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

* Re: Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please.
  2012-04-03 13:28       ` Konrad Rzeszutek Wilk
@ 2012-04-03 14:26         ` Teck Choon Giam
  2012-04-03 14:31           ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 10+ messages in thread
From: Teck Choon Giam @ 2012-04-03 14:26 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: Greg KH, Suresh Siddha, linux-kernel, mingo, stable

On Tue, Apr 3, 2012 at 9:28 PM, Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com> wrote:
>> > Author: Suresh Siddha <suresh.b.siddha@intel.com>
>> > Date:   Mon Mar 12 11:36:33 2012 -0700
>> >
>> >     x86/ioapic: Add register level checks to detect bogus io-apic entries
>> >
>> > With out this commit, if the bios lists bogus io-apic's, then we will
>> > see some error messages ("Unable to reset IRR for apic")during linux
>> > boot which are benign. But as this patch breaks Xen, I am ok if these
>> > don't get applied to 'stable'. Also I think it is Ingo who added the
>> > 'stable' tag. Ingo, are you ok with this?
>>
>> What stable trees did this already go into in the releases today?
>
> I see it in v3.2.x as:
> 273fb19 x86/ioapic: Add register level checks to detect bogus io-apic entries
>
> And in 3.0.x:
> c2ec63e x86/ioapic: Add register level checks to detect bogus io-apic entries

And does this also affect 3.3.x?  I haven't test but guess it will?

# git log | grep -B 5 'x86/ioapic: Add register level checks to detect
bogus io-apic entries'

commit a998dc2fa76f496d2944f0602b920d1d10d7467d
Author: Suresh Siddha <suresh.b.siddha@intel.com>
Date:   Mon Mar 12 11:36:33 2012 -0700

    x86/ioapic: Add register level checks to detect bogus io-apic entries


Thanks.

Kindest regards,
Giam Teck Choon


>
> But I don't see it in 3.1.x tree?
>
>>
>> You need to tell me what I need to revert here, SPECIFICALLY, and in
>> what tree, if needed, otherwise I have no idea what is going on, sorry,
>> I can't read minds.
> --
> 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

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

* Re: Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please.
  2012-04-03 14:26         ` Teck Choon Giam
@ 2012-04-03 14:31           ` Konrad Rzeszutek Wilk
  2012-04-03 14:56             ` Teck Choon Giam
  0 siblings, 1 reply; 10+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-04-03 14:31 UTC (permalink / raw)
  To: Teck Choon Giam, gregkh
  Cc: Greg KH, Suresh Siddha, linux-kernel, mingo, stable

On Tue, Apr 03, 2012 at 10:26:42PM +0800, Teck Choon Giam wrote:
> On Tue, Apr 3, 2012 at 9:28 PM, Konrad Rzeszutek Wilk
> <konrad.wilk@oracle.com> wrote:
> >> > Author: Suresh Siddha <suresh.b.siddha@intel.com>
> >> > Date:   Mon Mar 12 11:36:33 2012 -0700
> >> >
> >> >     x86/ioapic: Add register level checks to detect bogus io-apic entries
> >> >
> >> > With out this commit, if the bios lists bogus io-apic's, then we will
> >> > see some error messages ("Unable to reset IRR for apic")during linux
> >> > boot which are benign. But as this patch breaks Xen, I am ok if these
> >> > don't get applied to 'stable'. Also I think it is Ingo who added the
> >> > 'stable' tag. Ingo, are you ok with this?
> >>
> >> What stable trees did this already go into in the releases today?
> >
> > I see it in v3.2.x as:
> > 273fb19 x86/ioapic: Add register level checks to detect bogus io-apic entries
> >
> > And in 3.0.x:
> > c2ec63e x86/ioapic: Add register level checks to detect bogus io-apic entries
> 
> And does this also affect 3.3.x?  I haven't test but guess it will?

Yup!
> 
> # git log | grep -B 5 'x86/ioapic: Add register level checks to detect
> bogus io-apic entries'
> 
> commit a998dc2fa76f496d2944f0602b920d1d10d7467d
> Author: Suresh Siddha <suresh.b.siddha@intel.com>
> Date:   Mon Mar 12 11:36:33 2012 -0700
> 
>     x86/ioapic: Add register level checks to detect bogus io-apic entries
> 

Greg, please also revert this one.

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

* Re: Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please.
  2012-04-03 14:31           ` Konrad Rzeszutek Wilk
@ 2012-04-03 14:56             ` Teck Choon Giam
  0 siblings, 0 replies; 10+ messages in thread
From: Teck Choon Giam @ 2012-04-03 14:56 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: gregkh, Suresh Siddha, linux-kernel, mingo, stable

On Tue, Apr 3, 2012 at 10:31 PM, Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com> wrote:
> On Tue, Apr 03, 2012 at 10:26:42PM +0800, Teck Choon Giam wrote:
>> On Tue, Apr 3, 2012 at 9:28 PM, Konrad Rzeszutek Wilk
>> <konrad.wilk@oracle.com> wrote:
>> >> > Author: Suresh Siddha <suresh.b.siddha@intel.com>
>> >> > Date:   Mon Mar 12 11:36:33 2012 -0700
>> >> >
>> >> >     x86/ioapic: Add register level checks to detect bogus io-apic entries
>> >> >
>> >> > With out this commit, if the bios lists bogus io-apic's, then we will
>> >> > see some error messages ("Unable to reset IRR for apic")during linux
>> >> > boot which are benign. But as this patch breaks Xen, I am ok if these
>> >> > don't get applied to 'stable'. Also I think it is Ingo who added the
>> >> > 'stable' tag. Ingo, are you ok with this?
>> >>
>> >> What stable trees did this already go into in the releases today?
>> >
>> > I see it in v3.2.x as:
>> > 273fb19 x86/ioapic: Add register level checks to detect bogus io-apic entries
>> >
>> > And in 3.0.x:
>> > c2ec63e x86/ioapic: Add register level checks to detect bogus io-apic entries
>>
>> And does this also affect 3.3.x?  I haven't test but guess it will?
>
> Yup!
>>
>> # git log | grep -B 5 'x86/ioapic: Add register level checks to detect
>> bogus io-apic entries'
>>
>> commit a998dc2fa76f496d2944f0602b920d1d10d7467d
>> Author: Suresh Siddha <suresh.b.siddha@intel.com>
>> Date:   Mon Mar 12 11:36:33 2012 -0700
>>
>>     x86/ioapic: Add register level checks to detect bogus io-apic entries
>>
>
> Greg, please also revert this one.

I will include the various tree commit id as below:

linux-3.0.y:
commit c2ec63edaf48c90c3495eeb0b75bb05102fbf71a
Author: Suresh Siddha <suresh.b.siddha@intel.com>
Date:   Mon Mar 12 11:36:33 2012 -0700

    x86/ioapic: Add register level checks to detect bogus io-apic entries

linux-3.1.y: Don't have such commit and I guess it is due to EOL before Mar 12

linux-3.2.y:
commit 273fb194e86b795b08a724c7646d0f694949070b
Author: Suresh Siddha <suresh.b.siddha@intel.com>
Date:   Mon Mar 12 11:36:33 2012 -0700

    x86/ioapic: Add register level checks to detect bogus io-apic entries

linux-3.3.y:
commit a998dc2fa76f496d2944f0602b920d1d10d7467d
Author: Suresh Siddha <suresh.b.siddha@intel.com>
Date:   Mon Mar 12 11:36:33 2012 -0700

    x86/ioapic: Add register level checks to detect bogus io-apic entries


Thanks.

Kindest regards,
Giam Teck Choon

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

end of thread, other threads:[~2012-04-03 14:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-02 22:47 Don't apply 9f022e54b8ea82d1ecdf3bd78d9ab9f44d6b0655 to stable please Konrad Rzeszutek Wilk
2012-04-02 23:02 ` Suresh Siddha
2012-04-02 23:27 ` Greg KH
2012-04-02 23:43   ` Suresh Siddha
2012-04-02 23:49     ` Greg KH
2012-04-03 13:04       ` Konrad Rzeszutek Wilk
2012-04-03 13:28       ` Konrad Rzeszutek Wilk
2012-04-03 14:26         ` Teck Choon Giam
2012-04-03 14:31           ` Konrad Rzeszutek Wilk
2012-04-03 14:56             ` Teck Choon Giam

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