public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Janosch Frank <frankja@linux.ibm.com>
To: kvm@vger.kernel.org
Cc: linux-s390@vger.kernel.org, imbrenda@linux.ibm.com,
	david@redhat.com, thuth@redhat.com, cohuck@redhat.com
Subject: [kvm-unit-tests PATCH 2/3] s390x: Add SPDX and header comments for the snippets folder
Date: Wed, 28 Jul 2021 10:13:27 +0000	[thread overview]
Message-ID: <20210728101328.51646-3-frankja@linux.ibm.com> (raw)
In-Reply-To: <20210728101328.51646-1-frankja@linux.ibm.com>

Seems like I missed adding them.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
---
 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@linux.ibm.com>
+ */
 #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@linux.ibm.com>
+ */
 #include <libcflat.h>
 
 static inline void force_exit(void)
-- 
2.30.2


  parent reply	other threads:[~2021-07-28 10:14 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-28 10:13 [kvm-unit-tests PATCH 0/3] s390x: SPDX and header comment fixes Janosch Frank
2021-07-28 10:13 ` [kvm-unit-tests PATCH 1/3] s390x: Add SPDX and header comments for s390x/* and lib/s390x/* Janosch Frank
2021-07-28 10:32   ` Claudio Imbrenda
2021-07-28 10:36     ` Thomas Huth
2021-07-28 11:36       ` Janosch Frank
2021-07-28 11:41         ` Janosch Frank
2021-07-28 11:56           ` Thomas Huth
2021-07-28 10:33   ` Thomas Huth
2021-07-28 12:56   ` [kvm-unit-tests PATCH v2] " Janosch Frank
2021-07-28 13:25     ` Claudio Imbrenda
2021-07-28 14:35     ` Thomas Huth
2021-07-28 10:13 ` Janosch Frank [this message]
2021-07-28 10:28   ` [kvm-unit-tests PATCH 2/3] s390x: Add SPDX and header comments for the snippets folder Claudio Imbrenda
2021-07-28 10:33   ` Thomas Huth
2021-07-28 10:13 ` [kvm-unit-tests PATCH 3/3] s390x: Fix my mail address in the headers Janosch Frank
2021-07-28 10:28   ` Claudio Imbrenda
2021-07-28 10:34   ` Thomas Huth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210728101328.51646-3-frankja@linux.ibm.com \
    --to=frankja@linux.ibm.com \
    --cc=cohuck@redhat.com \
    --cc=david@redhat.com \
    --cc=imbrenda@linux.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox