linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] mutex subsystem, semaphore to completion: SX8
       [not found] <200601100207.k0A27B4J007573@hera.kernel.org>
@ 2006-01-10  2:42 ` Jeff Garzik
  2006-01-10  2:51   ` Steven Rostedt
  2006-01-10 10:08   ` Ingo Molnar
  0 siblings, 2 replies; 4+ messages in thread
From: Jeff Garzik @ 2006-01-10  2:42 UTC (permalink / raw)
  To: mingo, rostedt; +Cc: Linux Kernel Mailing List

Linux Kernel Mailing List wrote:
> tree c45749fcb6f8f22d9e2666135b528c885856aaed
> parent 7892f2f48d165a34b0b8130c8a195dfd807b8cb6
> author Steven Rostedt <rostedt@goodmis.org> Tue, 10 Jan 2006 07:59:26 -0800
> committer Ingo Molnar <mingo@hera.kernel.org> Tue, 10 Jan 2006 07:59:26 -0800
> 
> [PATCH] mutex subsystem, semaphore to completion: SX8
> 
> change SX8 semaphores to completions.
> 
> Signed-off-by: Ingo Molnar <mingo@elte.hu>

Please at least CC the maintainer (me) _sometime_ before pushing 
upstream, when you modify a driver...

	Jeff



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

* Re: [PATCH] mutex subsystem, semaphore to completion: SX8
  2006-01-10  2:42 ` [PATCH] mutex subsystem, semaphore to completion: SX8 Jeff Garzik
@ 2006-01-10  2:51   ` Steven Rostedt
  2006-01-10 10:08   ` Ingo Molnar
  1 sibling, 0 replies; 4+ messages in thread
From: Steven Rostedt @ 2006-01-10  2:51 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: mingo, Linux Kernel Mailing List


On Mon, 9 Jan 2006, Jeff Garzik wrote:

> Linux Kernel Mailing List wrote:
> > tree c45749fcb6f8f22d9e2666135b528c885856aaed
> > parent 7892f2f48d165a34b0b8130c8a195dfd807b8cb6
> > author Steven Rostedt <rostedt@goodmis.org> Tue, 10 Jan 2006 07:59:26 -0800
> > committer Ingo Molnar <mingo@hera.kernel.org> Tue, 10 Jan 2006 07:59:26 -0800
> >
> > [PATCH] mutex subsystem, semaphore to completion: SX8
> >
> > change SX8 semaphores to completions.
> >
> > Signed-off-by: Ingo Molnar <mingo@elte.hu>
>
> Please at least CC the maintainer (me) _sometime_ before pushing
> upstream, when you modify a driver...
>

My appologies, it wasn't intended.  I changed a few files from semaphores
to completions and sent them off to Ingo to work on.  I tried to always CC
the maintainers that are either listed in the file or in MAINTAINERS.  I
must have missed you (and probably others).

This was by no means something to circumvent the maintainer, it was just
an oversight.

-- Steve


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

* Re: [PATCH] mutex subsystem, semaphore to completion: SX8
  2006-01-10  2:42 ` [PATCH] mutex subsystem, semaphore to completion: SX8 Jeff Garzik
  2006-01-10  2:51   ` Steven Rostedt
@ 2006-01-10 10:08   ` Ingo Molnar
  2006-01-17 19:37     ` Jeff Garzik
  1 sibling, 1 reply; 4+ messages in thread
From: Ingo Molnar @ 2006-01-10 10:08 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: rostedt, Linux Kernel Mailing List


* Jeff Garzik <jgarzik@pobox.com> wrote:

> Linux Kernel Mailing List wrote:
> >tree c45749fcb6f8f22d9e2666135b528c885856aaed
> >parent 7892f2f48d165a34b0b8130c8a195dfd807b8cb6
> >author Steven Rostedt <rostedt@goodmis.org> Tue, 10 Jan 2006 07:59:26 -0800
> >committer Ingo Molnar <mingo@hera.kernel.org> Tue, 10 Jan 2006 07:59:26 
> >-0800
> >
> >[PATCH] mutex subsystem, semaphore to completion: SX8
> >
> >change SX8 semaphores to completions.
> >
> >Signed-off-by: Ingo Molnar <mingo@elte.hu>
> 
> Please at least CC the maintainer (me) _sometime_ before pushing 
> upstream, when you modify a driver...

sorry, my bad - this patch grew out of -rt where it initially was a 
quick hack and then found its way into the mutex tree. Should i send a 
reverse patch to Linus, or is this change fine with you?

	Ingo

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

* Re: [PATCH] mutex subsystem, semaphore to completion: SX8
  2006-01-10 10:08   ` Ingo Molnar
@ 2006-01-17 19:37     ` Jeff Garzik
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2006-01-17 19:37 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: rostedt, Linux Kernel Mailing List

Ingo Molnar wrote:
> * Jeff Garzik <jgarzik@pobox.com> wrote:
> 
> 
>>Linux Kernel Mailing List wrote:
>>
>>>tree c45749fcb6f8f22d9e2666135b528c885856aaed
>>>parent 7892f2f48d165a34b0b8130c8a195dfd807b8cb6
>>>author Steven Rostedt <rostedt@goodmis.org> Tue, 10 Jan 2006 07:59:26 -0800
>>>committer Ingo Molnar <mingo@hera.kernel.org> Tue, 10 Jan 2006 07:59:26 
>>>-0800
>>>
>>>[PATCH] mutex subsystem, semaphore to completion: SX8
>>>
>>>change SX8 semaphores to completions.
>>>
>>>Signed-off-by: Ingo Molnar <mingo@elte.hu>
>>
>>Please at least CC the maintainer (me) _sometime_ before pushing 
>>upstream, when you modify a driver...
> 
> 
> sorry, my bad - this patch grew out of -rt where it initially was a 
> quick hack and then found its way into the mutex tree. Should i send a 
> reverse patch to Linus, or is this change fine with you?

Looks fine...

	Jeff




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

end of thread, other threads:[~2006-01-17 19:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200601100207.k0A27B4J007573@hera.kernel.org>
2006-01-10  2:42 ` [PATCH] mutex subsystem, semaphore to completion: SX8 Jeff Garzik
2006-01-10  2:51   ` Steven Rostedt
2006-01-10 10:08   ` Ingo Molnar
2006-01-17 19:37     ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).