On 28/07/2021 12.13, Janosch Frank wrote:
Seems like I missed adding them.
Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx>
---
s390x/snippets/c/cstart.S | 9 +++++++++
s390x/snippets/c/mvpg-snippet.c | 9 +++++++++
2 files changed, 18 insertions(+)
diff --git a/s390x/snippets/c/cstart.S b/s390x/snippets/c/cstart.S
index 242568d6..a1754808 100644
--- a/s390x/snippets/c/cstart.S
+++ b/s390x/snippets/c/cstart.S
@@ -1,3 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Start assembly for snippets
+ *
+ * Copyright (c) 2021 IBM Corp.
+ *
+ * Authors:
+ * Janosch Frank <frankja@xxxxxxxxxxxxx>
+ */
#include <asm/sigp.h>
.section .init
diff --git a/s390x/snippets/c/mvpg-snippet.c b/s390x/snippets/c/mvpg-snippet.c
index c1eb5d77..e55caab4 100644
--- a/s390x/snippets/c/mvpg-snippet.c
+++ b/s390x/snippets/c/mvpg-snippet.c
@@ -1,3 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Snippet used by the mvpg-sie.c test to check SIE PEI intercepts.
+ *
+ * Copyright (c) 2021 IBM Corp
+ *
+ * Authors:
+ * Janosch Frank <frankja@xxxxxxxxxxxxx>
+ */
#include <libcflat.h>
static inline void force_exit(void)
Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>