lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 27 Apr 2018 16:34:36 -0500 From: Suravee Suthikulpanit <suravee.suthikulpanit@....com> To: linux-kernel@...r.kernel.org, x86@...nel.org Cc: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com, bp@...e.de, Suravee Suthikulpanit <suravee.suthikulpanit@....com> Subject: [PATCH v2 3/4] x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c From: Borislav Petkov <bp@...e.de> Since this file contains general cache-related information for x86, rename the file to a more appropriate name. Signed-off-by: Borislav Petkov <bp@...e.de> Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@....com> --- arch/x86/kernel/cpu/Makefile | 2 +- arch/x86/kernel/cpu/{intel_cacheinfo.c => cacheinfo.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/x86/kernel/cpu/{intel_cacheinfo.c => cacheinfo.c} (100%) diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile index 570e8bb..32591f2 100644 --- a/arch/x86/kernel/cpu/Makefile +++ b/arch/x86/kernel/cpu/Makefile @@ -17,7 +17,7 @@ KCOV_INSTRUMENT_perf_event.o := n nostackp := $(call cc-option, -fno-stack-protector) CFLAGS_common.o := $(nostackp) -obj-y := intel_cacheinfo.o scattered.o topology.o +obj-y := cacheinfo.o scattered.o topology.o obj-y += common.o obj-y += rdrand.o obj-y += match.o diff --git a/arch/x86/kernel/cpu/intel_cacheinfo.c b/arch/x86/kernel/cpu/cacheinfo.c similarity index 100% rename from arch/x86/kernel/cpu/intel_cacheinfo.c rename to arch/x86/kernel/cpu/cacheinfo.c -- 2.7.4
Powered by blists - more mailing lists