From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kees Cook Date: Thu, 4 Jun 2020 15:45:46 -0700 Subject: [LTP] [exec] 166d03c9ec: ltp.execveat02.fail In-Reply-To: <20200525091420.GI12456@shao2-debian> References: <20200518055457.12302-3-keescook@chromium.org> <20200525091420.GI12456@shao2-debian> Message-ID: <202006041542.0720CB7A@keescook> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it On Mon, May 25, 2020 at 05:14:20PM +0800, kernel test robot wrote: > Greeting, (Whoops, I missed this in my inbox.) > <<>> > tag=execveat02 stime=1590373229 > cmdline="execveat02" > contacts="" > analysis=exit > <<>> > tst_test.c:1246: INFO: Timeout per run is 0h 05m 00s > execveat02.c:64: PASS: execveat() fails as expected: EBADF (9) > execveat02.c:64: PASS: execveat() fails as expected: EINVAL (22) > execveat02.c:61: FAIL: execveat() fails unexpectedly, expected: ELOOP: EACCES (13) > execveat02.c:64: PASS: execveat() fails as expected: ENOTDIR (20) I will go check on this. Looking at the expected result (ELOOP) I think this just means the test needs adjustment because it's trying to double-check for a pathological case, but it seems their test setup trips the (now earlier) IS_SREG() test. But I'll double-check and report back! -- Kees Cook