2 Commits

Author SHA1 Message Date
Ammar Faizi 1ae61f6898 test: Add missing SPDX-License-Identifier
This adds missing SPDX-License-Identifier for:
  test/ce593a6c480a-test.c
  test/double-poll-crash.c
  test/exec-target.c
  test/lfs-openat-write.c
  test/lfs-openat.c
  test/pipe-eof.c
  test/pollfree.c
  test/sendmsg_fs_cve.c
  test/skip-cqe.c
  test/splice.c
  test/sq-poll-kthread.c
  test/sqpoll-cancel-hang.c
  test/sqpoll-disable-exit.c
  test/sqpoll-exit-hang.c
  test/sqpoll-sleep.c

Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
2022-02-23 17:06:36 +07:00
Pavel Begunkov 86a5d92390 tests: add no-op executable for exec
There are differences between close and exec from io_uring perspective,
so we want to test exec as well. For that we need a program doing
nothing to exec into.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/ed97597635e67d750bff377bdf68d03e1eb022e5.1631358658.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-09-11 08:25:22 -06:00