linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.26.6-rt10
@ 2008-10-12 19:30 Steven Rostedt
  2008-10-13  0:15 ` 2.6.26.6-rt10 Luis Henriques
  0 siblings, 1 reply; 5+ messages in thread
From: Steven Rostedt @ 2008-10-12 19:30 UTC (permalink / raw)
  To: LKML, RT; +Cc: Ingo Molnar, Thomas Gleixner

We are pleased to announce the 2.6.26.6-rt10 tree, which can be
downloaded from the location:

  http://rt.et.redhat.com/download/

Information on the RT patch can be found at:

  http://rt.wiki.kernel.org/index.php/Main_Page

Changes since 2.6.26.5-rt9

  - ported to 2.6.26.6

  - rwlock to handle unnested order unlocks (Steven Rostedt)

  - rwlock update torture test to test unnested unlocks (Steven Rostedt)

  - remove rt push comment (Gregory Haskins)

  - rt sched fix to handle dequeue (Gregory Haskins)

  - PPC: remove duplicate stack trace code (Robert Schwebel)

  - ARM: ftrace event IRQ call fix (Alexander Pazdnikov)

  - fair sched not to resched RT tasks (Peter Zijlstra)

  - ftrace quick stop (Steven Rostedt)

  - event trace of resched (Steven Rostedt)


to build a 2.6.26.6-rt10 tree, the following patches should be applied:

  http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2
  http://kernel.org/pub/linux/kernel/v2.6/patch-2.6.26.6.bz2
  http://rt.et.redhat.com/download/patch-2.6.26.6-rt10.bz2



And like always, my RT version of Matt Mackall's ketchup will get this
for you nicely:

  http://people.redhat.com/srostedt/rt/tools/ketchup-0.9.8-rt3


The broken out patches are also available.


-- Steve



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

* Re: 2.6.26.6-rt10
  2008-10-12 19:30 2.6.26.6-rt10 Steven Rostedt
@ 2008-10-13  0:15 ` Luis Henriques
  2008-10-13  4:46   ` 2.6.26.6-rt10 Steven Rostedt
  2008-10-13 19:51   ` 2.6.26.6-rt10 Steven Rostedt
  0 siblings, 2 replies; 5+ messages in thread
From: Luis Henriques @ 2008-10-13  0:15 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: LKML, RT, Ingo Molnar, Thomas Gleixner

Hi Steven,

Steven Rostedt wrote:
> We are pleased to announce the 2.6.26.6-rt10 tree, which can be
> downloaded from the location:
> 
>   http://rt.et.redhat.com/download/
> 
> Information on the RT patch can be found at:
> 
>   http://rt.wiki.kernel.org/index.php/Main_Page
> 
> Changes since 2.6.26.5-rt9
> 
>   - ported to 2.6.26.6
> 
>   - rwlock to handle unnested order unlocks (Steven Rostedt)
> 
>   - rwlock update torture test to test unnested unlocks (Steven Rostedt)
> 
>   - remove rt push comment (Gregory Haskins)
> 
>   - rt sched fix to handle dequeue (Gregory Haskins)
> 
>   - PPC: remove duplicate stack trace code (Robert Schwebel)
> 
>   - ARM: ftrace event IRQ call fix (Alexander Pazdnikov)
> 
>   - fair sched not to resched RT tasks (Peter Zijlstra)
> 
>   - ftrace quick stop (Steven Rostedt)
> 
>   - event trace of resched (Steven Rostedt)
> 
> 
> to build a 2.6.26.6-rt10 tree, the following patches should be applied:
> 
>   http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2
>   http://kernel.org/pub/linux/kernel/v2.6/patch-2.6.26.6.bz2
>   http://rt.et.redhat.com/download/patch-2.6.26.6-rt10.bz2
> 
> 
> 
> And like always, my RT version of Matt Mackall's ketchup will get this
> for you nicely:
> 
>   http://people.redhat.com/srostedt/rt/tools/ketchup-0.9.8-rt3
> 
> 
> The broken out patches are also available.
> 
> 
> -- Steve
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 

I found a compilation error while compiling this new version of the rt
pach.  I guess the following line is enough for you to trace the problem:

kernel/trace/trace_events.c:49: error: ‘function_trace_stop’ undeclared
(first use in this function)

It seems that an 'extern int function_trace_stop' is missing somewhere...

Regards,
--
Luis Henriques
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" 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] 5+ messages in thread

* Re: 2.6.26.6-rt10
  2008-10-13  0:15 ` 2.6.26.6-rt10 Luis Henriques
@ 2008-10-13  4:46   ` Steven Rostedt
  2008-10-13 19:51   ` 2.6.26.6-rt10 Steven Rostedt
  1 sibling, 0 replies; 5+ messages in thread
From: Steven Rostedt @ 2008-10-13  4:46 UTC (permalink / raw)
  To: Luis Henriques; +Cc: LKML, RT, Ingo Molnar, Thomas Gleixner



On Mon, 13 Oct 2008, Luis Henriques wrote:

> >   - ftrace quick stop (Steven Rostedt)
> > 

> I found a compilation error while compiling this new version of the rt
> pach.  I guess the following line is enough for you to trace the problem:
> 
> kernel/trace/trace_events.c:49: error: ?function_trace_stop? undeclared
> (first use in this function)
> 
> It seems that an 'extern int function_trace_stop' is missing somewhere...
> 

Hi Luis,

What arch did you compile this on?  I did a make allmodconfig on x86_64 
and it compiled to completion. I also ran this on x86_64 and i386 boxes 
(a more natural config).

Could you send me your config and tell me what arch you compiled this for.

Thanks,

-- Steve


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

* Re: 2.6.26.6-rt10
  2008-10-13  0:15 ` 2.6.26.6-rt10 Luis Henriques
  2008-10-13  4:46   ` 2.6.26.6-rt10 Steven Rostedt
@ 2008-10-13 19:51   ` Steven Rostedt
  2008-10-13 21:15     ` 2.6.26.6-rt10 Luis Henriques
  1 sibling, 1 reply; 5+ messages in thread
From: Steven Rostedt @ 2008-10-13 19:51 UTC (permalink / raw)
  To: Luis Henriques; +Cc: LKML, RT, Ingo Molnar, Thomas Gleixner


On Mon, 13 Oct 2008, Luis Henriques wrote:
> 
> I found a compilation error while compiling this new version of the rt
> pach.  I guess the following line is enough for you to trace the problem:
> 
> kernel/trace/trace_events.c:49: error: ?function_trace_stop? undeclared
> (first use in this function)
> 
> It seems that an 'extern int function_trace_stop' is missing somewhere...
> 

Luis, I just released a -rt11 that should fix this for you. Can you 
download it and give it a try.

Thanks,

-- Steve


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

* Re: 2.6.26.6-rt10
  2008-10-13 19:51   ` 2.6.26.6-rt10 Steven Rostedt
@ 2008-10-13 21:15     ` Luis Henriques
  0 siblings, 0 replies; 5+ messages in thread
From: Luis Henriques @ 2008-10-13 21:15 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: LKML, RT, Ingo Molnar, Thomas Gleixner

Steven Rostedt wrote:
> On Mon, 13 Oct 2008, Luis Henriques wrote:
>> I found a compilation error while compiling this new version of the rt
>> pach.  I guess the following line is enough for you to trace the problem:
>>
>> kernel/trace/trace_events.c:49: error: ?function_trace_stop? undeclared
>> (first use in this function)
>>
>> It seems that an 'extern int function_trace_stop' is missing somewhere...
>>
> 
> Luis, I just released a -rt11 that should fix this for you. Can you 
> download it and give it a try.


Hi Steve,

just recompiled it and, although I did not really tested it (just booted
the new kernel), it seems to works like a charm ;)

Regards,
--
Luis Henriques

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

end of thread, other threads:[~2008-10-13 21:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-12 19:30 2.6.26.6-rt10 Steven Rostedt
2008-10-13  0:15 ` 2.6.26.6-rt10 Luis Henriques
2008-10-13  4:46   ` 2.6.26.6-rt10 Steven Rostedt
2008-10-13 19:51   ` 2.6.26.6-rt10 Steven Rostedt
2008-10-13 21:15     ` 2.6.26.6-rt10 Luis Henriques

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