Re: [PATCH 0/7] convert semaphore to mutex in struct class

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Dave Young <hidave.darkstar@...>
Cc: <gregkh@...>, <stern@...>, <peterz@...>, <david-b@...>, <davem@...>, <jarkao2@...>, <krh@...>, <dbrownell@...>, <James.Bottomley@...>, <a.zummo@...>, <cbou@...>, <dwmw2@...>, <khali@...>, <i2c@...>, <linux1394-devel@...>, <spi-devel-general@...>, <linux-scsi@...>, <rtc-linux@...>, <linux-kernel@...>
Date: Sunday, January 6, 2008 - 2:41 pm

Dave Young wrote:

Therefore you eventually need to repost it as a single patch.  It can't
go into one of the maintainer trees otherwise, because they only take
fully bijectable patches.  (Kernel must build and run at any point in
between any patch series.)


I was going to test it at runtime on top of 2.6.24-rc6, but the first
and second patch depend on stuff in -mm.  So, my laziness wins for now,
as -mm is not my cup of tea.

About your changelog:

	"xyz: convert semaphore to mutex in struct class

	Use mutex instead of semaphore in struct class.

	Signed-off-by: Dave Young <hidave.darkstar@gmail.com>"

You don't need the second line because it says the same as the first
line.  Either kill it, or replace it by an explanation _why_ the
semaphore is to be replaced by mutex.  (I guess you do it because they
are lighter-weight, both in semantics and in implementation, and because
there are better facilities to debug mutexes...)
-- 
Stefan Richter
-=====-==--- ---= --==-
http://arcgraph.de/sr/
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 0/7] convert semaphore to mutex in struct class, Stefan Richter, (Sun Jan 6, 2:41 pm)
Re: [PATCH 0/7] convert semaphore to mutex in struct class, Stefan Richter, (Thu Jan 10, 8:34 am)
Re: [PATCH 0/7] convert semaphore to mutex in struct class, Jarek Poplawski, (Mon Jan 7, 10:00 am)
Re: [PATCH 0/7] convert semaphore to mutex in struct class, Stefan Richter, (Mon Jan 7, 12:36 pm)
Re: [PATCH 0/7] convert semaphore to mutex in struct class, Jarek Poplawski, (Thu Jan 3, 3:06 am)
Re: [PATCH 0/7] convert semaphore to mutex in struct class, Jarek Poplawski, (Thu Jan 3, 3:24 am)
Re: [PATCH 0/7] convert semaphore to mutex in struct class, Jarek Poplawski, (Thu Jan 3, 3:41 am)