From: Paolo Abeni Date: Tue, 18 Mar 2025 12:18:37 +0000 (+0100) Subject: Merge branch 'inet-frags-fully-use-rcu' X-Git-Tag: io_uring-6.15-20250403~82^2~87 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3c6b97a9d52031804b40e956a63994ea5513aae8;p=linux-block.git Merge branch 'inet-frags-fully-use-rcu' Eric Dumazet says: ==================== inet: frags: fully use RCU While inet reassembly uses RCU, it is acquiring/releasing a refcount on struct inet_frag_queue in fast path, for no good reason. This was mentioned in one patch changelog seven years ago :/ This series is removing these refcount changes, by extending RCU sections. ==================== Link: https://patch.msgid.link/20250312082250.1803501-1-edumazet@google.com Signed-off-by: Paolo Abeni --- 3c6b97a9d52031804b40e956a63994ea5513aae8