Re: [PATCH] hvc_console: prevent wrapping in hvc_console_print()

2009-03-30 Thread Andrew Morton
On Mon, 30 Mar 2009 16:55:53 -0400 Josh Boyer wrote: > On Mon, Mar 30, 2009 at 01:35:31PM -0700, Andrew Morton wrote: > >Guys, could we have a MAINTAINERS entry for this driver please? > > To my knowledge, there isn't one. Would be Ben now by default I > guess. The previous developers have dis

Re: [PATCH] hvc_console: prevent wrapping in hvc_console_print()

2009-03-30 Thread Josh Boyer
On Mon, Mar 30, 2009 at 01:35:31PM -0700, Andrew Morton wrote: >Guys, could we have a MAINTAINERS entry for this driver please? To my knowledge, there isn't one. Would be Ben now by default I guess. The previous developers have disclaimed ownership for a while from what I remember. josh ___

Re: [PATCH] hvc_console: prevent wrapping in hvc_console_print()

2009-03-30 Thread Andrew Morton
On Tue, 17 Mar 2009 13:19:55 +0100 Roel Kluin wrote: > This was found by code analysis, is it needed? > -->8-8<- > If we subtract too much on unsigned i it wraps. > > Signed-off-by: Roel Kluin > --- > diff --git a/drivers/c