3 Commits

Author SHA1 Message Date
ohci1 4b8f3098a5 update configure info for 2.14
Co-authored-by: Pavel Begunkov<asml.silence@gmail.com>
Co-authored-by: Guillem Jover<guillem@hadrons.org>
Co-authored-by: Jens Axboe<axboe@kernel.dk>
Co-authored-by: Khem Raj<raj.khem@gmail.com>
Co-authored-by: Michael de Lang<kingoipo@gmail.com>
Co-authored-by: David Disseldorp<ddiss@suse.de>
Co-authored-by: Ming Lei<ming.lei@redhat.com>
2026-04-24 09:24:13 +08:00
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
Jens Axboe abce98153b Add a test case for closed pipe terminating properly
This is fixed by upstream commit:

commit 68faa4727c0e2d7d255d9b97e754f2cda748f141
Author: Jens Axboe <axboe@kernel.dk>
Date:   Tue Aug 25 12:27:50 2020 -0600

    io_uring: don't use poll handler if file can't be nonblocking read/written

We're testing whether we first get some data, then a zero return on the
next one when it's closed. The buggy behavior was to arm a poll handler,
which isn't notified when the pipe is closed.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-08-25 17:23:14 -06:00