login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
November
»
17
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and signals
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Daniel Walker <dwalker@...>
To: Ingo Molnar <mingo@...>
Cc: Remy Bohmer <linux@...>, Steven Rostedt <rostedt@...>, Thomas Gleixner <tglx@...>, RT <linux-rt-users@...>, linux-kernel <linux-kernel@...>
Subject:
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and signals
Date: Saturday, November 17, 2007 - 1:55 pm
On Sat, 2007-11-17 at 18:46 +0100, Ingo Molnar wrote:
quoted text
> * Daniel Walker <dwalker@mvista.com> wrote: > > > > Actually, IMO, compat_semaphores behave like semaphores should > > > behave, and thus the same as they behave on a non-RT kernel, and at > > > the locations where the semaphores are now misused as mutexes on RT, > > > we should replace them by differently-named-mutex-type-semaphores, > > > or better: real-RT-mutexes.. > > > > The vast majority of semaphore are actually binary semaphores in the > > Linux kernel .. So it's easier to mass convert semaphores to mutexes, > > then address the ones that don't conform.. Usually they are converted > > to the complete API in mainline.. > > right now there are 3992 mutex_lock() critical sections in the kernel > and only 351 down() based critical sections are left. > > fixing the top 20: > > 4 &vuart_bus_priv.probe_mutex > 5 &connections_lock > 5 &irq_ptr->setting_up_sema > 5 &kbd->sem > 5 &pnp_res_mutex > 5 &port->port_lock > 5 &tq_init_sem > 6 &adb_handler_sem > 6 &dev->parent->sem > 6 &driver_lock > 6 &ha->vport_sem > 7 &big_buffer_sem > 8 &dir_f->sem > 9 &c->alloc_sem > 11 &dev->sem > 11 &usbvision->lock > 12 &c->erase_free_sem > 15 &u132->scheduler_lock > 16 &zfcp_data.config_sema > 17 &f->sem > > would remove 164 of them, so it would convert half of the remaining > semaphore use in the kernel. So the job is almost finished - would > anyone like to go for the final grand feat: complete removal of > semaphores from the kernel? :-)
Sure, you want to split the list? Daniel -
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and signals
, Remy Bohmer
, (Fri Nov 16, 11:51 am)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Steven Rostedt
, (Fri Nov 16, 4:20 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Remy Bohmer
, (Fri Nov 16, 7:02 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Steven Rostedt
, (Fri Nov 16, 7:37 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Remy Bohmer
, (Sat Nov 17, 7:44 am)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Daniel Walker
, (Sat Nov 17, 12:22 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Remy Bohmer
, (Sat Nov 17, 1:09 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Daniel Walker
, (Sat Nov 17, 1:29 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Ingo Molnar
, (Sat Nov 17, 1:46 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Daniel Walker
, (Tue Nov 20, 12:43 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Ingo Molnar
, (Tue Nov 20, 4:37 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Daniel Walker
, (Tue Nov 20, 4:54 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Daniel Walker
, (Sat Nov 17, 1:55 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Jon Masters
, (Mon Nov 19, 3:25 am)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Daniel Walker
, (Mon Nov 19, 11:31 am)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Remy Bohmer
, (Mon Nov 19, 11:51 am)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Daniel Walker
, (Mon Nov 19, 12:11 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Ingo Molnar
, (Sat Nov 17, 2:04 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Remy Bohmer
, (Sat Nov 17, 6:49 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Daniel Walker
, (Sat Nov 17, 2:12 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Peter Zijlstra
, (Sun Nov 18, 8:33 am)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, David Chinner
, (Sun Nov 18, 6:26 pm)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Steven Rostedt
, (Sat Nov 17, 10:08 am)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Remy Bohmer
, (Sat Nov 17, 11:36 am)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Remy Bohmer
, (Mon Nov 19, 8:55 am)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Steven Rostedt
, (Mon Nov 19, 9:54 am)
Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and s...
, Steven Rostedt
, (Sat Nov 17, 11:06 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Jon Smirl
463 kernel developers missing!
Nigel Cunningham
Re: [PATCH] Remove process freezer from suspend to RAM pathway
Greg KH
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux interface for on access scan...
Jeff Garzik
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
git
:
linux-netdev
:
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Linus Torvalds
Re: [GIT]: Networking
Evgeniy Polyakov
Re: [BUG] New Kernel Bugs
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
1 user
and
795 guests
online.
Online users
Jeremy
Syndicate