On Fri, 2007-08-31 at 22:59 +0200, Thomas Gleixner wrote:I'm not sure which latency tracing fixes these are, but Steven's get_monotonic_cycles() changes are racy .. It might be a little premature to include them .. It at least fouls latency tracing on my test machine. The PICK_OP changes got reviewed by Ingo , as of, http://marc.info/?l=linux-rt-users&m=118638506125380&w=2 They do need one small fix tho .. Below .. Signed-off-by: Daniel Walker <dwalker@mvista.com> Index: linux-2.6.22/include/linux/spinlock.h =================================================================== --- linux-2.6.22.orig/include/linux/spinlock.h 2007-09-01 00:08:04.000000000 +0000 +++ linux-2.6.22/include/linux/spinlock.h 2007-09-01 00:07:48.000000000 +0000 @@ -501,7 +501,7 @@ do { \ #define spin_trylock_irq(lock) \ __cond_lock(lock, PICK_SPIN_OP_RET(__spin_trylock_irq, \ - __spin_trylock_irq, lock)) + _spin_trylock_irq, lock)) #define spin_trylock_irqsave(lock, flags) \ __cond_lock(lock, PICK_SPIN_OP_RET(__spin_trylock_irqsave, \ -
| Linus Torvalds | Linux 2.6.27-rc8 |
| Jeff Chua | 2.6.27rc1 cannot boot more than 8CPUs |
| Yinghai Lu | Re: [GIT *] Allow request_firmware() to be satisfied from in-kernel, use it in mor... |
| Russell King | Re: (hacky) [PATCH] silence MODPOST section mismatch warnings |
git: | |
| Steffen Prohaska | merge vs rebase: Is visualization in gitk the only problem? |
| Shawn O. Pearce | Re: clarify git clone --local --shared --reference |
| Wink Saville | Resolving conflicts |
| Linus Torvalds | People unaware of the importance of "git gc"? |
| Richard Stallman | Real men don't attack straw men |
| Kevin Neff | Patching a SSH 'Weakness' |
| Mayuresh Kathe | Re: What is our ultimate goal?? |
| Jonathan Thornburg | strlcat/strlcpy vs overlapping arguments |
| Stefan Richter | Re: [GIT]: Networking |
| adobriyan | [PATCH 10/38] netns ct: per-netns expectations |
| "G" | Implementing RSTP and MSTP in Linux Kernel |
| Arnaldo Carvalho de Melo | Re: [PATCH 2/6] Phonet: connected sockets glue |
