[PATCH hulk-4.19-next 2/2] arm64: Provide a command line to disable spectre_v2 mitigation

2019-03-05 Thread Hanjun Guo
d-off-by: Hanjun Guo --- Documentation/admin-guide/kernel-parameters.txt | 8 arch/arm64/kernel/cpu_errata.c | 13 + 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/k

Re: [PATCH v5 1/1] ARM64: ACPI: Update documentation for latest specification version

2016-05-12 Thread Hanjun Guo
Level 0 platforms, it + remains optional. Hmm, yes, for GICv2 based system, we don't need a IORT table, Reviewed-by: Hanjun Guo Thanks Hanjun -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v3] ARM64: ACPI: Update documentation for latest specification version

2016-04-10 Thread Hanjun Guo
>-- Whitespace cleanup as pointed out by checkpatch > > Changes for v2: >-- Clean up white space (Harb Abdulhahmid) >-- Clarification on _CCA usage (Harb Abdulhamid) >-- IORT moved to required from recommended (Hanjun Guo) >-- Clarify IORT description (Hanju