2005-02-24 23:34:33

by shabanip

[permalink] [raw]
Subject: realtime patch

where can i find realtime patchs to kernel 2.6?


2005-02-25 00:10:23

by Fabian Fenaut

[permalink] [raw]
Subject: Re: realtime patch

shabanip a ecrit le 25.02.2005 00:37:
> where can i find realtime patchs to kernel 2.6?

http://sourceforge.net/projects/realtime-lsm/ ?

2005-02-25 00:19:52

by Gene Heskett

[permalink] [raw]
Subject: Re: realtime patch

On Thursday 24 February 2005 18:37, shabanip wrote:
>where can i find realtime patchs to kernel 2.6?

<http://people.redhat.com/mingo/realtime-preempt/>

Thats currently for 2.6.11-rc4. Subject to change/update as the
development continues.

--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.34% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2005 by Maurice Eugene Heskett, all rights reserved.

2005-02-25 00:58:53

by George Anzinger

[permalink] [raw]
Subject: Re: realtime patch

Fabian Fenaut wrote:
> shabanip a ecrit le 25.02.2005 00:37:
>
>> where can i find realtime patchs to kernel 2.6?
>
>
> http://sourceforge.net/projects/realtime-lsm/ ?

What?? NO, they are here:

http://redhat.com/~mingo/realtime-preempt/

> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

--
George Anzinger [email protected]
High-res-timers: http://sourceforge.net/projects/high-res-timers/

2005-02-25 01:43:53

by Lee Revell

[permalink] [raw]
Subject: Re: realtime patch

On Thu, 2005-02-24 at 16:52 -0800, George Anzinger wrote:
> Fabian Fenaut wrote:
> > shabanip a ecrit le 25.02.2005 00:37:
> >
> >> where can i find realtime patchs to kernel 2.6?
> >
> >
> > http://sourceforge.net/projects/realtime-lsm/ ?
>
> What?? NO, they are here:
>
> http://redhat.com/~mingo/realtime-preempt/
>

Lots of people seem to be confused on this. I even read an lwn.net
article that didn't seem to grok the distinction.

The realtime-preempt patches make the Linux kernel usable for soft and
hard realtime applications.

The realtime LSM just enables the administrator to let selected non-root
users use these capabilities.

The only relationship between the patches is that using the realtime LSM
is rather pointless without the realtime preempt patch, because if the
realtime performance of the Linux kernel isn't good enough, there's no
point in being able to let non root users use it.

Lee