Message ID | 20230928124327.135679-1-ming.lei@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | io_uring: cancelable uring_cmd | expand |
On 9/28/23 6:43 AM, Ming Lei wrote: > Hello, > > Patch 1 retains top 8bits of uring_cmd flags for kernel internal use. > > Patch 2 implements cancelable uring_cmd. Applied, thanks. Had to hand apply as it doesn't apply to for-6.7/io_uring due to the waitid addition, but trivial stuff.
On Thu, 28 Sep 2023 20:43:23 +0800, Ming Lei wrote: > Patch 1 retains top 8bits of uring_cmd flags for kernel internal use. > > Patch 2 implements cancelable uring_cmd. > > git tree(with ublk change) > > https://github.com/ming1/linux/commits/uring_exit_and_ublk > > [...] Applied, thanks! [1/2] io_uring: retain top 8bits of uring_cmd flags for kernel internal use commit: 528ce6781726e022bc5dc84034360e6e8f1b89bd [2/2] io_uring: cancelable uring_cmd commit: 93b8cc60c37b9d17732b7a297e5dca29b50a990d Best regards,