mbox series

[V2,0/2] io_uring: support to inject result for NOP

Message ID 20240510035031.78874-1-ming.lei@redhat.com (mailing list archive)
Headers show
Series io_uring: support to inject result for NOP | expand

Message

Ming Lei May 10, 2024, 3:50 a.m. UTC
Hello,

The two patches add nop_flags for supporting to inject result on NOP.

V2:
	- add patch1 for backport, suggested by Jens


Ming Lei (2):
  io_uring: fail NOP if non-zero op flags is passed in
  io_uring: support to inject result for NOP

 include/uapi/linux/io_uring.h |  8 ++++++++
 io_uring/nop.c                | 26 ++++++++++++++++++++++----
 2 files changed, 30 insertions(+), 4 deletions(-)

Comments

Jens Axboe May 10, 2024, 12:50 p.m. UTC | #1
On Fri, 10 May 2024 11:50:26 +0800, Ming Lei wrote:
> The two patches add nop_flags for supporting to inject result on NOP.
> 
> V2:
> 	- add patch1 for backport, suggested by Jens
> 
> 
> Ming Lei (2):
>   io_uring: fail NOP if non-zero op flags is passed in
>   io_uring: support to inject result for NOP
> 
> [...]

Applied, thanks!

[1/2] io_uring: fail NOP if non-zero op flags is passed in
      (no commit info)
[2/2] io_uring: support to inject result for NOP
      (no commit info)

Best regards,