Message ID | 157553119188.17524.1379079312058580155.stgit@devnote2 (mailing list archive) |
---|---|
Headers | show |
Series | selftests: safesetid: Fix build warnings and errors | expand |
On Thu, 5 Dec 2019 16:33:12 +0900 Masami Hiramatsu <mhiramat@kernel.org> wrote: > Hi, > > Here are the patches to fix build warnings and erorrs on > kselftest safesetid. Oops, I found one another bug in safesetid. I'll send v2 including new fix. Thank you, > > Thank you, > > --- > > Masami Hiramatsu (2): > selftests: safesetid: Move link library to LDLIBS > selftests: safesetid: Check the return value of setuid/setgid > > > tools/testing/selftests/safesetid/Makefile | 3 ++- > tools/testing/selftests/safesetid/safesetid-test.c | 15 ++++++++++----- > 2 files changed, 12 insertions(+), 6 deletions(-) > > -- > Masami Hiramatsu (Linaro) <mhiramat@kernel.org>