]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 May 2022 19:42:33 +0000 (12:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 May 2022 19:42:33 +0000 (12:42 -0700)
commit2513549d0ee8c6d120a37e4a99d1184aa8163385
tree0a66b646d202e5daf31b1fca031bcec17e40a192
parent8d0cc54e4f3c1adc40131a1a1bf832e984e8d1a5
parentdacca1a38cae5611040cf4f53914573feb498ef0
Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-block

Pull io_uring socket() support from Jens Axboe:
 "This adds support for socket(2) for io_uring. This is handy when using
  direct / registered file descriptors with io_uring.

  Outside of those two patches, a small series from Dylan on top that
  improves the tracing by providing a text representation of the opcode
  rather than needing to decode this by reading the header file every
  time.

  That sits in this branch as it was the last opcode added (until it
  wasn't...)"

* tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-block:
  io_uring: use the text representation of ops in trace
  io_uring: rename op -> opcode
  io_uring: add io_uring_get_opcode
  io_uring: add type to op enum
  io_uring: add socket(2) support
  net: add __sys_socket_file()
fs/io_uring.c
include/trace/events/io_uring.h
include/uapi/linux/io_uring.h