public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCHSET 0/2] Drop remnants of SCM_RIGHTS support
@ 2023-12-19 19:42 Jens Axboe
  2023-12-19 19:42 ` [PATCH 1/2] io_uring/unix: drop usage of io_uring socket Jens Axboe
  2023-12-19 19:42 ` [PATCH 2/2] io_uring: drop any code related to SCM_RIGHTS Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Jens Axboe @ 2023-12-19 19:42 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence

Hi,

Since we dropped support for SCM_RIGHTS passing of io_uring fds, we know
have some code that is no longer enabled. Drop it like a bad habbit.

 include/linux/io_uring.h       |  10 +-
 include/linux/io_uring_types.h |   3 -
 io_uring/filetable.c           |  11 +--
 io_uring/io_uring.c            |  45 +--------
 io_uring/io_uring.h            |   1 -
 io_uring/rsrc.c                | 169 +--------------------------------
 io_uring/rsrc.h                |  15 ---
 net/core/scm.c                 |   2 +-
 net/unix/scm.c                 |   4 +-
 9 files changed, 17 insertions(+), 243 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-19 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-19 19:42 [PATCHSET 0/2] Drop remnants of SCM_RIGHTS support Jens Axboe
2023-12-19 19:42 ` [PATCH 1/2] io_uring/unix: drop usage of io_uring socket Jens Axboe
2023-12-19 19:42 ` [PATCH 2/2] io_uring: drop any code related to SCM_RIGHTS Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox