On Mon, 2026-09-21 at 14:20 -0400, Chuck Lever wrote: > On Mon, Sep 21, 2026, Jeff Layton wrote: > > --- > > tools/testing/selftests/nfsd/Makefile | 1 + > > tools/testing/selftests/nfsd/config | 6 + > > tools/testing/selftests/nfsd/nfsd_netns_isolation | Bin 0 -> 49192 bytes > > tools/testing/selftests/nfsd/nfsd_netns_stress | Bin 0 -> 39232 bytes > > tools/testing/selftests/nfsd/nfsd_netns_stress.c | 572 > > ++++++++++++++++++++++ > > tools/testing/selftests/nfsd/settings | 2 +- > > 6 files changed, 580 insertions(+), 1 deletion(-) > > Hi Jeff, > > Did you intend to commit the nfsd_netns_isolation and nfsd_netns_stress > binaries? > >
Nope. Sashiko pointed that out too. I'm fixing it now (along with another issue) and will send a v2. Thanks! > > diff --git a/tools/testing/selftests/nfsd/Makefile > > b/tools/testing/selftests/nfsd/Makefile > > index 2b7c44c3fb00..b29bf642c0ad 100644 > > --- a/tools/testing/selftests/nfsd/Makefile > > +++ b/tools/testing/selftests/nfsd/Makefile > > @@ -3,5 +3,6 @@ CFLAGS += $(KHDR_INCLUDES) -Wall > > > > TEST_GEN_PROGS := nfsd_netlink_listener > > TEST_GEN_PROGS += nfsd_netns_isolation > > +TEST_GEN_PROGS += nfsd_netns_stress > > > > include ../lib.mk -- Jeff Layton <[email protected]>

