On Thu, Sep 27, 2012 at 01:48:31PM -0700, Greg KH wrote: > On Mon, Aug 06, 2012 at 03:55:54PM +0200, Borislav Petkov wrote: > > From: Shuah Khan <[email protected]> > > > > upstream commit: e826abd523913f63eb03b59746ffb16153c53dc4 > > > > Change reload_for_cpu() in kernel/microcode_core.c to call kstrtoul() > > instead of calling obsoleted simple_strtoul(). > > > > Signed-off-by: Shuah Khan <[email protected]> > > Reviewed-by: Borislav Petkov <[email protected]> > > Link: http://lkml.kernel.org/r/1336324264.2897.9.camel@lorien2 > > Signed-off-by: H. Peter Anvin <[email protected]> > > Signed-off-by: Borislav Petkov <[email protected]> > > --- > > arch/x86/kernel/microcode_core.c | 9 ++++----- > > 1 file changed, 4 insertions(+), 5 deletions(-) > > This patch doesn't apply to the 3.0.y tree at all, what did you make it > against?
Hmm, that's like three monts ago. In any case, I see the following commit below on the linux-3.0.y branch of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable $ git tag --contains d426c78930e6e01373e3007df81161855f5b6ec1 v3.0.41 v3.0.42 v3.0.43 So you have applied it in 3.0.41 I'd say. commit d426c78930e6e01373e3007df81161855f5b6ec1 Author: Shuah Khan <[email protected]> Date: Sun May 6 11:11:04 2012 -0600 x86, microcode: microcode_core.c simple_strtoul cleanup commit e826abd523913f63eb03b59746ffb16153c53dc4 upstream. Change reload_for_cpu() in kernel/microcode_core.c to call kstrtoul() instead of calling obsoleted simple_strtoul(). Signed-off-by: Shuah Khan <[email protected]> Reviewed-by: Borislav Petkov <[email protected]> Link: http://lkml.kernel.org/r/1336324264.2897.9.camel@lorien2 Signed-off-by: H. Peter Anvin <[email protected]> Cc: Henrique de Moraes Holschuh <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> -- Regards/Gruss, Boris. Advanced Micro Devices GmbH Einsteinring 24, 85609 Dornach GM: Alberto Bozzo Reg: Dornach, Landkreis Muenchen HRB Nr. 43632 WEEE Registernr: 129 19551 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
