netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 net-next 0/3] af_unix: Remove io_uring dead code in GC.
@ 2024-01-29 19:04 Kuniyuki Iwashima
  2024-01-29 19:04 ` [PATCH v1 net-next 1/3] af_unix: Replace BUG_ON() with WARN_ON_ONCE() Kuniyuki Iwashima
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Kuniyuki Iwashima @ 2024-01-29 19:04 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: Jens Axboe, Pavel Begunkov, Kuniyuki Iwashima, Kuniyuki Iwashima,
	netdev

I will post another series that rewrites the garbage collector for
AF_UNIX socket.

This is a prep series to clean up changes to GC made by io_uring but
now not necessary.


Kuniyuki Iwashima (3):
  af_unix: Replace BUG_ON() with WARN_ON_ONCE().
  af_unix: Remove io_uring code for GC.
  af_unix: Remove CONFIG_UNIX_SCM.

 include/net/af_unix.h |   8 +--
 net/Makefile          |   2 +-
 net/unix/Kconfig      |   5 --
 net/unix/Makefile     |   2 -
 net/unix/af_unix.c    |  63 ++++++++++++++++-
 net/unix/garbage.c    | 106 ++++++++++++++++++++--------
 net/unix/scm.c        | 156 ------------------------------------------
 net/unix/scm.h        |  10 ---
 8 files changed, 143 insertions(+), 209 deletions(-)
 delete mode 100644 net/unix/scm.c
 delete mode 100644 net/unix/scm.h

-- 
2.30.2


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

end of thread, other threads:[~2024-02-14  1:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 19:04 [PATCH v1 net-next 0/3] af_unix: Remove io_uring dead code in GC Kuniyuki Iwashima
2024-01-29 19:04 ` [PATCH v1 net-next 1/3] af_unix: Replace BUG_ON() with WARN_ON_ONCE() Kuniyuki Iwashima
2024-01-29 19:04 ` [PATCH v1 net-next 2/3] af_unix: Remove io_uring code for GC Kuniyuki Iwashima
2024-02-12  2:17   ` Pengfei Xu
2024-02-12 17:47     ` Jens Axboe
2024-02-14  1:08       ` Pengfei Xu
2024-01-29 19:04 ` [PATCH v1 net-next 3/3] af_unix: Remove CONFIG_UNIX_SCM Kuniyuki Iwashima
2024-01-29 21:02 ` [PATCH v1 net-next 0/3] af_unix: Remove io_uring dead code in GC Jens Axboe
2024-02-01  1:30 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).