]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit0fd9e5958ebb41188700b566467a1d9a3ebcdece
treec4b86a281dc187fc8b74f9723043e2bfa87bd7d8
parentb630c781bcf6ff87657146661816d0d30a902139
parentc51da3f7a161c6822232be832abdffe47eb55b4c
Merge branch 'net-replace-sock_i_uid-with-sk_uid'

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>