Re: [PATCH net-next 01/12] mptcp: pm: split netlink and in-kernel init

2025-03-18 Thread Simon Horman
On Thu, Mar 13, 2025 at 11:20:50AM +0100, Matthieu Baerts (NGI0) wrote: > The registration of mptcp_genl_family is useful for both the in-kernel > and the userspace PM. It should then be done in pm_netlink.c. > > On the other hand, the registration of the in-kernel pernet subsystem is > specific t

[PATCH net-next 01/12] mptcp: pm: split netlink and in-kernel init

2025-03-13 Thread Matthieu Baerts (NGI0)
The registration of mptcp_genl_family is useful for both the in-kernel and the userspace PM. It should then be done in pm_netlink.c. On the other hand, the registration of the in-kernel pernet subsystem is specific to the in-kernel PM, and should stay there in pm_kernel.c. Reviewed-by: Mat Martin