On Thu, 15 Feb 2024 12:47:37 -0800, Bart Van Assche wrote: > This patch series fixes cancellation support in libaio as follows: > - Restore the code for completing cancelled I/O. > - Ignore requests to support cancellation for I/O not submitted by libaio. And the libaio cancellation code itself is safe? > > Please consider this patch series for the next merge window. > > Thanks, > > [...] Cancellation function appropriately named ffs_aio_cancel(). ;/ -- Applied to the vfs.misc branch of the vfs/vfs.git tree. Patches in the vfs.misc branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.misc [1/2] fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio https://git.kernel.org/vfs/vfs/c/34c6ea2e3aea [2/2] fs/aio: Make io_cancel() generate completions again https://git.kernel.org/vfs/vfs/c/ee347c5af5be