From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756025AbYIGTIp (ORCPT ); Sun, 7 Sep 2008 15:08:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754692AbYIGTIg (ORCPT ); Sun, 7 Sep 2008 15:08:36 -0400 Received: from casper.infradead.org ([85.118.1.10]:58535 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754268AbYIGTIg (ORCPT ); Sun, 7 Sep 2008 15:08:36 -0400 Date: Sun, 7 Sep 2008 12:08:23 -0700 From: Arjan van de Ven To: Peter Oruba Cc: Ingo Molnar , Thomas Gleixner , Tigran Aivazian , LKML , Peter Oruba Subject: Re: [patch 05/11] [PATCH 05/11] x86: Moved microcode.c to microcode_intel.c. Message-ID: <20080907120823.59f8fa47@infradead.org> In-Reply-To: <20080728164448.492961653@amd.com> References: <20080728164411.490752571@amd.com> <20080728164448.492961653@amd.com> Organization: Intel X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 28 Jul 2008 18:44:16 +0200 Peter Oruba wrote: > Signed-off-by: Peter Oruba > --- > arch/x86/kernel/Makefile | 2 +- > arch/x86/kernel/microcode.c | 855 \ unfortunately this patch breaks userland for me; the Fedora initscripts suddenly fail (with a [FAILED] that will alarm users) because of this rename.... (well it also fails to update the microcode, and if you load the new module name by hand first it still fails in many ways ;-( ) That is a regression in -tip unfortunately....