public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] 2.4.21-ia64-030702 arch/ia64/kernel/unwind.c
@ 2003-07-20  9:51 Keith Owens
  0 siblings, 0 replies; 4+ messages in thread
From: Keith Owens @ 2003-07-20  9:51 UTC (permalink / raw)
  To: linux-ia64

This has been fixed once but must have slipped through the cracks.  It
only shows up when you turn on unwind debugging.


--- 2.4.21/arch/ia64/kernel/unwind.c	2003-07-20 19:48:22.000000000 +1000
+++ 2.4.21/arch/ia64/kernel/unwind.c	2003-07-20 19:48:13.000000000 +1000
@@ -1934,7 +1934,7 @@
 		   "  pr     0x%lx\n"
 		   "  sw     0x%lx\n"
 		   "  sp     0x%lx\n",
-		   __FUNCTION__, (unsigned long) task, rbslimit, rbstop, stktop, stklimit,
+		   __FUNCTION__, (unsigned long) t, rbslimit, rbstop, stktop, stklimit,
 		   info->pr, (unsigned long) info->sw, info->sp);
 	STAT(unw.stat.api.init_time += ia64_get_itc() - start; local_irq_restore(flags));
 }


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

* Re: [patch] 2.4.21-ia64-030702 arch/ia64/kernel/unwind.c
@ 2003-07-24  8:59 Keith Owens
  2003-07-29 23:21 ` Bjorn Helgaas
  2003-07-29 23:26 ` Bjorn Helgaas
  0 siblings, 2 replies; 4+ messages in thread
From: Keith Owens @ 2003-07-24  8:59 UTC (permalink / raw)
  To: linux-ia64

On Sun, 20 Jul 2003 19:51:06 +1000, 
Keith Owens <kaos@sgi.com> wrote:
>This has been fixed once but must have slipped through the cracks.  It
>only shows up when you turn on unwind debugging.

And another one, again it only shows up with unwind debugging.

--- linux/arch/ia64/kernel/unwind.c	2003-07-03 12:03:40.000000000 +1000
+++ linux/arch/ia64/kernel/unwind.c	2003-07-24 16:45:34.000000000 +1000
@@ -1955,7 +1955,7 @@
 		   "  bsp    0x%lx\n"
 		   "  sof    0x%lx\n"
 		   "  ip     0x%lx\n",
-		   info->bsp, sof, info->ip);
+		   __FUNCTION__, info->bsp, sof, info->ip);
 	find_save_locs(info);
 }
 
@@ -1973,7 +1973,7 @@
 		   "  bsp    0x%lx\n"
 		   "  sol    0x%lx\n"
 		   "  ip     0x%lx\n",
-		   info->bsp, sol, info->ip);
+		   __FUNCTION__, info->bsp, sol, info->ip);
 	find_save_locs(info);
 }
 


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

* Re: [patch] 2.4.21-ia64-030702 arch/ia64/kernel/unwind.c
  2003-07-24  8:59 Keith Owens
@ 2003-07-29 23:21 ` Bjorn Helgaas
  2003-07-29 23:26 ` Bjorn Helgaas
  1 sibling, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2003-07-29 23:21 UTC (permalink / raw)
  To: linux-ia64

On Sunday 20 July 2003 3:51 am, Keith Owens wrote:
> This has been fixed once but must have slipped through the cracks.  It
> only shows up when you turn on unwind debugging.
> 
> 
> --- 2.4.21/arch/ia64/kernel/unwind.c	2003-07-20 19:48:22.000000000 +1000
> +++ 2.4.21/arch/ia64/kernel/unwind.c	2003-07-20 19:48:13.000000000 +1000
> @@ -1934,7 +1934,7 @@
>  		   "  pr     0x%lx\n"
>  		   "  sw     0x%lx\n"
>  		   "  sp     0x%lx\n",
> -		   __FUNCTION__, (unsigned long) task, rbslimit, rbstop, stktop, stklimit,
> +		   __FUNCTION__, (unsigned long) t, rbslimit, rbstop, stktop, stklimit,
>  		   info->pr, (unsigned long) info->sw, info->sp);
>  	STAT(unw.stat.api.init_time += ia64_get_itc() - start; local_irq_restore(flags));
>  }

Applied for 2.4.  Sorry I missed this.

Bjorn


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

* Re: [patch] 2.4.21-ia64-030702 arch/ia64/kernel/unwind.c
  2003-07-24  8:59 Keith Owens
  2003-07-29 23:21 ` Bjorn Helgaas
@ 2003-07-29 23:26 ` Bjorn Helgaas
  1 sibling, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2003-07-29 23:26 UTC (permalink / raw)
  To: linux-ia64

On Thursday 24 July 2003 2:59 am, Keith Owens wrote:
> On Sun, 20 Jul 2003 19:51:06 +1000, 
> Keith Owens <kaos@sgi.com> wrote:
> >This has been fixed once but must have slipped through the cracks.  It
> >only shows up when you turn on unwind debugging.
> 
> And another one, again it only shows up with unwind debugging.
> 
> --- linux/arch/ia64/kernel/unwind.c	2003-07-03 12:03:40.000000000 +1000
> +++ linux/arch/ia64/kernel/unwind.c	2003-07-24 16:45:34.000000000 +1000
> @@ -1955,7 +1955,7 @@
>  		   "  bsp    0x%lx\n"
>  		   "  sof    0x%lx\n"
>  		   "  ip     0x%lx\n",
> -		   info->bsp, sof, info->ip);
> +		   __FUNCTION__, info->bsp, sof, info->ip);
>  	find_save_locs(info);
>  }
>  
> @@ -1973,7 +1973,7 @@
>  		   "  bsp    0x%lx\n"
>  		   "  sol    0x%lx\n"
>  		   "  ip     0x%lx\n",
> -		   info->bsp, sol, info->ip);
> +		   __FUNCTION__, info->bsp, sol, info->ip);
>  	find_save_locs(info);
>  }

I applied this one, too.  And I'll push the changes to bkbits and kernel.org
in a minute.

Bjorn


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

end of thread, other threads:[~2003-07-29 23:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-20  9:51 [patch] 2.4.21-ia64-030702 arch/ia64/kernel/unwind.c Keith Owens
  -- strict thread matches above, loose matches on Subject: below --
2003-07-24  8:59 Keith Owens
2003-07-29 23:21 ` Bjorn Helgaas
2003-07-29 23:26 ` Bjorn Helgaas

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