From: Austin Kim <hidden> Date: 2021-10-26 22:44:11
From: Austin Kim <redacted>
evm_fixmode global variable is never modified
outside initcalls, so declaring it with __ro_after_init is better.
Signed-off-by: Austin Kim <redacted>
---
security/integrity/evm/evm_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hi Austin,
The subject line should be just "evm:".
On Tue, 2021-10-26 at 23:43 +0100, Austin Kim wrote:
From: Austin Kim <redacted>
evm_fixmode global variable is never modified
outside initcalls, so declaring it with __ro_after_init is better.
Please properly format the text. From
Documentation/process/submitting-patches.rst:
- The body of the explanation, line wrapped at 75 columns, which will
be copied to the permanent changelog to describe this patch.
From: Austin Kim <hidden> Date: 2021-10-28 01:48:58
Hello Mimi,
2021년 10월 28일 (목) 오전 9:27, Mimi Zohar [off-list ref]님이 작성:
Hi Austin,
The subject line should be just "evm:".
On Tue, 2021-10-26 at 23:43 +0100, Austin Kim wrote:
quoted
From: Austin Kim <redacted>
evm_fixmode global variable is never modified
outside initcalls, so declaring it with __ro_after_init is better.
Please properly format the text. From
Documentation/process/submitting-patches.rst:
- The body of the explanation, line wrapped at 75 columns, which will
be copied to the permanent changelog to describe this patch.
Thanks for feedback.
let me resend the patch after updating "subject line" and checking text-format.
BR,
Austin Kim