From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Fri, 12 Feb 2021 14:05:25 +0100 Subject: [LTP] [PATCH v2 5/5] close_range: Add test In-Reply-To: <20210211174543.25003-6-rpalethorpe@suse.com> References: <20210211174543.25003-1-rpalethorpe@suse.com> <20210211174543.25003-6-rpalethorpe@suse.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Richie, > Signed-off-by: Richard Palethorpe > --- > .../kernel/syscalls/close_range/.gitignore | 1 + > .../kernel/syscalls/close_range/Makefile | 10 + > .../syscalls/close_range/close_range01.c | 200 ++++++++++++++++++ It looks like you haven't added close_range01 to runtest file. It should probably go to syscalls and Cyril can add it before merging. Patchset LGTM and compiles ok. Thanks! Kind regards, Petr