On 8/14/25 9:09 AM, Paolo Abeni wrote:
quoted hunk ↗ jump to hunk
On 8/12/25 2:29 AM, Daniel Zahka wrote:
@@ -446,6 +447,9 @@ struct sock {quoted
struct mem_cgroup *sk_memcg;
#ifdef CONFIG_XFRM
struct xfrm_policy __rcu *sk_policy[2];
+#endif
+#if IS_ENABLED(CONFIG_INET_PSP)
+ struct psp_assoc __rcu *psp_assoc;
#endif
__cacheline_group_end(sock_read_rxtx);
This cacheline group is apparently undocumented in
net_cachelines/inet_sock.rst, but perhaps it's worthy to start adding
the info for the newly added fields?
I took a look at net_cachelines/inet_sock.rst and the other files in
that directory. I don't see a table for the fields of struct sock where
I could add an entry for psp_assoc. What kind of documentation are you
looking for here?