Re: 2.6.24-mm1: module params broken

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Hugh Dickins <hugh@...>
Cc: <yi.y.yang@...>, <greg@...>, <rdunlap@...>, <linux-kernel@...>
Date: Monday, February 4, 2008 - 7:06 pm

On Mon, 4 Feb 2008 21:56:54 +0000 (GMT)
Hugh Dickins <hugh@veritas.com> wrote:


Takashi found a bug in it:

--- 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.

Does that fix fix it?  If not: patch overboard.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.24-mm1, Andrew Morton, (Sun Feb 3, 9:16 pm)
Re: 2.6.24-mm1, KOSAKI Motohiro, (Wed Feb 6, 7:13 am)
Re: 2.6.24-mm1, Ingo Molnar, (Wed Feb 6, 7:15 am)
Re: 2.6.24-mm1, KOSAKI Motohiro, (Wed Feb 6, 7:19 am)
Re: 2.6.24-mm1, , (Tue Feb 5, 12:53 pm)
Re: 2.6.24-mm1, Arjan van de Ven, (Tue Feb 5, 1:01 pm)
Re: 2.6.24-mm1, , (Tue Feb 5, 3:48 pm)
Re: 2.6.24-mm1, Andrew Morton, (Tue Feb 5, 4:19 pm)
Re: 2.6.24-mm1, Arjan van de Ven, (Tue Feb 5, 3:50 pm)
Re: 2.6.24-mm1, , (Tue Feb 5, 5:25 pm)
Re: 2.6.24-mm1: module params broken, Hugh Dickins, (Mon Feb 4, 5:56 pm)
Re: 2.6.24-mm1: module params broken, Andrew Morton, (Mon Feb 4, 7:06 pm)
Re: 2.6.24-mm1: module params broken, Hugh Dickins, (Mon Feb 4, 8:06 pm)
Re: 2.6.24-mm1: module params broken, Andrew Morton, (Mon Feb 4, 8:16 pm)
Re: [PATCH] 2.6.24-mm1 section type conflict cleanup, Kamalesh Babulal, (Mon Feb 4, 12:22 pm)
Re: [PATCH] 2.6.24-mm1 section type conflict cleanup, Sam Ravnborg, (Mon Feb 4, 2:04 pm)
Re: [PATCH] 2.6.24-mm1 section type conflict cleanup, Kamalesh Babulal, (Tue Feb 5, 12:49 am)
Re: 2.6.24-mm1, Ingo Molnar, (Mon Feb 4, 3:36 am)
Re: 2.6.24-mm1 Build Faliure on pgtable_32.c, Kamalesh Babulal, (Sun Feb 3, 11:55 pm)
Re: 2.6.24-mm1 Build Faliure on pgtable_32.c, Balbir Singh, (Mon Feb 4, 12:31 am)