From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758660Ab2FUACv (ORCPT ); Wed, 20 Jun 2012 20:02:51 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:60188 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754526Ab2FUACu (ORCPT ); Wed, 20 Jun 2012 20:02:50 -0400 X-Sasl-enc: hEIvbdVdlnw06BPlr0B9pygtaWqR7i4lJxMyWwiEtmut 1340236969 Date: Wed, 20 Jun 2012 21:02:47 -0300 From: Henrique de Moraes Holschuh To: Borislav Petkov Cc: "H. Peter Anvin" , Peter Zijlstra , "Yu, Fenghua" , X86-ML , Ingo Molnar , Thomas Gleixner , LKML , Andreas Herrmann Subject: Re: [PATCH 2/2] x86, microcode: Make reload interface per system Message-ID: <20120621000246.GG4223@khazad-dum.debian.net> References: <3E5A0FA7E9CA944F9D5414FEC6C7122007737623@ORSMSX105.amr.corp.intel.com> <20120619232857.GH5996@aftab.osrc.amd.com> <1340182778.21745.75.camel@twins> <20120620230856.GA4223@khazad-dum.debian.net> <4FE2585A.3000505@zytor.com> <20120620232359.GD2016@aftab.osrc.amd.com> <4FE25C7E.9030109@zytor.com> <20120620233231.GF2016@aftab.osrc.amd.com> <20120620235002.GE4223@khazad-dum.debian.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120620235002.GE4223@khazad-dum.debian.net> X-GPG-Fingerprint: 1024D/1CDB0FE3 5422 5C61 F6B7 06FB 7E04 3738 EE25 DE3F 1CDB 0FE3 User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 20 Jun 2012, Henrique de Moraes Holschuh wrote: > On Thu, 21 Jun 2012, Borislav Petkov wrote: > > Which means that > > > > static enum ucode_state request_microcode_fw(int cpu, struct device *device) > > { > > char name[30]; > > > > ... > > > > sprintf(name, "intel-ucode/%02x-%02x-%02x", > > c->x86, c->x86_model, c->x86_mask); > > > > needs to be changed to the name of the microcode blob you guys use for > > distributing and we can drop the OLD INTERFACE and there'll be no need > > for userspace tools doing anything with the ucode patches. > > Only if Intel will stop distributing that text crap and distribute the > binary microcode already. I mean, for as long as Intel continues distributing text files, we will have use for an userspace tool to convert it to binary and conveniently package it to users in a binary package for the distro. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh