LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au> To: Christian Brauner <christian.brauner@ubuntu.com>, viro@zeniv.linux.org.uk, linux-kernel@vger.kernel.org, ebiederm@xmission.com, torvalds@linux-foundation.org, gregkh@linuxfoundation.org Cc: containers@lists.linux-foundation.org, Christian Brauner <christian.brauner@ubuntu.com> Subject: Re: [PATCH 4/4 v5 RESEND] selftests: add devpts selftests Date: Tue, 10 Apr 2018 16:20:44 +1000 [thread overview] Message-ID: <87efjnbn0j.fsf@concordia.ellerman.id.au> (raw) In-Reply-To: <20180313165527.24038-5-christian.brauner@ubuntu.com> Hi Christian, Christian Brauner <christian.brauner@ubuntu.com> writes: > diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile > index 7442dfb73b7f..dbda89c9d9b9 100644 > --- a/tools/testing/selftests/Makefile > +++ b/tools/testing/selftests/Makefile > @@ -7,6 +7,7 @@ TARGETS += cpufreq > TARGETS += cpu-hotplug > TARGETS += efivarfs > TARGETS += exec > +TARGETS += filesystems ^ This, and ... > diff --git a/tools/testing/selftests/filesystems/Makefile b/tools/testing/selftests/filesystems/Makefile > index 13a73bf725b5..4e6d09fb166f 100644 > --- a/tools/testing/selftests/filesystems/Makefile > +++ b/tools/testing/selftests/filesystems/Makefile > @@ -1,5 +1,5 @@ > # SPDX-License-Identifier: GPL-2.0 > -TEST_PROGS := dnotify_test > +TEST_PROGS := dnotify_test devpts_pts ^ this ... Have the unfortunate effect of running dnotify_test as part of the default selftest run. dnotify_test boils down to: while (1) { pause(); printf("Got event on fd=%d\n", event_fd); } ie. an infinite loop :) I'll send a patch to fix it. cheers
next prev parent reply other threads:[~2018-04-10 6:20 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-03-13 16:55 [PATCH 0/4 v5 RESEND] devpts: handle bind-mounts correctly Christian Brauner 2018-03-13 16:55 ` [PATCH 1/4 v5 RESEND] devpts: hoist out check for DEVPTS_SUPER_MAGIC Christian Brauner 2018-03-13 16:55 ` [PATCH 2/4 v5 RESEND] devpts: resolve devpts bind-mounts Christian Brauner 2018-03-13 16:55 ` [PATCH 3/4 v5 RESEND] devpts: comment devpts_mntget() Christian Brauner 2018-03-13 16:55 ` [PATCH 4/4 v5 RESEND] selftests: add devpts selftests Christian Brauner 2018-04-10 6:20 ` Michael Ellerman [this message] 2018-04-10 8:42 ` Christian Brauner 2018-04-10 9:34 ` Michael Ellerman 2018-04-10 9:41 ` Christian Brauner 2018-03-13 17:32 ` [PATCH 0/4 v5 RESEND] devpts: handle bind-mounts correctly Eric W. Biederman 2018-03-13 17:40 ` Greg KH 2018-03-13 18:02 ` Linus Torvalds
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=87efjnbn0j.fsf@concordia.ellerman.id.au \ --to=mpe@ellerman.id.au \ --cc=christian.brauner@ubuntu.com \ --cc=containers@lists.linux-foundation.org \ --cc=ebiederm@xmission.com \ --cc=gregkh@linuxfoundation.org \ --cc=linux-kernel@vger.kernel.org \ --cc=torvalds@linux-foundation.org \ --cc=viro@zeniv.linux.org.uk \ /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: linkBe 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; as well as URLs for NNTP newsgroup(s).