All of lore.kernel.org
 help / color / mirror / Atom feed
* [Backport request][pv-ops] kgdb on recent version of gdb
@ 2011-03-20 15:13 Frank Pan
  2011-03-21 16:21 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 6+ messages in thread
From: Frank Pan @ 2011-03-20 15:13 UTC (permalink / raw)
  To: xen-devel, Jeremy Fitzhardinge, Ian Campbell

hi,

Current pv-ops kernel is unable to use kgdb with a higher version of gdb. (7.2?)
The issue has been solved in the upstream kernel, however this remains
unsolved in the next-2.6.32 tree.

Here is the commit, on the upstream linux tree:

fb82c0ff27b2c40c6f7a3d1a94cafb154591fa80

-- 
潘震皓, Frank Pan

Computer Science and Technology
Tsinghua University

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

* Re: [Backport request][pv-ops] kgdb on recent version of gdb
  2011-03-20 15:13 [Backport request][pv-ops] kgdb on recent version of gdb Frank Pan
@ 2011-03-21 16:21 ` Jeremy Fitzhardinge
  2011-03-21 17:08   ` Frank Pan
  0 siblings, 1 reply; 6+ messages in thread
From: Jeremy Fitzhardinge @ 2011-03-21 16:21 UTC (permalink / raw)
  To: Frank Pan; +Cc: Ian Campbell, xen-devel@lists.xensource.com

On 03/20/2011 03:13 PM, Frank Pan wrote:
> hi,
>
> Current pv-ops kernel is unable to use kgdb with a higher version of gdb. (7.2?)
> The issue has been solved in the upstream kernel, however this remains
> unsolved in the next-2.6.32 tree.
>
> Here is the commit, on the upstream linux tree:
>
> fb82c0ff27b2c40c6f7a3d1a94cafb154591fa80

I'd prefer to pick this up out of stable/longterm rather than just graft
it in as-is.  Do you know if it has been submitted as a stable kernel patch?

    J

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

* Re: [Backport request][pv-ops] kgdb on recent version of gdb
  2011-03-21 16:21 ` Jeremy Fitzhardinge
@ 2011-03-21 17:08   ` Frank Pan
  2011-03-21 17:53     ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 6+ messages in thread
From: Frank Pan @ 2011-03-21 17:08 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Ian Campbell, xen-devel@lists.xensource.com

> I'd prefer to pick this up out of stable/longterm rather than just graft
> it in as-is.  Do you know if it has been submitted as a stable kernel patch?

Yes, it's also in the v2.6.38 tag of upstream.
That means stable, right?

-- 
潘震皓, Frank Pan

Computer Science and Technology
Tsinghua University

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

* Re: Re: [Backport request][pv-ops] kgdb on recent version of gdb
  2011-03-21 17:08   ` Frank Pan
@ 2011-03-21 17:53     ` Jeremy Fitzhardinge
  2011-03-22  5:01       ` Frank Pan
  0 siblings, 1 reply; 6+ messages in thread
From: Jeremy Fitzhardinge @ 2011-03-21 17:53 UTC (permalink / raw)
  To: Frank Pan
  Cc: Ian Campbell, Jeremy Fitzhardinge, xen-devel@lists.xensource.com

On 03/21/2011 05:08 PM, Frank Pan wrote:
>> I'd prefer to pick this up out of stable/longterm rather than just graft
>> it in as-is.  Do you know if it has been submitted as a stable kernel patch?
> Yes, it's also in the v2.6.38 tag of upstream.
> That means stable, right?

No, "stable" in the sense of being sent to stable@kernel.org for
application to older maintained kernels (including 2.6.32).

    J

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

* Re: Re: [Backport request][pv-ops] kgdb on recent version of gdb
  2011-03-21 17:53     ` Jeremy Fitzhardinge
@ 2011-03-22  5:01       ` Frank Pan
  2011-03-22 13:47         ` Ian Campbell
  0 siblings, 1 reply; 6+ messages in thread
From: Frank Pan @ 2011-03-22  5:01 UTC (permalink / raw)
  To: Jeremy Fitzhardinge
  Cc: Ian Campbell, Jeremy Fitzhardinge, xen-devel@lists.xensource.com

I've found that inside the 2.6.38.y stable tree, how about that?

http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.38.y.git;a=commit;h=fb82c0ff27b2c40c6f7a3d1a94cafb154591fa80

On Tue, Mar 22, 2011 at 1:53 AM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> On 03/21/2011 05:08 PM, Frank Pan wrote:
>>> I'd prefer to pick this up out of stable/longterm rather than just graft
>>> it in as-is.  Do you know if it has been submitted as a stable kernel patch?
>> Yes, it's also in the v2.6.38 tag of upstream.
>> That means stable, right?
>
> No, "stable" in the sense of being sent to stable@kernel.org for
> application to older maintained kernels (including 2.6.32).
>
>    J
>
>



-- 
潘震皓, Frank Pan

Computer Science and Technology
Tsinghua University

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

* Re: Re: [Backport request][pv-ops] kgdb on recent version of gdb
  2011-03-22  5:01       ` Frank Pan
@ 2011-03-22 13:47         ` Ian Campbell
  0 siblings, 0 replies; 6+ messages in thread
From: Ian Campbell @ 2011-03-22 13:47 UTC (permalink / raw)
  To: Frank Pan
  Cc: Jeremy Fitzhardinge, Jeremy Fitzhardinge,
	xen-devel@lists.xensource.com

(please don't top post)
On Tue, 2011-03-22 at 05:01 +0000, Frank Pan wrote:
> I've found that inside the 2.6.38.y stable tree, how about that?

It needs to be in the 2.6.32.y "longterm" tree.

You can request that by mailing stable@kernel.org and the original patch
author(s) and suggesting that that changeset is backported to 2.6.32.x.

The fact that it has gone into 2.6.38.y suggests it should be a
reasonably easy ack to obtain.

Ian.

> 
> http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.38.y.git;a=commit;h=fb82c0ff27b2c40c6f7a3d1a94cafb154591fa80
> 
> On Tue, Mar 22, 2011 at 1:53 AM, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> > On 03/21/2011 05:08 PM, Frank Pan wrote:
> >>> I'd prefer to pick this up out of stable/longterm rather than just graft
> >>> it in as-is.  Do you know if it has been submitted as a stable kernel patch?
> >> Yes, it's also in the v2.6.38 tag of upstream.
> >> That means stable, right?
> >
> > No, "stable" in the sense of being sent to stable@kernel.org for
> > application to older maintained kernels (including 2.6.32).
> >
> >    J
> >
> >
> 
> 
> 

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

end of thread, other threads:[~2011-03-22 13:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-20 15:13 [Backport request][pv-ops] kgdb on recent version of gdb Frank Pan
2011-03-21 16:21 ` Jeremy Fitzhardinge
2011-03-21 17:08   ` Frank Pan
2011-03-21 17:53     ` Jeremy Fitzhardinge
2011-03-22  5:01       ` Frank Pan
2011-03-22 13:47         ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.