aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2024-01-26 20:34:28 -0800
committerJakub Kicinski <[email protected]>2024-01-26 20:34:28 -0800
commit1cf05e2508ab70ec1af56d1e62e79520d7b8dd6e (patch)
tree4345fae53e80824da6164e33c5f2577ffb92616d /tools/perf/scripts/python
parentfb4bb62aaac715e50c7c007714af19a2698db88b (diff)
parentd9f21b3613337b55cc9d4a6ead484dca68475143 (diff)
Merge branch 'af_unix-random-improvements-for-gc'
Kuniyuki Iwashima says: ==================== af_unix: Random improvements for GC. If more than 16000 inflight AF_UNIX sockets exist on a host, each sendmsg() will be forced to wait for unix_gc() even if a process is not sending any FD. This series tries not to impose such a penalty on sane users who do not send AF_UNIX FDs or do not have inflight sockets more than SCM_MAX_FD * 8. The first patch can be backported to -stable. Cleanup patches for commit 69db702c8387 ("io_uring/af_unix: disable sending io_uring over sockets") and large refactoring of GC will be followed later. v4: https://lore.kernel.org/netdev/[email protected]/ v3: https://lore.kernel.org/netdev/[email protected]/ v2: https://lore.kernel.org/netdev/[email protected]/ v1: https://lore.kernel.org/netdev/[email protected]/ ==================== Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions