[uml-devel] Odpowiedz automatyczna

2007-01-01 Thread aapsik4
replay - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.tec

Re: [uml-devel] [PATCH 4/8] UML - audio driver formatting

2007-01-01 Thread Randy Dunlap
On Tue, 02 Jan 2007 02:52:33 +0100 Richard Knutsson wrote: > Jeff Dike wrote: > > Whitespace and style fixes. > > > > Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> > > -- > > arch/um/drivers/hostaudio_kern.c | 160 > > +-- > > 1 file changed, 73 insertions(+),

Re: [uml-devel] [PATCH 4/8] UML - audio driver formatting

2007-01-01 Thread Richard Knutsson
Jeff Dike wrote: > Whitespace and style fixes. > > Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> > -- > arch/um/drivers/hostaudio_kern.c | 160 > +-- > 1 file changed, 73 insertions(+), 87 deletions(-) > > Index: linux-2.6.18-mm/arch/um/drivers/hostaudio_kern.c

Re: [uml-devel] [PATCH 1/6] UML - Console locking fixes

2007-01-01 Thread Jeff Dike
On Fri, Dec 29, 2006 at 03:48:02PM -0800, Randy Dunlap wrote: > /* > * Normally, ... > if ( > (several of these) Yeah, I'm working off the most blatant style violations at the moment. Jeff -- Work email - jdike at linux dot intel dot com --

[uml-devel] Odpowiedz automatyczna

2007-01-01 Thread aapsik4
replay - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.tec

[uml-devel] [PATCH 1/8] UML - watchdog driver locking

2007-01-01 Thread Jeff Dike
Replace BKL use with a spinlock. Also fix the control so that open doesn't return holding a lock. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/drivers/harddog_kern.c | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) Index: linux-2.6.18-mm/arch/um/driver

[uml-devel] [PATCH 8/8] UML - Kill a compilation warning

2007-01-01 Thread Jeff Dike
Kill a compilation warning. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/kernel/exec.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.18-mm/arch/um/kernel/exec.c === --- linux-2.6.18-mm.orig/arc

[uml-devel] [PATCH 5/8] UML - mconsole locking

2007-01-01 Thread Jeff Dike
Locking fixes. Locking was totally lacking for the mconsole_devices, which got a spin lock, and the unplugged pages data, which got a mutex. The locking of the mconsole console output code was confused. Now, the console_lock (renamed to client_lock) protects the clients list. Signed-off-by: Jef

[uml-devel] [PATCH 6/8] UML - make two variables static

2007-01-01 Thread Jeff Dike
Make a couple of variables static. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/drivers/port_kern.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: linux-2.6.18-mm/arch/um/drivers/port_kern.c === --- l

[uml-devel] [PATCH 4/8] UML - audio driver formatting

2007-01-01 Thread Jeff Dike
Whitespace and style fixes. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/drivers/hostaudio_kern.c | 160 +-- 1 file changed, 73 insertions(+), 87 deletions(-) Index: linux-2.6.18-mm/arch/um/drivers/hostaudio_kern.c =

[uml-devel] [PATCH 0/8] UML - Locking fixes and code cleanup

2007-01-01 Thread Jeff Dike
As before, this is post-2.6.20 material. These patches fix locking, style and whitespace problems, and make small code cleanups. Jeff - Take Surveys. Earn Cash. Influence the Future of IT Joi

[uml-devel] [PATCH 7/8] UML - port driver formatting

2007-01-01 Thread Jeff Dike
Whitespace and style fixes. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/drivers/port_kern.c | 46 +++ arch/um/drivers/port_user.c | 51 +--- 2 files changed, 43 insertions(+), 54 deletions(-) Index: linux

[uml-devel] [PATCH 2/8] UML - watchdog driver formatting

2007-01-01 Thread Jeff Dike
Whitespace and style fixes. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/drivers/harddog_kern.c | 33 +++-- arch/um/drivers/harddog_user.c | 23 ++- 2 files changed, 17 insertions(+), 39 deletions(-) Index: linux-2.6.18-mm/arch/um/dr

[uml-devel] [PATCH 3/8] UML - audio driver locking

2007-01-01 Thread Jeff Dike
Comment the lack of locking and make a couple of variables static. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/drivers/hostaudio_kern.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) Index: linux-2.6.18-mm/arch/um/drivers/hostaudio_kern.c ==

[uml-devel] Odpowiedz automatyczna

2007-01-01 Thread aapsik4
replay - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.tec