On Wed, 28 Jul 2021 10:13:27 +0000 Janosch Frank <frankja@xxxxxxxxxxxxx> wrote: > Seems like I missed adding them. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> Reviewed-by: Claudio Imbrenda <imbrenda@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)