[tip:x86/microcode] x86/microcode: Move driver authors to CREDITS

From: tip-bot for Borislav Petkov
Date: Tue Oct 25 2016 - 12:30:00 EST


Commit-ID: 5879a267520898d595e9cbcae0aad4739c822146
Gitweb: http://git.kernel.org/tip/5879a267520898d595e9cbcae0aad4739c822146
Author: Borislav Petkov <bp@xxxxxxx>
AuthorDate: Tue, 25 Oct 2016 11:55:12 +0200
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
CommitDate: Tue, 25 Oct 2016 12:28:57 +0200

x86/microcode: Move driver authors to CREDITS

They're not active anymore.

Signed-off-by: Borislav Petkov <bp@xxxxxxx>
Cc: Andy Lutomirski <luto@xxxxxxxxxx>
Cc: Borislav Petkov <bp@xxxxxxxxx>
Cc: Brian Gerst <brgerst@xxxxxxxxx>
Cc: Denys Vlasenko <dvlasenk@xxxxxxxxxx>
Cc: H. Peter Anvin <hpa@xxxxxxxxx>
Cc: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Link: http://lkml.kernel.org/r/20161025095522.11964-3-bp@xxxxxxxxx
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
CREDITS | 4 ++++
arch/x86/kernel/cpu/microcode/core.c | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CREDITS b/CREDITS
index 513aaa3..e69077c 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@xxxxxxxxxx
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 5ce5155..d0d1a0f 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
- " <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba\n");
+ pr_info("Microcode Update Driver: v%s.", MICROCODE_VERSION);

return 0;