All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.25.4-rt6
@ 2008-06-06 22:59 Steven Rostedt
  2008-06-09  7:38 ` 2.6.25.4-rt6 Tarkan Erimer
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Rostedt @ 2008-06-06 22:59 UTC (permalink / raw)
  To: LKML, RT; +Cc: Ingo Molnar, Thomas Gleixner

We are pleased to announce the 2.6.25.4-rt6 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.25.4-rt5

  - sched_cpupri hotplug support (Gregory Haskins)

  - sched_cpupri prio count (Gregory Haskins)

  - ftrace hotplug fix (Steven Rostedt)

to build a 2.6.25.4-rt6 tree, the following patches should be applied:

  http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2
  http://kernel.org/pub/linux/kernel/v2.6/patch-2.6.25.4.bz2
  http://rt.et.redhat.com/download/patch-2.6.25.4-rt6.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] 3+ messages in thread

* Re: 2.6.25.4-rt6
  2008-06-06 22:59 2.6.25.4-rt6 Steven Rostedt
@ 2008-06-09  7:38 ` Tarkan Erimer
  2008-06-09  8:13   ` 2.6.25.4-rt6 Uli Brueggemann
  0 siblings, 1 reply; 3+ messages in thread
From: Tarkan Erimer @ 2008-06-09  7:38 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: LKML, RT, Ingo Molnar, Thomas Gleixner

I got this error message at compile stage. Also it is the same error 
that was on -rt4. -rt3 compiles and runs fine.


VDSOSYM arch/x86/vdso/vdso32-syms.lds
LD arch/x86/vdso/built-in.o
CC kernel/sched.o
kernel/sched.c: In function 'sched_init':
kernel/sched.c:7702: error: implicit declaration of function 
'global_rt_runtime'
make[2]: *** [kernel/sched.o] Error 1
make[1]: *** [kernel] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.25.4'
make: *** [debian/stamp-build-kernel] Error 2
root@tarkane:/usr/src/linux-2.6.25.4#

Steven Rostedt wrote:
> We are pleased to announce the 2.6.25.4-rt6 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.25.4-rt5
>
>   - sched_cpupri hotplug support (Gregory Haskins)
>
>   - sched_cpupri prio count (Gregory Haskins)
>
>   - ftrace hotplug fix (Steven Rostedt)
>
> to build a 2.6.25.4-rt6 tree, the following patches should be applied:
>
>   http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2
>   http://kernel.org/pub/linux/kernel/v2.6/patch-2.6.25.4.bz2
>   http://rt.et.redhat.com/download/patch-2.6.25.4-rt6.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-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>   


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

* Re: 2.6.25.4-rt6
  2008-06-09  7:38 ` 2.6.25.4-rt6 Tarkan Erimer
@ 2008-06-09  8:13   ` Uli Brueggemann
  0 siblings, 0 replies; 3+ messages in thread
From: Uli Brueggemann @ 2008-06-09  8:13 UTC (permalink / raw)
  To: Tarkan Erimer; +Cc: Steven Rostedt, LKML, RT, Ingo Molnar, Thomas Gleixner

On Mon, Jun 9, 2008 at 9:38 AM, Tarkan Erimer <tarkan@netone.net.tr> wrote:
>
> I got this error message at compile stage. Also it is the same error that was on -rt4. -rt3 compiles and runs fine.
>
>
> VDSOSYM arch/x86/vdso/vdso32-syms.lds
> LD arch/x86/vdso/built-in.o
> CC kernel/sched.o
> kernel/sched.c: In function 'sched_init':
> kernel/sched.c:7702: error: implicit declaration of function 'global_rt_runtime'
> make[2]: *** [kernel/sched.o] Error 1
> make[1]: *** [kernel] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.6.25.4'
> make: *** [debian/stamp-build-kernel] Error 2
> root@tarkane:/usr/src/linux-2.6.25.4#
>



I got the same message but following previously sent patch works for me:

-------- Original Message --------

Subject: about 2.6.25.4-rt5 (missing global_rt_runtime)
Date: Thu, 05 Jun 2008 12:18:49 +0000
From: ciaby <ciaby@autistici.org>
To: rostedt@goodmis.org

Small patch to make it compile (missing global_rt_runtime function):

diff -uNr linux-2.6.25.4.orig/kernel
/sched.c linux-2.6.25.4/kernel/sched.c

--- linux-2.6.25.4.orig/kernel/sched.c  2008-06-05 14:12:30.000000000 +0200
+++ linux-2.6.25.4/kernel/sched.c       2008-06-05 13:58:48.000000000 +0200

@@ -671,6 +671,15 @@

 */
  #define RUNTIME_INF    ((u64)~0ULL)

+static u64 global_rt_runtime(void)
+{
+       if (sysctl_sched_rt_period < 0)
+               return RUNTIME_INF;
+       return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC;
+}
+
+
+
/*
 * We really dont want to do anything complex within switch_to()
 * on PREEMPT_RT - this check enforces this.

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

end of thread, other threads:[~2008-06-09  8:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-06 22:59 2.6.25.4-rt6 Steven Rostedt
2008-06-09  7:38 ` 2.6.25.4-rt6 Tarkan Erimer
2008-06-09  8:13   ` 2.6.25.4-rt6 Uli Brueggemann

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.