]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c
authorBorislav Petkov <bp@suse.de>
Fri, 27 Apr 2018 21:34:36 +0000 (16:34 -0500)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 8 Aug 2018 12:08:07 +0000 (14:08 +0200)
commita767a921965e5e3105a9af35f23428706c69f136
treec15c3b0d527232e764c50fd66618b94ac19fb882
parent520a5d06f9c34a4aece5bfb29713dcd58109b3a0
x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c

Since this file contains general cache-related information for x86,
rename the file to a more generic name.

Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1524864877-111962-4-git-send-email-suravee.suthikulpanit@amd.com
CVE-2018-3620
CVE-2018-3646

(cherry picked from commit 1d200c078d0e3e49e2995b9d25fef8926d491f4f)
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/cacheinfo.c [new file with mode: 0644]
arch/x86/kernel/cpu/intel_cacheinfo.c [deleted file]