public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/3] MBCS: Convert semaphores to the mutex API
@ 2007-10-24 17:08 matthias.kaehlcke
  2007-10-25  4:11 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: matthias.kaehlcke @ 2007-10-24 17:08 UTC (permalink / raw)
  To: linux-kernel, akpm

MBCS: Convert the semaphores algolock, dmareadlock and dmawritelock to the 
mutex API

-- 
Matthias Kaehlcke
Linux Application Developer
Barcelona

              We build too many walls and not enough bridges
                             (Isaac Newton)
                                                                 .''`.
    using free software / Debian GNU/Linux | http://debian.org  : :'  :
                                                                `. `'`
gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4                  `-

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

* Re: [patch 0/3] MBCS: Convert semaphores to the mutex API
  2007-10-24 17:08 [patch 0/3] MBCS: Convert semaphores to the mutex API matthias.kaehlcke
@ 2007-10-25  4:11 ` Andrew Morton
  2007-10-25  5:47   ` Matthias Kaehlcke
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2007-10-25  4:11 UTC (permalink / raw)
  To: matthias.kaehlcke; +Cc: linux-kernel

On Wed, 24 Oct 2007 19:08:58 +0200 matthias.kaehlcke@gmail.com wrote:

> MBCS: Convert the semaphores algolock, dmareadlock and dmawritelock to the 
> mutex API

Thanks.  Has this actually been runtime-tested?

btw, your patches are in `patch -p2' form:

--- kernel.orig/linux-2.6/drivers/char/mbcs.c
+++ kernel/linux-2.6/drivers/char/mbcs.c

should have been in `patch -p1' form:

--- linux-2.6/drivers/char/mbcs.c
+++ linux-2.6/drivers/char/mbcs.c

I'd suggest that you grab and learn
http://savannah.nongnu.org/projects/quilt/ - it takes care of all these
things for you.


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

* Re: [patch 0/3] MBCS: Convert semaphores to the mutex API
  2007-10-25  4:11 ` Andrew Morton
@ 2007-10-25  5:47   ` Matthias Kaehlcke
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Kaehlcke @ 2007-10-25  5:47 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

El Wed, Oct 24, 2007 at 09:11:49PM -0700 Andrew Morton ha dit:

> On Wed, 24 Oct 2007 19:08:58 +0200 matthias.kaehlcke@gmail.com wrote:
> 
> > MBCS: Convert the semaphores algolock, dmareadlock and dmawritelock to the 
> > mutex API
> 
> Thanks.  Has this actually been runtime-tested?

no, i could only test successfull compilation as i don't have the
device
 
> btw, your patches are in `patch -p2' form:
> 
> --- kernel.orig/linux-2.6/drivers/char/mbcs.c
> +++ kernel/linux-2.6/drivers/char/mbcs.c
> 
> should have been in `patch -p1' form:
> 
> --- linux-2.6/drivers/char/mbcs.c
> +++ linux-2.6/drivers/char/mbcs.c
> 
> I'd suggest that you grab and learn
> http://savannah.nongnu.org/projects/quilt/ - it takes care of all these
> things for you.

i actually used quilt for this patchset but must have missed
something. thanks for the pointer!

-- 
Matthias Kaehlcke
Linux Application Developer
Barcelona

          Dreams and reality are opposites. Action synthesizes them
                             (Assata Shakur)
                                                                 .''`.
    using free software / Debian GNU/Linux | http://debian.org  : :'  :
                                                                `. `'`
gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4                  `-

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

end of thread, other threads:[~2007-10-25  5:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24 17:08 [patch 0/3] MBCS: Convert semaphores to the mutex API matthias.kaehlcke
2007-10-25  4:11 ` Andrew Morton
2007-10-25  5:47   ` Matthias Kaehlcke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox