/[base]
ViewVC logotype

Revision 368265


Jump to revision: Previous Next
Author: kib
Date: Tue Dec 1 22:53:33 2020 UTC (3 years, 7 months ago)
Changed paths: 1
Log Message:
lio_listio(2): send signal even if number of jobs is zero.

Right now, if lio registered zero jobs, syscall frees lio job
structure, cleaning up queued ksi.  As result, the realtime signal is
dequeued and never delivered.

Fix it by allowing sendsig() to copy ksi when job count is zero.

PR: 220398
Reported and reviewed by:	asomers
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D27421


Changed paths

Path Details
Directoryhead/sys/kern/vfs_aio.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27