* Re: Where can I get glibc with PI futex support (for -RT tests) ?
2006-07-05 0:34 Where can I get glibc with PI futex support (for -RT tests) ? Esben Nielsen
@ 2006-07-05 0:28 ` Ulrich Drepper
2006-07-05 9:34 ` Esben Nielsen
2006-07-05 13:12 ` Dinakar Guniguntala
0 siblings, 2 replies; 6+ messages in thread
From: Ulrich Drepper @ 2006-07-05 0:28 UTC (permalink / raw)
To: Esben Nielsen; +Cc: linux-kernel
On 7/4/06, Esben Nielsen <nielsen.esben@googlemail.com> wrote:
> The answer is probably on the list, but I can't find it in the
> archives..:-(
You have to wait your turn like everybody else. Ingo/Thomas have one
more bug to fix. After that I'll check in the patches into the cvs
archive.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Where can I get glibc with PI futex support (for -RT tests) ?
@ 2006-07-05 0:34 Esben Nielsen
2006-07-05 0:28 ` Ulrich Drepper
0 siblings, 1 reply; 6+ messages in thread
From: Esben Nielsen @ 2006-07-05 0:34 UTC (permalink / raw)
To: linux-kernel
The answer is probably on the list, but I can't find it in the
archives..:-(
Esben
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Where can I get glibc with PI futex support (for -RT tests) ?
2006-07-05 9:34 ` Esben Nielsen
@ 2006-07-05 9:11 ` Mark Hounschell
2006-07-05 15:58 ` Esben Nielsen
0 siblings, 1 reply; 6+ messages in thread
From: Mark Hounschell @ 2006-07-05 9:11 UTC (permalink / raw)
To: Esben Nielsen; +Cc: Ulrich Drepper, linux-kernel, glibc-cvs
Esben Nielsen wrote:
> On Tue, 4 Jul 2006, Ulrich Drepper wrote:
>
>> On 7/4/06, Esben Nielsen <nielsen.esben@googlemail.com> wrote:
>>> The answer is probably on the list, but I can't find it in the
>>> archives..:-(
>>
>> You have to wait your turn like everybody else. Ingo/Thomas have one
>> more bug to fix. After that I'll check in the patches into the cvs
>> archive.
>>
>
> Can I get what you have now? Then I can do some testing.
> I might very well be that the bug doesn't matter for me. What is the bug?
>
> I tried to check out from cvs
> (:pserver:anoncvs@sources.redhat.com:/cvs/glibc) but that can't even
> compile because PTHREAD_MUTEX_PRIO_INHERIT_NP and
> PTHREAD_MUTEX_PRIO_PROTECT_NP isn't defined for pthread_mutex_init.c
>
> Esben
>
> -
> 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/
>
Isn't Ingo's patch for glibc-2.4 here?
http://people.redhat.com/mingo/PI-futex-patches/glibc-PI-futex.patch
Builds for me.
Mark
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Where can I get glibc with PI futex support (for -RT tests) ?
2006-07-05 0:28 ` Ulrich Drepper
@ 2006-07-05 9:34 ` Esben Nielsen
2006-07-05 9:11 ` Mark Hounschell
2006-07-05 13:12 ` Dinakar Guniguntala
1 sibling, 1 reply; 6+ messages in thread
From: Esben Nielsen @ 2006-07-05 9:34 UTC (permalink / raw)
To: Ulrich Drepper; +Cc: linux-kernel, glibc-cvs
On Tue, 4 Jul 2006, Ulrich Drepper wrote:
> On 7/4/06, Esben Nielsen <nielsen.esben@googlemail.com> wrote:
>> The answer is probably on the list, but I can't find it in the
>> archives..:-(
>
> You have to wait your turn like everybody else. Ingo/Thomas have one
> more bug to fix. After that I'll check in the patches into the cvs
> archive.
>
Can I get what you have now? Then I can do some testing.
I might very well be that the bug doesn't matter for me. What is the bug?
I tried to check out from cvs
(:pserver:anoncvs@sources.redhat.com:/cvs/glibc) but that can't even
compile because PTHREAD_MUTEX_PRIO_INHERIT_NP and
PTHREAD_MUTEX_PRIO_PROTECT_NP isn't defined for pthread_mutex_init.c
Esben
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Where can I get glibc with PI futex support (for -RT tests) ?
2006-07-05 0:28 ` Ulrich Drepper
2006-07-05 9:34 ` Esben Nielsen
@ 2006-07-05 13:12 ` Dinakar Guniguntala
1 sibling, 0 replies; 6+ messages in thread
From: Dinakar Guniguntala @ 2006-07-05 13:12 UTC (permalink / raw)
To: Ulrich Drepper; +Cc: Esben Nielsen, linux-kernel, Ingo Molnar, tglx
[-- Attachment #1: Type: text/plain, Size: 710 bytes --]
On Tue, Jul 04, 2006 at 05:28:30PM -0700, Ulrich Drepper wrote:
> On 7/4/06, Esben Nielsen <nielsen.esben@googlemail.com> wrote:
> >The answer is probably on the list, but I can't find it in the
> >archives..:-(
>
> You have to wait your turn like everybody else. Ingo/Thomas have one
> more bug to fix. After that I'll check in the patches into the cvs
> archive.
Hi Ulrich,
I sent this mail earlier, for some reason it never made it to the list,
sorry if you received it more than once...
You probably have fixes for these problems, but this is the set of
glibc patches that I was using on top of your PI patch on Ingo's website
The attached tarball has 4 patches and a series file
-Dinakar
[-- Attachment #2: glibc-pi-fixes.tar.gz --]
[-- Type: application/x-tar-gz, Size: 2531 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Where can I get glibc with PI futex support (for -RT tests) ?
2006-07-05 9:11 ` Mark Hounschell
@ 2006-07-05 15:58 ` Esben Nielsen
0 siblings, 0 replies; 6+ messages in thread
From: Esben Nielsen @ 2006-07-05 15:58 UTC (permalink / raw)
To: Mark Hounschell; +Cc: Esben Nielsen, Ulrich Drepper, linux-kernel, glibc-cvs
On Wed, 5 Jul 2006, Mark Hounschell wrote:
> Esben Nielsen wrote:
>> On Tue, 4 Jul 2006, Ulrich Drepper wrote:
>>
>>> On 7/4/06, Esben Nielsen <nielsen.esben@googlemail.com> wrote:
>>>> The answer is probably on the list, but I can't find it in the
>>>> archives..:-(
>>>
>>> You have to wait your turn like everybody else. Ingo/Thomas have one
>>> more bug to fix. After that I'll check in the patches into the cvs
>>> archive.
>>>
>>
>> Can I get what you have now? Then I can do some testing.
>> I might very well be that the bug doesn't matter for me. What is the bug?
>>
>> I tried to check out from cvs
>> (:pserver:anoncvs@sources.redhat.com:/cvs/glibc) but that can't even
>> compile because PTHREAD_MUTEX_PRIO_INHERIT_NP and
>> PTHREAD_MUTEX_PRIO_PROTECT_NP isn't defined for pthread_mutex_init.c
>>
>> Esben
>>
>> -
>> 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/
>>
>
> Isn't Ingo's patch for glibc-2.4 here?
>
> http://people.redhat.com/mingo/PI-futex-patches/glibc-PI-futex.patch
>
> Builds for me.
>
Ok, thanks! It builds and it seems to work too :-)
Esben
> Mark
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-07-05 14:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-05 0:34 Where can I get glibc with PI futex support (for -RT tests) ? Esben Nielsen
2006-07-05 0:28 ` Ulrich Drepper
2006-07-05 9:34 ` Esben Nielsen
2006-07-05 9:11 ` Mark Hounschell
2006-07-05 15:58 ` Esben Nielsen
2006-07-05 13:12 ` Dinakar Guniguntala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox