Re: [Alsa-devel] Patch to fix Pax/Grsecurity Problems

2004-01-26 Thread Takashi Iwai
At Mon, 26 Jan 2004 14:45:49 +0100 (MET), Clemens Ladisch wrote: > > Takashi Iwai wrote: > > Stephen Cook wrote: > > > > > > >> - qsort(hctl->pelems, hctl->count, sizeof(*hctl->pelems), compar); > > > >> + > > > >> + pthread_mutex_lock(&sync_lock); > > > >> + compare_hctl = hctl; >

Re: [Alsa-devel] Patch to fix Pax/Grsecurity Problems

2004-01-26 Thread Clemens Ladisch
Takashi Iwai wrote: > Stephen Cook wrote: > > > > >> -qsort(hctl->pelems, hctl->count, sizeof(*hctl->pelems), compar); > > >> + > > >> +pthread_mutex_lock(&sync_lock); > > >> +compare_hctl = hctl; > > >> +qsort(hctl->pelems, hctl->count, sizeof(*hctl->pelems), hctl_c

Re: [Alsa-devel] Patch to fix Pax/Grsecurity Problems

2004-01-23 Thread Takashi Iwai
At Fri, 23 Jan 2004 20:40:04 +1100, Stephen Cook wrote: > > I hope I don't sound to persistent but I am just wondering when this > patch is going to be merged or if there is anything I can do to help > speed it up. Such as any changes to the patch etc. well, i'm also waiting for the response fr

Re: [Alsa-devel] Patch to fix Pax/Grsecurity Problems

2004-01-23 Thread Stephen Cook
I hope I don't sound to persistent but I am just wondering when this patch is going to be merged or if there is anything I can do to help speed it up. Such as any changes to the patch etc. Thanks Stephen -- - Original Message - DATE: Mon, 12 Jan 2004 15:03:54 From: Takashi Iwa

Re: [Alsa-devel] Patch to fix Pax/Grsecurity Problems

2004-01-12 Thread Takashi Iwai
At Mon, 12 Jan 2004 12:27:23 +1100, Stephen Cook wrote: > > [1 ] > As you may be currently aware alsa-lib (libasound) does not work very well when > using it under a kernel that has the Pax (http://pax.grsecurity.net) or Grsecurity > (http://www.grsecurity.net) Patch. > > The problem is becaus