Re: [PATCH 05/10] net: turn sk_peer_pid into an array indexed by pid type
From: Jakub Kicinski
Date: Fri Sep 04 2026 - 13:01:10 EST
On Fri, 04 Sep 2026 11:03:24 +0200 Christian Brauner wrote:
> > Warning: include/net/sock.h:606 struct member 'PIDTYPE_TGID' not described in 'sock'
> > Warning: include/net/sock.h:606 Excess struct member 'sk_peer_pid' description in 'sock' (did you mean one of: '#define sk_portpair __sk_common.skc_portpair', 'sk_peer_cred', 'sk_peer_lock', 'sk_peek_off')
> >
> >
> > include/trace/events/landlock.h:946:13: error: incompatible pointer types assigning to 'struct pid *' from 'struct pid *const volatile *' [-Wincompatible-pointer-types]
> >
> >
> > What's the merging path for these? Judging by the To: perhaps you
> > expect us to take these directly?
>
> If you have no quarrels with me taking it through the vfs tree it would
> help because I have other work on top of this. Otherwise a shared branch
> also works.
Shared branch, please. It's too much code to be sitting in another tree
for the full development cycle