From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758747AbcJYJzf (ORCPT ); Tue, 25 Oct 2016 05:55:35 -0400 Received: from mail.skyhub.de ([78.46.96.112]:36031 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932843AbcJYJz2 (ORCPT ); Tue, 25 Oct 2016 05:55:28 -0400 From: Borislav Petkov To: X86 ML Cc: LKML Subject: [PATCH 12/12] x86/microcode: Bump driver version, update copyrights Date: Tue, 25 Oct 2016 11:55:22 +0200 Message-Id: <20161025095522.11964-13-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 Let's increment that number finally: it is long overdue. Signed-off-by: Borislav Petkov --- arch/x86/kernel/cpu/microcode/amd.c | 1 + arch/x86/kernel/cpu/microcode/core.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/cpu/microcode/amd.c b/arch/x86/kernel/cpu/microcode/amd.c index 0dd8db1213d3..6f353bdb3a25 100644 --- a/arch/x86/kernel/cpu/microcode/amd.c +++ b/arch/x86/kernel/cpu/microcode/amd.c @@ -5,6 +5,7 @@ * CPUs and later. * * Copyright (C) 2008-2011 Advanced Micro Devices Inc. + * 2013-2016 Borislav Petkov * * Author: Peter Oruba * diff --git a/arch/x86/kernel/cpu/microcode/core.c b/arch/x86/kernel/cpu/microcode/core.c index dd3d64f07364..6996413c78c3 100644 --- a/arch/x86/kernel/cpu/microcode/core.c +++ b/arch/x86/kernel/cpu/microcode/core.c @@ -3,7 +3,7 @@ * * Copyright (C) 2000-2006 Tigran Aivazian * 2006 Shaohua Li - * 2013-2015 Borislav Petkov + * 2013-2016 Borislav Petkov * * X86 CPU microcode early update for Linux: * @@ -41,7 +41,7 @@ #include #include -#define MICROCODE_VERSION "2.01" +#define DRIVER_VERSION "2.2" static struct microcode_ops *microcode_ops; static bool dis_ucode_ldr; @@ -703,7 +703,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%s.", MICROCODE_VERSION); + pr_info("Microcode Update Driver: v%s.", DRIVER_VERSION); return 0; -- 2.10.0