]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'net-replace-sock_i_uid-with-sk_uid'
authorJakub Kicinski <kuba@kernel.org>
Tue, 24 Jun 2025 00:04:06 +0000 (17:04 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 24 Jun 2025 00:04:06 +0000 (17:04 -0700)
Eric Dumazet says:

====================
net: replace sock_i_uid() with sk_uid()

First patch annotates sk->sk_uid accesses and adds sk_uid() helper.

Second patch removes sock_i_uid() in favor of the new helper.
====================

Link: https://patch.msgid.link/20250620133001.4090592-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge