Lorenz Bauer
ff9f2d9cda
BACKPORT: net: sk_msg: Simplify sk_psock initialization
...
Initializing psock->sk_proto and other saved callbacks is only
done in sk_psock_update_proto, after sk_psock_init has returned.
The logic for this is difficult to follow, and needlessly complex.
Instead, initialize psock->sk_proto whenever we allocate a new
psock. Additionally, assert the following invariants:
* The SK has no ULP: ULP does it's own finagling of sk->sk_prot
* sk_user_data is unused: we need it to store sk_psock
Protect our access to sk_user_data with sk_callback_lock, which
is what other users like reuseport arrays, etc. do.
The result is that an sk_psock is always fully initialized, and
that psock->sk_proto is always the "original" struct proto.
The latter allows us to use psock->sk_proto when initializing
IPv6 TCP / UDP callbacks for sockmap.
Also fix skmsg.c compilation, and align include/linux/bpf.h
Change-Id: If8d7b6a9e3b7341d0dba5705e0f2044234f39fd3
Signed-off-by: Lorenz Bauer <lmb@cloudflare.com >
Signed-off-by: Alexei Starovoitov <ast@kernel.org >
Acked-by: John Fastabend <john.fastabend@gmail.com >
Link: https://lore.kernel.org/bpf/20200821102948.21918-2-lmb@cloudflare.com
2026-02-02 18:01:33 -05:00
..
2018-03-31 01:33:09 +08:00
2020-04-02 15:28:16 +02:00
2018-01-04 13:35:07 -05:00
2025-11-21 22:57:50 +00:00
2018-12-10 11:09:45 -08:00
2022-08-25 11:15:23 +02:00
2025-08-31 10:10:00 +01:00
2018-10-12 15:25:17 +01:00
2025-10-16 21:01:06 +01:00
2025-10-16 21:01:12 +01:00
2025-09-02 08:35:50 +00:00
2025-10-05 09:11:31 +00:00
2025-10-16 21:01:06 +01:00
2025-09-30 21:35:03 +01:00
2012-10-08 13:50:20 +10:30
2018-06-15 18:10:01 -03:00
2018-06-15 18:10:01 -03:00
2017-02-16 10:08:41 +05:30
2025-12-22 04:34:10 +01:00
2025-09-22 10:17:52 +02:00
2012-03-16 10:38:24 -04:00
2017-11-07 10:32:44 +01:00
2025-06-11 10:19:25 +02:00
2018-12-19 18:38:58 +05:30
2023-06-14 09:45:37 +00:00
2019-04-17 08:38:51 +02:00
2022-12-17 00:25:35 +02:00
2025-01-10 13:09:21 +02:00
2025-08-28 03:27:41 +03:00
2025-08-28 03:27:45 +03:00
2026-02-02 18:01:33 -05:00
2025-08-28 03:28:47 +03:00
2025-08-28 03:28:38 +03:00
2025-08-28 03:27:13 +03:00
2026-02-02 18:01:33 -05:00
2025-08-28 03:27:30 +03:00
2025-08-28 03:27:57 +03:00
2025-08-28 03:28:11 +03:00
2025-09-08 01:34:41 -04:00
2017-11-02 11:10:55 +01:00
2025-09-08 01:35:16 -04:00
2017-11-02 11:10:55 +01:00
2025-08-28 03:29:06 +03:00
2025-08-28 03:26:25 +03:00
2018-01-04 15:13:29 -08:00
2020-09-20 23:45:10 +05:30
2025-08-28 03:26:34 +03:00
2025-12-31 12:15:33 +02:00
2025-08-28 03:26:52 +03:00
2025-08-28 03:26:52 +03:00
2025-08-28 03:26:52 +03:00
2025-08-28 03:26:52 +03:00
2025-08-28 03:26:52 +03:00
2026-01-23 15:34:20 +00:00
2017-11-02 11:10:55 +01:00
2018-07-31 13:06:57 +02:00
2017-11-02 11:10:55 +01:00
2013-12-29 15:25:48 +01:00
2025-08-28 03:28:07 +03:00
2011-09-23 12:05:29 +05:30
2025-09-30 21:35:04 +01:00
2025-08-28 03:29:12 +03:00
2018-07-18 07:27:22 -04:00
2025-08-28 03:26:37 +03:00
2025-10-16 21:01:10 +01:00
2015-11-16 09:27:32 +05:30
2017-11-02 11:10:55 +01:00
2023-05-17 11:13:06 +02:00
2017-11-02 11:10:55 +01:00
2020-04-17 10:48:45 +02:00
2016-09-06 13:08:40 +09:00
2020-10-14 20:04:29 +05:30
2025-09-02 08:35:50 +00:00
2019-12-13 17:16:03 -08:00
2025-10-05 09:11:31 +00:00
2018-03-16 19:58:27 +01:00
2017-08-29 15:34:46 -06:00
2022-10-26 13:19:31 +02:00
2017-11-15 11:56:19 -08:00
2017-11-02 11:10:55 +01:00
2012-10-13 10:46:48 +01:00
2020-05-01 15:18:13 +02:00
2018-09-07 11:49:50 -07:00
2025-08-31 10:09:52 +01:00
2018-01-12 17:33:38 -08:00
2017-11-02 11:10:55 +01:00
2024-05-17 11:42:37 +02:00
2020-05-03 08:45:31 +02:00
2020-05-15 10:16:16 +01:00
2017-11-02 11:10:55 +01:00
2025-08-28 03:25:36 +03:00
2022-11-24 03:17:53 +02:00
2025-12-31 12:15:33 +02:00
2026-01-21 21:23:37 +00:00
2017-11-02 11:10:55 +01:00
2013-02-23 17:50:12 -08:00
2017-11-02 11:10:55 +01:00
2025-10-16 21:01:10 +01:00
2025-08-31 10:09:52 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2025-10-16 21:01:16 +01:00
2025-09-30 21:35:03 +01:00
2020-08-13 21:50:48 -07:00
2017-11-02 11:10:55 +01:00
2016-05-28 15:48:31 -04:00
2017-11-02 11:10:55 +01:00
2018-12-05 19:32:13 +01:00
2017-05-16 19:44:01 +01:00
2025-07-17 10:08:05 +02:00
2025-10-17 15:32:06 +01:00
2025-09-30 21:35:04 +01:00
2020-05-11 10:27:22 -07:00
2013-10-13 16:16:26 -07:00
2025-09-16 13:55:16 +02:00
2018-03-26 08:53:43 -06:00
2020-01-28 03:13:32 -08:00
2025-10-17 18:58:06 +01:00
2014-05-14 16:40:04 -07:00
2020-03-12 10:46:18 -07:00
2018-07-18 07:27:22 -04:00
2025-09-02 08:35:50 +00:00
2025-09-30 21:35:04 +01:00
2020-05-10 10:30:11 +02:00
2018-12-10 11:09:45 -08:00
2025-10-16 21:01:06 +01:00
2014-09-23 23:13:13 -07:00
2021-03-05 07:01:18 +01:00
2025-08-28 03:25:44 +03:00
2025-09-30 21:35:04 +01:00
2025-09-30 21:35:04 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2025-09-30 21:35:03 +01:00
2017-11-02 11:10:55 +01:00
2025-10-16 21:01:06 +01:00
2018-08-28 17:10:42 +05:30
2012-07-21 10:34:00 -07:00
2017-11-02 11:10:55 +01:00
2025-08-28 03:26:34 +03:00
2025-10-16 21:01:06 +01:00
2021-02-07 15:41:31 +01:00
2025-09-30 21:35:04 +01:00
2017-11-02 11:10:55 +01:00
2025-08-28 03:26:34 +03:00
2025-09-02 08:35:50 +00:00
2025-10-16 21:01:10 +01:00
2025-08-28 03:26:29 +03:00
2025-08-28 03:28:51 +03:00
2018-04-17 13:42:48 +02:00
2025-09-30 21:35:04 +01:00
2018-04-12 09:41:19 -07:00
2015-11-25 09:22:02 -07:00
2025-09-08 01:35:15 -04:00
2025-09-08 01:35:15 -04:00
2025-09-02 08:35:50 +00:00
2023-01-18 11:30:49 +01:00
2017-01-04 13:22:38 -07:00
2025-09-08 01:35:14 -04:00
2022-11-24 03:17:53 +02:00
2020-01-29 16:43:27 +01:00
2025-09-30 21:35:04 +01:00
2018-02-13 16:25:06 +01:00
2025-09-08 01:34:41 -04:00
2026-01-21 21:23:37 +00:00
2025-09-30 21:35:04 +01:00
2022-12-08 11:18:34 +01:00
2025-10-17 15:32:07 +01:00
2025-08-28 03:26:34 +03:00
2017-11-02 11:10:55 +01:00
2024-10-31 21:43:13 +00:00
2025-08-28 03:27:42 +03:00
2017-11-02 11:10:55 +01:00
2024-06-16 13:23:35 +02:00
2025-08-31 23:56:41 +08:00
2020-07-01 23:05:08 +05:30
2021-06-30 19:17:14 +02:00
2022-05-18 09:42:47 +02:00
2025-12-04 00:28:29 +02:00
2025-09-30 21:35:02 +01:00
2025-09-22 10:17:51 +02:00
2025-08-28 03:26:34 +03:00
2020-10-07 08:00:08 +02:00
2020-04-13 10:45:06 +02:00
2017-11-02 11:10:55 +01:00
2025-09-30 21:35:03 +01:00
2018-05-03 16:25:08 +02:00
2018-02-01 10:57:45 -08:00
2025-10-16 21:01:06 +01:00
2025-10-16 21:01:06 +01:00
2018-07-08 11:13:25 +09:00
2020-05-27 17:37:35 +02:00
2020-06-16 12:51:47 -07:00
2017-11-09 10:23:28 +01:00
2025-10-05 09:11:31 +00:00
2025-09-30 21:35:04 +01:00
2018-08-22 10:52:45 -07:00
2025-08-28 03:27:08 +03:00
2025-10-17 15:32:06 +01:00
2018-01-03 10:38:54 -05:00
2025-09-30 21:35:04 +01:00
2025-10-16 21:01:06 +01:00
2025-10-16 21:01:06 +01:00
2025-10-16 21:01:06 +01:00
2025-10-16 21:01:06 +01:00
2025-03-11 08:34:59 +01:00
2025-09-16 13:55:10 +02:00
2023-11-20 10:29:18 +01:00
2025-08-28 03:26:34 +03:00
2025-08-28 03:27:16 +03:00
2025-08-28 03:26:18 +03:00
2017-11-02 11:10:55 +01:00
2025-09-02 08:35:50 +00:00
2025-08-31 10:09:54 +01:00
2025-08-28 03:26:25 +03:00
2021-06-30 08:48:19 -04:00
2017-11-02 11:10:55 +01:00
2025-10-17 19:01:57 +01:00
2025-08-28 03:28:51 +03:00
2025-08-28 03:27:50 +03:00
2025-09-30 21:35:04 +01:00
2017-11-13 14:50:49 -05:00
2019-12-05 09:19:38 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2025-09-30 21:35:04 +01:00
2025-10-16 21:01:12 +01:00
2017-11-02 11:10:55 +01:00
2025-09-08 01:35:15 -04:00
2025-09-30 21:35:04 +01:00
2012-10-13 10:46:48 +01:00
2025-10-17 19:01:57 +01:00
2018-08-22 10:52:43 -07:00
2018-05-17 12:46:54 -04:00
2025-10-05 09:11:31 +00:00
2026-02-02 18:01:33 -05:00
2025-08-28 03:28:07 +03:00
2025-08-28 03:28:08 +03:00
2025-08-28 03:28:56 +03:00
2025-09-30 21:35:04 +01:00
2018-05-30 10:11:34 +02:00
2016-03-25 16:37:42 -07:00
2018-06-14 12:21:18 +09:00
2025-08-28 03:27:09 +03:00
2017-11-02 11:10:55 +01:00
2025-10-16 21:01:06 +01:00
2024-06-01 07:55:42 +00:00
2009-04-10 15:48:52 +02:00
2020-01-27 14:50:22 +01:00
2025-12-31 12:15:33 +02:00
2025-10-16 21:01:06 +01:00
2025-08-28 03:26:34 +03:00
2017-11-02 11:10:55 +01:00
2025-08-28 03:27:39 +03:00
2025-08-28 03:26:34 +03:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2025-08-28 03:26:29 +03:00
2017-11-02 11:10:55 +01:00
2025-09-02 08:35:50 +00:00
2017-11-02 11:10:55 +01:00
2021-05-22 10:59:31 +02:00
2025-09-02 08:35:50 +00:00
2025-10-17 17:31:44 +01:00
2025-08-28 03:28:09 +03:00
2025-08-28 03:27:30 +03:00
2024-02-23 08:12:39 +01:00
2026-01-21 21:23:37 +00:00
2025-08-28 03:28:30 +03:00
2018-08-28 17:10:42 +05:30
2025-10-16 21:01:10 +01:00
2025-08-28 03:25:30 +03:00
2025-08-31 10:10:02 +01:00
2025-08-28 03:26:34 +03:00
2022-02-28 18:50:08 +05:30
2017-11-02 11:10:55 +01:00
2018-07-04 20:19:06 -07:00
2023-08-25 11:24:56 +00:00
2025-08-28 03:26:34 +03:00
2025-09-30 21:35:04 +01:00
2025-08-28 03:29:03 +03:00
2013-11-26 11:09:08 +01:00