Re: [PATCH v6 5/5] sidechannel: Linux Security Module for sidechannel

From: Randy Dunlap
Date: Mon Nov 05 2018 - 14:52:24 EST


Hi:

On 11/5/18 11:05 AM, Casey Schaufler wrote:
> diff --git a/security/sidechannel/Kconfig b/security/sidechannel/Kconfig
> new file mode 100644
> index 000000000000..653033027415
> --- /dev/null
> +++ b/security/sidechannel/Kconfig
> @@ -0,0 +1,13 @@
> +config SECURITY_SIDECHANNEL
> + bool "Sidechannel attack safety extra checks"
> + depends on SECURITY
> + default n

Please drop the "default n" since it is already the default value.

> + help
> + Look for a variety of cases where a side-channel attack
> + could potentially be exploited. Instruct the switching
> + code to use the indirect_branch_prediction_barrier in
> + cases where the passed task and the current task may be
> + at risk.
> +
> + If you are unsure how to answer this question, answer N.

Use tab + 2 spaces to indent the line above.
> +

thanx.
--
~Randy