All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Clemens Ladisch <clemens@ladisch.de>
Cc: siti_veni@lycos.com, alsa-devel@lists.sourceforge.net
Subject: Re: Patch to fix Pax/Grsecurity Problems
Date: Mon, 26 Jan 2004 16:58:57 +0100	[thread overview]
Message-ID: <s5h4qui3dmm.wl@alsa2.suse.de> (raw)
In-Reply-To: <Pine.HPX.4.33n.0401261439360.24795-100000@studcom.urz.uni-halle.de>

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;
> > > >> +	qsort(hctl->pelems, hctl->count, sizeof(*hctl->pelems), hctl_compare);
> > > >> +	pthread_mutex_unlock(&sync_lock);
> > >
> > > 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 from others.
> 
> Looks fine.
> 
> We're already dependent on pthreads, and qsort doesn't pass extra
> parameters, so I don't see any better way to do this.
> ("Let's write our own sorting routine" is not better IMNSHO.)

agreed.  it's on cvs now.
(will be included in 1.0.2 release.)


thanks,

Takashi


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

  reply	other threads:[~2004-01-26 15:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-23  9:40 Patch to fix Pax/Grsecurity Problems Stephen Cook
2004-01-23 18:25 ` Takashi Iwai
2004-01-26 13:45   ` Clemens Ladisch
2004-01-26 15:58     ` Takashi Iwai [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-01-12  1:27 Stephen Cook
2004-01-12 14:03 ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5h4qui3dmm.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=clemens@ladisch.de \
    --cc=siti_veni@lycos.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.