Files
Guillaume Nault d26ecb1075 net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
JIRA: https://issues.redhat.com/browse/RHEL-145975
Upstream Status: linux.git
Conflicts: (context) Missing upstream commit c51da3f7a161 ("net: remove
           sock_i_uid()"):
           Centos Stream 10 still uses sock_i_uid() while upstream now
           uses sk_uid().

commit f86f42ed2c471da5b061492bb8ab1d3d73c19c58
Author: Eric Dumazet <edumazet@google.com>
Date:   Tue Aug 26 12:50:27 2025 +0000

    net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers

    We want to split sk->sk_drops in the future to reduce
    potential contention on this field.

    Signed-off-by: Eric Dumazet <edumazet@google.com>
    Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
    Link: https://patch.msgid.link/20250826125031.1578842-2-edumazet@google.com
    Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Signed-off-by: Guillaume Nault <gnault@redhat.com>
2026-02-25 10:17:40 +01:00
..