From: Paolo Abeni Date: Tue, 18 Mar 2025 12:18:37 +0000 (+0100) Subject: Merge branch 'inet-frags-fully-use-rcu' X-Git-Tag: v6.15-rc1~160^2~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c6b97a9d52031804b40e956a63994ea5513aae8;p=thirdparty%2Fkernel%2Flinux.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