Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750973Ab2EHEAT (ORCPT ); Tue, 8 May 2012 00:00:19 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:40830 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750761Ab2EHEAQ (ORCPT ); Tue, 8 May 2012 00:00:16 -0400 Date: Tue, 8 May 2012 06:00:10 +0200 From: Ingo Molnar To: Henrique de Moraes Holschuh Cc: Borislav Petkov , "H. Peter Anvin" , Shuah Khan , mingo@redhat.com, tglx@linutronix.de, tigran@aivazian.fsnet.co.uk, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH RESEND] x86: kernel/microcode_core.c simple_strtoul cleanup Message-ID: <20120508040009.GB30652@gmail.com> References: <1336324264.2897.9.camel@lorien2> <20120507104943.GA3896@x1.osrc.amd.com> <4FA815E3.1030101@zytor.com> <20120507211612.GA19700@liondog.tnic> <20120508012341.GA27000@khazad-dum.debian.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120508012341.GA27000@khazad-dum.debian.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1284 Lines: 32 * Henrique de Moraes Holschuh wrote: > > Of course, one can iterate over each core in a shell-loop > > and write into the reload file to reload ucode after having > > updated the ucode image in /lib/firmware but removing and > > then modprobing the module is shorter :-) > > Can we PLEASE fix it properly by adding a new node (which is > _not_ per-cpu) that requests the microcode core to refresh all > cpus? Preferably by invalidating the microcode cache, THEN > fetching each required microcode just once for the first core > that needs it, and caching it for use the other cores. You > can leave the (IMHO mostly useless) per-cpu sysfs nodes alone, > so as to not break ABI, or deprecate them for an year or > something. > > I am speaking this with my userland maintainer hat. I *do > NOT* want to rmmod crap in a production server to update > microcode. And I want to be able to support static-compiled > microcode. Seconded. There's also the ability to disable module unloading. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/