lkml.org 
[lkml]   [2008]   [Feb]   [4]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
DateTue, 5 Feb 2008 00:06:39 +0000 (GMT)
FromHugh Dickins <>
SubjectRe: 2.6.24-mm1: module params broken
On Mon, 4 Feb 2008, Andrew Morton wrote:
> 
> Takashi found a bug in it:

Bless him.

> --- a/lib/vsprintf.c~add-new-string-functions-strict_strto-and-convert-kernel-params-to-use-them-fix-2
> +++ a/lib/vsprintf.c
> @@ -234,7 +234,7 @@ int strict_strto##type(const char *cp, u
>  		if (ret != 0)						\
>  			*res = -(*res);					\
>  	} else								\
> -		ret = strict_strtou##type(cp+1, base, res);		\
> +		ret = strict_strtou##type(cp, base, res);		\
>  									\
>  	return ret;							\
>  }									\
> _
> 
> and I was very bad and didn't immediately prepare and upload the fix and
> hence probably wasted a lot of your time, for which I apologise.  In my
> defense, it was 4:00AM Sunday and I had lost eye control by then.

Please don't even begin to think of apologizing to me:
that's so much the wrong way round it's embarrassing.

It's scary to think of how much of your time gets wasted
on knocking these -mms into some kind of shape that's
then ready for the rest of us to start attacking them.

> Does that fix fix it?  If not: patch overboard.

Reprieve!  Indeed that precisely fixes it: numerous
modules now working again with that fix.  Thanks a lot.

Hugh


\
 
 \ /
  Last update: 2008-02-05 00:11    [from the cache]
©2003-2008