Unreliable Guide to Locking - Addition?

2005-08-08 Thread Kedar Sovani
Hi Rusty, I was going through the splendidly written document, "Unreliable Guide to Locking". I thought of something that should be mentioned in the section "Using Atomic Operations For The Reference Count" (link : http://www.kernel.org/pub/linux/kernel/people/rusty/kernel-locking/x352.

Re: Kernel SCM saga.. (bk license?)

2005-04-12 Thread Kedar Sovani
I was wondering if working on git, is in anyway, in violation of the Bitkeeper license, which states that you cannot work on any other SCM (SCM-like?) tool for "x" amount of time after using Bitkeeper ? Kedar. On Apr 8, 2005 10:12 AM, Linus Torvalds <[EMAIL PROTECTED]> wrote: > > > On Thu, 7

Re: wait queue sharing..

2005-03-12 Thread Kedar Sovani
Yes, technically, you can share the wait queue between two modules. Ofcourse, provided you can manage to initialise it before any use. Kedar. On Fri, 11 Mar 2005 17:11:18 +0530, Mohan <[EMAIL PROTECTED]> wrote: > Hello All, > > I have a question regarding the wait queues. I have a driver > pxaus