From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758585AbcJYJz1 (ORCPT ); Tue, 25 Oct 2016 05:55:27 -0400 Received: from mail.skyhub.de ([78.46.96.112]:36003 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750845AbcJYJzZ (ORCPT ); Tue, 25 Oct 2016 05:55:25 -0400 From: Borislav Petkov To: X86 ML Cc: LKML Subject: [PATCH 02/12] x86/microcode: Move driver authors to CREDITS Date: Tue, 25 Oct 2016 11:55:12 +0200 Message-Id: <20161025095522.11964-3-bp@alien8.de> X-Mailer: git-send-email 2.10.0 In-Reply-To: <20161025095522.11964-1-bp@alien8.de> References: <20161025095522.11964-1-bp@alien8.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov They're not active anymore. Signed-off-by: Borislav Petkov --- CREDITS | 4 ++++ arch/x86/kernel/cpu/microcode/core.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CREDITS b/CREDITS index 513aaa3546bf..e69077c258eb 100644 --- a/CREDITS +++ b/CREDITS @@ -2774,6 +2774,10 @@ S: C/ Mieses 20, 9-B S: Valladolid 47009 S: Spain +N: Peter Oruba +D: AMD Microcode loader driver +S: Germany + N: Jens Osterkamp E: jens@de.ibm.com D: Maintainer of Spidernet network driver for Cell diff --git a/arch/x86/kernel/cpu/microcode/core.c b/arch/x86/kernel/cpu/microcode/core.c index 5ce5155f0695..d0d1a0f5a497 100644 --- a/arch/x86/kernel/cpu/microcode/core.c +++ b/arch/x86/kernel/cpu/microcode/core.c @@ -649,8 +649,7 @@ int __init microcode_init(void) cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "x86/microcode:online", mc_cpu_online, mc_cpu_down_prep); - pr_info("Microcode Update Driver: v" MICROCODE_VERSION - " , Peter Oruba\n"); + pr_info("Microcode Update Driver: v%s.", MICROCODE_VERSION); return 0; -- 2.10.0