diff mbox series

[mm,2/4] kfence, x86: add missing copyright and description header

Message ID 20210118092159.145934-2-elver@google.com (mailing list archive)
State New, archived
Headers show
Series [mm,1/4] kfence: add missing copyright and description headers | expand

Commit Message

Marco Elver Jan. 18, 2021, 9:21 a.m. UTC
Add missing copyright and description header to KFENCE source file.

Signed-off-by: Marco Elver <elver@google.com>
---
If appropriate, to be squashed into:

	x86, kfence: enable KFENCE for x86
---
 arch/x86/include/asm/kfence.h | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Alexander Potapenko Jan. 18, 2021, 10:28 a.m. UTC | #1
On Mon, Jan 18, 2021 at 10:22 AM Marco Elver <elver@google.com> wrote:
>
> Add missing copyright and description header to KFENCE source file.
>
> Signed-off-by: Marco Elver <elver@google.com>
Reviewed-by: Alexander Potapenko <glider@google.com>
diff mbox series

Patch

diff --git a/arch/x86/include/asm/kfence.h b/arch/x86/include/asm/kfence.h
index 2f3f877a7a5c..97bbb4a9083a 100644
--- a/arch/x86/include/asm/kfence.h
+++ b/arch/x86/include/asm/kfence.h
@@ -1,4 +1,9 @@ 
 /* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * x86 KFENCE support.
+ *
+ * Copyright (C) 2020, Google LLC.
+ */
 
 #ifndef _ASM_X86_KFENCE_H
 #define _ASM_X86_KFENCE_H