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: Tue, 1 Dec 2020 01:48:33 +0800 From: Rongwei Wang <rongwei.wang@...ux.alibaba.com> To: catalin.marinas@....com, will@...nel.org, bjorn.andersson@...aro.org, shawnguo@...nel.org Cc: vkoul@...nel.org, geert+renesas@...der.be, Anson.Huang@....com, michael@...le.cc, krzk@...nel.org, olof@...om.net, vincenzo.frascino@....com, ardb@...nel.org, masahiroy@...nel.org, gshan@...hat.com, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org Subject: [PATCH 3/3] arm64:msr: Enable MSR ARM driver By default, MSR-ARM is compiled as a module. Signed-off-by: Rongwei Wang <rongwei.wang@...ux.alibaba.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 5cfe3cf..952cf6a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1092,3 +1092,4 @@ CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_PREEMPT is not set # CONFIG_FTRACE is not set CONFIG_MEMTEST=y +CONFIG_ARM64_MSR=m -- 1.8.3.1
Powered by blists - more mailing lists