[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190408180404.GB11964@altlinux.org>
Date: Mon, 8 Apr 2019 21:04:04 +0300
From: "Dmitry V. Levin" <ldv@...linux.org>
To: Shuah Khan <shuah@...nel.org>
Cc: Oleg Nesterov <oleg@...hat.com>, Andy Lutomirski <luto@...nel.org>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Elvira Khabirova <lineprinter@...linux.org>,
Eugene Syromyatnikov <esyr@...hat.com>,
linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH linux-next v9 7/7] selftests/ptrace: add a test case for
PTRACE_GET_SYSCALL_INFO
On Mon, Apr 08, 2019 at 11:51:45AM -0600, shuah wrote:
> On 4/8/19 11:42 AM, Dmitry V. Levin wrote:
> > Check whether PTRACE_GET_SYSCALL_INFO semantics implemented in the kernel
> > matches userspace expectations.
> >
> > Cc: Oleg Nesterov <oleg@...hat.com>
> > Cc: Andy Lutomirski <luto@...nel.org>
> > Cc: Shuah Khan <shuah@...nel.org>
> > Cc: Elvira Khabirova <lineprinter@...linux.org>
> > Cc: Eugene Syromyatnikov <esyr@...hat.com>
> > Cc: linux-kselftest@...r.kernel.org
> > Signed-off-by: Dmitry V. Levin <ldv@...linux.org>
> > ---
> >
> > Notes:
> > v9: unchanged
> > v8: unchanged
> > v7: unchanged
> > v6: made PTRACE_GET_SYSCALL_INFO return value checks strict
> > v5: initial revision
> >
> > tools/testing/selftests/ptrace/.gitignore | 1 +
> > tools/testing/selftests/ptrace/Makefile | 2 +-
> > .../selftests/ptrace/get_syscall_info.c | 271 ++++++++++++++++++
> > 3 files changed, 273 insertions(+), 1 deletion(-)
> > create mode 100644 tools/testing/selftests/ptrace/get_syscall_info.c
> >
> > diff --git a/tools/testing/selftests/ptrace/.gitignore b/tools/testing/selftests/ptrace/.gitignore
> > index b3e59d41fd82..cfcc49a7def7 100644
> > --- a/tools/testing/selftests/ptrace/.gitignore
> > +++ b/tools/testing/selftests/ptrace/.gitignore
> > @@ -1 +1,2 @@
> > +get_syscall_info
> > peeksiginfo
> > diff --git a/tools/testing/selftests/ptrace/Makefile b/tools/testing/selftests/ptrace/Makefile
> > index 8a2bc5562179..4bc550b6b845 100644
> > --- a/tools/testing/selftests/ptrace/Makefile
> > +++ b/tools/testing/selftests/ptrace/Makefile
> > @@ -1,5 +1,5 @@
> > CFLAGS += -iquote../../../../include/uapi -Wall
> >
> > -TEST_GEN_PROGS := peeksiginfo
> > +TEST_GEN_PROGS := get_syscall_info peeksiginfo
> >
> > include ../lib.mk
> > diff --git a/tools/testing/selftests/ptrace/get_syscall_info.c b/tools/testing/selftests/ptrace/get_syscall_info.c
> > new file mode 100644
> > index 000000000000..28e972825b74
> > --- /dev/null
> > +++ b/tools/testing/selftests/ptrace/get_syscall_info.c
> > @@ -0,0 +1,271 @@
> > +/* SPDX-License-Identifier: GPL-2.0-or-later
> > + *
>
> This should be just GPL-2.0+
LICENSES/preferred/GPL-2.0 says these variants are equivalent:
"
[...]
Valid-License-Identifier: GPL-2.0+
Valid-License-Identifier: GPL-2.0-or-later
[...]
For 'GNU General Public License (GPL) version 2 or any later version' use:
SPDX-License-Identifier: GPL-2.0+
or
SPDX-License-Identifier: GPL-2.0-or-later
"
The usage statistics shows that GPL-2.0+ is more popular in the kernel
tree than GPL-2.0-or-later, though.
> The rest looks good to me. Assuming this patch has dependency on the
> rest of the patches in this series and once the above change is made:
No problem, I'm fine with either variant of the license identifier.
> Acked-by: Shuah Khan <shuah@...nel.org>
Thanks,
--
ldv
Download attachment "signature.asc" of type "application/pgp-signature" (802 bytes)
Powered by blists - more mailing lists