Message ID | 20210118092159.145934-3-elver@google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [mm,1/4] kfence: add missing copyright and description headers | expand |
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 --git a/arch/arm64/include/asm/kfence.h b/arch/arm64/include/asm/kfence.h index 6c0afeeab635..d061176d57ea 100644 --- a/arch/arm64/include/asm/kfence.h +++ b/arch/arm64/include/asm/kfence.h @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0 */ +/* + * arm64 KFENCE support. + * + * Copyright (C) 2020, Google LLC. + */ #ifndef __ASM_KFENCE_H #define __ASM_KFENCE_H
Add missing copyright and description header to KFENCE source file. Signed-off-by: Marco Elver <elver@google.com> --- If appropriate, to be squashed into: arm64, kfence: enable KFENCE for ARM64 --- arch/arm64/include/asm/kfence.h | 5 +++++ 1 file changed, 5 insertions(+)